EMC CX3-80: verschil tussen versies

Uit Documents
Ga naar: navigatie, zoeken
(Nieuwe pagina aangemaakt met 'EMC CX3-80 Cheat sheet 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. Canno...')
 
(Unable to unbind LUN)
 
(2 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
EMC CX3-80 Cheat sheet
+
== EMC CX3-80 Cheat sheet ==
  
 +
=== Unable to unbind LUN ===
 
If you get the following error while trying to unbind a LUN:
 
If you get the following error while trying to unbind a LUN:
  
 +
<syntaxhighlight lang="bash">
 
Error: unbind command failed
 
Error: unbind command failed
 
Being used by a feature of the storage system. Cannot unbind LUN:
 
Being used by a feature of the storage system. Cannot unbind LUN:
 +
</syntaxhighlight>
  
 
Use the following command to see what SAN feature locks a LUN from being removed:
 
Use the following command to see what SAN feature locks a LUN from being removed:
  
 +
<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>

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>