Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

3693

August 18th, 2010 09:00

Command to list device id's and lun #

What command syntax would I use against an FA to identify and list a report that lists a devices id and associated lun #.

I found a report (generated a few years ago), with out the sytnax identified. looks like this

director                 Device Name          Attr     Address  
    ---------------------- ----------------------------- ---- --------------
    Ident   Symbolic  Port Sym   Physical                     VBUS  TID  LUN
    ------  --------  ---- ----  -----------------------                          ----  ---  ---

    SA-3A   03A      0

                           0000  Not Visible                               0    0         000
                           0001  Not Visible                               0    0         001
                           0002  Not Visible                               0    0         002

9 Legend

 • 

20.4K Posts

August 18th, 2010 12:00

is this your management server ? I've had this a while back and had to make sure i had at least 4 gatekeepers presented to the box.  You can try renaming C:\Program Files\EMC\SYMAPI\db\symapi_db.bin to symapi.db.bin.old  ..and re-run "symcfg discover". It should create a new symapi_db.bin file. That will rule out db corruption.  If you have device group on the host you might want to export them first (symdg exportall -f dgbackups)

9 Legend

 • 

20.4K Posts

August 18th, 2010 09:00

symcfg list -sid -dir

-p -address

IE:

symcfg list -sid 123 -dir 7c -p 0 -address

9 Legend

 • 

20.4K Posts

August 18th, 2010 11:00

you need to run this command from a server that has gatekeepers assigned to it.

1 Rookie

 • 

124 Posts

August 18th, 2010 11:00

each time i run this cmd, i get no devices found.

i have run the cmd with -memory same result

i have run the cmd with -version

I finally did symcfg discover and got the same


C:\Program Files\EMC\SYMCLI\bin>symcfg discover

This operation may take up to a few minutes. Please be patient...

No devices were found


C:\Program Files\EMC\SYMCLI\bin>

1 Rookie

 • 

124 Posts

August 18th, 2010 12:00

I am at a loss :O(


C:\Program Files\EMC\SYMCLI\bin>syminq

          Device                   Product                   Device
------------------------- --------------------------- ---------------------
Name               Type   Vendor    ID           Rev  Ser Num      Cap (KB)
------------------------- --------------------------- ---------------------
\\.\PHYSICALDRIVE0        Dell      VIRTUAL DISK 1028 N/A               N/A
\\.\PHYSICALDRIVE1 GK     EMC       SYMMETRIX    5772 42009F5000       2880
\\.\PHYSICALDRIVE2 M(5)   EMC       SYMMETRIX    5772 4200ABE000   89241600
\\.\PHYSICALDRIVE3 M(3)   EMC       SYMMETRIX    5772 4200AC2000   53544960
\\.\PHYSICALDRIVE4 M(6)   EMC       SYMMETRIX    5772 4200AC6000  107089920
\\.\PHYSICALDRIVE5 M(15)  EMC       SYMMETRIX    5772 4200ACC000  267724800
\\.\PHYSICALDRIVE6 M(15)  EMC       SYMMETRIX    5772 4200ADB000  267724800
\\.\PHYSICALDRIVE7 M(33)  EMC       SYMMETRIX    5772 4200AEA000  588994560
\\.\PHYSICALDRIVE8 GK     EMC       SYMMETRIX    5772 42009F5000       2880


C:\Program Files\EMC\SYMCLI\bin>symcfg list -memory

No devices were found


C:\Program Files\EMC\SYMCLI\bin>symcfg discover -all

This operation may take up to a few minutes. Please be patient...

No devices were found


C:\Program Files\EMC\SYMCLI\bin>

No Events found!

Top