Windows
Getting 'Invalid WMI query' with error code 0x80041017 in Windows
"Invalid WMI query" with error code WBEM_E_INVALID_QUERY (0x80041017) found in log files or script execution when collecting Windows performance counter data. It is possible that the Win32_PerfRawData_PerfOS_Processor cannot be found or accessed on ...
Steps to verify WMI access for Non-Admin Domain user
This guide provides how to enable and test WMI access with a regular domain user without generic admin rights. Make sure you have followed the steps in the article Setting WMI access through Active Directory & Group Policy Object. This ensures you ...
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 ...
Troubleshooting 'No data Available' in Server Time
Check whether you met the requirement Minimum Requirement : Windows Vista & Windows 2008 Execute the uptime.vbs file located in <Applications Manager Home>/working/conf/applications/scripts/ directory from command prompt as follows: For Remote ...
How Server Time and Time Difference is Calculated?
Server Time displays the current date & time of the monitor which is getting monitored along with its Time Zone. Time Difference calculates the amount of minutes that differs between the APM Server Time and the monitoring server time(i.e, absolute ...
How 'Clear Alarm(s) for Last Run Result' will work on Scheduled Tasks?
Usually Scheduled Task's Last Run Result Alarm retains and affects the monitor health until it runs on the next time.In some cases,the next run time will be more longer based on the scheduled task.So that there is an option called 'Clear Alarm(s) for ...
Configuration Information in Windows (WMI Mode)
Information Script Name System Information conf-sys-info.vbs OS Information conf-os-info.vbs Memory Information conf-mem-info.vbs Processor Information conf-proc-info.vbs Network Interface Settings conf-net-info.vbs Printer Settings ...
Network Interface in Windows (WMI Mode)
Execute the NetworkInterface.vbs located in <Applications Manager Home>/working/conf/applications/scripts/ directory from command prompt as follows: For Remote servers, cscript NetworkInterface.vbs <hostname> <username> <password> For Local servers, ...
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 ...
How can I monitor/add Microsoft NLB enabled server in Applications Manager?
Add the corresponding server as a Windows server monitor in Applications Manager through WMI Mode. That's all you need to do.
How to check whether Microsoft NLB is configured or not in my Windows Server?
First, verify that your Windows server version must be 2008 and above to support NLB. Otherwise, NLB is not supported Then type wbemtest in the start menu to open the 'Windows Management Instrumentation Tester'. Use the namespace 'MicrosoftNLB' to ...
How we monitor/get the Microsoft NLB Nodes state and its configuration?
To find Node Status : We run a serverNlb.vbs in WMI mode to get the state of the corresponding NLB Node. Here is a sample output: Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. ...
Troubleshooting 'NLB is not configured in this Server' issue
The following conditions must be met before you can proceed to troubleshoot NLB nodes: 1. The node has successfully been added via WMI. 2.WMI is working properly on the remote server. Using wbemtest.exe to troubleshoot WMI: 1. Open wbemtest.exe, ...
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 ...
What is "_Total" process and why does it show peak values of 100 or more for Windows Servers
CPU Utilization : The CPU Utilization attribute is obtained from the performance counter "\Processor(_Total)\% Processor Time". \Processor(_Total)\% Processor Time : This is the percentage of elapsed time that the processor spends to execute a ...
Is it possible to do wildcard process monitoring? for eg., monitor a process www*, if any of the two or more processes (like www1 OR www2) is available
You can monitor two process by following the below steps: 1) Select any one of the server Monitors - for eg, Windows. 2) Select 'add process monitor' from the right hand side of the window. 3) Select the process that you would like to monitor. This ...
What are the services that should be running in remote windows machine while monitoring windows machines through SNMP mode?
For monitoring windows machines through SNMP mode , the SNMP Agent should be running at port 161. If firewall is enabled, then this port should be opened up. (161 is the default port of SNMP Agent).
"The RPC server is unavailable" error message displayed while adding or monitoring Windows server through WMI mode.
Here are a few methods to resolve an error : Try adding the server using domain name if the server is in a domain Try adding the server using name if the server is in a workgroup. If the server is in a DMZ, add the ipaddress and hostname in the ...
"Authentication Failed or Access denied" message is shown, when trying to add the Server Monitor through WMI mode.
Domain and IP Address Issues If the machine is part of a domain, specify the username in DOMAIN\Username format. For example: CORP\Administrator where CORP is the domain name and Administrator is the username. If the machine is not part of a domain, ...
CPU data not available for the server
Please follow the steps : 1.) Open cmd with run as administrator privilege on the affected server. Execute the below command and send screenshot if any error message comes: winmgmt /verifyrepository winmgmt /resyncperf 2.) Open wbemtest tool with ...
Windows-WMI -No CPU Data: Win32_PerfRawData_PerfProc_Process returns "Invaild Class" through WBEMTEST
1) Start Regedit.exe. (You cannot use Regedt32.exe because it does not allow searching for registry values.) 2)Find "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\PerfProc\Performance" 3)Check if there is a key "Disable Performance Counters" ...
CScript Error: Initialization of the Windows Script Host failed. (Not enough storage is available to process this command. )
Issue: While executing a vb script file, we are getting the below error: Microsoft (R) Windows Script Host Version 5.8 Copyright (C) Microsoft Corporation. All rights reserved. CScript Error: Initialization of the Windows Script Host failed. (Not ...
How can I reconstruct the WMI classes?
Managed Object Format (MOF) file is the mechanism by which information about WMI classes is entered into the WMI Repository. It is possible that the class definitions currently in the Repository somehow do not show up the values. In this case, ...
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: ...
How is Disk IO calculated for Windows servers?
Here is how Disk IO calculation works: We run diskio.vbs for getting DISK IO details. Here is a sample output: diskio.vbs Microsoft (R) Windows Script Host Version 5.8 Copyright (C) Microsoft Corporation. All rights reserved. PHYDISK^0 C: D: E: ...
How is CPU Core utilization calculated for Windows servers?
CPU Core Utilization : The same way in CPU Utilization, we execute the below query and from the output we execute another query to get the details of CPU Core details. Select * from Win32_PerfRawData_PerfOS_Processor where Name!='_Total' Select * ...
How is CPU Utilization calculated for Windows servers?
To get CPU Utilization stats, we execute the below WMI query twice in 2000 ms time gap. Calculate the difference between the two values and find the percentage: Select * from Win32_PerfRawData_PerfOS_Processor where Name='_Total'