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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Host represents the Fibre Channel(FC), iSCSI or NVMEoF initiators in the SAN. They are simply referred to as SAN clients. The FC hosts are identified by unique WWN Port Name.

The NVMEoF hosts are identified by qualified names with nqn.  The iSCSI hosts are identified by iSCSI qualified names or eui. address and IP address.  If IP address was not specified a NULL address is assumed.


Usage

create host [label=]<hostname> wwn|wwpn=<wwn-port-addr>
create host [label=]<hostname> [iscsiname=<iqn-or-eui>]
 [ipaddress=<ipv4-addr>]
create host [label=]<hostname> [nqn|nvmename=<nqn>]
 [ipaddress=<ipv4-addr>]
set host <hostname> wwn=wwn-addr
set host <hostname> [ipaddr=<ipv4-addr>] [iscsiname=<iqn-or-eui>] [nvmename=<nqn>
delete host <hostname>


Examples

 mayacli create host xchgserv wwn=0a0b0c102030
 mayacli create host xchgserv-ip ipaddress=129.121.0.1


Output

 
  • No labels