HP Operations Manager for Windows

OV_ManagedNode-Properties


Name

Signature
string Name
Description
The inherited Name serves as a key of a System instance in an enterprise environment.

AgentId

Signature
string AgentId
Description
A value that uniquely identifies the managed node. This value is assigned to the managed node when it first comes under management. The value is guaranteed to be the same on all management servers that manage the node.

Domain

Signature
string Domain
Description
The Domain property indicates the domain name of the computer system.

Manufacturer

Signature
string Manufacturer
Description
The Manufacturer property indicates the name of the computer manufacturer (for example, Seagate).

Model

Signature
string Model
Description
The Model property indicates the model name of the computer system.

SystemTypeId

Signature
uint16 SystemTypeId
Description
An integer representing the System processor family type.

It represents the instance of OV_SystemType identified with the key property OV_SystemType::Id.

Together with properties OsTypeId, OsVersionId, AgentCommTypeId, and AgentBinaryFormatId, it identifies the valid platform (instance of OV_NodePlatform).

Part of the HPOM for Windows Platform Model.

OsTypeId

Signature
uint16 OsTypeId
Description
An integer representing the Operating System type.

It represents the instance of OV_OsType identified with the key property OV_OsType::Id.

Together with the properties SystemTypeId, OsVersionId, AgentCommTypeId, and AgentBinaryFormatId, it identifies the valid platform (instance of OV_NodePlatform).

Part of the HPOM for Windows Platform Model.

OsVersionId

Signature
uint32 OsVersionId
Description
An integer describing the Operating System version.

It represents the instance of OV_OsType identified with the key property OV_SystemType::Id.

Together with the properties SystemTypeId, OsTypeId, AgentCommTypeId, and AgentBinaryFormatId, it identifies the valid platform (instance of OV_NodePlatform).

Part of the HPOM for Windows Platform Model.

AgentCommTypeId

Signature
uint16 AgentCommTypeId
Description
An integer representing the type of communication to contact the agent.

It represents the instance of OV_SystemType identified with the key property OV_SystemType::Id.

Together with the properties SystemTypeId, OsTypeId, OsVersionId, and AgentBinaryFormatId, it identifies the valid platform (instance of OV_NodePlatform).

Part of the HPOM for Windows Platform Model.

AgentBinaryFormatId

Signature
uint16 AgentBinaryFormatId
Description
An integer representing the binary format of the agent.

It represents the instance of OV_SystemType identified with the key property OV_SystemType::Id.

Together with the properties SystemTypeId, OsTypeId, OsVersionId, and AgentCommTypeId, it identifies the valid platform (instance of OV_NodePlatform). When the node is created, it can be optional. Other HPOM for Windows Platform Model properties should identify one or more instance(s) of OV_NodePlatform.

Part of the HPOM for Windows Platform Model.

CurrentTimeZone

Signature
sint16 CurrentTimeZone
Description
A CIM-derived attribute that indicates the number of minutes the OperatingSystem is offset from Greenwich Mean Time. The number can be positive, negative, or zero.

CommunicationPath

Signature
string CommunicationPath
Description
The communication path used to address the computer system if the primary name cannot or should not be used to address the system. The path can be a DNS name, the unique WINS name, or an IP address. This path enables users to specify an alternative communication path for computer systems with multiple IP addresses, or to specify multiple ways to contact the system.

PrimaryNodeName

Signature
string PrimaryNodeName
Description
The primary name for this node. The default should be either the fully qualified DNS name or the unique WINS name. You can use this name for reporting purposes, or for linking to other management systems (for example, ITO/UX, HP NNM, and so on).

AutoUpdateCommunicationPath

Signature
boolean AutoUpdateCommunicationPath
Description
If true, allows the CommunicationPath to be automatically updated when the agent sends the server a "Update Communication Information" message.

AlwaysResolveCommunicationAddresses

Signature
boolean AlwaysResolveCommunicationAddresses
Description
If true, communication to the object must always be resolved before contacting the agent.

Alias

Signature
string Alias[]
Description
The Alias property is used to identify the additional names by which a node may be known. This property is used by the Event server so that a managed node can generate a message using one of several names associated with the node, and attach the message to the correct node. Each string in the array represents an alternate name for the node. These names can be DNS names or unique WINS names.

The Alias property can be used to solve problems that can occur if the node and the management system use a different name resolution and return different node names for the same computer system.

NameFormat

