Network Management
Mount point volumes showing unknown in Web Console
Mount Point Volumes Show Unknown in the Web console and no data is being polled.
First published date
Last published date
Overview
Product section
Cause
This issue is because of a problem with VMan integration and will only affect WinXP, Win 2000 and Win 2003 systems. Volume mount point polling will be fine unless you disable/enable or vice versa VMan integration from some reason. In that you would need to run the previous sql query again.
The bug is known and can be reproduced when VMan integration is turned on and only volumes on WinXP, Win 2000 and Win 2003 should suffer from this problem.
Resolution
- Use Database Manager to view the SolarWinds database or SQL Server Management Studio.
- Run the following query to enforce a password change for the Admin account and enable the account (if accidentally it was disabled).
-- 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.
UPDATE Settings SET CurrentValue=0 WHERE SettingID='Orion_Volumes_PollDiskDriveDetails'