QUESTION FOR SAM - SERVER AND APPLICATION MONITOR - REPORT SECTION
Please let me know if I did not post this to the right place.
--------------------------------------------------------------------------
We have a bunch of MS Exchange servers out there configured as DAGs (Database Availability Groups, i.e. clusters).
Each node (server) has a large number of drives configured as volumes under a "mount point" and "folder". These volumes do not have a drive letter assigned.
Solarwinds SAM appears to detect only volumes with a drive letter (F:,G:, etc.). BTW I'm using SAM 6.6.1. Servers are Windows 2008 R2.
My customer currently runs a Powershell script which creates a report listing all of the volumes in all of the Exchange servers with volume size, space used, space available.
We would like to transition this to a Solarwinds console or report - people really like the Solarwinds interface.
However...
Solarwinds does not natively detect volumes on a mount point with no drive letter. Powershell get-wmiobject referencing the win32_volume object does return these drives.
All of the Exchange servers in question using Agent version 2.x for polling.
I was thinking about running the powershell script as a component monitor. However, a component monitor only returns a limited number of discrete values, not a long list of servers / volumes / values.
Also perhaps create a Solarwinds report. But... not sure how to get those extra volumes into the 'Volumes' table in the Solarwinds database for report access.
Please let me know if any ideas on how to get Solarwinds to see and track these volumes with no drive letters. Thanks much.