User's Guide

The OneCommand Manager User Manual Page 256
ShowPersonalities
Supported by: Windows, Solaris, Linux and VMware ESX
Syntax:
hbacmd ShowPersonalities <WWPN|MAC>
Description:
This command displays the list of personalities available on the adapter. The personality type is
displayed as either NIC, iSCSI, or FCoE.
Parameters:
WWPN - CNAs WWPN
MAC - MAC address of iSCSI or NIC port
Example:
For non-ESXi hosts
>hbacmd ShowPersonalities 00-12-34-56-78-9A
For ESXi hosts
>hbacmd h=<IP_Address> m=cim u=root p=<password> n=<namespace> showpersonalities
00-12-34-56-78-9A
Virtual Port (VPort) Commands
<…> = Required, […] = Optional
CreateVPort
Supported by: Windows, Solaris and Linux
Syntax:
hbacmd CreateVPort <physical WWPN> auto [vname]
Or
hbacmd CreateVPort <physical WWPN> <virtual WWPN> <virtual WWNN> [vname]
Description: This command creates a virtual port with an automatically generated WWPN or a user
specified virtual WWPN on the specified physical port. If you specify “auto”, the virtual WWPN is
generated automatically. Otherwise, you must specify the virtual WWPN for this parameter. If creation is
successful, the WWPN is displayed as part of the output from the command. The optional [vname]
parameter can be specified for the virtual port's name.
Note: For managing ESX/ESXi hosts from a Windows client, add the m=cim option to
the command. The default CIM credentials must be set using the SetCimCred
command. See “SetCimCred” on page 250.
Note: Supported by FC and FCoE adapter ports only.
Note: In Linux, VPorts do not persist across system reboots.