-
Re: Report showing missing server volume information.
bluefunelementalMar 2, 2015 9:46 PM (in response to sdejong123)
Scott,
you can create a report which includes a filter for where volume responding = N which would likely be all your orphan volumes.
In the thread below I presented a custom query SWQL statement that you could put on every node page and just call volumes not responding (just change the where statement to
WHERE nodeid = ${nodeid} AND VolumeResponding = 'N'
and it should fill in the nodeid from the page and present only it's Volumes which are down.
https://thwack.solarwinds.com/message/266187#266187
also you could switch your nodes to be WMI monitored which should be better about this and/or set up a network discovery job to run nightly to rescan these nodes and report new volumes and interfaces. A 2nd C:/ share is a giveaway that the first was orphaned.