Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

8795

August 26th, 2012 23:00

how can i check LUN ID in VMAX

Dear All i required  help in VMAX, when i using this command "symcfg -sid XXX -dir 8e -p 0 list -addr -avail" i got LUN ID against Devices, when i checked in ESX host LUN ID, but LUN ID didn't macth with VMAX CLI Command output, can anyone help me for finding exact command.

9 Legend

 • 

20.4K Posts

August 28th, 2012 06:00

HEX DEC
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
a 10
b 11
c 12
d 13
e 14
f 15
10 16
11 17
12 18
13 19

9 Legend

 • 

20.4K Posts

August 27th, 2012 03:00

symaccess -sid 123 show view esx_maskginview_name

1 Rookie

 • 

27 Posts

August 28th, 2012 03:00

Dear thanks for your reply, but executing this command i found same output recieved. issue is that this command showed HOST LUN ID which is not matching with ESX Host LUN ID mean

i got HOST LUN ID after executing command "e" then i macth with ESX host i got there LUN ID is "15"

9 Legend

 • 

20.4K Posts

August 28th, 2012 05:00

are you sure you are looking at the right device? Take the number that you see in symaccess and convert to decimal, so LUN "e" should be LUN 14 on ESX.

1 Rookie

 • 

27 Posts

August 28th, 2012 06:00

Here is the out put

Sym                                     Host

Dev     Dir:P  Physical Device Name     Lun   Attr  Cap(MB)

------  -----  -----------------------  ----  ----  -------

037C    07E:0  Not Visible                 1  (M)    352191

        08E:0  Not Visible                 1  (M)

        09E:0  Not Visible                 1  (M)

        10E:0  Not Visible                 1  (M)

0386    07E:0  Not Visible                 2  (M)    352191

        08E:0  Not Visible                 2  (M)

        09E:0  Not Visible                 2  (M)

        10E:0  Not Visible                 2  (M)

0390    07E:0  Not Visible                 3  (M)    352191

        08E:0  Not Visible                 3  (M)

        09E:0  Not Visible                 3  (M)

        10E:0  Not Visible                 3  (M)

039A    07E:0  Not Visible                 4  (M)    352191

        08E:0  Not Visible                 4  (M)

        09E:0  Not Visible                 4  (M)

        10E:0  Not Visible                 4  (M)

03A4    07E:0  Not Visible                 5  (M)    281753

        08E:0  Not Visible                 5  (M)

        09E:0  Not Visible                 5  (M)

        10E:0  Not Visible                 5  (M)

03AC    07E:0  Not Visible                 6  (M)    281753

        08E:0  Not Visible                 6  (M)

        09E:0  Not Visible                 6  (M)

        10E:0  Not Visible                 6  (M)

03B4    07E:0  Not Visible                 7  (M)    281753

        08E:0  Not Visible                 7  (M)

        09E:0  Not Visible                 7  (M)

        10E:0  Not Visible                 7  (M)

03BC    07E:0  Not Visible                 8  (M)    845100

        08E:0  Not Visible                 8  (M)

        09E:0  Not Visible                 8  (M)

        10E:0  Not Visible                 8  (M)

03C2    07E:0  Not Visible                 9  (M)    845100

        08E:0  Not Visible                 9  (M)

        09E:0  Not Visible                 9  (M)

        10E:0  Not Visible                 9  (M)

03C8    07E:0  Not Visible                 a  (M)    845100

        08E:0  Not Visible                 a  (M)

        09E:0  Not Visible                 a  (M)

        10E:0  Not Visible                 a  (M)

03D2    07E:0  Not Visible                 b  (M)    352125

        08E:0  Not Visible                 b  (M)

        09E:0  Not Visible                 b  (M)

        10E:0  Not Visible                 b  (M)

03DC    07E:0  Not Visible                 c  (M)    352125

        08E:0  Not Visible                 c  (M)

        09E:0  Not Visible                 c  (M)

        10E:0  Not Visible                 c  (M)

03E6    07E:0  Not Visible                 d  (M)    352125

        08E:0  Not Visible                 d  (M)

        09E:0  Not Visible                 d  (M)

        10E:0  Not Visible                 d  (M)

03F0    07E:0  Not Visible                 e  (M)    352125

        08E:0  Not Visible                 e  (M)

        09E:0  Not Visible                 e  (M)

        10E:0  Not Visible                 e  (M)

03FA    07E:0  Not Visible                 f  (M)    633825

        08E:0  Not Visible                 f  (M)

        09E:0  Not Visible                 f  (M)

        10E:0  Not Visible                 f  (M)

040C    07E:0  Not Visible                10  (M)    633825

        08E:0  Not Visible                10  (M)

        09E:0  Not Visible                10  (M)

        10E:0  Not Visible                10  (M)

041E    07E:0  Not Visible                11  (M)    845100

        08E:0  Not Visible                11  (M)

        09E:0  Not Visible                11  (M)

        10E:0  Not Visible                11  (M)

0424    07E:0  Not Visible                12  (M)    845100

        08E:0  Not Visible                12  (M)

        09E:0  Not Visible                12  (M)

        10E:0  Not Visible                12  (M)

0603    07E:0  Not Visible                 0  (M)    211275

        08E:0  Not Visible                 0  (M)

        09E:0  Not Visible                 0  (M)

        10E:0  Not Visible                 0  (M)

0615    07E:0  Not Visible                13  (M)   1126800

        08E:0  Not Visible                13  (M)

        09E:0  Not Visible                13  (M)

        10E:0  Not Visible                13  (M)

and in ESX host i found LUN ID from 0 to 19

how can i match with output

790 Posts

August 28th, 2012 08:00

This discussion has been moved to the Open Exchange General area.

9 Legend

 • 

20.4K Posts

August 28th, 2012 08:00

why ?

790 Posts

August 28th, 2012 08:00

The discussion was moved because it was originally posted in the ECN Help forum... and that's an area for getting help about using the EMC Community Network, not asking product related questions.

Another community manager may very well move it from here into a more appropriate space.

The goal is to get questions in front of the audience that is most likely to have answers.

9 Legend

 • 

20.4K Posts

August 28th, 2012 09:00

Oops, i thought it was already in Symmetrix forum ..that's where it belongs.

2 Intern

 • 

666 Posts

August 28th, 2012 09:00

This post has been moved to the General Topics area of the Support Forums to ensure it gets to the correct audience.

Regards,

Mark

1 Rookie

 • 

27 Posts

August 28th, 2012 22:00

dynamox is correct it's already on symmetrix forum....

No Events found!

Top