EMC CX3-80: verschil tussen versies
Uit Documents
| 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 172.30.128.33 mirror -async -setfeature -off -LUN 1779 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
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> -stackUse the following command to unlock a stalled remote mirror:
/nas/sbin/navicli -h 172.30.128.33 mirror -async -setfeature -off -LUN 1779