HP-UX WBEM LAN Provider Datasheet, April 2010

Page 5 of 7
s
tring SystemCreationClassName [Key]
HP
-
UX:
Fixed string “CIM_UnitaryComputerSystem”
string SystemName [Key]
HP
-
UX:
Fully qualified host name if available from the
gethostbyname() system call; otherwise it returns the
hostname from the gethostname() system call
string CreationClassName [Key]
HP
-
UX:
Fixed string “
CIM_RedundancySet
string DeviceID [Key]
HP
-
UX:
Concatenation of the string “lan”, and the LAN
interface number (PPA number). For example “lan900”.
string LoadDistributionAlgorithm
HP
-
UX
:
C
urrent load balance algorithm
in string format.
Values can be “LB_MAC”, "LB_IP", "LB_PORT", and
“LB_HS".
string APAMode
HP
-
UX:
The configuration mode for the
link aggregate or
physical port in string format.
MANUAL
HP APA does not automatically aggregate ports. You
must manually add or remove ports from a link
aggregate. FEC and LACP are disabled.
FEC_AUTO
FEC is automatically started on the physical port.
LACP_AUTO
LACP is automatically started on the physical port.
LAN_MONITOR
The port is used for a LAN MONITOR link aggregate
failover group.
table 5: intrinsic methods for HPUX_EthernetPort, HPUX_EthernetLANEndpoint, HPUX_EthernetPortImplementsLANEndpoint and
HPUX_EthernetTeam
Method name description exceptions thrown
enumerateInstances
Retu
rns all instances of class with values of supported
properties. (See tables above.)
CIM_ERR_NOT_FOUND if any internal error occurs.
enumerateInstanceNames
Returns object path of all instances of class.
CIM_ERR_NOT_FOUND if any internal error occurs.
CIM_ERR_NOT_SUPPORTED for HPUX_EthernetTeam.
getInstance
Returns an instance that matches the keys with values
of supported properties. (See tables above.)
CIM_ERR_INVALID_PARAMETER if wrong class for a key
or wrong keys.
CIM_ERR_NOT_FOUND if the instance is not found.
CIM_ERR_NOT_SUPPORTED for HPUX_EthernetTeam.
modifyInstance
Does nothing.
CIM_ERR_NOT_SUPPORTED
deleteInstance
Does nothing.
CIM_ERR_NOT_SUPPORTED
createInstance
Does nothing.
CIM_ERR_NOT_SUPPORTED
initialize
Does nothing.
None.
terminate
Do
es nothing.
None
table 6: HPUX_EthernetPortImplementsLANEndpoint association