HP-UX WBEM LAN Provider Datasheet
Page 4 of 6 Created on 6/1/2005
table 2: HPUX_EthernetLANEndpoint properties
property name property inheritance property value (and data source)
string Caption Inherited from CIM_ManagedElement. hp-ux: Description of an corresponding interface as
shown by lanadmin –g command
string Description Inherited from CIM_ManagedElement. hp-ux: Description of an corresponding interface as
shown by lanadmin –g command
Uint16[] OperationalStatus Inherited from
CIM_ManagedSystemElement.
hp-ux: 2 (indicating “OK”) for operational interface and
10 (indicating “Stopped”) for non-operational interface
string SystemCreationClassName
[Key]
Inherited from CIM_ServiceAccessPoint
hp-ux: Fixed string “CIM_UnitaryComputerSystem”
string SystemName [Key]
Inherited from CIM_ServiceAccessPoint
hp-ux: Fully qualified host name if available from the
gethostbyname() system call; otherwise it returns the
hostname from the gethostname() system call
string Name [Key]
Inherited from CIM_ServiceAccessPoint hp-ux: Concatenation of the string “lan”, and the LAN
interface number (PPA number). For example “lan0”.
string CreationClassName [Key]
Inherited from CIM_ServiceAccessPoint. hp-ux: Fixed string “HPUX_EthernetLANEndpoint”.
Uint16 ProtocolType Inherited from CIM_ProtocolEndpoint. hp-ux: 14 for Ethernet (only Ethernet links are supported)
string MACAddress Inherited from CIM_LANEndpoint hp-ux: Current set MAC address on the NIC
table 3: HPUX_EthernetPortImplementsLANEndpoint properties.
property name property inheritance property value (and data source)
HPUX_EthernetPort REF
Antecedent
Inherited from CIM_Dependency,
overridden by
CIM_DeviceSAPImplementation,
overridden by
CIM_PortImplementsEndpoint,
overridden by
HPUX_EthernetPortImplementsLANEndpo
int.
hp-ux: Within the reference property:
CreationClassName returns “CIM_LogicalDevice”.
DeviceID returns the Interface Name (e.g. “lan0”).
HPUX_EthernetLANEndpoint REF
Dependent
Inherited from CIM_Dependency,
overridden by
CIM_DeviceSAPImplementation,
overridden by
CIM_PortImplementsEndpoint,
overridden by
HPUX_EthernetPortImplementsLANEndpo
int.
hp-ux: Within the reference property:
CreationClassName returns
“HPUX_EthernetLANEndpoint”. Name returns the
interface name (e.g. “lan0”).
table 4: intrinsic methods for HPUX_EthernetPort, HPUX_EthernetLANEndpoint and HPUX_EthernetPortImplementsLANEndpoint
Method name description exceptions thrown
enumerateInstances Returns 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.
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.