Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

2690

July 31st, 2013 01:00

symcli command list device reservation

Hi Expert,

I'm looking the command to list the device SCSI reservation in Symmetrix, is there any symcli to achieve that?

2 Intern

 • 

2.1K Posts

July 31st, 2013 01:00

symdev list -sid xxx -resv

Above command can list symdev which have reservations

2 Intern

 • 

2.1K Posts

July 31st, 2013 01:00

You may also use the | findstr or grep to filter the result if you need to look at one device

symdev -sid xx list -resv | findstr -i

91 Posts

July 31st, 2013 01:00

symdev list -resv -sid XXX

symdev -h

-resv      Lists all Symmetrix devices that have SCSI reservations.

41 Posts

July 31st, 2013 02:00

Thank you all for the information

No Events found!

Top