From 56cd2e62225e9b69c4c7772cb62c1867dbde661d Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sat, 17 Sep 2011 17:06:19 +0200 Subject: [PATCH] Melee Island telnet version Signed-off-by: Martin Zobel-Helas --- input/howto/iscsi.creole | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/input/howto/iscsi.creole b/input/howto/iscsi.creole index fff90f4..83e8eef 100644 --- a/input/howto/iscsi.creole +++ b/input/howto/iscsi.creole @@ -50,6 +50,17 @@ corresponding to the two addresses that controller A has: * Go to **Manage** -> **Volume Management** -> **volume mapping** and map the new volume to a free LUN on the new host. +=== Meanwhile on Melee Islan^W^WGiustini (telnet version) === + +* Log into the telnet config interface (see dsa-passwords for details) +* run {{{show iscsi-hosts}}}. You should see a iqn without a hostname attached. + Compare that one to **InitiatorName** in {{{/etc/iscsi/initiatorname.iscsi}}}. + If they are the same, set it like {{{set iscsi-host host iqn.1993-08.org.debian:01:f3c2e4746681 rossini}}} + **bad thing, you need to remember the iqn for the next step** +* run {{{show chap-records}}}, this will list you the already configured hosts. + To add a new host run something like {{{create chap-record name iqn.1993-08.org.debian:01:f3c2e4746681 secret foobar mutual-name iqn.1986-03.com.hp:storage.msa2012i.0834d5ecda mutual-secret 1234567890ABCDEF }}} +* for volume management see [[export-iscsi]] + === Back on the host === * edit /etc/iscsi/iscsid.conf: -- 2.20.1