From 24b19a2a3916845033c859616d0786ad07b4d847 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Wed, 30 Oct 2013 12:58:02 +0000 Subject: [PATCH] Update iSCSI part of handbook to accomodate for changes in r257379. Approved by: gjb --- .../books/handbook/network-servers/chapter.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml b/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml index 6be3c67be2..2b7922bab3 100644 --- a/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml @@ -6039,12 +6039,12 @@ target iqn.2012-06.com.example:target0 { To make the initiator connect to a single target, run this command as root: - &prompt.root; iscsictl -A -h 10.10.10.10 -t iqn.2012-06.com.example:target0 + &prompt.root; iscsictl -A -p 10.10.10.10 -t iqn.2012-06.com.example:target0 To verify if it succeeded, run it without arguments. It should output something like this: - Target name Target addr State + Target name Target portal State iqn.2012-06.com.example:target0 10.10.10.10 Connected: da0 This means the iSCSI session was successfully @@ -6062,31 +6062,31 @@ iqn.2012-06.com.example:target0 10.10.10.10 Connected: da0iscsid(8) daemon is not running: - Target name Target addr State + Target name Target portal State iqn.2012-06.com.example:target0 10.10.10.10 Waiting for iscsid(8) The following suggests a network-level problem, such as a wrong IP address or port: - Target name Target addr State + Target name Target portal State iqn.2012-06.com.example:target0 10.10.10.11 Connection refused The following means the specified target name was wrong: - Target name Target addr State + Target name Target portal State iqn.2012-06.com.example:atrget0 10.10.10.10 Not found The following means the target requires authentication: - Target name Target addr State + Target name Target portal State iqn.2012-06.com.example:target0 10.10.10.10 Authentication failed To specify a CHAP username and secret, use the following syntax: - &prompt.root; iscsictl -A -h 10.10.10.10 -t iqn.2012-06.com.example:target0 -u user -s secretsecret + &prompt.root; iscsictl -A -p 10.10.10.10 -t iqn.2012-06.com.example:target0 -u user -s secretsecret