summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-04-24 05:29:33 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-04-24 05:29:33 +0000
commit69455efa4b6d6fbebb3869b69c43e33b6dacbe9e (patch)
treea1a107f5cb66a98f68416cf113eaaa922e0753d1 /README
parent8f841fc627cae91f653a31c3c1d6eac11e1518a0 (diff)
downloadopen-iscsi-69455efa4b6d6fbebb3869b69c43e33b6dacbe9e.tar.gz
merge node and session mode ops. session node takes a sysfs id or nothing and node mode takes the node record id values or nothing
git-svn-id: svn://svn.berlios.de/open-iscsi@805 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 546bd9c..6ae125a 100644
--- a/README
+++ b/README
@@ -184,7 +184,7 @@ Usage: iscsiadm [OPTION]
-m node display all discovered nodes from internal
persistent discovery database
-m node --targetname=[name] --portal=[ip:port] --interface=[HWaddress] \
- [--login|--logout]
+ [--login|--logout|--rescan|--stats]
-m node --targetname=[name] --portal=[ip:port] --interface=[HWaddress] \
--op=[op] [--name=[name] --value=[value]]
-m node --targetname=[name] --portal=[ip:port] --interface=[HWaddress] \
@@ -205,6 +205,11 @@ Usage: iscsiadm [OPTION]
you wish to update
Print level can be 0 to 1.
+
+ Rescan will perform a SCSI layer scan of the session
+ to find new LUNs.
+
+ Stats prints the iSCSI stats for the session.
-m node --logoutall=[all,manual,automatic]
Logout "all" the running sessions or just the ones
with a node or conn startup value manual or automatic.
@@ -219,7 +224,6 @@ Usage: iscsiadm [OPTION]
perform operation for specific session with
session id sid. If no sid is given the operation
will be performed on all running sessions if possible.
- --logout, --rescan, --op only work on single session.
--logout and --op work like they do in node mode,
but in session mode targetname and portal info is
is not passed in.