Signature
string NameFormat
Description
The ComputerSystem object and its derivatives are Top Level Objects of CIM. They provide the scope for numerous components. Having unique System keys is required. A heuristic is defined to create the ComputerSystem Name in such a way that the same Name is always generated, regardless of discovery protocol. This heuristic prevents inventory and management problems in which the same asset or entity is discovered multiple times, but cannot be resolved to a single object. Use of the heuristic is optional but recommended.

The NameFormat property indicates how the ComputerSystem Name is generated, using a heuristic. The heuristic is outlined, in detail, in the CIM V2 System Model specification. It assumes that the documented rules are traversed in order, to determine and assign a Name. The NameFormat Values list defines the precedence order for assigning the Computer System Name. Several rules map to the same Value.

NOTE: The ComputerSystem Name calculated using the heuristic is the System key value. Other names can be assigned and used for the ComputerSystem that better suit a business, using Aliases.

Values
ValueMap
Other
IP
Dial
HID
NWA
HWA
X25
ISDN
IPX
DCC
ICD
E.164
SNA
OID/OSI

ManuallyInstalled

Signature
boolean ManuallyInstalled = FALSE
Description
If true, this node is brought under management from the unmanaged node listing in the node editor. This property is used by PMAD to determine the correct error message to write when there is a policy deployment failure.

PrerequisitesOkay

Signature
boolean PrerequisitesOkay = FALSE
Description
If true, the prerequisites for this node have been checked, and the node is deemed manageable. This property is set by the node editor.

DisableAutoDeployment

Signature
boolean DisableAutoDeployment = FALSE
Description
If true, no policies or packages are automatically deployed to this node. This property is primarily set when nodes are imported from another management server. The primary mechanism for such imports is ovpmutil, which wraps OvOWMofComp. OvOWMofComp has a -noautodeploy option.

NumOfCPUs

Signature
uint8 NumOfCPUs
Description
The number of CPUs in the managed node. Used by the HPOM Embedded Licensing.

CertificateState

Signature
uint8 CertificateState
Description
An integer representing the Certificate State. Used by the Certificate Server Adapter.
Values
ValueMap
Values
0 = Undefined
1 = Pending
2 = Granted
3 = Denied
4 = Failed
5 = Installed

HeartBeatInterval

Signature
uint16 HeartBeatInterval
Description
Interval between heart beat polling checks in seconds. Part of HTTPS agent integration.

HeartBeatMode

Signature
uint8 HeartBeatMode
Description
Heart beat mode. Part of HTTPS agent integration.
Values
ValueMap
Values
0 = HeartBeatDisabled
1 = AgentPollingOnly
2 = ICMPPollingOnly
3 = HeartBeatEnabled
4 = UseSystemDefault

IsAgentInstalled

Signature
boolean IsAgentInstalled
Description
True if the managed node has an agent installed on it. Part of HTTPS agent integration.

IsInMaintMode

Signature
boolean IsInMaintMode
Description
True if the managed node is in maintenance mode.

IsInSchedOutage

Signature
boolean IsInSchedOutage
Description
True if the managed node is in a scheduled outage.

DeleteMsgInMaintMode

Signature
boolean DeleteMsgInMaintMode
Description
True if the messages to the managed node should be deleted while it is in maintenance mode.

DeleteMsgInSchedOutage

Signature
boolean DeleteMsgInSchedOutage
Description
True if the messages to the managed node should be deleted during a scheduled outage.

DisableHeartBeatInMaintMode

Signature
boolean DisableHeartBeatInMaintMode
Description
True if heart beat polling should be disabled while the managed node is in maintenance mode.

DisableHeartBeatInSchedOutage

Signature
boolean DisableHeartBeatInSchedOutage
Description
True if heart beat polling should be disabled during a scheduled outage.

UseDefaultHeartBeatInterval

Signature
boolean UseDefaultHeartBeatInterval
Description
True if heart beat polling should use the default heart beat interval.

RemovePolicyInMaintMode

Signature
boolean RemovePolicyInMaintMode
Description
True if policies should be removed while the managed node is in maintenance mode.

RemovePolicyInSchedOutage

Signature
boolean RemovePolicyInSchedOutage
Description
True if policies should be removed during a scheduled outage.

AllowCertAutoGranting

Signature
boolean AllowCertAutoGranting
Description
True if certificate requests sent from this node should be granted automatically.

CredentialsMode

Signature
uint8 CredentialsMode
Description
Sets the authentication mechanism used to communicate with the managed node.
Values
ValueMap
Values
0 = PMAD User
1 = Client Impersonation
2 = Username/Password