EMC CX3-80: verschil tussen versies

Uit Documents
Ga naar: navigatie, zoeken
(Unable to unbind LUN)
 
(Een tussenliggende versie door dezelfde gebruiker niet weergegeven)
Regel 13: Regel 13:
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
/nas/sbin/navicli -h <hostname> getlun -messner <lunnumber> -stack
 
/nas/sbin/navicli -h <hostname> getlun -messner <lunnumber> -stack
 +
</syntaxhighlight>
 +
 +
Use the following command to unlock a stalled remote mirror:
 +
 +
<syntaxhighlight lang="bash">
 +
/nas/sbin/navicli -h <hostname> mirror -async -setfeature -off -LUN <lunnumber>
 
</syntaxhighlight>
 
</syntaxhighlight>

Huidige versie van 13 sep 2011 om 14:01

EMC CX3-80 Cheat sheet

Unable to unbind LUN

If you get the following error while trying to unbind a LUN:

Error: unbind command failed
Being used by a feature of the storage system. Cannot unbind LUN:

Use the following command to see what SAN feature locks a LUN from being removed:

/nas/sbin/navicli -h <hostname> getlun -messner <lunnumber> -stack

Use the following command to unlock a stalled remote mirror:

/nas/sbin/navicli -h <hostname> mirror -async -setfeature -off -LUN <lunnumber>