-
Notifications
You must be signed in to change notification settings - Fork 2
/
IFT_MIB_v1.40A11.mib
7850 lines (6711 loc) · 206 KB
/
IFT_MIB_v1.40A11.mib
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
--
-- Revision: 1.40A01 (2011/11/03)
-- NEW SPEC: Support DS G7
-- Support Advanced LUN
-- Revision: 1.40A02 (2014/01/08)
-- SPEC Modify: New release for additional logical device type and status definition.
-- Revision: 1.40A03 (2014/08/22)
-- SPEC Modify: New release for redundant controller configuration, fibre host channel id base.
-- Revision: 1.40A04 (2014/10/16)
-- SPEC Modify: Support SSD wear life.
-- Revision: 1.40A05 (2015/01/07)
-- SPEC Modify: Change the Fan (RPM) display value in luDevValue.
-- The lunChl changes from logical channel nummber to Physical channel number.
-- Revision: 1.40A06 (2015/01/21)
-- SPEC Modify: HDD Logical ID (hddLdId) can distinguish SSD Cache drive.
-- Revision: 1.40A07 (2015/01/22)
-- SPEC Modify: The extLunChl changes from logical channel nummber to Physical channel number.
-- Revision: 1.40A08 (2015/09/25)
-- SPEC Modify: Add throughput, IOPS for controller and channel.
-- Add lantency for HDD and LD.
-- Revision: 1.40A09 (2017/04/28)
-- SPEC Modify: Add trap mib.
-- Revision: 1.40A10 (2017/05/16)
-- SPEC Modify: modified enterprise and variables object of trap event.
-- modified name of trap event.
-- Revision: 1.40A11 (2017/09/19)
-- SPEC Modify: Replace underscore(_) in identifiers with dash(-).
-- Convert initial character of identifiers to lower case.
-- Shorten identifiers that length is over 64.
IFT-SNMP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY, enterprises, NOTIFICATION-TYPE,
Integer32, Counter32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString, TruthValue
FROM SNMPv2-TC;
infortrend MODULE-IDENTITY
LAST-UPDATED "201709190000Z"
ORGANIZATION "Infortrend Technology, Inc."
CONTACT-INFO "Author: Technical Support Dept.
postal: 8F, No. 102 Chung-Shan Rd., Sec. 3 Chung-Ho City, Taipei County Taiwan, ROC
email: [email protected]
phone: 886-02-2226-0126
"
DESCRIPTION "Infortrend SNMP MIB"
REVISION "201709190000Z" -- 19 Sep 2017
DESCRIPTION "Revision: 1.40A11 (2017/09/19)
Replace underscore(_) in identifiers with dash(-).
Convert initial character of identifiers to lower case.
Shorten identifiers that length is over 64.
"
REVISION "201705160000Z" -- 16 May 2017
DESCRIPTION "Revision: 1.40A10 (2017/05/16)
modified enterprise and variables object of trap event.
modified name of trap event.
"
REVISION "201704280000Z" -- 28 Apr 2017
DESCRIPTION "Revision: 1.40A09 (2017/04/28)
Add trap mib.
"
REVISION "201509250000Z" -- 25 Sep 2015
DESCRIPTION "Revision: 1.40A08 (2015/09/25)
Add throughput, IOPS for controller and channel.
Add lantency for HDD and LD.
"
REVISION "201501220000Z" -- 22 Jan 2015
DESCRIPTION "Revision: 1.40A07 (2015/01/22)
The extLunChl changes from logical channel nummber to Physical channel number.
"
REVISION "201501210000Z" -- 21 Jan 2015
DESCRIPTION "Revision: 1.40A06 (2015/01/21)
HDD Logical ID (hddLdId) can distinguish SSD Cache drive.
"
REVISION "201501070000Z" -- 07 Jan 2015
DESCRIPTION "Revision: 1.40A05 (2015/01/07)
Change the Fan (RPM) display value in luDevValue.
The lunChl changes from logical channel nummber to Physical channel number.
"
REVISION "201410160000Z" -- 16 Oct 2014
DESCRIPTION "Revision: 1.40A04 (2014/10/16)
Support SSD wear life
"
REVISION "201408220000Z" -- 22 Aug 2014
DESCRIPTION "Revision: 1.40A03 (2014/08/22)
New release for redundant controller configuration, fibre host channel id base
and support S model.
"
REVISION "201401080000Z" -- 08 Jan 2014
DESCRIPTION "Revision: 1.40A02 (2014/01/08)
New release for additional logical device type and status definition.
"
REVISION "201111030000Z" -- 03 Nov 2011
DESCRIPTION "Revision: 1.40A01 (2011/11/03)
New release for DS G7.
"
::= { enterprises 1714 }
-- raid OBJECT IDENTIFIER ::= { infortrend 1 }
raid OBJECT-IDENTITY
STATUS current
DESCRIPTION "It's a raid snmp agent"
::= { infortrend 1 }
-- SnmpTrap OBJECT IDENTIFIER ::= { infortrend 2 }
-- extInterface OBJECT IDENTIFIER ::= { raid 1 }
extInterface OBJECT-IDENTITY
STATUS current
DESCRIPTION "MIB of Infortrend External Interface Protocol(Draft: 2.26)
and Generalized Target Configuration Protocol(Draft: 1.33)"
::= { raid 1 }
ctlrConfiguration OBJECT IDENTIFIER ::= { extInterface 1 }
eventLog OBJECT IDENTIFIER ::= { extInterface 11 }
sysInformation OBJECT IDENTIFIER ::= { ctlrConfiguration 1 }
cachingParams OBJECT IDENTIFIER ::= { ctlrConfiguration 2 }
diskArrayParams OBJECT IDENTIFIER ::= { ctlrConfiguration 3 }
hostSideParams OBJECT IDENTIFIER ::= { ctlrConfiguration 4 }
driveSideParams OBJECT IDENTIFIER ::= { ctlrConfiguration 5 }
redundantParams OBJECT IDENTIFIER ::= { ctlrConfiguration 6 }
-- ************************************************************************
-- System Information
-- ************************************************************************
cpuType OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "CPU type on RAID controller"
::= { sysInformation 1 }
cacheSize OBJECT-TYPE
SYNTAX Integer32
UNITS "MB"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cache size on RAID controller, in MB"
::= { sysInformation 2 }
memoryType OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cache memory type on RAID controller
0: FPG, 1: EDO, 2: SDRAM, 3: ECC SDRAM, 4: DDR, 5: ECC DDR"
::= { sysInformation 3 }
fwMajorVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Firmware major version"
::= { sysInformation 4 }
fwMinorVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Firmware minor version"
::= { sysInformation 5 }
fwEngineerVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Firmware engineer version"
::= { sysInformation 6 }
brMajorVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bootrecord major version"
::= { sysInformation 7 }
brMinorVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bootrecord minor version"
::= { sysInformation 8 }
brEngineerVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bootrecord engineer version"
::= { sysInformation 9 }
serialNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Serial number"
::= { sysInformation 10 }
ctlrName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Controller name"
::= { sysInformation 11 }
ctlrCfgModeFlags OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Controller configuration mode flags
BIT 0 : Write Back Status (RW)
0: Disabled, 1: Enabled.
BIT 1 : Motor Spin Up (RW)
0: Disabled, 1: Enabled.
BIT 2 : Power Up SCSI Reset (RW)
0: Disabled, 1: Enabled.
BIT 8 : Battery Backup Supported (RO)
0: Not Supported, 1: Supported.
BIT 9 : Battery Backup Present (RO)
0: Absent, 1: Present.
BIT 12 : ECC Function
0: Disabled, 1: Enabled
BIT 15 : JBOD Mode (RW) - This should be ignored if
JBOD Mode Supported is not set.
0: Disabled, 1: Enabled.
BIT 16 : LUN Assignment by SCSI ID (RO)
0: Not Supported, 1: Supported.
BIT 17 : Support SCSI LUN > 0 (RO)
BIT 18 : Spanning Logical Drive Support
0: Not Supported, 1: Supported.
BIT 19 : JBOD Mode Supported (RO)
0: Not Supported, 1: Supported.
BIT 20 -- BIT 32 : Reserved."
::= { sysInformation 12 }
privateLogoString OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Private logo string"
::= { sysInformation 13 }
privateLogoVendor OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Private logo vendor string"
::= { sysInformation 14 }
privateLogoModel OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Private logo model string"
::= { sysInformation 15 }
ctlrUniqueID OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Controller unique identifier"
::= { sysInformation 16 }
serialNumSec OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Serial number of Secodary Controller"
::= { sysInformation 17 }
-- ************************************************************************
-- Caching Parameters
-- ************************************************************************
cacheModeFlags OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Caching mode flags
BIT 0 : Write Back Status (RW)
0: Disabled, 1: Enabled.
BIT 1 : Read Ahead Disable (RW)
0: Enabled, 1: Disabled.
BIT 2 : Enable/Disable keeping LD/LV
off-line after controller initialization
if cached write data was lost (RW)
0: Disabled, 1: Enabled.
BIT 3 -- BIT 7 : Reserved (Set to 0).
BIT 8 : Cache Optimization Option (RW)
0: Small/Random I/Os, 1: Large/Sequential I/Os
BIT 9 -- BIT 15 : Reserved (Set to 0).
BIT 16 -- BIT 18 : Periodic Cache Sync Period (RW)
For interpretation of values, reference
Periodic Cache Sync Period Value
Cross-Reference List.
BIT 19 -- BIT 21 : Cache Flush Initiation
Threshold (RW)
For interpretation of values, reference
Cache Flush Initiation Threshold Valid
Cross-Reference List.
BIT 22 -- BIT 25 : Cache Flush Termination
Threshold (RW)
For interpretation of values, reference
Cache Flush Termination Threshold Valid
Cross-Reference List.
BIT 26 -- BIT 31 : Reserved (Set to 0)."
::= { cachingParams 1 }
cacheBlkSizeIdx OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cache block size index
BIT 0 -- BIT 3 : Cache Block Size Index
Block Size (bytes) = 512 * 2 ** (Block Size Index)
BIT 4 -- BIT 7 : Reserved (Set to 0)."
::= { cachingParams 2 }
cacheTotal OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of cache blocks"
::= { cachingParams 3 }
cacheDirty OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of dirty cache blocks"
::= { cachingParams 4 }
-- ************************************************************************
-- Disk Array Parameters
-- ************************************************************************
maxRebPriorityIdx OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Maximum supported rebuild priority index
0: Low, 1: Normal, 2: Improved, 3: High"
::= { diskArrayParams 1 }
minRebPriorityIdx OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Minimum supported rebuild priority index
0: Low, 1: Normal, 2: Improved, 3: High"
::= { diskArrayParams 2 }
defRebPriorityIdx OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Default rebuild priority index
0: Low, 1: Normal, 2: Improved, 3: High"
::= { diskArrayParams 3 }
curRebPriorityIdx OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current rebuild priority index
0: Low, 1: Normal, 2: Improved, 3: High"
::= { diskArrayParams 4 }
writeVerifyModeFlags OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Write-verify mode flags
BIT 0 : Write-Verify on Normal Writes (RW)
0: Disabled, 1: Enabled.
BIT 1 : Write-Verify on Initialization Writes (RW)
0: Disabled, 1: Enabled.
BIT 2 : Write-Verify on Rebuild Writes (RW)
0: Disabled, 1: Enabled.
BIT 3 -- BIT 7 : Reserved (Set to 0)."
::= { diskArrayParams 5 }
-- ************************************************************************
-- Host-side Interface Parameters
-- ************************************************************************
maxQueuedIOCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Maximum supported host queued I/O count
== N (> 0) ==> Count = 2 ** ( N - 1 )."
::= { hostSideParams 1 }
minQueuedIOCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Minimum supported host queued I/O count
== N (> 0) ==> Count = 2 ** ( N - 1 )."
::= { hostSideParams 2 }
defQueuedIOCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Default host queued I/O count
== N (> 0) ==> Count = 2 ** ( N - 1 )."
::= { hostSideParams 3 }
curQueuedIOCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current host queued I/O count
== 0 - Automatically Computed.
== N (> 0) ==> Count = 2 ** ( N - 1 )."
::= { hostSideParams 4 }
maxLunNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Maximum LUNs per host SCSI ID(SCSI-to-SCSI only)
== N ==> LUNs = 2 ** ( N - 1 )"
::= { hostSideParams 5 }
minLunNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Minimum LUNs per host SCSI ID(SCSI-to-SCSI only)
== N ==> LUNs = 2 ** ( N - 1 )"
::= { hostSideParams 6 }
defLunNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Default LUNs per host SCSI ID(SCSI-to-SCSI only)
== N ==> LUNs = 2 ** ( N - 1 )"
::= { hostSideParams 7 }
curLunNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current LUNs per host SCSI ID(SCSI-to-SCSI only)
== N ==> LUNs = 2 ** ( N - 1 )"
::= { hostSideParams 8 }
curReadStatistic OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Read Statistic MB/S"
::= { hostSideParams 9 }
curWriteStatistic OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Write Statistic MB/S"
::= { hostSideParams 10 }
curReadRequests OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Read Request Req/S"
::= { hostSideParams 11 }
curWriteRequests OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Write Request Req/S"
::= { hostSideParams 12 }
-- ************************************************************************
-- Drive-side Interface Parameters
-- ************************************************************************
modeFlags OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "mode flags of drive-side interface parameters
BIT 0 : Motor Spin Up (RW)
0: Disabled, 1: Enabled.
BIT 1 : Power Up SCSI Reset (RW)
0: Disabled, 1: Enabled.
BIT 2 -- BIT 15 : Reserved (Set to 0)
BITS 16-17: Drive Failure Prediction (SMART) Mode:
== 0 - Disabled.
== 1 - Detect only.
== 2 - Clone drive and keep drive cloned.
== 3 - Clone drive and replace when cloning complete.
BIT 18 : Auto Assign Global Spare Drive (RW)
0: Disabled, 1: Enabled.
BIT 19 -- BIT 31 : Reserved (Set to 0)"
::= { driveSideParams 1 }
maxAccessDelayTime OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Maximum time to delay prior to first disk access(in 5 seconds unit)
== N ==> Delay = N * 5 seconds."
::= { driveSideParams 2 }
minAccessDelayTime OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Minimum time to delay prior to first disk access(in 5 seconds unit)
== N ==> Delay = N * 5 seconds."
::= { driveSideParams 3 }
defAccessDelayTime OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Default time to delay prior to first disk access(in 5 seconds unit)
== N ==> Delay = N * 5 seconds."
::= { driveSideParams 4 }
curAccessDelayTime OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current time to delay prior to first disk access(in 5 seconds unit)
== 0 ==> No Delay.
== N ==> Delay = N * 5 seconds."
::= { driveSideParams 5 }
maxTagCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Maximum drive-side SCSI tags per drive(Tags = 2**(N-1))"
::= { driveSideParams 6 }
minTagCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Minimum drive-side SCSI tags per drive(Tags = 2**(N-1))"
::= { driveSideParams 7 }
defTagCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Default drive-side SCSI tags per drive(Tags = 2**(N-1))"
::= { driveSideParams 8 }
curTagCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current drive-side SCSI tags per drive(Tags = 2**(N-1), 0: Disabled)"
::= { driveSideParams 9 }
defIOTimeout OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Default drive-side SCSI I/O timeout(in 10ms units)"
::= { driveSideParams 10 }
curIOTimeout OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current drive-side SCSI I/O timeout(in 10ms units)"
::= { driveSideParams 11 }
defDrvChkPeriod OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Default drive-side SCSI drive check period(10ms units)"
::= { driveSideParams 12 }
curDrvChkPeriod OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current drive-side SCSI drive check period(10ms units)"
::= { driveSideParams 13 }
defSaftePollingPeriod OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Default SAFTE polling period(10ms units)"
::= { driveSideParams 14 }
curSaftePollingPeriod OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current SAFTE polling period(10ms units)"
::= { driveSideParams 15 }
defAutoDetectPeriod OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Default auto-detect failed drive swaped check period(10ms units)"
::= { driveSideParams 16 }
curAutoDetectPeriod OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current auto-detect failed drive swaped check period(10ms units)"
::= { driveSideParams 17 }
-- ************************************************************************
-- Redundant Controller Parameters
-- ************************************************************************
redCtlrCfg OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Redundant controller configuration
For Reading:
== 0xff - Not Supported.
== 0 - Disabled.
== 1 - Primary.
== 2 - Secondary."
::= { redundantParams 1 }
redCtlrModeFlags OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Redundant controller mode flags
BIT 0 : Cache Synchronization (RW)
0 : Cache NOT Synchronized, 1 : Cache Synchronized
BIT 1 : Host Channel Failover Mode (RW)
0 : Shared host bus, 1 : Independent host bus
BIT 2 : Local/Remote Redundant Mode (RW)
0 : Local Redundant, 1 : Remote Redundant
BITS 2-14 : Reserved.
BIT 15 : Secondary RS-232 Port Status (RW)
0 : Port Disabled, 1 : Port Enabled"
::= { redundantParams 2 }
redCtlrCommType OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Redundant controller communication channel type
== 0 - RS-232
== 1 - SCSI/Fibre Channel"
::= { redundantParams 3 }
redCtlrStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Redundant controller status
BIT 0 -- BIT 5 : Current Status
== 0 - Inactive.
== 1 - Scanning.
== 0x11 - Detected.
== 0x12 - Enabled.
== 0x3f - Controller Failed.
BIT 6 : Original Controller Role (prior to first controller failure):
0: Primary, 1: Secondary.
BIT 7 : Current Controller Role
0: Primary, 1: Secondary."
::= { redundantParams 4 }
-- ************************************************************************
-- Logical Drive Table
-- ************************************************************************
ldTable OBJECT-TYPE
SYNTAX SEQUENCE OF LdEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Logical drive table"
::= { extInterface 2 }
ldEntry OBJECT-TYPE
SYNTAX LdEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Logical drive entry"
INDEX { ldIndex }
::= { ldTable 1 }
LdEntry ::= SEQUENCE {
ldIndex Integer32,
ldID DisplayString,
ldSize DisplayString,
ldBlkSizeIdx Integer32,
ldOpModes Integer32,
ldStatus Integer32,
ldState Integer32,
ldTotalDrvCnt Integer32,
ldOnlineDrvCnt Integer32,
ldSpareDrvCnt Integer32,
ldFailedDrvCnt Integer32,
ldReadStatistic DisplayString,
ldWriteStatistic DisplayString,
ldReadLatency DisplayString,
ldWriteLatency DisplayString
}
ldIndex OBJECT-TYPE
SYNTAX Integer32 (0..32767)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Logical drive index"
::= { ldEntry 1 }
ldID OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical drive identifier"
::= { ldEntry 2 }
ldSize OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical drive size, in Blocks, block size is 512 bytes"
::= { ldEntry 3 }
ldBlkSizeIdx OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stripe Block Size (bytes) = (Stripe Block Size Index) Power of 2"
::= { ldEntry 4 }
ldOpModes OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Logical drive operating modes
BITS 0-3 : RAID Level (RO):
0 : Single Drive
1 : NON-RAID
2 : RAID 0
3 : RAID 1
4 : RAID 3
5 : RAID 4
6 : RAID 5
7 : RAID 6
0xf: NOT DEFINED
BITS 4-6 : Reserved (Set to 0).
BIT 7 : Logical Drive Assignment (R/W):
If CLEAR, Logical Drive is assigned to Primary Controller.
If SET, Logical Drive is assigned to Secondary Controller."
::= { ldEntry 5 }
ldStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical drive status
BITS 0-2 : Status Code (RO):
0 : Good
1 : Rebuilding
2 : Initializing
3 : Degraded
4 : Dead
5 : Invalid
6 : Incomplete
7 : Drive Missing
BITS 3-5 : Reserved.
BIT 6 : Logical Drive Data Not Synced
BIT 7 : Logical Drive Off-line (RW)."
::= { ldEntry 6 }
ldState OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical drive state
BIT 0 : If SET, in process of rebuilding
(degraded mode) or checking/updating
Logical Drive Parity (LD is 'good').
BIT 1 : If SET, in process of expanding Logical Drive.
BIT 2 : If SET, in process of adding SCSI drives
to Logical Drive.
BIT 3-5: Reserved.
BIT 6 : If SET, add SCSI drives operation is paused.
BIT 7 : Reserved."
::= { ldEntry 7 }
ldTotalDrvCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total hard drive count on logical drive"
::= { ldEntry 8 }
ldOnlineDrvCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "On-Line hard drvie count on logical drive"
::= { ldEntry 9 }
ldSpareDrvCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Spare hard drive count on logical drive"
::= { ldEntry 10 }
ldFailedDrvCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Failed hard drive count on logical drive"
::= { ldEntry 11 }
ldReadStatistic OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical Drive Read Statistic MB/S"
::= { ldEntry 12 }
ldWriteStatistic OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical Drive Write Statistic MB/S"
::= { ldEntry 13 }
ldReadLatency OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical Drive Read Latency (in microseconds)"
::= { ldEntry 14 }
ldWriteLatency OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical Drive Write Latency (in microseconds)"
::= { ldEntry 15 }
-- ************************************************************************
-- Logical Volume Table
-- ************************************************************************
lvTable OBJECT-TYPE
SYNTAX SEQUENCE OF LvEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Logical volume table"
::= { extInterface 3 }
lvEntry OBJECT-TYPE
SYNTAX LvEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Logical volume entry"
INDEX { lvIndex }
::= { lvTable 1 }
LvEntry ::= SEQUENCE {
lvIndex Integer32,
lvID DisplayString,
lvSize DisplayString,
lvBlkSizeIdx Integer32,
lvOpModes Integer32,
lvLdCount Integer32,
lvLdList DisplayString
}
lvIndex OBJECT-TYPE
SYNTAX Integer32 (0..32767)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Logical volume index"
::= { lvEntry 1 }
lvID OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical volume identifier"
::= { lvEntry 2 }
lvSize OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical volume size, in Blocks, block size is 512 bytes"
::= { lvEntry 3 }
lvBlkSizeIdx OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stripe Block Size (bytes) = (Stripe Block Size Index) Power of 2"
::= { lvEntry 4 }
lvOpModes OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Logical volume operating modes
BITS 0-6 : Reserved (Set to 0).
BIT 7 : Logical Volume Assignment (R/W):
If CLEAR, Logical Volume is assigned to Primary Controller.
If SET, Logical Volume is assigned to Secondary Controller."
::= { lvEntry 5 }
lvLdCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical drive counts in this logical volume"
::= { lvEntry 6 }
lvLdList OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical drive identifiers list in this logical volume"
::= { lvEntry 7 }
-- ************************************************************************
-- Partition Table
-- ************************************************************************
partTable OBJECT-TYPE
SYNTAX SEQUENCE OF PartEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Partition table"
::= { extInterface 4 }
partEntry OBJECT-TYPE
SYNTAX PartEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Partition entry"
INDEX { partIndex }
::= { partTable 1 }
PartEntry ::= SEQUENCE {
partIndex Integer32,
partLdLvID DisplayString,
partOffset DisplayString,
partSize DisplayString
}
partIndex OBJECT-TYPE
SYNTAX Integer32 (0..127)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Partition index"
::= { partEntry 1 }
partLdLvID OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Logical drive/Logical volume identifier"
::= { partEntry 2 }
partOffset OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Partition base offset"
::= { partEntry 3 }
partSize OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only