Disk Enclosures
1745786 Members
3511 Online
108722 Solutions
New Discussion юеВ

Re: Error when writing host port table

 
Copis_1
Advisor

Error when writing host port table

I get following error on my VA7400

Unable to obtain advisory lock. Table was not written.

Anybody know why?

grtz
4 REPLIES 4
Gregor Weertman Euramax
Occasional Advisor

Re: Error when writing host port table

I have the same.
Do you know the solution?

grtz Gregor
Torsten.
Acclaimed Contributor

Re: Error when writing host port table

Use the cvui utility to break the advisory lock(s).

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: Error when writing host port table

I guess you need this one:

armmgr -b Security array_id

But you can even break all others too:

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


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Gregor Weertman Euramax
Occasional Advisor

Re: Error when writing host port table

That dis the job
Thanks!