hpmccluster.mib
来自「opennms得相关源码 请大家看看」· MIB 代码 · 共 422 行 · 第 1/2 页
MIB
422 行
hpmcClusterDescr OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A description of the cluster. By default this might simply be a textual description of the cluster type, such as `MC Service Guard'. However it may be desirable to allow the enduser to override this description through configuration to describe the actual purpose being served by the cluster. For example `HA Customer Database Cluster'." ::= { hpmcClusterEntry 4 } hpmcClusterSWVersion OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Versioning information describing the SW component(s), residing on this node, which comprise this cluster type." ::= { hpmcClusterEntry 5 } hpmcClusterState OBJECT-TYPE SYNTAX INTEGER{ unknown(-1), down(0), up(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Describes this node's view of the cluster state. Note that insufficient information, such as separation from other active cluster elements, could result in this state information being out of date. In this case the unknown state should be used." ::= { hpmcClusterEntry 6 } hpmcClusterLastStateChange OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates at what time the node entered the state described by hpmcClusterState." ::= { hpmcClusterEntry 7 } hpmcClusterLastReconfig OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates when the configuration for this cluster was last changed." ::= { hpmcClusterEntry 8 } hpmcClusterPrimaryNode OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates a node in the cluster which plays a `special' role, and may contain additional MIB information not distributed to other nodes in the cluster. A value of ' ' (single blank character) indicates an unknown or nonexistent primary node." ::= { hpmcClusterEntry 9 } hpmcNodeStatus OBJECT-TYPE SYNTAX INTEGER{ invalid(0), initializing(1), failed(2), halted(3), reconfiguring(4), running(5), unknown(6), paused(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current state of the node relative to the cluster in this row." ::= { hpmcClusterEntry 10 } hpmcNodeLastEvent OBJECT-TYPE SYNTAX INTEGER{ none(0), down(1), up(2), reconfiguring(3), joining(4), leaving(5), changedClusterConfiguration(6), notApplicable(7), paused(8) } MAX-ACCESS read-only STATUS current DESCRIPTION "The last event on this node to alter hpmcNodeStatus. For cluster types that do not use events, the value is none (0)." ::= { hpmcClusterEntry 11 } hpmcNodeLastEventTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates at what time the node entered the status described by hpmcNodeStatus. A value of 0 indicates that the time is unknown or inapplicable (such as when the hpmcNodeLastEvent is none (0))." ::= { hpmcClusterEntry 12 } hpmcClusterUpTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The time (in hundredths of a second) since this instance of the cluster was last started. Dynamic reconfiguration or partial availability of the cluster does not reset the cluster uptime. A value of 0 indicates that the time is unknown by this node." ::= { hpmcClusterEntry 13 } -- -- The Cluster Membership Group -- -- This group contains information related to cluster membership. -- -- -- The Cluster Node Table -- -- This table describes the members of the clusters to which -- the node belongs. -- hpmcCNodeTable OBJECT-TYPE SYNTAX SEQUENCE OF HpmcCNodeEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing an entry for each node which is a member of the cluster." ::= { hpmcMemberInfo 1} hpmcCNodeEntry OBJECT-TYPE SYNTAX HpmcCNodeEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry providing information about the members of a given cluster. It is indexed by both the Cluster Index and nodeID of the member node." INDEX { hpmcClusterIndex, hpmcNodeID } ::= { hpmcCNodeTable 1 } HpmcCNodeEntry ::= SEQUENCE { hpmcNodeID Integer32, hpmcNodeName DisplayString, hpmcNodeRole INTEGER } hpmcNodeID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "A unique ID given to this node from the context of a particular cluster. A node may have different values for each of the different clusters it belongs to." ::= { hpmcCNodeEntry 1 } hpmcNodeName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A name given to this node, typically its hostname, but may be a cluster specific name for identifying each member." ::= { hpmcCNodeEntry 2 } hpmcNodeRole OBJECT-TYPE SYNTAX INTEGER{ undefined (0), client (1), server (2), peer (3), coordinator (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates this node's role in the cluster. A cluster does not need to have a member fulfilling each role." ::= { hpmcCNodeEntry 3 } END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?