HP (Hewlett-Packard) 7 SNMP Nail Gun User Manual


 
Insight Manager 7 SNMP Extensions utility
STATUS mandatory
DESCRIPTION
"Cluster software version string."
::= { ntcMgtClusterInfo 2 }
ntcSoftwareStatus OBJECT-TYPE
SYNTAX SoftwareStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Status of the cluster software: installed, running, failed, etc."
::= { ntcMgtClusterInfo 3 }
ntcAlias OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Cluster alias name."
::= { ntcMgtClusterInfo 4 }
ntcThisMember OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Index into the member table of the member that corresponds to this
node."
::= { ntcMgtClusterInfo 5 }
ntcMemberTable OBJECT-TYPE
SYNTAX SEQUENCE OF NtcMemberEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Table of ntcMemberEntry."
::= { ntcMgtClusterInfo 6 }
ntcMemberEntry OBJECT-TYPE
SYNTAX NtcMemberEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Lists all nodes that comprise this cluster."
INDEX {
ntcMemberIndex
}
::= { ntcMemberTable 1 }
NtcMemberEntry ::=
SEQUENCE {
ntcMemberIndex
INTEGER,
ntcMemberName
DisplayString,
ntcMemberComment
DisplayString
}
ntcMemberIndex OBJECT-TYPE
SYNTAX INTEGER
28