Skip to content

Instantly share code, notes, and snippets.

@benders
Created January 17, 2014 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benders/8469534 to your computer and use it in GitHub Desktop.
Save benders/8469534 to your computer and use it in GitHub Desktop.
isci removal example
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