Created
January 17, 2014 07:05
-
-
Save benders/8469534 to your computer and use it in GitHub Desktop.
isci removal example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df ; echo ; pvs | |
vgchange --available n VolGroupBackUps | |
multipath -ll | |
multipath -f mpath2 | |
/etc/init.d/multipathd stop | |
chkconfig multipathd off | |
iscsiadm -m node | |
iscsiadm -m node -u -T iqn.1984-05.com.dell:powervault.md3200i.blahblahblahblahblah | |
iscsiadm -m discovery | |
iscsiadm -m discovery -p 1.2.3.4:3260 -o delete | |
iscsiadm -m session | |
iscsiadm -m session -r 1 -u | |
/etc/init.d/iscsid stop | |
chkconfig iscsid off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment