Page tree
Skip to end of metadata
Go to start of metadata

The iscsi object is used to manage iSCSI operations on the storage server.


Usage

show iscsi [targets|sessions|connections|initiators|hosts]
create iscsi nodename=<iscsiname> [immediateData=1|0] [user=<user> password=<pass>] [portalGroup=<tpgt>[,]..
create iscsi portalgroup=<tpgt> portal=<ipaddr>[ ...]]
set iscsi nodename=<iscsiname> [user=<user> password=<pass>] [portalGroup=<tpgt>[,]..
delete iscsi nodename=<iscsiname>
delete iscsi portalgroup=<tpgt>


Examples

 mayacli create iscsi portalgroup=1 portal=\"10.1.1.91 10.1.1.95\"
 mayacli create iscsi portalgroup=2 portal=\"192.168.1.1 192.168.1.5\"
 mayacli create iscsi nodename=iqn.2010-03.com.zettalane:storage.node1 user=testuser pass=testpass portalgroup=1,2

Output

 
  • No labels