Disk Enclosures
1752304 Members
4763 Online
108786 Solutions
New Discussion

Re: Disk Firmware upgrade failed with advisory lock error

 
SOLVED
Go to solution
AyoungK
Advisor

Disk Firmware upgrade failed with advisory lock error

Hello,

I tried to update disks, 'ST318451FC', but it failed with the following error.

Download Messages
Download Status for : M/D1
Downloading to M/D1
Firmware revision before update is HPC4
Performing firmware download on St318451FC
Failed to set the pass thru advisory lock.
Download was not successful... Aborting

Please help!

Thank you,
Kimberly
2 REPLIES 2
Arend Lensen
Trusted Contributor
Solution

Re: Disk Firmware upgrade failed with advisory lock error

Hello Kimberly,

This can happen. You have to remove the lock before you can try again.

For all operating systems, issue the armmgr â b command to break each advisory lock.

armmgr -b CreateLun array_id
armmgr -b FwDownload array_id
armmgr -b Security array_id
armmgr -b Select array_id
armmgr -b PassThru array_id
armmgr -b HostPort array_id

Note: In most cases you will see a message indicating that the lock could not be broken. This is normal. It means that the lock was not set. It is not an error.

Regards,
Ar
AyoungK
Advisor

Re: Disk Firmware upgrade failed with advisory lock error

Thank you!

It worked.

Kimberly