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
Windows Server Monitor - WMI Metrics Reference Tables
This document lists the WMI namespaces, classes, and WQL queries used by AppManager Windows Server Monitor scripts in WMI mode. These reference tables can be used to troubleshoot WMI-related issues, validate WMI queries using WBEMTEST, verify ...
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 ...
Unable to retrieve data - WMI Mode
This article provides troubleshooting steps to identify and resolve data collection failures for Windows monitors configured in WMI mode. If one or more metrics are not being collected, the steps in this article will help determine whether the issue ...
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: ...