-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCPQHOST-MIB.txt
2413 lines (2105 loc) · 88.8 KB
/
CPQHOST-MIB.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
-- ****************************************************************************
--
-- Host Operating System Information
-- Management Information Base for SNMP Network Management
--
--
-- Copyright 1993,2008 Hewlett-Packard Development Company, L.P.
--
-- Hewlett-Packard Company shall not be liable for technical or
-- editorial errors or omissions contained herein. The information in
-- this document is provided "as is" without warranty of any kind and
-- is subject to change without notice. The warranties for HP products
-- are set forth in the express limited warranty statements
-- accompanying such products. Nothing herein should be construed as
-- constituting an additional warranty.
--
-- Confidential computer software. Valid license from HP required for
-- possession, use or copying. Consistent with FAR 12.211 and 12.212,
-- Commercial Computer Software, Computer Software Documentation, and
-- Technical Data for Commercial Items are licensed to the U.S.
-- Government under vendor's standard commercial license.
--
-- Refer to the READMIB.RDM file for more information about the
-- organization of the information in the Compaq Enterprise.
--
-- The Compaq Enterprise number is 232.
-- The ASN.1 prefix to, and including the Compaq Enterprise is:
-- 1.3.6.1.4.1.232
--
-- ****************************************************************************
CPQHOST-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises FROM RFC1155-SMI
IpAddress FROM RFC1155-SMI
DisplayString FROM RFC1213-MIB
OBJECT-TYPE FROM RFC-1212
TRAP-TYPE FROM RFC-1215
sysName FROM RFC1213-MIB;
compaq OBJECT IDENTIFIER ::= { enterprises 232 }
cpqHostOs OBJECT IDENTIFIER ::= { compaq 11 }
cpqHoMibRev OBJECT IDENTIFIER ::= { cpqHostOs 1 }
cpqHoComponent OBJECT IDENTIFIER ::= { cpqHostOs 2 }
cpqHoInterface OBJECT IDENTIFIER ::= { cpqHoComponent 1 }
cpqHoInfo OBJECT IDENTIFIER ::= { cpqHoComponent 2 }
cpqHoUtil OBJECT IDENTIFIER ::= { cpqHoComponent 3 }
cpqHoFileSys OBJECT IDENTIFIER ::= { cpqHoComponent 4 }
-- The cpqHoIfPhysMap group has been deprecated.
cpqHoIfPhysMap OBJECT IDENTIFIER ::= { cpqHoComponent 5 }
cpqHoSWRunning OBJECT IDENTIFIER ::= { cpqHoComponent 6 }
cpqHoSwVer OBJECT IDENTIFIER ::= { cpqHoComponent 7 }
cpqHoGeneric OBJECT IDENTIFIER ::= { cpqHoComponent 8 }
cpqHoSwPerf OBJECT IDENTIFIER ::= { cpqHoComponent 9 }
cpqHoSystemStatus OBJECT IDENTIFIER ::= { cpqHoComponent 10 }
cpqHoTrapInfo OBJECT IDENTIFIER ::= { cpqHoComponent 11 }
cpqHoClients OBJECT IDENTIFIER ::= { cpqHoComponent 12 }
cpqHoMemory OBJECT IDENTIFIER ::= { cpqHoComponent 13 }
cpqHoFwVer OBJECT IDENTIFIER ::= { cpqHoComponent 14 }
cpqHoHWInfo OBJECT IDENTIFIER ::= { cpqHoComponent 15 }
cpqPwrThreshold OBJECT IDENTIFIER ::= { cpqHoComponent 16 }
cpqHoOsCommon OBJECT IDENTIFIER ::= { cpqHoInterface 4 }
-- ****************************************************************************
-- Host OS Information MIB Revision
-- ================================
--
-- The compaq enterprise (1.3.6.1.4.1.232)
-- cpqHostOs Group (1.3.6.1.4.1.232.11)
-- cpqHoMibRev Group (1.3.6.1.4.1.232.11.1)
--
-- Implementation of the cpqHoMibRev group is mandatory for all agents
-- supporting the Host OS MIB.
--
-- A Management Agent conforming to this document will return a
-- cpqHoMibRevMajor of one (1) and a cpqHoMibRevMinor of thirty-three (33).
--
-- ****************************************************************************
cpqHoMibRevMajor OBJECT-TYPE
SYNTAX INTEGER (1..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Major Revision level of the MIB.
A change in the major revision level represents a major change
in the architecture of the MIB. A change in the major revision
level may indicate a significant change in the information
supported and/or the meaning of the supported information.
Correct interpretation of data may require a MIB document with
the same major revision level."
::= { cpqHoMibRev 1 }
cpqHoMibRevMinor OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Minor Revision level of the MIB.
A change in the minor revision level may represent some minor
additional support, no changes to any pre-existing information
has occurred."
::= { cpqHoMibRev 2 }
cpqHoMibCondition OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
ok(2), -- default state
degraded(3),
failed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The overall condition.
This object represents the overall status of the server's host
system represented by this MIB."
::= { cpqHoMibRev 3 }
-- ****************************************************************************
-- Host OS Common
-- ==============
--
-- The compaq enterprise (1.3.6.1.4.1.232)
-- cpqHostOs Group (1.3.6.1.4.1.232.11)
-- cpqHoComponent Group (1.3.6.1.4.1.232.11.2)
-- cpqHoInterface Group (1.3.6.1.4.1.232.11.2.1)
-- cpqHoOsCommon Group (1.3.6.1.4.1.232.11.2.1.4)
--
--
-- Implementation of the cpqHoOsCommon group is mandatory for all
-- agents that support the Host OS MIB.
--
-- ****************************************************************************
cpqHoOsCommonPollFreq OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The Insight Agent's polling frequency.
The frequency, in seconds, at which the Insight Agent requests
information from the device driver. A frequency of zero (0)
indicates that the Insight Agent retrieves the information upon
request of a management station, it does not poll the device
driver at a specific interval.
If the poll frequency is zero (0) all attempts to write to this
object will fail. If the poll frequency is non-zero,
setting this value will change the polling frequency of the
Insight Agent. Setting the poll frequency to zero (0) will
always fail. An agent may choose to fail any request to change
the poll frequency to a value that would severely impact system
performance."
::= { cpqHoOsCommon 1 }
-- ****************************************************************************
-- Host OS Common Module Table
-- ===========================
--
-- The compaq enterprise (1.3.6.1.4.1.232)
-- cpqHostOs Group (1.3.6.1.4.1.232.11)
-- cpqHoComponent Group (1.3.6.1.4.1.232.11.2)
-- cpqHoInterface Group (1.3.6.1.4.1.232.11.2.1)
-- cpqHoOsCommon Group (1.3.6.1.4.1.232.11.2.1.4)
-- cpqHoOsCommonModuleTable (1.3.6.1.4.1.232.11.2.1.4.2) deprecated
--
-- ****************************************************************************
cpqHoOsCommonModuleTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqHoOsCommonModuleEntry
ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"A table of software modules that provide an interface to the
device this MIB describes."
::= { cpqHoOsCommon 2 }
cpqHoOsCommonModuleEntry OBJECT-TYPE
SYNTAX CpqHoOsCommonModuleEntry
ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"A description of a software module that provides an interface
to the device this MIB describes."
INDEX { cpqHoOsCommonModuleIndex }
::= { cpqHoOsCommonModuleTable 1 }
CpqHoOsCommonModuleEntry ::= SEQUENCE {
cpqHoOsCommonModuleIndex INTEGER,
cpqHoOsCommonModuleName DisplayString,
cpqHoOsCommonModuleVersion DisplayString,
cpqHoOsCommonModuleDate OCTET STRING,
cpqHoOsCommonModulePurpose DisplayString
}
cpqHoOsCommonModuleIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"A unique index for this module description."
::= { cpqHoOsCommonModuleEntry 1 }
cpqHoOsCommonModuleName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The module name."
::= { cpqHoOsCommonModuleEntry 2 }
cpqHoOsCommonModuleVersion OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..5))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The module version in XX.YY format.
Where XX is the major version number and YY is the minor version
number. This field will be null (size 0) string if the agent
cannot provide the module version."
::= { cpqHoOsCommonModuleEntry 3 }
cpqHoOsCommonModuleDate OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (7))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The module date.
field octets contents range
===== ====== ======= =====
1 1-2 year 0..65536
2 3 month 1..12
3 4 day 1..31
4 5 hour 0..23
5 6 minute 0..59
6 7 second 0..60
(use 60 for leap-second)
This field will be set to year = 0 if the agent cannot provide
the module date. The hour, minute, and second field will be set
to zero (0) if they are not relevant. The year field is set
with the most significant octet first."
::= { cpqHoOsCommonModuleEntry 4 }
cpqHoOsCommonModulePurpose OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The purpose of the module described in this entry."
::= { cpqHoOsCommonModuleEntry 5 }
-- ****************************************************************************
-- Host OS Information Group
-- =========================
--
-- The compaq enterprise (1.3.6.1.4.1.232)
-- cpqHostOs Group (1.3.6.1.4.1.232.11)
-- cpqHoComponent Group (1.3.6.1.4.1.232.11.2)
-- cpqHoInfo Group (1.3.6.1.4.1.232.11.2.2)
--
--
-- The cpqHoInfo group describes some general information about the
-- host OS.
--
-- Implementation of the cpqHoInfo group is mandatory for all
-- agents supporting the Host OS MIB.
--
-- ****************************************************************************
cpqHoName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the host operating system (OS)."
::= { cpqHoInfo 1 }
cpqHoVersion OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The version of the host OS."
::= { cpqHoInfo 2 }
cpqHoDesc OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A further description of the host OS."
::= { cpqHoInfo 3 }
cpqHoOsType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
netware(2), -- Novell NetWare
windowsnt(3), -- Microsoft Windows NT
sco-unix(4), -- SCO OpenServer
unixware(5), -- SCO UnixWare
os-2(6), -- IBM OS/2
ms-dos(7), -- Microsoft DOS
dos-windows(8), -- Microsoft DOS + Microsoft Windows
windows95(9), -- Microsoft Windows 95
windows98(10), -- Microsoft Windows 98
open-vms(11), -- Open VMS
nsk(12), -- Non Stop Kernel
windowsCE(13), -- Microsoft Windows CE
linux(14), -- Linux
windows2000(15), -- Microsoft Windows 2000
tru64UNIX(16), -- Tru64 UNIX
windows2003(17), -- Microsoft Windows Server 2003
windows2003-x64(18), -- Microsoft Windows Server 2003 x64 Edition
solaris(19), -- Sun Solaris
windows2003-ia64(20), -- Microsoft Windows Server 2003 for Itanium-based Systems
windows2008(21), -- Microsoft Windows Server 2008
windows2008-x64(22), -- Microsoft Windows Server 2008 x64 Edition
windows2008-ia64(23) -- Microsoft Windows Server 2008 for Itanium-based Systems
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Host Operating system enumeration."
::= { cpqHoInfo 4 }
cpqHoTelnet OBJECT-TYPE
SYNTAX INTEGER {
other(1),
available(2),
notavailable(3) -- default
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Telnet on socket 23 is available."
--
-- This variable specifies the availability of telnet. Only socket 23 is
-- checked for telnet services.
--
::= { cpqHoInfo 5 }
cpqHoSystemRole OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The system role.
This is a settable free form text field intended to be assigned
by a remote console briefly describing the system's function."
::= { cpqHoInfo 6 }
cpqHoSystemRoleDetail OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..512))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The system detailed description.
This is a settable free form text field intended to be assigned
by a remote console describing the system function in detail."
::= { cpqHoInfo 7 }
cpqHoCrashDumpState OBJECT-TYPE
SYNTAX INTEGER {
completememorydump(1),
kernelmemorydump(2),
smallmemorydump(3),
none(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Crash dump state.
Value of 'Unknown (-1)' is returned when crash dump state could
not be determined."
::= { cpqHoInfo 8 }
cpqHoCrashDumpCondition OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- (Crash Dump settings unknown) or (Crash dump monitoring is disabled)
ok(2), -- (Crash dump settings OK) and (paging file size >= minimum) and (free disk space >= minimum)
degraded(3), -- (Crash dump settings none) or (paging file size < minimum) or (free disk space < minimum)
failed(4) -- N/A
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The condition of the Crash dump configuration."
::= { cpqHoInfo 9 }
cpqHoCrashDumpMonitoring OBJECT-TYPE
SYNTAX INTEGER {
enabled(1), -- Enable crash dump monitoring.
disabled(2) -- Disable crash dump monitoring.
}
ACCESS read-write
STATUS optional
DESCRIPTION
"Enable/disable crash dump monitoring.
If crash dump monitoring is enabled both crash dump TRAP's
are generated and crash dump condition is updated.
If crash dump monitoring is disabled, no crash dump TRAP
is generated and the crash dump condition is set to
other"
::= { cpqHoInfo 10 }
cpqHoMaxLogicalCPUSupported OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS optional
DESCRIPTION
"Maximum number of logical CPUs supported by Operating System."
::= { cpqHoInfo 11 }
-- ****************************************************************************
-- Host OS CPU Utilization Table
-- =============================
--
-- The compaq enterprise (1.3.6.1.4.1.232)
-- cpqHostOs Group (1.3.6.1.4.1.232.11)
-- cpqHoComponent Group (1.3.6.1.4.1.232.11.2)
-- cpqHoUtil Group (1.3.6.1.4.1.232.11.2.3)
-- cpqHoCpuUtilTable (1.3.6.1.4.1.232.11.2.3.1)
--
--
-- The cpqHoUtil group contains measures of system utilization.
--
-- Implementation of the cpqHoUtil group is mandatory for all agents
-- that support the Host OS MIB.
--
-- ****************************************************************************
cpqHoCpuUtilTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqHoCpuUtilEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of CPU utilization entries."
::= { cpqHoUtil 1 }
cpqHoCpuUtilEntry OBJECT-TYPE
SYNTAX CpqHoCpuUtilEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A description of a CPU's utilization."
INDEX { cpqHoCpuUtilUnitIndex }
::= { cpqHoCpuUtilTable 1 }
CpqHoCpuUtilEntry ::= SEQUENCE {
cpqHoCpuUtilUnitIndex INTEGER,
cpqHoCpuUtilMin INTEGER,
cpqHoCpuUtilFiveMin INTEGER,
cpqHoCpuUtilThirtyMin INTEGER,
cpqHoCpuUtilHour INTEGER,
cpqHoCpuUtilHwLocation DisplayString
}
cpqHoCpuUtilUnitIndex OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This number uniquely specifies a processor unit.
A processing unit may be a set of processing chips that are
on the same board or for other reasons work together as a unit.
The main processor unit (if such a concept is valid for this
machine) will always have the lowest (first) index."
::= { cpqHoCpuUtilEntry 1 }
cpqHoCpuUtilMin OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The CPU utilization as a percentage of the theoretical
maximum during the last minute. A value of -1 indicates
that no CPU utilization information is available for this
processor."
::= { cpqHoCpuUtilEntry 2 }
cpqHoCpuUtilFiveMin OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The CPU utilization as a percentage of the theoretical
maximum during the last five minutes. A value of -1 indicates
that no CPU utilization information is available for this
processor."
::= { cpqHoCpuUtilEntry 3 }
cpqHoCpuUtilThirtyMin OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The CPU utilization as a percentage of the theoretical
maximum during the last thirty minutes. A value of -1 indicates
that no CPU utilization information is available for this
processor."
::= { cpqHoCpuUtilEntry 4 }
cpqHoCpuUtilHour OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The CPU utilization as a percentage of the theoretical
maximum during the last hour. A value of -1 indicates
that no CPU utilization information is available for this
processor."
::= { cpqHoCpuUtilEntry 5 }
cpqHoCpuUtilHwLocation OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS optional
DESCRIPTION
"A text description of the hardware location, on complex
multi SBB hardware only, for the CPU.
A NULL string indicates that the hardware location could not
be determined or is irrelevant."
::= { cpqHoCpuUtilEntry 6 }
-- ****************************************************************************
-- Host OS File System Table
-- =========================
--
-- The compaq enterprise (1.3.6.1.4.1.232)
-- cpqHostOs Group (1.3.6.1.4.1.232.11)
-- cpqHoComponent Group (1.3.6.1.4.1.232.11.2)
-- cpqHoFileSys Group (1.3.6.1.4.1.232.11.2.4)
-- cpqHoFileSysTable (1.3.6.1.4.1.232.11.2.4.1)
--
-- The cpqHoFileSys group contains configuration and status information
-- about the file system.
--
-- ****************************************************************************
cpqHoFileSysTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqHoFileSysEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of file system descriptions."
::= { cpqHoFileSys 1 }
cpqHoFileSysEntry OBJECT-TYPE
SYNTAX CpqHoFileSysEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A file system description."
INDEX { cpqHoFileSysIndex }
::= { cpqHoFileSysTable 1 }
CpqHoFileSysEntry ::= SEQUENCE {
cpqHoFileSysIndex INTEGER,
cpqHoFileSysDesc DisplayString,
cpqHoFileSysSpaceTotal INTEGER,
cpqHoFileSysSpaceUsed INTEGER,
cpqHoFileSysPercentSpaceUsed INTEGER,
cpqHoFileSysAllocUnitsTotal INTEGER,
cpqHoFileSysAllocUnitsUsed INTEGER,
cpqHoFileSysStatus INTEGER
}
cpqHoFileSysIndex OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An index that uniquely specifies this entry."
::= { cpqHoFileSysEntry 1 }
cpqHoFileSysDesc OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A description of the file system."
::= { cpqHoFileSysEntry 2 }
cpqHoFileSysSpaceTotal OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The file system size in megabytes.
This item will be set to -1 if the agent is unable to determine
this information."
::= { cpqHoFileSysEntry 3 }
cpqHoFileSysSpaceUsed OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The megabytes of file system space currently in use.
This item will be set to -1 if the agent is unable to determine
this information."
::= { cpqHoFileSysEntry 4 }
cpqHoFileSysPercentSpaceUsed OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The percent of file system space currently in use.
This item will be set to -1 if this information is not
available."
::= { cpqHoFileSysEntry 5 }
cpqHoFileSysAllocUnitsTotal OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of files (directory entries) that can be
stored on the file system if a limit exists other than
total space used. This item will be set to -1 if no such
limit exists."
::= { cpqHoFileSysEntry 6 }
cpqHoFileSysAllocUnitsUsed OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of files (directory entries) on this file system.
This item will be set to -1 if the agent does not determine this
information."
::= { cpqHoFileSysEntry 7 }
cpqHoFileSysStatus OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
ok(2), -- default state
degraded(3),
failed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Threshold Status.
This object represent the status of the Filesystem threshold."
::= { cpqHoFileSysEntry 8 }
-- ****************************************************************************
-- Host OS File System Table
-- =========================
--
-- The compaq enterprise (1.3.6.1.4.1.232)
-- cpqHostOs Group (1.3.6.1.4.1.232.11)
-- cpqHoComponent Group (1.3.6.1.4.1.232.11.2)
-- cpqHoFileSys Group (1.3.6.1.4.1.232.11.2.4)
-- cpqHoFileSysCondition (1.3.6.1.4.1.232.11.2.4.2)
--
-- The cpqHoFileSys group contains overall condition of Filesystem Threshold
--
-- ****************************************************************************
cpqHoFileSysCondition OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
ok(2), -- default state
degraded(3),
failed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The overall condition of File System Threshold.
This object represents the overall status of the server's
File System Threshold."
::= { cpqHoFileSys 2 }
-- ****************************************************************************
-- Host OS Interface Physical Map Table
-- ====================================
--
-- The compaq enterprise (1.3.6.1.4.1.232)
-- cpqHostOs Group (1.3.6.1.4.1.232.11)
-- cpqHoComponent Group (1.3.6.1.4.1.232.11.2)
-- cpqHoIfPhysMap Group (1.3.6.1.4.1.232.11.2.5) deprecated
-- cpqHoIfPhysMapTable (1.3.6.1.4.1.232.11.2.5.1) deprecated
--
--
-- The cpqHoIfPhysMap group contains information to map interface numbers
-- in the MIB-II interface group to the physical interface cards that
-- implement the interface.
--
-- Implementation of the cpqHoIfPhysMap group is mandatory for all agents
-- that support the Host OS MIB.
--
-- ****************************************************************************
cpqHoIfPhysMapTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqHoIfPhysMapEntry
ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"A table of interface to physical hardware mappings."
::= { cpqHoIfPhysMap 1 }
cpqHoIfPhysMapEntry OBJECT-TYPE
SYNTAX CpqHoIfPhysMapEntry
ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"A mapping of an interface table entry to physical hardware."
INDEX { cpqHoIfPhysMapIndex }
::= { cpqHoIfPhysMapTable 1 }
CpqHoIfPhysMapEntry ::= SEQUENCE {
cpqHoIfPhysMapIndex INTEGER,
cpqHoIfPhysMapSlot INTEGER,
cpqHoIfPhysMapIoBaseAddr INTEGER,
cpqHoIfPhysMapIrq INTEGER,
cpqHoIfPhysMapDma INTEGER,
cpqHoIfPhysMapMemBaseAddr INTEGER,
cpqHoIfPhysMapPort INTEGER,
cpqHoIfPhysMapDuplexState INTEGER,
cpqHoIfPhysMapCondition INTEGER
}
cpqHoIfPhysMapIndex OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"An index that uniquely specifies this entry. This value is
equal to the index of the entry in the MIB-II interface table
to which this entry corresponds."
::= { cpqHoIfPhysMapEntry 1 }
cpqHoIfPhysMapSlot OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The number of the slot containing the physical hardware that
implements this interface. The number zero (0) indicates an
embedded interface (on the system board) or an interface whose
slot is unknown. Values may be unknown if the physical
hardware has not been configured using the EISA Configuration
Utility."
::= { cpqHoIfPhysMapEntry 2 }
cpqHoIfPhysMapIoBaseAddr OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The base I/O address of the physical hardware that implements
this interface."
::= { cpqHoIfPhysMapEntry 3 }
cpqHoIfPhysMapIrq OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The number of the IRQ (interrupt) used for this physical
hardware interface. The number zero (0) indicates that this
device does not use an IRQ or this information is unavailable."
::= { cpqHoIfPhysMapEntry 4 }
cpqHoIfPhysMapDma OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The number of the DMA channel used for this physical hardware
interface. The number -1 indicates that this device does not
use a DMA channel or this information is unavailable."
::= { cpqHoIfPhysMapEntry 5 }
cpqHoIfPhysMapMemBaseAddr OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The base memory address used by this physical hardware
interface. The number zero (0) indicates that this device does
not use system memory or this information is unavailable."
::= { cpqHoIfPhysMapEntry 6 }
cpqHoIfPhysMapPort OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The port number of the interface for multi-port NICs.
A port number of -1 indicates that the port could not
be determined."
::= { cpqHoIfPhysMapEntry 7 }
cpqHoIfPhysMapDuplexState OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- default
half(2),
full(3)
}
ACCESS read-only
STATUS deprecated
DESCRIPTION
"This variable describes the configured duplex state of the NIC."
::= { cpqHoIfPhysMapEntry 8 }
cpqHoIfPhysMapCondition OBJECT-TYPE
SYNTAX INTEGER
{
other(1), -- default
ok(2),
degraded(3),
failed(4)
}
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The condition of this interface."
::= { cpqHoIfPhysMapEntry 9 }
cpqHoIfPhysMapOverallCondition OBJECT-TYPE
SYNTAX INTEGER
{
other(1), -- default
ok(2),
degraded(3),
failed(4)
}
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The overall condition of all interfaces."
::= { cpqHoIfPhysMap 2 }
-- ****************************************************************************
-- Host OS Software Running Table
-- ==============================
--
-- The compaq enterprise (1.3.6.1.4.1.232)
-- cpqHostOs Group (1.3.6.1.4.1.232.11)
-- cpqHoComponent Group (1.3.6.1.4.1.232.11.2)
-- cpqHoSWRunning Group (1.3.6.1.4.1.232.11.2.6)
-- cpqHoSWRunningTable (1.3.6.1.4.1.232.11.2.6.1)
-- cpqHoSwRunningTrapDesc (1.3.6.1.4.1.232.11.2.6.2)
--
--
-- The cpqHoSWRunning group contains configuration and status information
-- about the software running on the host OS.
--
-- Implementation of the cpqHoSWRunning group is optional for agents
-- that support the Host OS MIB.
--
-- ****************************************************************************
cpqHoSWRunningTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqHoSWRunningEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of descriptions of software running on the system."
::= { cpqHoSWRunning 1 }
cpqHoSWRunningEntry OBJECT-TYPE
SYNTAX CpqHoSWRunningEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A description of a software program running on the system."
INDEX { cpqHoSWRunningIndex }
::= { cpqHoSWRunningTable 1 }
CpqHoSWRunningEntry ::= SEQUENCE {
cpqHoSWRunningIndex INTEGER,
cpqHoSWRunningName DisplayString,
cpqHoSWRunningDesc DisplayString,
cpqHoSWRunningVersion DisplayString,
cpqHoSWRunningDate OCTET STRING,
cpqHoSWRunningMonitor INTEGER,
cpqHoSWRunningState INTEGER,
cpqHoSWRunningCount INTEGER,
cpqHoSWRunningCountMin INTEGER,
cpqHoSWRunningCountMax INTEGER,
cpqHoSWRunningEventTime OCTET STRING,
cpqHoSWRunningStatus INTEGER,
cpqHoSWRunningConfigStatus INTEGER,
cpqHoSWRunningIdentifier DisplayString,
cpqHoSWRunningRedundancyMode INTEGER
}
cpqHoSWRunningIndex OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An index that uniquely specifies this entry."
::= { cpqHoSWRunningEntry 1 }
cpqHoSWRunningName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the software."
::= { cpqHoSWRunningEntry 2 }
cpqHoSWRunningDesc OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A description of the software."
::= { cpqHoSWRunningEntry 3 }
cpqHoSWRunningVersion OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The version of the software.
This field will be a null (size 0) string if the agent cannot
provide the software version."
::= { cpqHoSWRunningEntry 4 }
cpqHoSWRunningDate OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (7))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The software date.
field octets contents range
===== ====== ======= =====
1 1-2 year 0..65536
2 3 month 1..12
3 4 day 1..31
4 5 hour 0..23
5 6 minute 0..59
6 7 second 0..60
(use 60 for leap-second)
This field will be set to year = 0 if the agent cannot provide
the software date. The hour, minute, and second field will be
set to zero (0) if they are not relevant."
::= { cpqHoSWRunningEntry 5 }
cpqHoSWRunningMonitor OBJECT-TYPE
SYNTAX INTEGER
{
other(1), -- default
start(2),
stop(3),
startAndStop(4),
count(5),
startAndCount(6),
countAndStop(7),
startCountAndStop(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The user specified monitor option for a process."
::= { cpqHoSWRunningEntry 6 }
cpqHoSWRunningState OBJECT-TYPE
SYNTAX INTEGER