hpmccluster.mib
来自「opennms得相关源码 请大家看看」· MIB 代码 · 共 422 行 · 第 1/2 页
MIB
422 行
HP-MCCLUSTER DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE, MODULE-IDENTITY, OBJECT-IDENTITY, DateAndTime, -- Remove for SNMPResearch compiles NOTIFICATION-TYPE, enterprises, Integer32 FROM SNMPv2-SMI DisplayString FROM SNMPv2-TC; -- -- Object hierarchy under HP's enterprise object ID -- hp OBJECT IDENTIFIER ::= { enterprises 11 } nm OBJECT IDENTIFIER ::= { hp 2 } system OBJECT IDENTIFIER ::= { nm 3 } general OBJECT IDENTIFIER ::= { system 1 } hpmcCluster MODULE-IDENTITY LAST-UPDATED "9710030000Z" ORGANIZATION "Hewlett Packard Company, Enterprise Systems Division" CONTACT-INFO " Miha Wang Kevin Watkins Carol Ann Krug Postal: Hewlett Packard Company 19411 Pruneridge Ave, MS44UA Cupertino, CA 95014 Tel: +1 408 447 2339 (MW) +1 408 447 5795 (KW) +1 408 447 3477 (CK) Fax: +1 408 447 1345 E-mail: miha@cup.hp.com kevin@cup.hp.com carolann@cup.hp.com" DESCRIPTION "This MIB module describes an HP private MIB for the management of Multi Computer Clusters. The MIB is intended to support general cluster attributes. Extensions for instrumentation of specific products should be done in separate product-specific MIBs." ::= { general 6 } -- -- DateAndTime - defined here for benefit of SNMP Research code which -- does not have this built in for 12.2.0.2 release. When it is -- available this line should be removed from the MIB definition and -- "DateAndTime" should be added back into the IMPORTS list. -- -- Uncomment next line for SNMPResearch compiles -- DateAndTime ::= OCTET STRING (SIZE (8 | 11)) -- -- The groups which make up the general hpmcCluster MIB. -- hpmcClusterObjects OBJECT IDENTIFIER ::= { hpmcCluster 1 } hpmcClusterTypes OBJECT IDENTIFIER ::= { hpmcCluster 2 } hpmcTypeSpecific OBJECT IDENTIFIER ::= { hpmcCluster 3 } hpmcGenInfo OBJECT IDENTIFIER ::= { hpmcClusterObjects 1 } hpmcMemberInfo OBJECT IDENTIFIER ::= { hpmcClusterObjects 2 } -- -- Cluster Types -- -- These object IDs are used to uniquely identify HP -- Multicomputer Clustering products. -- hpmcServiceGuard OBJECT-IDENTITY STATUS current DESCRIPTION "The authoritative identity of the ServiceGuard cluster type." ::= { hpmcClusterTypes 1 } hpmcNFSDiskless OBJECT-IDENTITY STATUS current DESCRIPTION "The authoritative identity of the NFS Diskless cluster type." ::= { hpmcClusterTypes 2 } hpmcMCSE OBJECT-IDENTITY STATUS current DESCRIPTION "The authoritative identity of the MCSE cluster type." ::= { hpmcClusterTypes 3 } hpmcLockManager OBJECT-IDENTITY STATUS current DESCRIPTION "The authoritative identity of the Lock Manager cluster type." ::= { hpmcClusterTypes 4 } hpmcMSCS OBJECT-IDENTITY STATUS current DESCRIPTION "The authoritative identity of the Microsoft Cluster Server cluster type." ::= { hpmcClusterTypes 5 } -- others ... -- -- The General Cluster Information Group -- -- This group contains general information (i.e. information -- pertinent to most types of clusters) about the clusters to -- which this node belongs. -- hpmcNumClusters OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "This variable is obsolete." ::= { hpmcGenInfo 1 } -- -- The Cluster Information Table -- -- The remaining general cluster information is contained -- in a table, with each row representing a cluster to which -- this node is a member. -- -- The index used in this table will be used in other MC -- product specific tables. -- hpmcClusterTable OBJECT-TYPE SYNTAX SEQUENCE OF HpmcClusterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing general information about the various clusters to which this node belongs." ::= { hpmcGenInfo 2 } hpmcClusterEntry OBJECT-TYPE SYNTAX HpmcClusterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry providing information about a cluster to which this node belongs." INDEX { hpmcClusterIndex } ::= { hpmcClusterTable 1 } HpmcClusterEntry ::= SEQUENCE { hpmcClusterIndex Integer32, hpmcClusterName DisplayString, hpmcClusterType OBJECT IDENTIFIER, hpmcClusterDescr DisplayString, hpmcClusterSWVersion DisplayString, hpmcClusterState INTEGER, hpmcClusterLastStateChange DateAndTime, hpmcClusterLastReconfig DateAndTime, hpmcClusterPrimaryNode DisplayString, hpmcNodeStatus INTEGER, hpmcNodeLastEvent Integer32, hpmcNodeLastEventTime DateAndTime, hpmcClusterUpTime TimeTicks } hpmcClusterIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique value for each cluster to which this node belongs. This value is calculated by taking the last element of the corresponding hpmcClusterType object ID, multiplying it by 2^16 (shifting this value left 16 bits) and adding a 16 bit value (ranging from 0 to 2^16-1) for the cluster instance." ::= { hpmcClusterEntry 1 } hpmcClusterName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The name given to this cluster, which will distinguish it from other clusters of the same type. No two clusters of the same type on a single node may have the same name." ::= { hpmcClusterEntry 2 } hpmcClusterType OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "An unambiguous identifier of the cluster type. These values should be taken from the Object ID tree rooted below hpmcClusterTypes." ::= { hpmcClusterEntry 3 }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?