Thursday, January 13, 2011

List all the external locks held in the box & how to release

List all the external locks held in the box & how to release:

# symcfg -sid 15 list -lockn all
Symmetrix ID: 000192601234
S Y M M E T R I X L O C K S
Lock Lock Lock Time SymmID Attachment Status Number Usage Held (Sec)
000192601234 Local Locked 15 Config Change 9311

To Release the lock 15 held on array 1234 .

symcfg -sid 1234 -lockn 15 release -force

3 comments:

  1. A lock is placed by engenuity before a configuration change occurs. So before releasing any lock make sure that there are no configurations queued up. Forcefully releasing a lock while a configuration is occurring may have disastrous and unpredictable consequences. To check if there are any configurations happening, use the following command :

    #symconfigure -SID XXXX query

    If there are no outstanding configurations then you can safely release the lock.

    ReplyDelete
  2. rule of 17 = a pair of FA port number should equal to 17 for redundancy . It is no longer applicable to the newer generation of symmetrix.

    ReplyDelete