Home/Catalog/COMTEK-VMS-NM-SYSMGR-MIB

COMTEK-VMS-NM-SYSMGR-MIB

Detailed view of the defined objects, syntax rules, and hierarchical paths.

465
Objects
Active
Status
3
Dependencies

Imported Objects

Objects

465 total
Object Name
comtek
OBJECT IDENTIFIER
.1.3.6.1.4.1.597
RFC1213-MIB
Unknown
.1.3.6.1.4.1.597
comtekVms
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4
comtekVmsNMSysMgrMib
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3
sResources
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1
sSyi
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.1
sSyiNodeNameThe name of the node.ro
DisplayString
.1.3.6.1.4.1.597.4.3.1.1.1
sSyiHwNameThe hardware model name.ro
DisplayString
.1.3.6.1.4.1.597.4.3.1.1.2
sSyiBootTimeThe date and time when the system was booted. This value is in the form dd-mmm-yyyy hh:mm:ss.cc.ro
DisplayString
.1.3.6.1.4.1.597.4.3.1.1.3
sSyiVersionThe software version number of the OpenVMS operating system running on the node.ro
DisplayString
.1.3.6.1.4.1.597.4.3.1.1.4
sSyiMemSizeThe total number of pages of physical memory in the system configuration. This value is static.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.1.5
sSyiAvailCpuCntThe number of CPUs which were available at system bootstrap. This value is static.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.1.6
sSyiActiveCpuCntNumber of active CPUs.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.1.7
sSyiPgSizeThe number of pages in the currently installed page files.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.1.8
sSyiPgFreeThe number of free pages in the currently installed page files.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.1.9
sSyiPgUsedPercentThe percent full of the currently installed page files.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.1.10
sSyiSwpSizeThe number of pages in the currently installed swapping files.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.1.11
sSyiSwpFreeThe number of free pages in the currently installed swapping files.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.1.12
sSyiSwpUsedPercentThe percent full of the currently installed swapping files.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.1.13
sSyiCpuPgSizeThe number of CPU-specific bytes per page in the system. On VAX systems, this value is always 512. On Alpha systems, CPU page size varies from system to system.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.1.14
sSyiTimeSubagent up time (sCfgUpTime) when system information (sSyi) was last gathered. sCfgSysInfoTimer controls how often system statistics are gathered.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.3.1.1.15
sSyiMemFreePgNumber of free pages of physical memory on the system.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.1.16
sSyiMemUsedPhysical memory percentage used.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.1.17
sCpu
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.2
sCpuPercentUsedThe percent utilization of all CPUs, i.e., the percent of time the combined CPUs were not idle during the last one minute interval.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.1
sIntPercentUsedThe percent of time the combined CPUs spent in interrupt mode during the last one minute interval.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.2
sCpuTicksNumber of interval timer ticks that have occurred since the last time CPU statistics were gathered (approximately one minute). This value is the sum of the one minute mode tick counters. This number has been normalized to account for all active CPUs on the system. This value may be used with the one minute CPU mode times to determine the percent of time spent in each CPU mode.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.3
sCpuLoadOneMinute
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.2.4
sKernelOneTime in Kernel mode for all CPUs during the last one minute interval. This value indicates the number of ticks in kernel mode on the kernel stack, when no spinlock busy wait is active.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.4.1
sExecOneNumber of interval timer ticks in Executive mode for all CPUs during the last one minute interval.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.4.2
sSuprOneNumber of interval timer ticks in Supervisor mode for all CPUs during the last one minute interval.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.4.3
sUserOneNumber of interval timer ticks in User mode for all CPUs during the last one minute interval.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.4.4
sIntrOneTime in Interrupt mode for all CPUs during the last one minute interval. This value indicates the number of interval timer ticks in Kernel mode on the Interrupt stack.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.4.5
sCompOneNumber of interval timer ticks in Compatibility mode for all CPUs during the last one minute interval.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.4.6
sSpinOneNumber of interval timer ticks in mpsynch mode (i.e., Kernel mode on kernel or interrupt stack, when spinlock busy wait is active) for all CPUs during the last one minute interval.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.4.7
sNullOneCPU idle time for all CPUs during the last one minute interval. This value is measured in interval timer ticks.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.4.8
sCpuLoadFiveMinute
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.2.5
sKernelFiveNumber of ticks spent in Kernel mode during the past five minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.5.1
sExecFiveNumber of ticks spent in Executive mode during the past five minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.5.2
sSuprFiveNumber of ticks spent in Supervisor mode during the past five minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.5.3
sUserFiveNumber of ticks spent in User mode during the past five minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.5.4
sIntrFiveNumber of ticks spent in Interrupt mode during the past five minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.5.5
sCompFiveNumber of ticks spent in Compatibility mode during the past five minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.5.6
sSpinFiveNumber of ticks spent in Spin mode during the past five minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.5.7
sNullFiveNumber of ticks the CPUs were idle during the past five minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.5.8
sCpuLoadFifteenMinute
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.2.6
sKernelFifteenNumber of ticks spent in Kernel mode during the past fifteen minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.6.1
sExecFifteenNumber of ticks spent in Executive mode during the past fifteen minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.6.2
sSuprFifteenNumber of ticks spent in Supervisor mode during the past fifteen minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.6.3
sUserFifteenNumber of ticks spent in User mode during the past fifteen minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.6.4
sIntrFifteenNumber of ticks spent in Interrupt mode during the past fifteen minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.6.5
sCompFifteenNumber of ticks spent in Compatibility mode during the past fifteen minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.6.6
sSpinFifteenNumber of ticks spent in Spin mode during the past fifteen minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.6.7
sNullFifteenNumber of ticks the CPUs were idle during the past fifteen minutes.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.2.6.8
sDsk
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.3
sDskTblCntNumber of entries in the disk table.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.1
sDskTblTimeSubagent up time (sCfgUpTime) when disk statistics (sDskTbl) were last gathered. sCfgDskTimer controls how often disk statistics are gathered.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.3.1.3.2
sDskTblTable of disk information.
SEQUENCE OF SDskEntry
.1.3.6.1.4.1.597.4.3.1.3.3
sDskEntryA row in the disk table.
SDskEntry
.1.3.6.1.4.1.597.4.3.1.3.3.1
sDskIndexLocation in the disk table.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.1
sDskNameDevice name.ro
DisplayString
.1.3.6.1.4.1.597.4.3.1.3.3.1.2
sDskUsedPercentThe disk percent full.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.3
sDskOpsThe average number of disk operations per second during the last disk statistics update interval. (The disk statistics update frequency is determined by the variable sCfgDskTimer.)ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.4
sDskMountCntThe mount count for the volume.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.5
sDskRefCntThe number of channels assigned to the device.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.6
sDskTransCntThe transaction count for the volume.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.7
sDskMediaNameThe name of the volume type.ro
DisplayString
.1.3.6.1.4.1.597.4.3.1.3.3.1.8
sDskOpCntThe operation count for the volume.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.9
sDskFreeBlocksThe number of free blocks on the disk.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.10
sDskMaxBlocksThe maximum number of blocks on the volume.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.11
sDskStatusThe device unit status for the physical disk or virtual disk. This value is a bit vector which, when set, corresponds to the following states: Bit Description 0 TIM (time-out is enabled) 1 INT (Interrupt is expected) 2 ERLOGIP (Error log in progress on unit) 3 CANCEL (I/O on unit is canceled) 4 ONLINE (Unit is online) 5 POWER (Power failed while unit busy) 6 TIMOUT (Unit timed out) 7 INTTYPE (Receiver interrupt) 8 BSY (Unit is busy) 9 MOUNTING (Device is being mounted) 10 DEADMO (Deallocate at dismount) 11 VALID (Volume is software valid) 12 UNLOAD (Unload volume at dismount) 13 TEMPLATE (Template UCB) 14 MNTVERIP (Mount verification is in progress) 15 WRONGVOL (Wrong volume detected during mount verification) 16 DELETEUCB (Delete this UCB when reference count equals 0) 17 LCL_VALID (Volume is valid on local node) 18 SUPMVMSG (Suppress mount verification messages if they indicate success) 19 MNTVERPEND (Mount verification is pending on the device and the device is busy) 20 DISMOUNT (Dismount in progress) 21 CLUTRAN (VAXcluster state transition in progress) 22 WRTLOCKMV (Write-locked mount verification in progress) 23 SVPN_END (Last byte used from page is mapped by a system virtual page number ) 24 ALTBSY (Unit is busy via an alternate startup path) 25 SNAPSHOT (Restart verification is in progress) A sDskStatus trap message is sent when a device transitions into the POWER, TIMOUT, or MNTVERIP state.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.12
sDskDevCharThe disk device-independent characteristics of the disk. This value is a bit vector which, when set, corresponds to the following characteristic: Bit Description 0 REC (Device is record oriented) 1 CCL (Device is a carriage control device) 2 TRM (Device is a terminal) 3 DIR (Device is directory structured) 4 SDI (Device is single-directory structured) 5 SQD (Device is sequential and block oriented) 6 SPL (Device is being spooled) 7 OPR (Device is an operator) 8 RCT (Disk contains Revector Cache Table. This bit is set for every DAA disk) 13 NET (Device is a network device) 14 FOD (Device is files oriented) 15 DUA (Device is dual ported) 16 SHR (Device is shareable) 17 GEN (Device is a generic device) 18 AVL (Device is available for use) 19 MNT (Device is mounted) 20 MBX (Device is a mailbox) 21 DMT (Device is marked for dismount) 22 ELG (Device has error logging enabled) 23 ALL (Device is allocated) 24 FOR (Device is mounted foreign) 25 SWL (Devoce is software write locked) 26 IDV (Device can provide input) 27 ODV (Device can provide output) 28 RND (Device allows random access) 29 RTM (Device is a real-time device) 30 RCK (Device has read-checking enabled) 31 WCK (Device has write-checking enabled)ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.13
sDskLogVolNameThe logical name of the volume or volume set.ro
DisplayString
.1.3.6.1.4.1.597.4.3.1.3.3.1.14
sDskTrapPercentThe percentage of disk space utilization at which excessive disk utilization (sDskFull) traps begin to be sent for this disk. A value of 0 indicates that either a disk block free count is being used for this disk (see sDskTrapBlocks), or the system default disk use limit (identified by sCfgDskLimit), or the system default disk minimum free block limit (identified by sCfgDskMinFreeBlks) for the system is being used. Disks which have a specific usage limit set are contained in the critical disk file. See sCfgCritDsk for more information about this file.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.15
sDskTrapBlocksThe minimum number of free disk blocks required for this disk. If the actual number of free blocks on the disk drops below this level, disk utilization (sDskFull) traps begin to be sent for this disk. A value of 0 indicates that either a percent full is being used for this disk (see sDskTrapPercent) or the system default disk use limit (identified by sCfgDskLimit), or the system default disk minimum free block limit (identified by sCfgDskMinFreeBlks) for the system is being used. Disks which have a specific usage limit set are contained in the critical disk file. See sCfgCritDsk for more information about this file.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.16
sDskShdCountThe number of shadow set members that make up this virtual unit. If this number is zero, then this is not a virtual disk. This number indicates the number of shadow set entries that will be found in the (sShdTbl) for this disk.ro
Counter
.1.3.6.1.4.1.597.4.3.1.3.3.1.17
sDskTrapOpSecThe number of operations per second at which excessive disk (sDskOpSec) traps begin to be sent for this disk. A value of 0 indicates that the system default disk operations per second limit (identified by sCfgDskOps), is being used. Disks which have a specific limit set are contained in the critical disk file. If both this value and sCfgDskOps are zero, disk operations per second traps are disabled. See sCfgCritDsk for more information about the critical disk file.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.18
sDskQueueLengthI/O queue length for this disk.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.3.3.1.19
sDskRemoteA value of true(1) indicates that the device is a remote device; a value of false(2) indicates that it is not a remote device. A remote device is a device that is not directly connected to the local node, but instead is visible through the VMScluster system.ro
Enumeration
.1.3.6.1.4.1.597.4.3.1.3.3.1.20
sShd
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.4
sShdTblTable of shadow set information.
SEQUENCE OF SShdEntry
.1.3.6.1.4.1.597.4.3.1.4.1
sShdEntryA row in the shadow table. The combination of the sDskIndex and sShdIndex indices relates each shadow set table entry (sShdEntry) to its virtual unit entry in the disk table (sDskTbl).
SShdEntry
.1.3.6.1.4.1.597.4.3.1.4.1.1
sShdIndexLocation in the shadow set table.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.4.1.1.1
sShdNameDevice name of the shadow set disk.ro
DisplayString
.1.3.6.1.4.1.597.4.3.1.4.1.1.2
sShdFailIndicator for shadow set member failure. A value of true(1) indicates that this member has failed out of the shadow set.ro
Enumeration
.1.3.6.1.4.1.597.4.3.1.4.1.1.3
sShdCopyIndicator for shadow set catch-up copying. A value of true(1) indicates that this member is in a catch-up copy state.ro
Enumeration
.1.3.6.1.4.1.597.4.3.1.4.1.1.4
sShdMergeIndicator for shadow set member merge. A value of true(1) indicates that this member is in a merge state.ro
Enumeration
.1.3.6.1.4.1.597.4.3.1.4.1.1.5
sQue
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.5
sQueCntNumber of queues currently being monitored. This number is the number of queue names found in the sCfgQueFile file.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.1
sQueTimeSubagent up time (sCfgUpTime) when queue statistics (sQTbl) were last gathered. sCfgQueTimer controls how often queue statistics are gathered.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.3.1.5.2
sQTblTable of queue information.
SEQUENCE OF SQTblEntry
.1.3.6.1.4.1.597.4.3.1.5.3
sQTblEntryA row in the queue table.
SQTblEntry
.1.3.6.1.4.1.597.4.3.1.5.3.1
sQIndexLocation in the queue table.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.3.1.1
sQNameName of the queue.ro
DisplayString
.1.3.6.1.4.1.597.4.3.1.5.3.1.2
sQMonitorIndicates if the queue and its entries are currently being monitored. A value of true(1) indicates that this queue and its entries are currently being monitored. A value of false(2) indicates that monitoring is currently disabled on this queue and its entries.rw
Enumeration
.1.3.6.1.4.1.597.4.3.1.5.3.1.3
sQStatusQueue status indicates the current settings of the queue status flags. This value is a bit vector which, when set, corresponds to the following characteristic: Bit Description 0 Queue is aligning 1 Queue is idle: no jobs executing and none available for execution 2 Lowercase device 3 Queue is doing /OPERATOR (intentionally not documented) 4 Queue is paused 5 Queue is pausing 6 Remote device 7 Incomplete remote request to reset (OBSOLETE) 8 Queue is resuming from paused state 9 /DEVICE=SERVER or reported to be a served queue by the symbiont 10 Device is stalled 11 Queue is starting 12 Queue is stopped 13 Queue is stopping 14 Device is unavailable 15 Queue is closed 16 Queue is executing as many jobs as it is capable of executing 17 Queue does not yet exist in db or is being removed from db 18 At least one job is executing, but the queue is capable of executing more 19 Queue is not able to accept or process jobs; its QSIs are inactive 20 AUTOSTART queue explicitly stopped 21 Queue will be stopped when work currently in progress has completedro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.3.1.4
sQEntryCountNumber of current queue entries. This number also identifies the number of rows in the sQEntryTbl for this queue.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.3.1.5
sQEntryTblTable of queue entry information.
SEQUENCE OF SQEntry
.1.3.6.1.4.1.597.4.3.1.5.4
sQEntryA row in the queue entry table.
SQEntry
.1.3.6.1.4.1.597.4.3.1.5.4.1
sQEntryNumThe queue entry number of this job.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.4.1.1
sQEntryJobnameThe job name of this queue entry.ro
DisplayString
.1.3.6.1.4.1.597.4.3.1.5.4.1.2
sQEntryJobStatusQueue status indicates the current settings of the queue status flags. This value is a bit vector which, when set, corresponds to the following characteristic: Bit Description 0 Job is aborting 1 Job is executing 2 Job is holding for /HOLD 3 Job is inaccessible 4 Job was refused by symbiont 5 Job will requeue after abort (intentionally not documented) 6 Job started execution at least once (intentionally not documented) 7 Job was retained by /RETAIN 8 Job is starting 9 Job is holding for /AFTER 10 Job is suspended by STOP/QUEUE command 11 Job is pending 12 Job does not yet exist in db or is being removed from db 13 Current job on stalled queue 14 Job was processed by the symbiont but further processing is necessary 15 Job has been completely processedro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.4.1.3
sQueBatch
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.5.5
sQueBatchPendingNumber of pending jobs in the batch queue.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.5.1
sQueBatchExecutingNumber of executing jobs in the batch queue.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.5.2
sQueBatchTimedNumber of timed jobs in the batch queue.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.5.3
sQueBatchHoldingNumber of holding jobs in the batch queue.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.5.4
sQueBatchRetainedNumber of retained jobs in the batch queue.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.5.5
sQueGeneric
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.5.6
sQueGenericPendingNumber of pending jobs in generic queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.6.1
sQueGenericExecutingNumber of executing jobs in generic queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.6.2
sQueGenericTimedNumber of timed jobs in generic queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.6.3
sQueGenericHoldingNumber of holding jobs in generic queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.6.4
sQueGenericRetainedNumber of retained jobs in generic queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.6.5
sQuePrinter
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.5.7
sQuePrinterPendingNumber of pending jobs in printer queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.7.1
sQuePrinterExecutingNumber of executing jobs in printer queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.7.2
sQuePrinterTimedNumber of timed jobs in printer queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.7.3
sQuePrinterHoldingNumber of holding jobs in printer queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.7.4
sQuePrinterRetainedNumber of retained jobs in printer queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.7.5
sQueServer
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.5.8
sQueServerPendingNumber of pending jobs in server queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.8.1
sQueServerExecutingNumber of executing jobs in server queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.8.2
sQueServerTimedNumber of timed jobs in server queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.8.3
sQueServerHoldingNumber of holding jobs in server queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.8.4
sQueServerRetainedNumber of retained jobs in server queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.8.5
sQueSymbiont
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.5.9
sQueSymbiontPendingNumber of pending jobs in symbiont queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.9.1
sQueSymbiontExecutingNumber of executing jobs in symbiont queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.9.2
sQueSymbiontTimedNumber of timed jobs in symbiont queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.9.3
sQueSymbiontHoldingNumber of holding jobs in symbiont queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.9.4
sQueSymbiontRetainedNumber of retained jobs in symbiont queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.9.5
sQueTerminal
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.5.10
sQueTerminalPendingNumber of pending jobs in terminal queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.10.1
sQueTerminalExecutingNumber of executing jobs in terminal queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.10.2
sQueTerminalTimedNumber of timed jobs in terminal queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.10.3
sQueTerminalHoldingNumber of holding jobs in terminal queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.10.4
sQueTerminalRetainedNumber of retained jobs in terminal queues.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.10.5
sQMan
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.1.5.11
sQManCountNumber of entries in the queue manager table.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.11.1
sQManTblTable of queue manager information.
SEQUENCE OF SQManTblEntry
.1.3.6.1.4.1.597.4.3.1.5.11.2
sQManTblEntryA row in the queue manager table.
SQManTblEntry
.1.3.6.1.4.1.597.4.3.1.5.11.2.1
sQManIndexLocation in the queue manager table.ro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.11.2.1.1
sQManNameName of the queue manager.ro
DisplayString
.1.3.6.1.4.1.597.4.3.1.5.11.2.1.2
sQManStatusQueue manager status indicates the current settings of the queue manger status flags. This value is a bit vector which, when set, corresponds to the following characteristic: Bit Description 0 Start pending 1 Starting 2 Running 3 Failover 4 Stopping 5 Stoppedro
INTEGER
.1.3.6.1.4.1.597.4.3.1.5.11.2.1.3
sProcesses
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.2
sProcInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.2.1
sPsCntNumber of processes currently running of the system.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.1.1
sPsTimeSubagent up time (sCfgUpTime) when process statistics (sPsTbl) were last gathered. sCfgPsTimer controls how often process statistics are gathered.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.3.2.1.2
sPsTblTable of process information.
SEQUENCE OF SPsEntry
.1.3.6.1.4.1.597.4.3.2.1.3
sPsEntryA row in the process table.
SPsEntry
.1.3.6.1.4.1.597.4.3.2.1.3.1
sPsPIDThe VMS process identification (PID) of the process.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.1.3.1.1
sPsProcNameThe process name.ro
DisplayString
.1.3.6.1.4.1.597.4.3.2.1.3.1.2
sPsStateThe state of the process.ro
Enumeration
.1.3.6.1.4.1.597.4.3.2.1.3.1.3
sPsPriorityThe current priority of the process.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.1.3.1.4
sPsDirectIOThe count of the direct I/O operations performed by this process. If sCfgAllPsData is set to no(2), this value may be zero.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.1.3.1.5
sPsCpuTimeThe process' accumulated CPU time. If sCfgAllPsData is set to no(2), this value may be zero.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.3.2.1.3.1.6
sPsPgFaultsThe total number of page faults incurred by the process. If sCfgAllPsData is set to no(2), this value may be zero.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.1.3.1.7
sPsWorkSetSizeThe current working set size (in pages) of the process. If sCfgAllPsData is set to no(2), this value may be zero.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.1.3.1.8
sPsUsernameThe owner username of the process. This string is always blank padded to a length of 12 characters.ro
DisplayString
.1.3.6.1.4.1.597.4.3.2.1.3.1.9
sPsPhysTermThe physical device name of the terminal associated with the process.ro
DisplayString
.1.3.6.1.4.1.597.4.3.2.1.3.1.10
sPsImageNameThe directory specification and image file name. If sCfgAllPsData is set to no(2), this value may be zero.ro
DisplayString
.1.3.6.1.4.1.597.4.3.2.1.3.1.11
sPsLoginTimeThe time at which the process was created. This value is in dd-mmm-yyyy hh:mm:ss.cc format. If sCfgAllPsData is set to no(2), this value may be zero.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.597.4.3.2.1.3.1.12
sPsPgTblCntThe number of pages the process has in its working set.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.1.3.1.13
sPsModeThe mode of the process.ro
Enumeration
.1.3.6.1.4.1.597.4.3.2.1.3.1.14
sPsRWStateThe resource wait state of the process. This variable is only meaningful when a process is in the MWAIT state (i.e., when sPsState is set to MWAIT(2)), otherwise this variable contains no data. The above listed resource wait states have the following meanings: AST - AST wait MBX - Mailbox full NPG - Nonpaged dynamic memory PFF - Page file full PAG - Paged dynamic memory MPE - Modified page list empty MPB - Modified page writer busy SCS - Distributed lock manager wait CLU - VMScluster transition CAP - CPU capability CSV - VMScluster server process PSXFRK - POSIX fork creation MUTEX - Locked resourcero
Enumeration
.1.3.6.1.4.1.597.4.3.2.1.3.1.15
sPsCOMQueueNumber of processes that are waiting to compute, i.e., the number of processes with a sPsState of COM.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.1.4
sPsCOMOQueueNumber of outswapped processes that are waiting to compute, i.e., the number of processes with a sPsState of COMO.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.1.5
sPsOtherCount of other mode processes i.e., those processes that are not network, batch or interactive.ro
Counter
.1.3.6.1.4.1.597.4.3.2.1.6
sPsNetworkCount of network processes.ro
Counter
.1.3.6.1.4.1.597.4.3.2.1.7
sPsBatchCount of batch processes.ro
Counter
.1.3.6.1.4.1.597.4.3.2.1.8
sPsInteractiveCount of Interactive processes.ro
Counter
.1.3.6.1.4.1.597.4.3.2.1.9
sPsAvailProcSlotsCount of Available Process Slots.ro
Counter
.1.3.6.1.4.1.597.4.3.2.1.10
sCritInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.2.2
sCritCntNumber of critical process table entries.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.2.1
sCritTimeSubagent up time (sCfgUpTime) when critical process statistics (sCritTbl) were last gathered. sCfgCritTimer specifies how often critical process statistics are gathered.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.3.2.2.2
sCritTblTable of critical process information.
SEQUENCE OF SCritEntry
.1.3.6.1.4.1.597.4.3.2.2.3
sCritEntryA row in the critical process table.
SCritEntry
.1.3.6.1.4.1.597.4.3.2.2.3.1
sCritIndexLocation in the critical process table.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.2.3.1.1
sCritNameName of a critical process. Critical process names may contain * and % wildcard characters.ro
DisplayString
.1.3.6.1.4.1.597.4.3.2.2.3.1.2
sCritReqCntMinimum number of copies of this process required to be running on the system.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.2.3.1.3
sCritCurCntThe current number of copies of this process running on the system.ro
INTEGER
.1.3.6.1.4.1.597.4.3.2.2.3.1.4
sTrapInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.3
sTrapNextSeqNumThe next sequence number in the trap table. When this variable is sent as part of a trap, it identifies the sequence number assigned to that trap. This is a 32-bit value and will wrap after 4294967295.ro
INTEGER
.1.3.6.1.4.1.597.4.3.3.1
sTrapTimeSubagent up time (sCfgUpTime) when the trap was created.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.3.3.2
sTrapResendSeqNumSequence number of a trap message to be resent to the manager. Setting this variable to a trap sequence number causes the specified trap message to be resent. If the set-request contains a number that is not available (the number of items retained in the trap table is dependent on the value of sCfgTrapTblSize), an error indicator will be returned.rw
INTEGER
.1.3.6.1.4.1.597.4.3.3.3
sTrapLastSeqNumSentSequence number of the last trap sent. This value may be compared to sTrapNextSeqNum to determine if a backlog of traps exists. If this value is one less than sTrapNextSeqNum, then no backlog exists. A backlog of traps may exist if more traps are generated per second than may be sent (as specified by the variable sCfgMaxTrapSec).ro
INTEGER
.1.3.6.1.4.1.597.4.3.3.4
sTrapLostCountThis variable indicates the number of traps that have been lost. A trap is considered to be lost if it is overwritten in the internal trap table before it is sent to the NMS. This may occur if the trap table is not large enough (see sCfgTrapTblSize) to hold all of unsent traps. How quickly traps are sent to the NMS is governed by the sCfgMaxTrapSec variable. To prevent trap loss, set these two variables so that the trap backlog does not overflow the trap table and so that traps do not flood the network.ro
Counter
.1.3.6.1.4.1.597.4.3.3.5
sErrInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.4
sHwErrInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.4.1
sHwErrDeviceCntNumber of devices reporting errors.ro
INTEGER
.1.3.6.1.4.1.597.4.3.4.1.1
sHwErrTimeSubagent up time (sCfgUpTime) when hardware error statistics were last gathered.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.3.4.1.2
sHwErrTblTable of hardware errors.
SEQUENCE OF SHwErrEntry
.1.3.6.1.4.1.597.4.3.4.1.3
sHwErrEntryA row in the hardware error table.
SHwErrEntry
.1.3.6.1.4.1.597.4.3.4.1.3.1
sHwErrIndexLocation in the hardware error table.ro
INTEGER
.1.3.6.1.4.1.597.4.3.4.1.3.1.1
sHwErrDeviceNameName of the device.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.597.4.3.4.1.3.1.2
sHwErrCntNumber of errors reported by the device since last reboot of the system.ro
INTEGER
.1.3.6.1.4.1.597.4.3.4.1.3.1.3
sHwErrLastTimesCfgUpTime when the latest error was detected by the NM*SysMgr Subagent.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.3.4.1.3.1.4
sSwErrInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.4.2
sSwErrStatusThe latest software status code.ro
INTEGER
.1.3.6.1.4.1.597.4.3.4.2.1
sSwErrFileThe file name of the software element which generated the latest software status code.ro
DisplayString
.1.3.6.1.4.1.597.4.3.4.2.2
sSwErrLineNumThe line number in the file which generated the latest software status code.ro
INTEGER
.1.3.6.1.4.1.597.4.3.4.2.3
sSwErrLastTimesCfgUpTime when the most recent software status code was generated.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.3.4.2.4
sSwErrMessageDescription of the latest software error.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.597.4.3.4.2.5
sOpcomOneThe first 255 characters of the text of the most recent message in the operator log. For opcom messages that exceed 255 characters, the remainder of the message will be contained in sOpcomTwo, sOpcomThree, sOpcomFour, sOpcomFive, sOpcomSix, and sOpcomSeven depending on the length of the message. All operator log messages are sent as sOpcomMessage traps and retained in the internal trap table. To retrieve a previous message, resend the trap (see sTrapResendSeqNum).ro
DisplayString
.1.3.6.1.4.1.597.4.3.4.3
sOpcomTwoPart 2 of an opcom message.ro
DisplayString
.1.3.6.1.4.1.597.4.3.4.4
sOpcomThreePart 3 of an opcom message.ro
DisplayString
.1.3.6.1.4.1.597.4.3.4.5
sOpcomFourPart 4 of an opcom message.ro
DisplayString
.1.3.6.1.4.1.597.4.3.4.6
sOpcomFivePart 5 of an opcom message.ro
DisplayString
.1.3.6.1.4.1.597.4.3.4.7
sOpcomReplyIdRequest number to be associated with the operator reply. This number identifies a previous Opcom request. This variable is reset to zero when a reply is successfully sent. (See sOpcomReplySend.)rw
INTEGER
.1.3.6.1.4.1.597.4.3.4.8
sOpcomReplyStatusCompletion status to accompany opcom reply. This variable is reset to noStatus when a reply is successfully sent. (See sOpcomReplySend.)rw
Enumeration
.1.3.6.1.4.1.597.4.3.4.9
sOpcomReplyTextText to be sent for an operator reply message. This variable is reset to null when a reply is successfully sent. (See sOpcomReplySend.)rw
DisplayString
.1.3.6.1.4.1.597.4.3.4.10
sOpcomReplySendFlag which is used to trigger sending of an operator reply message. To send an operator reply, set the sOpcomReplyId, sOpcomReplyStatus, and sOpcomReplyText variables and then set the sOpcomReplySend to true. All opcom reply variables will be reset following a successful send.rw
Enumeration
.1.3.6.1.4.1.597.4.3.4.11
sOpcomSixPart 6 of an opcom message.ro
DisplayString
.1.3.6.1.4.1.597.4.3.4.12
sOpcomSevenPart 7 of an opcom message.ro
DisplayString
.1.3.6.1.4.1.597.4.3.4.13
sCfg
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.3.5
sCfgFileName of the file currently being used for NM*SysMgr initialization parameters. This file is identified by the logical name COMTEK$SYSMGR_CONFIG. Changing this variable redefines the COMTEK$SYSMGR_CONFIG logical name. NM*SysMgr must be reinitialized (by setting the variable sCfgReinitSubagent to true) before the new configuration file is used. If a set-request is performed on this variable and the specified file name does not exist, is not accessible by the subagent, or contains invalid data, the file name is not changed, and an error is returned, and a sSwErr trap is generated describing the error. Set-requests: Take effect only after reinitialization (sCfgReinitSubagent) NOTE: To make changes to this value permanent across system reboots, the definition of this logical name must also be changed in the system startup procedures.rw
DisplayString
.1.3.6.1.4.1.597.4.3.5.1
sCfgLogFileName of the log file currently being used by NM*SysMgr. If this process is run interactively, this variable will have the value SYS$OUTPUT: (standard output).ro
DisplayString
.1.3.6.1.4.1.597.4.3.5.2
sCfgCritFileName of the file currently being used to identify critical processes. This file is associated with the logical name COMTEK$SYSMGR_CRITPROC. Changing this variable redefines the COMTEK$SYSMGR_CRITPROC logical name. NM*SysMgr must be reinitialized (by setting the variable sCfgReinitSubagent to true) before the new critical process file is used. If a set-request is performed on this variable and the specified file name does not exist, is not accessible by the subagent, or contains invalid data, the file name is not changed, an error is returned, and a sSwErr trap is generated describing the error. Set-requests: Take effect only after reinitialization (sCfgReinitSubagent) NOTE: To make changes to this value permanent across system reboots, the definition of this logical name must also be changed in the system startup procedures.rw
DisplayString
.1.3.6.1.4.1.597.4.3.5.3
sCfgReinitSubagentFlag which may be set to force the NM*SysMgr Subagent to reinitialize. Reinitialization involves resetting the process configuration using the parameters contained in the sCfgFile and resetting the critical process, critical disk, and critical queue data as specified in the sCfgCritFile, sCfgCritDsk, and sCfgCritQue files and sending the sWarmStart trap.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.4
sCfgTrapsFlag which determines if any trap messages are sent to the NM*Master Agent. Setting this variable to disabled(2) disables all traps from being sent. Configuration Variable: Traps Set-requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.5
sCfgHwErrTrapsFlag which determines if hardware error traps (sHwErr) should be sent. Setting this variable to enabled(1) causes a trap to be sent for every error detected. Setting this variable to disabled(2) disables hardware error traps from being sent. Configuration Variable: HwErrTrap Set-requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.6
sCfgCpuLimitThe percentage of CPU utilization at which excessive CPU utilization (sCpuUsage) traps begin to be sent. A value of 0 disables these traps. Configuration Variable: CpuUtil Set-requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.7
sCfgIntLimitThe percentage of interrupt CPU utilization at which excessive interrupt utilization (sIntUsage) traps begin to be sent. A value of 0 disables these traps. Configuration Variable: IntUtil Set-requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.8
sCfgDskOpsThe threshold at which excessive disk busy traps (sDskOpSec) begin to be sent. This value is expressed in terms of disk operations (reads and writes) per second. At expiration of each sCfgDskTimer interval, the number of disk operations during the intervening interval is computed. A trap is sent if the number of operations during that interval exceeds the this limit. A value of 0 disables disk busy traps. Different thresholds may be set on individual disks by specifying an OpSec limit in the critical disk file. Configuration Variable: DskOps Set-requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.9
sCfgDskLimitThe percentage of disk space utilization at which excessive disk utilization (sDskFull) traps begin to be sent. If this variable is set to a value other than zero, it is used to determine when to send sDskFull traps for disks not specified in the critical disk table (see sCfgCritDsk). This value and sCfgDskMinFreeBlks are mutually exclusive, i.e., only one of these values is in effect at any given time. If neither value is specified in the configuration file, then the default value of sCfgDskLimit is used for disk monitoring and sCfgDskMinFreeBlks is set to zero. To disable default disk full monitoring, both of these values must be zero. Set-requests to this value will fail unless sCfgDskMinFreeBlks is set to zero. Configuration Variable: DskUse Set-requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.10
sCfgPgLimitThe percentage of page file utilization at which excessive page file utilization (sPgFull) traps begin to be sent. A value of 0 disables these traps. Configuration Variable: PgUse Set-requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.11
sCfgSwpLimitThe percentage of swap file utilization at which excessive swap file utilization (sSwpFull) traps begin to be sent. A value of 0 disables these traps. Configuration Variable: SwpUse Set-requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.12
sCfgPsTimerThe number of minutes between updates of the process statistics table (sPsTbl) data. A value of 0 disables gathering of process related data. Configuration Variable: PsTimer Set-requests: Take effect on next timer expiration Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.13
sCfgDskTimerThe number of minutes between updates of the disk table (sDskTbl) data. A value of 0 disables gathering of disk related data. Configuration Variable: DskTimer Set-requests: Take effect on next timer expiration Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.14
sCfgHwErrTimerThe number of minutes between updates of the hardware error table (sHwErrTbl) data. A value of 0 disables gathering of hardware error data. Configuration Variable: HwErrTimer Set-requests: Take effect on next timer expiration Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.15
sCfgSysInfoTimerThe number of minutes between updates of the system information (sSyi) data. A value of 0 disables gathering of system information data. Configuration Variable: SysInfoTimer Set-requests: Take effect on next timer expiration Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.16
sCfgCritTimerThe number of minutes between critical process table (sCritTbl) updates. A value of 0 disables critical process missing processing. Configuration Variable: CritTimer Set-requests: Take effect on next timer expiration Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.17
sCfgDskAlarmThe number of minutes between repeat traps for disk (sDskFull), page file (sPgFull), or swap file full (sSwpFull) conditions. A value of 0 causes only the initial instance of the disk, page file, or swap file full condition to trigger a trap. Configuration Variable: RptDskAlarm Set-requests: Take effect on next timer expiration Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.18
sCfgCritAlarmThe number of minutes between repeat traps for a given critical process missing condition. Setting this variable to 0 causes only the first instance to generate a trap. Configuration Variable: RptCritAlarm Set-requests: Take effect on next timer expiration Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.19
sCfgTrapTblSizeThe maximum number of traps to be retained. Traps that are retained may be resent (see sTrapResendSeqNum) unless too many subsequent traps have been generated. This variable controls how many traps are retained in NM*SysMgr's internal trap table. Configuration Variable: TrapTableSize Set-Requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.20
sCfgHostNameThe name of the host that the subagent is communicating with. This is the host name where the NM*Master Agent resides. This variable is not currently used. Configuration Variable: Hostro
DisplayString
.1.3.6.1.4.1.597.4.3.5.21
sCfgAllPsDataThis variable controls the amount of data that is available in the process statistics table (sPsTbl). If this flag is set to no(2), only the process statistics that are contained in the process control block (PCB) or job information block (JIB) for each process are available (data in the process header (PHD) may also be available). Setting this flag to yes makes all statistics in the sPsTbl available but incurs an additional performance overhead (to retrieve out swapped processes and deliver kernel mode ASTs to all processes). Configuration variable: AllPsData Set-requests: Take effect immediately. Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.22
sCfgTimeoutThis variable identifies the time-out value that is to be used by the subagent during subtree registration. If this value is set to zero, the default value (saDefaultTimeout) contained in the NM*Master Agent will be used. If the value specified exceeds the current maximum that NM*Master will permit (saMaxTimeout), the maximum value will be used. This value is specified in seconds. Configuration Variable: Timeoutro
INTEGER
.1.3.6.1.4.1.597.4.3.5.23
sCfgOpcomSecurityFlag which determines if the opcom security messages are to be sent as opcom traps. Setting this variable to enabled(1) causes opcom trap messages to be sent for security messages. Configuration Variable: OpcomSecurity Set-requests: Take effect at next process start-up Changes to this value are written to the tCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.24
sCfgControlTermProcFlag which may be used to disable process termination by the sCfgTermProc variable. Setting this variable to enabled(1) allows the sCfgTermProc variable to be set to true(1) to terminate the NM*SysMgr process. Setting this variable to disabled(2) prevents the sCfgTermProc variable from being set. Configuration Variable: ControlTermProcro
Enumeration
.1.3.6.1.4.1.597.4.3.5.25
sCfgTermProcFlag which may be used to shutdown the NM*SysMgr process. Setting this flag to true causes the NM*SysMgr process to respond to the set-request, send the sTermProc trap, close the connection to the NM*Master Agent, and shutdown. If the sCfgControlTermProc flag state is disabled(2), the sCfgTermProc variable can not be set. Set-requests: Take effect immediately if sCfgControlTermProc is enabled(2)rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.26
sCfgVersionCurrent version of the NM*SysMgr Subagent software.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.597.4.3.5.27
sCfgUpTimeSubagent up time.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.3.5.28
sCfgMaxTrapSecThis value specifies the maximum number of traps per second that may be sent. A value of zero disables trap throttling, allowing all traps to be sent as they are generated. It is recommended that this value and sCfgTrapTblSize be tuned to each operational environment. Configuration Variable: MaxTrapSec Set-requests: Take effect immediately. Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.29
sCfgCritDskName of the file currently being used to identify critical disk space and operations per second trap thresholds for individual disks. This file contains: disk name (required) percent full or number of free blocks (optional) operations per second (optional) The disk name may take the form of a physical disk name (including the leading underscore (_) and trailing colon (:)), a logical volume name, or, for shadowed disks, the name of the virtual unit. If two entries specify the same disk (one by physical name and the other by logical volume name), only the entry for the physcial disk name will be used for that disk. Once the disk usage exceeds the specified percent full or the number of free blocks drops below the specified free disk blocks, disk full (sDskFull) traps will begin to be sent. Disk busy (sDskOpSec) traps are sent if the number of operations per second exceeds the limit specified for this disk. The following are valid entries in the critical disk file: _ALPHA$DKA0:,blocks=652829 disk$alphasys,percent=99,ops=120 _DSA1:,ops=300 This file is associated with the system logical name COMTEK$SYSMGR_CRITDSK. Changing this variable redefines the COMTEK$SYSMGR_CRITDSK logical name. NM*SysMgr must be reinitialized (by setting the variable sCfgReinitSubagent to true) before a new critical disk file is used. If a set-request is performed on this variable and the specified file name does not exist, is not accessible by the subagent, or contains invalid data, the file name is not changed, an error is returned, and a sSwErr trap is generated describing the error. Set-requests: Take effect only after reinitialization (sCfgReinitSubagent) NOTE: To make changes to this value permanent across system reboots, the definition of this logical name must also be changed in the system startup procedures.rw
DisplayString
.1.3.6.1.4.1.597.4.3.5.30
sCfgCritQueName of the file currently being used to identify queues to be monitored. This file is associated with the logical name COMTEK$SYSMGR_QUEUE. Changing this variable redefines the COMTEK$SYSMGR_QUEUE logical name. NM*SysMgr must be reinitialized (by setting the variable sCfgReinitSubagent to true) before the new queue file is used. If a set-request is performed on this variable and the specified file name does not exist, is not accessible by the subagent, or contains invalid data, the file name is not changed, an error is returned, and a sSwErr trap is generated describing the error. Set-requests: Take effect only after reinitialization (sCfgReinitSubagent) NOTE: To make changes to this value permanent across system reboots, the definition of this logical name must also be changed in the system startup procedures.rw
DisplayString
.1.3.6.1.4.1.597.4.3.5.31
sCfgQueTimerThe number of minutes between updates of the queue statistics table (sQTbl) data. A value of 0 disables gathering of queue related data. Configuration Variable: QueTimer Set-requests: Take effect on next timer expiration Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.32
sCfgDskMinFreeBlksThe minimum number of disk blocks that must be free on a disk. When the number of free blocks on a disk drops below this level, excessive disk utilization (sDskFull) traps begin to be sent. If this variable is set to a value other than zero, it is used to determine when to send sDskFull traps for disks not specified in the critical disk table (see sCfgCritDsk). This value and sCfgDskLimit are mutually exclusive, i.e., only one of these values is in effect at any given time. If neither value is specified in the configuration file, then the default value of sCfgDskLimit is used for disk monitoring and sCfgDskMinFreeBlks is set to zero. To disable default disk full monitoring, both of these values must be zero. Set-requests to this value will fail unless sCfgDskLimit is set to zero. Configuration Variable: DskMinFreeBlks Set-requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.33
sCfgMemLimitThe percentage of physical memory utilization at which excessive memory utilization (sMemFull) traps begin to be sent. A value of 0 disables these traps. Configuration Variable: MemUse Set-requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.34
sCfgCOMQueueLimitThe number of processes in COM state at which excessive compute queue (sCOMQue) traps begin to be sent. A value of 0 disables these traps. Configuration Variable: COMQueue Set-requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.35
sCfgCOMOQueueLimitThe number of processes in COMO state at which excessive outswapped compute queue (sCOMOQue) traps begin to be sent. A value of 0 disables these traps. Configuration Variable: COMOQueue Set-requests: Take effect immediately Changes to this value are written to the sCfgFile.rw
INTEGER
.1.3.6.1.4.1.597.4.3.5.36
sCfgOpcomCardsFlag which determines if NM*SysMgr will receive opcom CARDS class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving CARDS opcom messages. Configuration Variable: Cards Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.37
sCfgOpcomCentralFlag which determines if NM*SysMgr will receive opcom CENTRAL class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving CENTRAL opcom messages. Configuration Variable: Central Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.38
sCfgOpcomClusterFlag which determines if NM*SysMgr will receive opcom CLUSTERclass messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving CLUSTER opcom messages. Configuration Variable: Cluster Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.39
sCfgOpcomDevicesFlag which determines if NM*SysMgr will receive opcom DEVICES class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving DEVICES opcom messages. Configuration Variable: Devices Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.40
sCfgOpcomDisksFlag which determines if NM*SysMgr will receive opcom DISKS class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving DISKS opcom messages. Configuration Variable: Disks Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.41
sCfgOpcomLicenseFlag which determines if NM*SysMgr will receive opcom LICENSE class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving LICENSE opcom messages. Configuration Variable: License Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.42
sCfgOpcomNetworkFlag which determines if NM*SysMgr will receive opcom NETWORK class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving NETWORK opcom messages. Configuration Variable: Network Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.43
sCfgOpcomOper1Flag which determines if NM*SysMgr will receive opcom OPER1 class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving OPER1 opcom messages. Configuration Variable: Oper1 Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.44
sCfgOpcomOper2Flag which determines if NM*SysMgr will receive opcom OPER2 class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving OPER2 opcom messages. Configuration Variable: Oper2 Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.45
sCfgOpcomOper3Flag which determines if NM*SysMgr will receive opcom OPER3 class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving OPER3 opcom messages. Configuration Variable: Oper3 Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.46
sCfgOpcomOper4Flag which determines if NM*SysMgr will receive opcom OPER4 class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving OPER4 opcom messages. Configuration Variable: Oper4 Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.47
sCfgOpcomOper5Flag which determines if NM*SysMgr will receive opcom OPER5 class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving OPER5 opcom messages. Configuration Variable: Oper5 Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.48
sCfgOpcomOper6Flag which determines if NM*SysMgr will receive opcom OPER6 class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving OPER6 opcom messages. Configuration Variable: Oper6 Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.49
sCfgOpcomOper7Flag which determines if NM*SysMgr will receive opcom OPER7 class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving OPER7 opcom messages. Configuration Variable: Oper7 Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.50
sCfgOpcomOper8Flag which determines if NM*SysMgr will receive opcom OPER8 class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving OPER8 opcom messages. Configuration Variable: Oper8 Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.51
sCfgOpcomOper9Flag which determines if NM*SysMgr will receive opcom OPER9 class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving OPER9 opcom messages. Configuration Variable: Oper9 Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.52
sCfgOpcomOper10Flag which determines if NM*SysMgr will receive opcom OPER10 class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving OPER10 opcom messages. Configuration Variable: Oper10 Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.53
sCfgOpcomOper11Flag which determines if NM*SysMgr will receive opcom OPER11 class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving OPER11 opcom messages. Configuration Variable: Oper11 Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.54
sCfgOpcomOper12Flag which determines if NM*SysMgr will receive opcom OPER12 class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving OPER12 opcom messages. Configuration Variable: Oper12 Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.55
sCfgOpcomPrinterFlag which determines if NM*SysMgr will receive opcom PRINTER class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving PRINTER opcom messages. Configuration Variable: Printer Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.56
sCfgOpcomTapesFlag which determines if NM*SysMgr will receive opcom TAPES class messages. Setting this variable to disabled(2) disables NM*SysMgr from receiving TAPES opcom messages. Configuration Variable: Tapes Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.57
sCfgOpcomFilterFlag which determines if NM*SysMgr will drop opcom messages that match filter criteria or drop all opcom messages except those that match filter criteria. Configuration Variable: Filter Set-requests: Take effect on next process start-up Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.58
sCfgLocalDisksOnlyFlag which may be used to instruct NM*SysMgr to gather disk statistics either on all available disks or only on local disks. A disk is considered to be local if the variable sDskRemote for the disk is FALSE(2), indicating that the disk is not remote. If this flag is set to TRUE(1), the disk table (sDskTbl) will only contain data on local disks. If this flag is set to FALSE(2), the disk table (sDskTbl) will contain data on all available disks. Configuration Variable: LocalDisksOnly Set-requests: Take effect on next timer expiration Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.59
sCfgCritDisksOnlyFlag which may be used to instruct NM*SysMgr to gather disk statistics either on all available disks or only on disks listed in the Critical Disk file (COMTEK$SYSMGR_CRITDSK). If this flag is set to TRUE(1), the disk table (sDskTbl) will only contain data on disks listed in the Critical Disk file. If this flag is set to FALSE(2), the disk table (sDskTbl) will contain data on all available disks. Configuration Variable: CritDisksOnly Set-requests: Take effect on next timer expiration Changes to this value are written to the sCfgFile.rw
Enumeration
.1.3.6.1.4.1.597.4.3.5.60
comtekVmsNMVmsMonMib
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15
vmsModes
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.1
vmsModeUpdateTimeTime when CPU mode statistics were last gathered.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.15.1.1
vmsModeUpdateIntervalHow often CPU mode statistics are to be gathered. A value of 0 disables gathering of CPU mode statistics. This value is expressed in minutes.rw
INTEGER
.1.3.6.1.4.1.597.4.15.1.2
vmsModeCpuCountNumber of entries in the CPU Mode table (i.e., the number of CPUs being monitored).ro
Counter
.1.3.6.1.4.1.597.4.15.1.3
vmsModeTableTable description.
SEQUENCE OF VmsModeTableEntry
.1.3.6.1.4.1.597.4.15.1.4
vmsModeTableEntryRow in table description.
VmsModeTableEntry
.1.3.6.1.4.1.597.4.15.1.4.1
vmsModeCpuIdCPU ID for mode data in this row in the mode table.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.4.1.1
vmsModeKernelNumber of clock ticks this CPU has spent in kernel mode (excluding interrupt stack time) since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.4.1.2
vmsModeExecNumber of clock ticks this CPU has spent in Executive mode since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.4.1.3
vmsModeSuperNumber of clock ticks this CPU has spent in Supervisor mode since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.4.1.4
vmsModeUserNumber of clock ticks this CPU has spent in User mode (excluding compatibility-mode time) since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.4.1.5
vmsModeInterNumber of clock ticks (10-millisecond units) this CPU has spent on the Interrupt stack since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.4.1.6
vmsModeMPSyncNumber of clock ticks this CPU has spent synchronizing multiple CPUs since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.4.1.7
vmsModeCompatNumber of clock ticks this CPU has spent in Compatibility mode since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.4.1.8
vmsModeIdleNumber of clock ticks this CPU has spent executing the NULL process since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.4.1.9
vmsTotalModes
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.1.5
vmsTotalKernelTotal number of clock ticks all CPUs have spent in kernel mode (excluding interrupt stack time) since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.5.1
vmsTotalExecTotal clock ticks all CPUs have spent in Executive mode since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.5.2
vmsTotalSuperTotal clock ticks all CPUs have spent in Supervisor mode since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.5.3
vmsTotalUserTotal clock ticks all CPUs have spent in User mode (excluding compatibility-mode time) since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.5.4
vmsTotalInterTotal clock ticks (10-millisecond units) all CPUs have spent on the Interrupt stack since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.5.5
vmsTotalMPSyncTotal clock ticks all CPUs have spent synchronizing multiple CPUs since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.5.6
vmsTotalCompTotal clock ticks all CPUs have spent in Compatibility mode since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.5.7
vmsTotalIdleTotal clock ticks all CPUs have spent executing the NULL process since the system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.1.5.8
vmsFile
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.2
vmsFileUpdateTimeTime when File System statistics were last updated.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.15.2.1
vmsFileUpdateIntervalHow often File System statistics are to be gathered. A value of 0 disables gathering of File System statistics. This value is expressed in minutes.rw
INTEGER
.1.3.6.1.4.1.597.4.15.2.2
vmsFileDirFCBHitCount of hits on directory FCB cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.3
vmsFileDirFCBAttemptCount of attempts on directory FCB cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.4
vmsFileDirDataHitCount of hits on directory data cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.5
vmsFileDirDataAttemptCount of attempts on directory data cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.6
vmsFileFileHdrHitCount of hits on file header cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.7
vmsFileFileHdrAttemptCount of attempts on file header cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.8
vmsFileFileIdHitCount of hits on file ID cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.9
vmsFileFileIdAttemptCount of attempts on file ID cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.10
vmsFileExtentHitCount of hits on extent cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.11
vmsFileExtentAttemptCount of attempts on extent cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.12
vmsFileQuotaHitCount of hits on quota cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.13
vmsFileQuotaAttemptCount of attempts on quota cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.14
vmsFileBitmapHitCount of hits on storage bitmap cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.15
vmsFileBitmapAttemptCount of attempts on storage bitmap cache.ro
Counter
.1.3.6.1.4.1.597.4.15.2.16
vmsFcp
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.3
vmsFcpUpdateTimeTime when FCP statistics were last updated.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.15.3.1
vmsFcpUpdateIntervalHow often FCP statistics are to be gathered. A value of 0 disables gathering of File System statistics. This value is expressed in minutes.rw
INTEGER
.1.3.6.1.4.1.597.4.15.3.2
vmsFcpFCPCallCount of QIO requests received by the file system.ro
Counter
.1.3.6.1.4.1.597.4.15.3.3
vmsFcpAllocationCount of QIO requests that caused allocation of disk space.ro
Counter
.1.3.6.1.4.1.597.4.15.3.4
vmsFcpCreateCount of new files created.ro
Counter
.1.3.6.1.4.1.597.4.15.3.5
vmsFcpDiskReadCount of read I/O operations from the disk by the file system.ro
Counter
.1.3.6.1.4.1.597.4.15.3.6
vmsFcpDiskWriteCount of write I/O operations to the disk by the file system.ro
Counter
.1.3.6.1.4.1.597.4.15.3.7
vmsFcpVolumeLockWaitNumber of times a wait state was entered by the XQP due to volume lock contention.ro
Counter
.1.3.6.1.4.1.597.4.15.3.8
vmsFcpCPUTickCount of clock ticks (10-millisecond units) of CPU time used by the file system.ro
Counter
.1.3.6.1.4.1.597.4.15.3.9
vmsFcpPageFaultCount of page faults for the file system.ro
Counter
.1.3.6.1.4.1.597.4.15.3.10
vmsFcpWindowTurnCount of file-map window misses.ro
Counter
.1.3.6.1.4.1.597.4.15.3.11
vmsFcpLookupCount of file name lookup operations in file directories.ro
Counter
.1.3.6.1.4.1.597.4.15.3.12
vmsFcpOpenCount of files opened.ro
Counter
.1.3.6.1.4.1.597.4.15.3.13
vmsFcpEraseCount of erase I/O operations issued.ro
Counter
.1.3.6.1.4.1.597.4.15.3.14
vmsIo
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.4
vmsIoUpdateTimeTime when I/O statistics were last updated.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.15.4.1
vmsIoUpdateIntervalHow often I/O statistics are to be gathered. A value of 0 disables gathering of I/O statistics. This value is expressed in minutes.rw
INTEGER
.1.3.6.1.4.1.597.4.15.4.2
vmsIoDirectIOCount of direct I/O operations.ro
Counter
.1.3.6.1.4.1.597.4.15.4.3
vmsIoBufferedIOCount of buffered I/O operations.ro
Counter
.1.3.6.1.4.1.597.4.15.4.4
vmsIoMailboxWriteCount of write-to-mailbox requests.ro
Counter
.1.3.6.1.4.1.597.4.15.4.5
vmsIoSplitTransferCount of split transfers.ro
Counter
.1.3.6.1.4.1.597.4.15.4.6
vmsIoLogNameTranslationCount of logical name translations.ro
Counter
.1.3.6.1.4.1.597.4.15.4.7
vmsIoFileOpenCount of files opened .ro
Counter
.1.3.6.1.4.1.597.4.15.4.8
vmsIoPageFaultCount of page faults for all working sets .ro
Counter
.1.3.6.1.4.1.597.4.15.4.9
vmsIoPageReadCount of pages read from disk as a result of page faults.ro
Counter
.1.3.6.1.4.1.597.4.15.4.10
vmsIoPageReadIOCount of read I/O operations from disk as a result of page faults.ro
Counter
.1.3.6.1.4.1.597.4.15.4.11
vmsIoPageWriteCount of pages written to the page file.ro
Counter
.1.3.6.1.4.1.597.4.15.4.12
vmsIoPageWriteIOCount of write I/O operations to the page file.ro
Counter
.1.3.6.1.4.1.597.4.15.4.13
vmsIoInswapCount of working sets read into memory from the swap file.ro
Counter
.1.3.6.1.4.1.597.4.15.4.14
vmsIoFreePageCountNumber of pages currently on free-page list.ro
Counter
.1.3.6.1.4.1.597.4.15.4.15
vmsIoModifiedPageCountNumber of pages currently on modified-page list.ro
Counter
.1.3.6.1.4.1.597.4.15.4.16
vmsPage
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.5
vmsPageUpdateTimeTime when page statistics were last updated.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.15.5.1
vmsPageUpdateIntervalHow often Page statistics are to be gathered. A value of 0 disables gathering of Page statistics. This value is expressed in minutes.rw
INTEGER
.1.3.6.1.4.1.597.4.15.5.2
vmsPageFaultCount of page faults for all working sets.ro
Counter
.1.3.6.1.4.1.597.4.15.5.3
vmsPageReadCount of pages read from disk as a result of page faults.ro
Counter
.1.3.6.1.4.1.597.4.15.5.4
vmsPageReadIOCount of read I/Os as a result of operations from disk page faults.ro
Counter
.1.3.6.1.4.1.597.4.15.5.5
vmsPageWriteCount of pages written to the page file.ro
Counter
.1.3.6.1.4.1.597.4.15.5.6
vmsPageWriteIOCount of write I/O operations to the page file.ro
Counter
.1.3.6.1.4.1.597.4.15.5.7
vmsPageFreeListFaultCount of pages read from the free list as a result of page faults.ro
Counter
.1.3.6.1.4.1.597.4.15.5.8
vmsPageModListFaultCount of pages read from the modified list as a result of page faults.ro
Counter
.1.3.6.1.4.1.597.4.15.5.9
vmsPageDemandZeroFaultCount of zero-filled pages allocated as a result of faults.ro
Counter
.1.3.6.1.4.1.597.4.15.5.10
vmsPageGlobalValidFaultCount of page faults for which the reference page was found to be valid in the system global page tables.ro
Counter
.1.3.6.1.4.1.597.4.15.5.11
vmsPageWrtInProgressFaultCount of pages read that were in the process of being written back to disk when faulted.ro
Counter
.1.3.6.1.4.1.597.4.15.5.12
vmsPageSystemFaultCount of page faults for which the referenced page is in system space.ro
Counter
.1.3.6.1.4.1.597.4.15.5.13
vmsPageFreePageCountNumber of pages currently on free-page list.ro
Counter
.1.3.6.1.4.1.597.4.15.5.14
vmsPageModifiedPageCountNumber of pages currently on modified-page.ro
Counter
.1.3.6.1.4.1.597.4.15.5.15
vmsDecnet
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.6
vmsDecnetUpdateTimeTime when DECnet statistics were last gathered.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.15.6.1
vmsDecnetUpdateIntervalHow often DECnet statistics are to be gathered. A value of 0 disables gathering of DECnet statistics. This value is expressed in minutes.rw
INTEGER
.1.3.6.1.4.1.597.4.15.6.2
vmsDecnetArriveLocalPktCount of arriving local packets.ro
Counter
.1.3.6.1.4.1.597.4.15.6.3
vmsDecnetDepartLocalPktCount of departing local packets.ro
Counter
.1.3.6.1.4.1.597.4.15.6.4
vmsDecnetArriveTransPktCount of arriving transit packets.ro
Counter
.1.3.6.1.4.1.597.4.15.6.5
vmsDecnetTransCongestLossCount of packets lost because of transit congestion.ro
Counter
.1.3.6.1.4.1.597.4.15.6.6
vmsDecnetReceiveBufFailCount of receiver buffer failures .ro
Counter
.1.3.6.1.4.1.597.4.15.6.7
vmsStates
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.7
vmsStatesUpdateTimeTime when Process State data was last updated.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.15.7.1
vmsStatesUpdateIntervalHow often Process State data are to be gathered. A value of 0 disables gathering of Process State statistics. This value is expressed in minutes.rw
INTEGER
.1.3.6.1.4.1.597.4.15.7.2
vmsStatesCOLPGNumber of processes in Collided Page Wait State (COLPG).ro
Counter
.1.3.6.1.4.1.597.4.15.7.3
vmsStatesMWAITNumber of processes in Miscellaneous Resource Wait State (MWAIT).ro
Counter
.1.3.6.1.4.1.597.4.15.7.4
vmsStatesCEFNumber of processes in Common Event Flag Wait State (CEF).ro
Counter
.1.3.6.1.4.1.597.4.15.7.5
vmsStatesPFWNumber of processes in Page Fault Wait State (PFW).ro
Counter
.1.3.6.1.4.1.597.4.15.7.6
vmsStatesLEFNumber of processes in Local Event Flag Wait State (LEF).ro
Counter
.1.3.6.1.4.1.597.4.15.7.7
vmsStatesLEFONumber of Outswapped processes in Local Event Flag Wait State (LEFO).ro
Counter
.1.3.6.1.4.1.597.4.15.7.8
vmsStatesHIBNumber of processes in Hibernate State (HIB).ro
Counter
.1.3.6.1.4.1.597.4.15.7.9
vmsStatesHIBONumber of Outswapped processes in Hibernate State (HIBO).ro
Counter
.1.3.6.1.4.1.597.4.15.7.10
vmsStatesSUSPNumber of processes in Suspended State (SUSP).ro
Counter
.1.3.6.1.4.1.597.4.15.7.11
vmsStatesSUSPONumber of Outswapped processes in Suspended State (SUSPO).ro
Counter
.1.3.6.1.4.1.597.4.15.7.12
vmsStatesFPGNumber of processes in Free Page Wait State (FPG).ro
Counter
.1.3.6.1.4.1.597.4.15.7.13
vmsStatesCOMNumber of processes in Compute State (COM).ro
Counter
.1.3.6.1.4.1.597.4.15.7.14
vmsStatesCOMONumber of Outswapped processes in Compute State (COMO).ro
Counter
.1.3.6.1.4.1.597.4.15.7.15
vmsStatesCURNumber of current processes (CUR).ro
Counter
.1.3.6.1.4.1.597.4.15.7.16
vmsCluster
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.8
vmsClusterUpdateTimeTime when cluster statistics were last updated.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.15.8.1
vmsClusterUpdateIntervalHow often cluster statistics are to be gathered. A value of 0 disables gathering of cluster statistics. This value is expressed in minutes.rw
INTEGER
.1.3.6.1.4.1.597.4.15.8.2
vmsClusterCpuBusyCount of clock ticks (10-millisecond units) spent in all CPU modes since system was booted.ro
INTEGER
.1.3.6.1.4.1.597.4.15.8.3
vmsClusterFreeListSizeNumber of pages currently on the free list.ro
INTEGER
.1.3.6.1.4.1.597.4.15.8.4
vmsClusterTotalLocksTotal of all incoming, outgoing, and local ENQs, DEQs, and conversions.ro
INTEGER
.1.3.6.1.4.1.597.4.15.8.5
vmsClusterNewEnqLocalCount of new lock requests that originate and are performed on the system.ro
Counter
.1.3.6.1.4.1.597.4.15.8.6
vmsClusterNewEnqIncomingCount of new lock requests that originate on other systems and are performed on this system (incoming).ro
Counter
.1.3.6.1.4.1.597.4.15.8.7
vmsClusterNewEnqOutgoingCount of new lock requests that originate on this system and are performed on other systems (outgoing).ro
Counter
.1.3.6.1.4.1.597.4.15.8.8
vmsClusterEnqConversionsLocalCount of lock conversion requests (local).ro
Counter
.1.3.6.1.4.1.597.4.15.8.9
vmsClusterEnqConversionsIncomingCount of lock conversion requests (incoming).ro
Counter
.1.3.6.1.4.1.597.4.15.8.10
vmsClusterEnqConversionsOutgoingCount of lock conversion requests (outgoing).ro
Counter
.1.3.6.1.4.1.597.4.15.8.11
vmsClusterDeqLocalCount of unlock requests (local).ro
Counter
.1.3.6.1.4.1.597.4.15.8.12
vmsClusterDeqIncomingCount of unlock requests (incoming).ro
Counter
.1.3.6.1.4.1.597.4.15.8.13
vmsClusterDeqOutgoingCount of unlock requests (outgoing).ro
Counter
.1.3.6.1.4.1.597.4.15.8.14
vmsMscp
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.9
vmsMscpUpdateTimeTime when MSCP Server statistics were last updated.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.15.9.1
vmsMscpUpdateIntervalHow often MSCP Server statistics are to be gathered. A value of 0 disables gathering of mscp statistics. This value is expressed in minutes.rw
INTEGER
.1.3.6.1.4.1.597.4.15.9.2
vmsMscpRequestsCount of requests for I/O transfers by remote processors.ro
Counter
.1.3.6.1.4.1.597.4.15.9.3
vmsMscpReadsCount of requests for Read I/O transfers by remote processors.ro
Counter
.1.3.6.1.4.1.597.4.15.9.4
vmsMscpWritesCount of requests for Write I/O transfers by remote processors.ro
Counter
.1.3.6.1.4.1.597.4.15.9.5
vmsMscpFragmentsCount of extra fragments issued by the server.ro
Counter
.1.3.6.1.4.1.597.4.15.9.6
vmsMscpSplitsCount of fragmented requests issued by the server.ro
Counter
.1.3.6.1.4.1.597.4.15.9.7
vmsMscpBufferWaitsCount of requests that had to wait for MSCP buffer memory.ro
Counter
.1.3.6.1.4.1.597.4.15.9.8
vmsMscp1BlockIOsCount of I/O requests with a length of one block.ro
Counter
.1.3.6.1.4.1.597.4.15.9.9
vmsMscp2-3BlockIOsCount of I/O requests with a length of 2 to 3 blocks.ro
Counter
.1.3.6.1.4.1.597.4.15.9.10
vmsMscp4-7BlockIOsCount of I/O requests with a length of 4 to 7 blocks.ro
Counter
.1.3.6.1.4.1.597.4.15.9.11
vmsMscp8-15BlockIOsCount of I/O requests with a length of 8 to 15 blocks.ro
Counter
.1.3.6.1.4.1.597.4.15.9.12
vmsMscp16-31BlockIOsCount of I/O requests with a length of 16 to 31 blocks.ro
Counter
.1.3.6.1.4.1.597.4.15.9.13
vmsMscp32-63BlockIOsCount of I/O requests with a length of 32 to 63 blocks.ro
Counter
.1.3.6.1.4.1.597.4.15.9.14
vmsMscp64andOverBlockIOsCount of I/O requests with a length equal to or greater than 64 blocks.ro
Counter
.1.3.6.1.4.1.597.4.15.9.15
vmsLock
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.10
vmsLockUpdateTimeTime when Lock statistics were last updated.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.15.10.1
vmsLockUpdateIntervalHow often Lock statistics are to be gathered. A value of 0 disables gathering of lock statistics. This value is expressed in minutes.rw
INTEGER
.1.3.6.1.4.1.597.4.15.10.2
vmsLockNewEnqsCount of new ENQ (lock) requests.ro
Counter
.1.3.6.1.4.1.597.4.15.10.3
vmsLockConvertedEnqsCount of converted ENQ (lock) requests.ro
Counter
.1.3.6.1.4.1.597.4.15.10.4
vmsLockDeqsCount of DEQ (unlock) requests.ro
Counter
.1.3.6.1.4.1.597.4.15.10.5
vmsLockBlockingASTsCount of blocking ASTs queued.ro
Counter
.1.3.6.1.4.1.597.4.15.10.6
vmsLockEnqWaitsCount of times a lock could not be granted immediately and waited.ro
Counter
.1.3.6.1.4.1.597.4.15.10.7
vmsLockEnqsNotQueuedCount of times a lock could not be granted immediately and got an error status instead of waiting.ro
Counter
.1.3.6.1.4.1.597.4.15.10.8
vmsLockDeadlockSearchesCount of times that a deadlock search was performed.ro
Counter
.1.3.6.1.4.1.597.4.15.10.9
vmsLockDeadlocksFoundCount of times that a deadlock was found.ro
Counter
.1.3.6.1.4.1.597.4.15.10.10
vmsLockCurrentLocksNumber of locks currently in the system.ro
INTEGER
.1.3.6.1.4.1.597.4.15.10.11
vmsLockCurrentResourcesNumber of resources currently in the system.ro
INTEGER
.1.3.6.1.4.1.597.4.15.10.12
vmsDlock
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.11
vmsDlockUpdateTimeTime when Distributed Lock statistics were last updated.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.15.11.1
vmsDlockUpdateIntervalHow often Lock statistics are to be gathered. A value of 0 disables gathering of dlock statistics. This value is expressed in minutes.rw
INTEGER
.1.3.6.1.4.1.597.4.15.11.2
vmsDlockNewLocksLocalCount of new lock requests that originate and are performed on this system (local).ro
Counter
.1.3.6.1.4.1.597.4.15.11.3
vmsDlockNewLocksIncomingCount of new lock requests originating on another system and performed on this system (incoming).ro
Counter
.1.3.6.1.4.1.597.4.15.11.4
vmsDlockNewLocksOutgoingCount of new lock requests originating on this system and performed on another system (outgoing).ro
Counter
.1.3.6.1.4.1.597.4.15.11.5
vmsDlockLockConversionsLocalCount of lock conversion requests (local).ro
Counter
.1.3.6.1.4.1.597.4.15.11.6
vmsDlockLockConversionsIncomingCount of lock conversion requests (incoming).ro
Counter
.1.3.6.1.4.1.597.4.15.11.7
vmsDlockLockConversionsOutgoingCount of lock conversion requests (outgoing).ro
Counter
.1.3.6.1.4.1.597.4.15.11.8
vmsDlockUnlocksLocalCount of unlock requests (local).ro
Counter
.1.3.6.1.4.1.597.4.15.11.9
vmsDlockUnlocksIncomingCount of unlock requests (incoming).ro
Counter
.1.3.6.1.4.1.597.4.15.11.10
vmsDlockUnlocksOutgoingCount of unlock requests (outgoing).ro
Counter
.1.3.6.1.4.1.597.4.15.11.11
vmsDlockBlockingASTsLocalCount of lock manager blocking ASTs (local).ro
Counter
.1.3.6.1.4.1.597.4.15.11.12
vmsDlockBlockingASTsIncomingCount of lock manager blocking ASTs (incoming).ro
Counter
.1.3.6.1.4.1.597.4.15.11.13
vmsDlockBlockingASTsOutgoingCount of lock manager blocking ASTs (outgoing).ro
Counter
.1.3.6.1.4.1.597.4.15.11.14
vmsDlockDirFuncIncomingCount of directory functions (incoming).ro
Counter
.1.3.6.1.4.1.597.4.15.11.15
vmsDlockDirFuncOutgoingCount of directory functions (outgoing).ro
Counter
.1.3.6.1.4.1.597.4.15.11.16
vmsDlockDeadlockMessageCount of incoming and outgoing lock manager messages required for deadlock detection.ro
Counter
.1.3.6.1.4.1.597.4.15.11.17
vmsSystem
OBJECT IDENTIFIER
.1.3.6.1.4.1.597.4.15.12
vmsSystemUpdateTimeTime when system statistics were last updated.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.597.4.15.12.1
vmsSystemUpdateIntervalHow often system statistics are to be gathered. A value of 0 disables gathering of system statistics. This value is expressed in minutes.rw
INTEGER
.1.3.6.1.4.1.597.4.15.12.2
vmsSystemCpuBusyCount of clock ticks (10-millisecond units) spent in all CPU modes since system was booted.ro
Counter
.1.3.6.1.4.1.597.4.15.12.3
vmsSystemOtherStatesNumber of processes in states other than LEF, LEFO, HIB, HIBO, COM, COMO, PFW, and MWAIT.ro
INTEGER
.1.3.6.1.4.1.597.4.15.12.4
vmsSystemProcessCountNumber of processes in the system.ro
INTEGER
.1.3.6.1.4.1.597.4.15.12.5
vmsSystemPageFaultsCount of page faults for all working sets.ro
Counter
.1.3.6.1.4.1.597.4.15.12.6
vmsSystemReadIOsCount of read I/Os resulting from disk page faults.ro
Counter
.1.3.6.1.4.1.597.4.15.12.7
vmsSystemFreePageCountNumber of pages currently on free-page list.ro
INTEGER
.1.3.6.1.4.1.597.4.15.12.8
vmsSystemModifiedPageCountNumber of pages currently on modified-page list.ro
INTEGER
.1.3.6.1.4.1.597.4.15.12.9
vmsSystemDirectIOsCount of direct I/O operations.ro
Counter
.1.3.6.1.4.1.597.4.15.12.10
vmsSystemBufferedIOsCount of buffered I/O operations.ro
Counter
.1.3.6.1.4.1.597.4.15.12.11
COMTEK-VMS-NM-SYSMGR-MIB - SNMP MIB Reference | MIBs Explorer