Start a Conversation

Unsolved

This post is more than 5 years old

483

June 29th, 2012 07:00

Trying to pull specific data from VMAX

I am trying to programmatically pull some data from either Prosphere or directly from my VMAX with symcli commands. Before i waste time, is anyone doing this? I know I can open Prosphere and manually pull some data, but I am looking for specific data. How do we access the prosphere db directly or does anyone know the symcli commands to get this data (any good capacity reporting scripts, preferably powershell or vbs). Thanks a bunch!

  • Total Capacity 
  • Total FC Capacity 
  • Total SATA Capacity 
  • Total VP %used & free GB 
  • Total Capacity Consumed by Customer (StorageGroup)

July 1st, 2012 10:00

Hi,

Below commands may useful

symdisk -sid <> list -dskgrp_summary

symconfigure -sid <> list -freespace -unit MB

symcfg -sid <> list -pool -thin -gb

No Events found!

Top