From owner-svn-doc-head@FreeBSD.ORG Wed Oct 30 12:58:02 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D348FC21; Wed, 30 Oct 2013 12:58:02 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0B502ED1; Wed, 30 Oct 2013 12:58:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9UCw2Yw073284; Wed, 30 Oct 2013 12:58:02 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9UCw2qj073283; Wed, 30 Oct 2013 12:58:02 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <201310301258.r9UCw2qj073283@svn.freebsd.org> From: Edward Tomasz Napierala Date: Wed, 30 Oct 2013 12:58:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43076 - head/en_US.ISO8859-1/books/handbook/network-servers X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 12:58:03 -0000 Author: trasz (src,ports committer) Date: Wed Oct 30 12:58:02 2013 New Revision: 43076 URL: http://svnweb.freebsd.org/changeset/doc/43076 Log: Update iSCSI part of handbook to accomodate for changes in r257379. Approved by: gjb Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Wed Oct 30 12:51:06 2013 (r43075) +++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Wed Oct 30 12:58:02 2013 (r43076) @@ -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 url="http://www.freebsd.org/cgi/man.cgi?query=iscsid&sektion=8&manpath=FreeBSD+10-current">iscsid(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