Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/iscsi/doc Add a section explaining about the use of CHA...



details:   https://anonhg.NetBSD.org/src/rev/18d8c1d7fc58
branches:  trunk
changeset: 588143:18d8c1d7fc58
user:      agc <agc%NetBSD.org@localhost>
date:      Thu Feb 09 16:40:49 2006 +0000

description:
Add a section explaining about the use of CHAP authentication in the test
harness.

diffstat:

 dist/iscsi/doc/FAQ |  26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r a550f6ac146d -r 18d8c1d7fc58 dist/iscsi/doc/FAQ
--- a/dist/iscsi/doc/FAQ        Thu Feb 09 16:39:56 2006 +0000
+++ b/dist/iscsi/doc/FAQ        Thu Feb 09 16:40:49 2006 +0000
@@ -193,6 +193,32 @@
 c) use an initiator to point it at the machine you started it on
 
 
+Q9. Why does the test harness not work properly?
+================================================
+
+A9. Firstly, you should be invoking the test harness as
+
+       iscsi-harness -n 3 -h localhost
+
+where the 'n' option is the number of iterations to perform, and the
+'h' parameter is the name or address of the machine where the
+iscsi-target is running.
+
+If the harness was invoked properly, check any error messages which
+the test harness sends:
+
+If one of them looks like:
+
+       No matching user configuration entry for `agc' was found
+       Please add an entry for `agc' to `/etc/iscsi/auths'
+
+(where "agc" is substituted for the name of the user who was running
+the test harness), then please do as suggested. The iSCSI test harness
+tests, amongst other things, the CHAP authentication process, and so
+CHAP credentials for that user are needed.
+
+
+
 Alistair Crooks
 agc%NetBSD.org@localhost
 Wed Feb  8 07:21:56 GMT 2006



Home | Main Index | Thread Index | Old Index