9 Legend

 • 

20.4K Posts

October 11th, 2009 19:00

what is exactly failing ? symcli 7.0 supports 5874 and has the command:

symmaskdb -sid SymmID list capacity -host HostName

October 14th, 2009 02:00

Hi Dynamox,

Please find the error below

# symmaskdb -sid xxxx list capacity -host xxxxxxxxx

Feature is not available for this mircocode level.


SE: V7.0.1.0 (Edit Level: 956)
Microcode: 5874(VMAX1)

9 Legend

 • 

20.4K Posts

October 14th, 2009 04:00

see if one of these solutions is relevant to your problem:

emc219429
emc223883

October 14th, 2009 05:00

Hi Dynamox,

Thanks for your reply. But emc219429 & emc223883 is not relavent to my issue. I am looking for eqvivalent command - symmaskdb -sid xxxx list capacity -host xxxxxxxx with combination of SE7.0 and microcode 5874.

Same command works fine with combination of SE7.0 and DMX3-24 microcode 5771 .

1 Message

March 6th, 2010 14:00

With V-Max, the way masking is done is changed."symmaskdb -sid XXX list capacity -host" works with prior V-Max.As the V-Max uses "Auto-provisioning groups concept", symmaskdb list capacity doesnt work.you can use "symaccess -sid xxx show view " to get almost all the details about a group except the total size.

on SE7.1, you can use symaccess -sid xxx list view -name vewname -detail, which gives with allocated total size.

131 Posts

March 7th, 2010 12:00

if you have vcm state enable for your director, symmaskdb work for you.

but is you have ACLX enable and vcm disable you have to use symaccess.

3 Apprentice

 • 

423 Posts

March 8th, 2010 00:00

Hi,

the command you are looking for is

symaccess -sid xxx list devinfo ‑ig

This was added in SE 7.1

3 Apprentice

 • 

423 Posts

March 8th, 2010 00:00

Here is a sample of the output


Initiator Group Name  : ESX_FARM
Last updated at       : 05:04:45 PM on Thu Feb 04,2010

  Host Initiators
    {
      IG   :ESX02
      IG   :ESX01
    }

  Sym                                 Host      Cap
  Dev   Dir:P Physical Device Name    Lun  Attr (MB)   Masking View Name
  ----- ----- ----------------------- ---- ---- ------ ------------------------
  00CA  07E:0 Not Visible                0  (M) 725940 ESX_FARM
        10E:1 Not Visible                0  (M)        ESX_FARM
        08E:0 Not Visible                a  (M)        ESX_FARM
        09E:1 Not Visible                a  (M)        ESX_FARM
  01D1  07E:0 Not Visible                1  (M) 738754 ESX_FARM
        10E:1 Not Visible                1  (M)        ESX_FARM
        08E:0 Not Visible               24  (M)        ESX_FARM
        09E:1 Not Visible               24  (M)        ESX_FARM
                                                ------
  Total Capacity                                1464694

No Events found!

Top