summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 8 insertions, 1 deletions
diff --git a/README b/README
index 657e7e4..8c8d256 100644
--- a/README
+++ b/README
@@ -317,10 +317,17 @@ Usage: iscsiadm [OPTION]
./iscsiadm -m node -o new -T iqn.2005-03.com.max \
-p 192.168.0.1:3260 -I 00:0F:1F:92:6B:BF
- The -I/--interface is optiniol. If not passed in, "default" is used.
+ The -I/--interface is optional. If not passed in, "default" is used.
For iscsi_tcp, this would allow the network layer to decide what is
best.
+ - Adding custom NIC config to multiple targets:
+
+ ./iscsiadm -m node -o new -I 00:0F:1F:92:6B:BF
+
+ This command will add a interface config using the iSCSI and SCSI
+ settings from iscsid.conf to every target that is in the node db.
+
- Removing iSCSI portal:
./iscsiadm -m node -o delete -T iqn.2005-03.com.max -p 192.168.0.4:3260