-- MIB created 9/13/95 11:14:13, by -- SMIC (the next generation) version 1.6.29, November 22, 1994. BANYAN-SS-MIB DEFINITIONS ::= BEGIN -- From file: "ss.mib" -- Compile options "V M" IMPORTS enterprises FROM RFC1155-SMI Counter, TimeTicks FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 DisplayString, TimeStamp FROM RFC1213-MIB; banyan OBJECT IDENTIFIER ::= { enterprises 130 } vinesmibs OBJECT IDENTIFIER ::= { banyan 1 } mib3 OBJECT IDENTIFIER ::= { vinesmibs 3 } services OBJECT IDENTIFIER ::= { mib3 1 } banyanmodules OBJECT IDENTIFIER ::= { mib3 2 } ssMIB OBJECT IDENTIFIER ::= { banyanmodules 3 } -- MODULE-IDENTITY -- LastUpdated -- 9504010000Z -- OrgName -- Banyan Systems, Incorporated -- ContactInfo -- Banyan Systems, Incorporated -- -- Postal: Banyan Systems, Inc. -- 115 Flanders Road -- WESTBORO, MA 01581 -- USA -- -- Tel: +1 508 898 1000 -- Fax: -- E-Mail: mibsupport@banyan.com -- Descr -- This is the SS mib for a Vines or ENS Server. ss OBJECT IDENTIFIER ::= { services 3 } svcsummary OBJECT IDENTIFIER ::= { ss 1 } svcusers OBJECT IDENTIFIER ::= { ss 2 } evmask OBJECT IDENTIFIER ::= { ss 3 } svcrpcstats OBJECT IDENTIFIER ::= { ss 4 } systemsummary OBJECT IDENTIFIER ::= { ss 5 } svcstats OBJECT IDENTIFIER ::= { ss 6 } trapdata OBJECT IDENTIFIER ::= { ss 7 } trapdefs OBJECT IDENTIFIER ::= { ss 8 } svcName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The StreetTalk name of the service." ::= { svcsummary 1 } svcCategory OBJECT-TYPE SYNTAX INTEGER(0..2000) ACCESS read-only STATUS mandatory DESCRIPTION "The Vines category number of the service." ::= { svcsummary 2 } svcLocation OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The location of the service." ::= { svcsummary 3 } svcActiveSes OBJECT-TYPE SYNTAX INTEGER(0..10000) ACCESS read-only STATUS mandatory DESCRIPTION "The number of active sessions of the service." ::= { svcsummary 4 } svcTotalSes OBJECT-TYPE SYNTAX INTEGER(0..100000) ACCESS read-only STATUS mandatory DESCRIPTION "The number of total sessions of the service." ::= { svcsummary 5 } svcUpTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The time since the service was started, in hundredths of seconds." ::= { svcsummary 6 } svcStatFlags OBJECT-TYPE SYNTAX INTEGER { isOpen(1), isClosed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The status flags of the service. The meaning of this flag is service dependent, and in the case of server service it simple means the service is running. isOpen should always be returned, as the service will not respond to the mib inquiry if it is not running." ::= { svcsummary 7 } svcRevision OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The revision description of this particular component. This can be used by management applications to determine which MIB variables are appropriate for this particular component instance." ::= { svcsummary 8 } mibRevision OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS read-only STATUS mandatory DESCRIPTION "The revision number of this MIB. This can be used by management applications to determine which MIB variables are appropriate for this particular component instance." ::= { svcsummary 9 } svcUserTable OBJECT-TYPE SYNTAX SEQUENCE OF SvcUserEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of the service users." ::= { svcusers 1 } svcUserEntry OBJECT-TYPE SYNTAX SvcUserEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the list of service users." INDEX { svcUserIndex } ::= { svcUserTable 1 } SvcUserEntry ::= SEQUENCE { svcUserIndex INTEGER, svcUserName DisplayString } svcUserIndex OBJECT-TYPE SYNTAX INTEGER(0..100000) ACCESS read-only STATUS mandatory DESCRIPTION "A unique value used by SNMP to keep track of the entries in the service users table." ::= { svcUserEntry 1 } svcUserName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The StreetTalk name of a user of this service" ::= { svcUserEntry 2 } evmaskSend OBJECT-TYPE SYNTAX INTEGER { off(1), minimal(2), default(3), all(4) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates whether alarm/warning/audit events are to be sent to the Event Service. The allowed values are : off(1) - no events are sent to EVS. minimal(2) - only alarm type events sent to EVS. default(3) - alarm and warning type events sent to EVS. all(4) - alarm, warning and audit type events sent to EVS." ::= { evmask 1 } evmaskWrite OBJECT-TYPE SYNTAX INTEGER { off(1), low(2), medium(3), high(4), default(5), debug(6) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates which event types are written to the local log file. The following events are sents at each level: off(1): none low(2): alarm medium(3): alarm, warning high(4): alarm, warning, audit default(5): alarm, warning, audit, info debug(6): alarm, warning, audit, info, debug" ::= { evmask 2 } evmaskLocalLog OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "This is the full path name of the file which events will be written to depending on the evmaskWrite value." ::= { evmask 3 } svcRpcKeepStats OBJECT-TYPE SYNTAX INTEGER { off(1), on(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates whether RPC statistics should be collected. The allowed values are : off(1) - no statistics collected. on(2) - statistics collected." ::= { svcrpcstats 1 } svcRpcThreshold OBJECT-TYPE SYNTAX TimeTicks ACCESS read-write STATUS mandatory DESCRIPTION "The threshold in TimeTicks for tracking RPC call durations." ::= { svcrpcstats 2 } svcRpcInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF SvcRpcInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Statistics for remote procedure calls supported by the service." ::= { svcrpcstats 3 } svcRpcInfoEntry OBJECT-TYPE SYNTAX SvcRpcInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry for each remote procedure call supported by the service." INDEX { svcRpcIndex } ::= { svcRpcInfoTable 1 } SvcRpcInfoEntry ::= SEQUENCE { svcRpcIndex INTEGER, svcRpcName DisplayString, svcRpcNumCalls INTEGER, svcRpcNumOverThresh INTEGER, svcRpcTotalTime TimeTicks, svcRpcHighWater TimeTicks } svcRpcIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value used to index into the list of remote procedure calls supported by the service." ::= { svcRpcInfoEntry 1 } svcRpcName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the remote procedure call." ::= { svcRpcInfoEntry 2 } svcRpcNumCalls OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of calls to this procedure" ::= { svcRpcInfoEntry 3 } svcRpcNumOverThresh OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of calls that took longer than the threshold." ::= { svcRpcInfoEntry 4 } svcRpcTotalTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The cumulative time for this procedure in TimeTicks." ::= { svcRpcInfoEntry 5 } svcRpcHighWater OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The longest duration for this procedure in TimeTicks." ::= { svcRpcInfoEntry 6 } ssName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the server (up to 15 characters long)" ::= { systemsummary 1 } ssNetid OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The VINES network ID of the server, which is equal to the server's serial number. This ID may be up to 4 bytes in length." ::= { systemsummary 2 } ssSwRev OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The VINES software revision for this server." ::= { systemsummary 3 } ssProdType OBJECT-TYPE SYNTAX INTEGER { unused(1), cns(2), pcvines(3), sco(4), hpux(5), aix(6), solaris(7) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of banyan product." ::= { systemsummary 4 } ssProdDescr OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The description of the product type." ::= { systemsummary 5 } ssVinesUpTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The time since VINES core services were last started, in hundredths of seconds." ::= { systemsummary 6 } ssVinesStatus OBJECT-TYPE SYNTAX INTEGER { shutdown(0), running(1) } ACCESS read-only STATUS mandatory DESCRIPTION "The status of Vines software." ::= { systemsummary 7 } ssVinesAdmin OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the VinesAdmin. The VinesAdmin is the UNIX login name under which Vines runs on the platform." ::= { systemsummary 8 } svcNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of services created." ::= { svcstats 1 } svcRunning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of services running." ::= { svcstats 2 } svcInoperative OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of services which are inoperative." ::= { svcstats 3 } svcStopped OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of services which are stopped." ::= { svcstats 4 } svcAllowedTable OBJECT-TYPE SYNTAX SEQUENCE OF SvcAllowEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of the service types allowed on this server." ::= { svcstats 5 } svcAllowEntry OBJECT-TYPE SYNTAX SvcAllowEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the list of allowable service types." INDEX { svcAllowIndex } ::= { svcAllowedTable 1 } SvcAllowEntry ::= SEQUENCE { svcAllowIndex INTEGER, svcType DisplayString } svcAllowIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value used by SNMP to keep track of allowable service type entries. This value may vary if the table changes." ::= { svcAllowEntry 1 } svcType OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The description of a type of service allowed to be created on this server." ::= { svcAllowEntry 2 } svcTable OBJECT-TYPE SYNTAX SEQUENCE OF SvcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of services on the server." ::= { svcstats 6 } svcEntry OBJECT-TYPE SYNTAX SvcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry contains a set of statistics for one service." INDEX { svcIndex } ::= { svcTable 1 } SvcEntry ::= SEQUENCE { svcIndex INTEGER, svcSTName DisplayString, svcevmaskSend INTEGER, svcevmaskWrite INTEGER, svcStatus INTEGER, svcUptime TimeTicks, svcMsgsIn Counter, svcMsgsOut Counter, svcLocIn Counter, svcLocOut Counter, svcCatDesc DisplayString, svcCpuTime TimeTicks, svcSize INTEGER, svcSockets INTEGER, svcSPPs INTEGER, svcDataArea DisplayString, svcClass INTEGER } svcIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value for each service used by SNMP to keep track of service table entries. This value may vary if the table changes." ::= { svcEntry 1 } svcSTName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The StreetTalk name of the service, the names are of the form 'item@group@organization'." ::= { svcEntry 2 } svcevmaskSend OBJECT-TYPE SYNTAX INTEGER { off(0), minimal(1), default(3), all(7) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates whether alarm/warning/audit events are to be sent to the Event Service. The allowed values are : off(0) - no events are sent to EVS. minimal(1) - only alarm type events sent to EVS. default(3) - alarm and warning type events sent to EVS. all(7) - alarm, warning and audit type events sent to EVS. Note that changing this value will not affect the level at which the service is logging until the next time the service is started. To change the level within a running service, you must query the MIB of the actual running service itself and perform a set operation." ::= { svcEntry 3 } svcevmaskWrite OBJECT-TYPE SYNTAX INTEGER { off(0), low(1), medium(3), high(7), default(15), debug(31) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates which event types are written to the local log file. The following events are sent to the log at each level: off(0): none low(1): alarm medium(3): alarm, warning high(7): alarm, warning, audit default(15): alarm, warning, audit, info debug(31): alarm, warning, audit, info, debug Note that changing this value will not affect the level at which the service is logging until the next time the service is started. To change the level within a running service, you must query the MIB of the actual running service itself and perform a set operation." ::= { svcEntry 4 } svcStatus OBJECT-TYPE SYNTAX INTEGER { running(1), inoperative(2), stopped(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The status of the service. Running - available to users. Inoperative - the service cannot run. Stopped - not running." ::= { svcEntry 5 } svcUptime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The time since the service was started, in hundredths of seconds." ::= { svcEntry 6 } svcMsgsIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of messages that the service has received over the network since the service was last started." ::= { svcEntry 7 } svcMsgsOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of messages that the service has sent over the network since the service was last started." ::= { svcEntry 8 } svcLocIn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of messages received by the service that were sent by entities that are local to the service's server since the service was last started." ::= { svcEntry 9 } svcLocOut OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of messages sent by the service to entities that are local to the service's server since the service was last started." ::= { svcEntry 10 } svcCatDesc OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "A description of the type of service." ::= { svcEntry 11 } svcCpuTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The amount of current CPU use that the service is generating. This may not be available on all platforms. This value is in hundredths of seconds." ::= { svcEntry 12 } svcSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The amount of virtual memory that is allocated to the service. This may not be available on all platforms." ::= { svcEntry 13 } svcSockets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of VINES sockets that the service is currently consuming." ::= { svcEntry 14 } svcSPPs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of SPP connections that the service is currently consuming." ::= { svcEntry 15 } svcDataArea OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The location of the service data area." ::= { svcEntry 16 } svcClass OBJECT-TYPE SYNTAX INTEGER { core(1), regular(2), thirdparty(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The class of the service. Core = A core Vines or ENS service. Regular = A Vines or ENS option provided by Banyan. Thirdparty = A service developed by a third party." ::= { svcEntry 17 } tpSvrName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "The name of the server" ::= { trapdata 1 } tpAlertTime OBJECT-TYPE SYNTAX TimeStamp -- Rsyntax TimeTicks ACCESS not-accessible STATUS mandatory DESCRIPTION "The system time when alert was issued to EVS, as specified in UNIX time() format." ::= { trapdata 2 } tpSvcName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "The Streettalk Service name which issued the trap." ::= { trapdata 3 } tpEventType OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "The type of event." ::= { trapdata 4 } tpAudInitiator OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "This is the name of the object that initiated the generation of an audit event. In most cases it will be a StreetTalk name." ::= { trapdata 5 } tpAudObject OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "This is the name of the object that was acted upon and caused the generation of an audit event. In most cases it will be a StreetTalk name." ::= { trapdata 6 } tpAudResult OBJECT-TYPE SYNTAX INTEGER { success(1), failure(2) } ACCESS not-accessible STATUS mandatory DESCRIPTION "This was the result of the action that caused the generation of an audit event." ::= { trapdata 7 } tpSysErrno OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "The system error number to be supplied with an event" ::= { trapdata 8 } tpVnsErrno OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "The Vines error number to be supplied with an event" ::= { trapdata 9 } tpFileName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "The file name supplied to a file error event." ::= { trapdata 10 } tpSuppliedString OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "A description string to supplement an event." ::= { trapdata 11 } tpPanicInfo1 OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "An error number to accompany a PANIC event." ::= { trapdata 12 } tpPanicInfo2 OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "An error number to accompany a PANIC event." ::= { trapdata 13 } tpPanicInfo3 OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "An error number to accompany a PANIC event." ::= { trapdata 14 } trap1 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, svcName, tpSysErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service was not able to start the named service." ::= 1 trap2 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not connect to StreetTalk. The error number returned is a Vines error number. This event is fatal to Server Service, and hence the Vines services on the server will stop." ::= 2 trap3 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not connect to Vines Security. The error number returned is a Vines error number. This event is fatal to Server Service, and hence Vines services on the server will stop." ::= 3 trap4 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpSvcName } -- Status -- mandatory DESCRIPTION "Signifies that named Service has crashed. Server Service will attempt to start the service again." ::= 4 trap5 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpSvcName } -- Status -- mandatory DESCRIPTION "Signifies that named Service crashed, was restarted, and has crashed again. Server Service will not attempt to start the service again." ::= 5 trap6 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that a power failure has occurred and Vines services are shutting down." ::= 6 trap7 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that the named server has had a power failure and Vines services are shutting down." ::= 7 trap8 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that server has changed its time to the given raw time." ::= 8 trap9 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that the Server Service database is corrupted. This is a fatal error for Server Service. Services on this server will be stopped." ::= 9 trap10 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that the server does not have a Vines Administrator name defined. Server Service cannot start; this is a fatal error, server service cannot continue its startup procedures." ::= 10 trap11 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that the server does not have a Vines Third Party Applciation local user/group defined. Server Service cannot start; this is a fatal error, server service cannot continue its startup procedures." ::= 11 trap12 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, ssVinesAdmin } -- Status -- mandatory DESCRIPTION "Signifies that the Vines Administrator configured does not exist. This is a fatal error, server service cannot continue its startup procedures." ::= 12 trap13 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpSuppliedString } -- Status -- mandatory DESCRIPTION "Signifies that the Vines App user/group configured does not exist. This is a fatal error, server service cannot continue its startup procedures." ::= 13 trap14 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that the Vines server options could not be read correctly. This is a fatal error, server service cannot continue its startup procedures." ::= 14 trap15 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that the Vines revision option is missing. This is a fatal error, server service cannot continue its startup procedures." ::= 15 trap16 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that the Vines server serial number is missing. This is a fatal error, server service cannot continue its startup procedure." ::= 16 trap17 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that the Vines server serial number has changed. This is a fatal error." ::= 17 trap18 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that there is a populated WG LAN, when there should not be one. This error is fatal to server service." ::= 18 trap19 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that there is a populated WG LAN but no S_S LAN Option. This error is fatal to server service." ::= 19 trap20 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpSuppliedString } -- Status -- mandatory DESCRIPTION "Signifies that Server Service will not start. The reason for the failure is given." ::= 20 trap21 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service attempted to aquire more system memory and was unable to do so." ::= 21 trap22 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service found an invalid entry in the service attributes database." ::= 22 trap23 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not find the service attributes database." ::= 23 trap24 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, svcName, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not add the named service to the attributes database. The error number given is a Vines error number." ::= 24 trap25 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an I/O error while reading or writing the service attributes file." ::= 25 trap26 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno, svcName } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an StreetTalk error while attempting to add a third party service." ::= 26 trap27 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno, svcName } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an error while attempting to create a Vines or third party service." ::= 27 trap28 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno, svcName } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an error while attempting to start a Vines or third party service." ::= 28 trap29 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno, svcName } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an error while attempting to stop a Vines or third party service. The error number given is a Vines error number." ::= 29 trap30 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno, svcName } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an error while attempting to destroy a Vines or third party service." ::= 30 trap31 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno, svcName } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an error while attempting to delete a Vines or third party service." ::= 31 trap32 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an error while attempting to delete a member from the admin list for a Vines or third party service." ::= 32 trap33 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an error while attempting to mark a service as stopped. The error number given is an internal server service number." ::= 33 trap34 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an error while attempting to mark a service as running. The error number given is an internal server service number." ::= 34 trap35 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service has stopped Vines services." ::= 35 trap36 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service is stopping." ::= 36 trap37 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not generate the required key for shared memory. This event is fatal to Server Service, and hence the Vines service startup on the server cannot continue. The error number given is a system error number." ::= 37 trap38 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not generate the required id for shared memory. This event is fatal to Server Service, and hence the Vines service startup on the server cannot continue. The error number given is a system error number." ::= 38 trap39 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not attach to the shared memory region. This event is fatal to Server Service, and hence the Vines service startup on the server cannot continue. The error number given is a system error number." ::= 39 trap40 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpPanicInfo1, tpPanicInfo2, tpPanicInfo3 } -- Status -- mandatory DESCRIPTION "Signifies that Server Service has paniced on the named server. The supplied error codes are intended to assist Banyan personnel in determining the problem." ::= 40 trap41 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not initialize the error files." ::= 41 trap42 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpSuppliedString, tpSysErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not determine the file system type of the named file system. The error number given is a system error number." ::= 42 trap43 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not start Vines Security. This is a fatal error, server service cannot continue its startup procedures. The error number given is a Vines error number." ::= 43 trap44 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpSuppliedString } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered a StreetTalk error during startup. This is a fatal error, server service cannot continue its startup procedures." ::= 44 trap45 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered errors reading the system key." ::= 45 trap46 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service was not able to locate the required system key files. This is a fatal error, server service cannot continue its startup procedures." ::= 46 trap47 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service did not find the revision bit on the server key. This is a fatal error, server service cannot continue its startup procedures." ::= 47 trap48 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not determine the processor type of the server. This is a fatal error, server service cannot continue its startup procedures." ::= 48 trap49 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that there is no kernel support for multiprocessing Vines. This is a fatal error, server service cannot continue its startup procedures." ::= 49 trap50 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that there is no kernel implementation for multiprocessing Vines. This is a fatal error, server service cannot continue its startup procedures." ::= 50 trap51 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpSysErrno } -- Status -- mandatory DESCRIPTION "Signifies that there has been an unknown MPS error. The error number given is a system error number. This is a fatal error, server service cannot continue its startup procedures." ::= 51 trap52 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpSysErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service was not able to set the login user id. This is a fatal error, server service cannot continue its startup procedures. The error number given is a system error number." ::= 52 trap53 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service was not able to start a session with Vines Security. This is a fatal error, server service cannot continue its startup procedures. The error number given is a Vines error number." ::= 53 trap54 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, svcName, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service recieved an error when delivering a service DeathPrep notice. The error number given is a Vines error number." ::= 54 trap55 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that the Programs database is corrupted. This is a fatal error for Server Service. This is a fatal error, server service cannot continue." ::= 55 trap56 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that the Server Service is stopping because of earlier errors." ::= 56 trap57 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpFileName, tpSysErrno } -- Status -- mandatory DESCRIPTION "Signifies that the Server Service could not open a required file. The error number given is a system error number." ::= 57 trap58 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpFileName, tpSysErrno } -- Status -- mandatory DESCRIPTION "Signifies that the Server Service could not open a required directory. The error number given is a system error number." ::= 58 trap59 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpSysErrno } -- Status -- mandatory DESCRIPTION "Signifies that the Server Service could not open a required pipe. The error number given is a system error number." ::= 59 trap60 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpFileName, tpSysErrno } -- Status -- mandatory DESCRIPTION "Signifies that the Server Service encountered an error reading the named file. The error number given is a system error number." ::= 60 trap61 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpFileName, tpSysErrno } -- Status -- mandatory DESCRIPTION "Signifies that the Server Service encountered an error writing the named file. The error number given is a system error number." ::= 61 trap62 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpFileName, tpSysErrno } -- Status -- mandatory DESCRIPTION "Signifies that the Server Service encountered an error changing the system level access rights to the named file. The error number given is a system error number." ::= 62 trap63 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpFileName, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that the Server Service found too many location codes in the Banyan error file directory. The extra location codes will be ignored. The maximum number of location codes is given." ::= 63 trap64 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpFileName } -- Status -- mandatory DESCRIPTION "Signifies that the error range given in the named file is not within the allowable range." ::= 64 trap65 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpFileName } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not add an error file entry found in the named error file." ::= 65 trap66 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpFileName, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an error looking up help descriptions in the named file. The error number given is a Vines internal error number." ::= 66 trap67 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that print service configuration file read by Server Service contains invalid information." ::= 67 trap68 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that lpstat(1) returned an unknown format for spool devices." ::= 68 trap69 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not found the required type information in the printer configuration file." ::= 69 trap70 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpSuppliedString, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an error starting a service from the console. The supplied error number is a Vines internal error number." ::= 70 trap71 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpFileName } -- Status -- mandatory DESCRIPTION "Signifies that Server Service could not find and start a service from the console." ::= 71 trap72 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpSuppliedString, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service failed making a Vines socket call. The socket call is supplied, as well as a Vines error number." ::= 72 trap73 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that Server Service found intolerable errors in the service database." ::= 73 trap74 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno, tpFileName } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an error getting a required LAN interface. The error number given is a Vines internal error number." ::= 74 trap75 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpVnsErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service encountered an error getting a required link address length. The error number given is a Vines internal error number." ::= 75 trap76 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType, tpSysErrno } -- Status -- mandatory DESCRIPTION "Signifies that Server Service failed attempting to fork off a sub process. The error number given is a system level error number." ::= 76 trap77 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE ss VARIABLES { ssName, svcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "Signifies that the Time Service has attempted to redial to get the time as many times as the retry limit allows, and it will now stop trying." ::= 77 END