Page Memory Utilization in Windows (WMI Mode)
Execute the paging.vbs file located in
<Applications Manager Home>/working/conf/applications/scripts/ directory from
command prompt as follows:
For Remote servers,cscript paging.vbs <hostname> <username> <password>
For Local servers,
cscript paging.vbs <hostname>
where
hostname, username, and password is the target server's hostname/IP address,
username specified for monitoring and password of that user respectively.
Check whether you are able to get the output for the above commands.
New to ADSelfService Plus?
Related Articles
Configuring non-admin user account for WMI monitoring
By default, Windows allows only members of the Administrators or Domain Admin groups to read WMI class information. However, you can configure a regular user to access WMI information by performing the following steps on the server that needs to be ...
Applications Manager is not fetching Memory Utilization and Disk Utilization data in Telnet or SSH mode for servers (Windows, Linux, AIX, HP-UX, FreeBSD).
The data for Memory and Disk utilization may not be shown due to the problem in executing and obtaining the output of the commands on the server. For different modes of monitoring (WMI/Telnet/SSH/SNMP) we use different methods to collect data. Below ...
How is Memory Utilization calculated for Windows servers?
Memory Calculation We run memory.vbs in WMI mode to get memory details. Here is a sample output: memory.vbs Microsoft (R) Windows Script Host Version 5.8 Copyright (C) Microsoft Corporation. All rights reserved. Type: ...
I am not getting CPU Utilization data for servers monitors (Windows, Linux, AIX, SUN Solaris, HP-UX, FreeBSD) in WMI, Telnet or SSH mode
The data for CPU Utilization may not be shown due to the problem in executing and obtaining the output of the commands on the server. For different modes of monitoring (WMI/Telnet/SSH) we use different methods to collect data. Below are the steps to ...
Setting WMI access through Active Directory and Group Policy Object for non-admin user
In our case, we run Active Directory on Windows 2008 R2 and we want to scan the target machine which is Windows 2012 R2 machine. Our domain is called “APMCLU” and we name our dedicated WMI user-account “wmiuser”. First – Setting done from Active ...