This post is more than 5 years old
41 Posts
0
2690
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?
This post is more than 5 years old
41 Posts
0
2690
Hi Expert,
I'm looking the command to list the device SCSI reservation in Symmetrix, is there any symcli to achieve that?
Top
Fenglin1
2 Intern
2 Intern
•
2.1K Posts
0
July 31st, 2013 01:00
symdev list -sid xxx -resv
Above command can list symdev which have reservations
Fenglin1
2 Intern
2 Intern
•
2.1K Posts
1
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
Avinash V
91 Posts
1
July 31st, 2013 01:00
symdev list -resv -sid XXX
symdev -h
XinXu
41 Posts
0
July 31st, 2013 02:00
Thank you all for the information