Update iSCSI part of handbook to accomodate for changes in r257379.
Approved by: gjb
This commit is contained in:
parent
6d6b2a7c70
commit
24b19a2a39
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43076
1 changed files with 7 additions and 7 deletions
|
@ -6039,12 +6039,12 @@ target iqn.2012-06.com.example:target0 {
|
|||
<para>To make the initiator connect to a single target, run
|
||||
this command as root:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>iscsictl -A -h 10.10.10.10 -t iqn.2012-06.com.example:target0</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>iscsictl -A -p 10.10.10.10 -t iqn.2012-06.com.example:target0</userinput></screen>
|
||||
|
||||
<para>To verify if it succeeded, run it without arguments. It
|
||||
should output something like this:</para>
|
||||
|
||||
<programlisting>Target name Target addr State
|
||||
<programlisting>Target name Target portal State
|
||||
iqn.2012-06.com.example:target0 10.10.10.10 Connected: da0</programlisting>
|
||||
|
||||
<para>This means the iSCSI session was successfully
|
||||
|
@ -6062,31 +6062,31 @@ iqn.2012-06.com.example:target0 10.10.10.10 Connected: da0</
|
|||
url="http://www.freebsd.org/cgi/man.cgi?query=iscsid&sektion=8&manpath=FreeBSD+10-current">iscsid(8)</ulink>
|
||||
daemon is not running:</para>
|
||||
|
||||
<programlisting>Target name Target addr State
|
||||
<programlisting>Target name Target portal State
|
||||
iqn.2012-06.com.example:target0 10.10.10.10 Waiting for iscsid(8)</programlisting>
|
||||
|
||||
<para>The following suggests a network-level problem, such as a
|
||||
wrong <acronym>IP</acronym> address or port:</para>
|
||||
|
||||
<programlisting>Target name Target addr State
|
||||
<programlisting>Target name Target portal State
|
||||
iqn.2012-06.com.example:target0 10.10.10.11 Connection refused</programlisting>
|
||||
|
||||
<para>The following means the specified target name was
|
||||
wrong:</para>
|
||||
|
||||
<programlisting>Target name Target addr State
|
||||
<programlisting>Target name Target portal State
|
||||
iqn.2012-06.com.example:atrget0 10.10.10.10 Not found</programlisting>
|
||||
|
||||
<para>The following means the target requires
|
||||
authentication:</para>
|
||||
|
||||
<programlisting>Target name Target addr State
|
||||
<programlisting>Target name Target portal State
|
||||
iqn.2012-06.com.example:target0 10.10.10.10 Authentication failed</programlisting>
|
||||
|
||||
<para>To specify a CHAP username and secret, use the following
|
||||
syntax:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>iscsictl -A -h 10.10.10.10 -t iqn.2012-06.com.example:target0 -u user -s secretsecret</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>iscsictl -A -p 10.10.10.10 -t iqn.2012-06.com.example:target0 -u user -s secretsecret</userinput></screen>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
|
|
Loading…
Reference in a new issue