Network Management
Using WBEMTest to verify volume size and free space of nodes in the SolarWinds Platform
This article demonstrates the steps to verify volume size and free space.
First published date
Last published date
Overview
When troubleshooting for volume-related issues in the SolarWinds Platform, you may need to verify the actual data provided by a Windows server via WBEMTest.
Product section
Resolution
- Connect to the SolarWinds Server.
- Choose Start -> Run -> WBEMTest.
- Click Connect.
- In the Namespace, enter.
\\<IP of DC>\root\cimv2 - Enter the username and password you are using in NPM to poll.
- Click Connect.
- Click on Query.
- Enter the following query:
-- Scripts are not supported under any SolarWinds support program or service. -- Scripts are provided AS IS without warranty of any kind. SolarWinds further -- disclaims all warranties including, without limitation, any implied warranties -- of merchantability or of fitness for a particular purpose. The risk arising -- out of the use or performance of the scripts and documentation stays with you. -- In no event shall SolarWinds or anyone else involved in the creation, -- production, or delivery of the scripts be liable for any damages whatsoever -- (including, without limitation, damages for loss of business profits, business -- interruption, loss of business information, or other pecuniary loss) arising -- out of the use of or inability to use the scripts or documentation. SELECT Caption, VolumeName, VolumeSerialNumber, Size, FreeSpace, DriveType, MediaType FROM Win32_LogicalDisk
- Click Apply.
This should display Win32_LogicalDisk=<no key>. Each of these is a different drive. You will need to double-click each one to find the one which has the C: drive (look in properties box for "Caption CIM_STRING C:").
Now you will see free space and space of the volume. You can check this against your C drive.