Message-ID: <502111888.5213.1711710776320.JavaMail.confluence@zettalane.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_5212_95711821.1711710776320" ------=_Part_5212_95711821.1711710776320 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html host

host

Host represents the Fibre Channel(FC), iSCSI or NVMEoF initiator= s 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 b= y qualified names with nqn.  The iSCSI hosts are identified by iSCSI q= ualified names or eui. address and IP address.  If IP address was not = specified a NULL address is assumed.


Usage

=20
create =
host [label=3D]<hostname> wwn|wwpn=3D<wwn-port-addr>
create host [label=3D]<hostname> [iscsiname=3D<iqn-or-eui>]
 =09=09=09[ipaddress=3D<ipv4-addr>]
create host [label=3D]<hostname> [nqn|nvmename=3D<nqn>]
=09=09=09[ipaddress=3D<ipv4-addr>]
set host=09<hostname> wwn=3Dwwn-addr
set host=09<hostname> [ipaddr=3D<ipv4-addr>] [iscsiname=3D<i=
qn-or-eui>] [nvmename=3D<nqn>]
delete host <hostname>
=20


Examples

=20
 mayacli create h=
ost xchgserv wwn=3D0a0b0c102030
 mayacli create host xchgserv-ip ipaddress=3D129.121.0.1
=20


Output

=20
mayacli show ho=
st
Type     Host Address     Host Name                      =20
-------- ---------------- --------------------------------
iscsi    0.0.0.0          client1 iqn.1994-05.com.redhat:2589b22cdb1b
iscsi    10.1.1.100       msclient102 iqn.1991-05.com.microsoft:587458befe


=20

------=_Part_5212_95711821.1711710776320--