X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fiscsi.creole;h=78acd2540b7e5cddefabed25d003e4e2d0f1893f;hb=4748598a49ca95a8569fb7638db087e00821ddeb;hp=83e8eefb00ae21b2da1b3e1a55d5871c064698e1;hpb=47713db6b3d8230b1cc6e2a8ff74d6935363c67f;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/iscsi.creole b/input/howto/iscsi.creole index 83e8eef..78acd25 100644 --- a/input/howto/iscsi.creole +++ b/input/howto/iscsi.creole @@ -72,9 +72,9 @@ corresponding to the two addresses that controller A has: * stop and start iscsi: {{{ - /etc/init.d/open-iscsi stop && + service open-iscsi stop && sleep 3 && - (cd / && env -i /etc/init.d/open-iscsi start) + service open-iscsi start) }}} * not sure if this is necessary again: @@ -183,7 +183,7 @@ apt-get install multipath-tools * for the wwid thing in there create an entry in multipath.conf with a proper name, then reload multipathd {{{ vi /etc/multipath.conf - /etc/init.d/multipath-tools reload + service multipath-tools reload echo show topology | multipathd -k ls -l /dev/mapper }}}