Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block
languagetext
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

Code Block
languagetext
themeEmacs
 mayacli create host xchgserv wwn=0a0b0c102030
 mayacli create host xchgserv-ip ipaddress=129.121.0.1


Output

Code Block
languagetext
themeDJango

...