The most recent content from our members.
In asset inventory it's showing the datastore name but in Disk volumes it doesn't show the datastore name Asset inventory:- We only want the datastore name on Disk Volumes page or atleast add it as given in Asset Inventory
Please find the query to pull report from VMAN for datastore space usage with LUN details. Generally I did not find the parameter LUN name while creating the web-based report. So i pulled it using SQL query. SELECT [dbo].[VIM_DataStores].Name AS DataStore, [dbo].[VIM_Luns].Name AS LUN, [dbo].[VIM_DataStores].Capacity,…
VMware Datastore Information in VCenter: As the Solarwinds does not currently collect VMware Datastore usage information using the VMware API as shown above I created a Windows PowerShell Script to collect these information and write to Solarwinds Database – NetPerfMon. Then build a SQL report in Solarwinds shown below:…
It looks like you're new here. Sign in or register to get started.