1-- **********************************************************************
2--
3-- Copyright 2004-2009 Data Domain, Inc.
4-- All Rights Reserved.
5--
6-- Management Information Base for Data Domain Products
7--
8-- Data Domain enterprise number is 19746
9--
10-- The ASN.1 prefix to, and including the Data Domain, Inc.  Enterprise is
11--      1.3.6.1.4.1.19746
12--
13-- OBJECT IDENTIFIER's 19746.1-99 reserved for DD SNMP modules
14--
15-- **********************************************************************
16
17DATA-DOMAIN-MIB DEFINITIONS ::=	BEGIN
18
19    IMPORTS
20	MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, enterprises, Counter32, Integer32, Counter64
21	    FROM SNMPv2-SMI
22	MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
23	    FROM SNMPv2-CONF
24        TEXTUAL-CONVENTION, DisplayString
25	    FROM SNMPv2-TC
26        ifIndex, ifDescr
27            FROM IF-MIB;
28
29    dataDomainMib MODULE-IDENTITY
30        LAST-UPDATED "201705160000Z"  -- 16 may, 2017
31	ORGANIZATION "Data Domain, Inc"
32	CONTACT-INFO
33	    "Phone: +1-408-980-4800
34	     Fax:   +1-408-980-8620"
35	DESCRIPTION
36	    "This MIB is used for managing the suite of Data Domain Products."
37        REVISION "201705160000Z"  -- 16 may, 2017
38        DESCRIPTION
39           "Updated mib on 16 may, 2017. Please refer to Release Guide for list of changes."
40	::= { enterprises 19746 }
41
42    dataDomainMibConformance	OBJECT IDENTIFIER ::= { dataDomainMib 0 }
43
44    dataDomainMibObjects	OBJECT IDENTIFIER ::= { dataDomainMib 1 }
45
46    dataDomainMibNotifications	OBJECT IDENTIFIER ::= { dataDomainMib 2 }
47
48    dataDomainMibProducts	OBJECT IDENTIFIER ::= { dataDomainMib 3 }
49
50    dataDomainMibGroups		OBJECT IDENTIFIER ::= { dataDomainMibConformance 2 }
51-- temporary placeholder for autogen header file
52
53    environmentals		OBJECT IDENTIFIER ::= { dataDomainMibObjects 1 }
54
55    nvram			OBJECT IDENTIFIER ::= { dataDomainMibObjects 2 }
56
57    fileSystem			OBJECT IDENTIFIER ::= { dataDomainMibObjects 3 }
58
59    alerts			OBJECT IDENTIFIER ::= { dataDomainMibObjects 4 }
60
61    statistics			OBJECT IDENTIFIER ::= { dataDomainMibObjects 5 }
62
63    diskStorage			OBJECT IDENTIFIER ::= { dataDomainMibObjects 6 }
64
65    replication			OBJECT IDENTIFIER ::= { dataDomainMibObjects 8 }
66
67    nfs			OBJECT IDENTIFIER ::= { dataDomainMibObjects 9 }
68
69    cifs		OBJECT IDENTIFIER ::= { dataDomainMibObjects 10 }
70
71    vtl			OBJECT IDENTIFIER ::= { dataDomainMibObjects 11 }
72
73    ddboost			OBJECT IDENTIFIER ::= { dataDomainMibObjects 12 }
74
75    dataDomainSystem		OBJECT IDENTIFIER ::= { dataDomainMibObjects 13 }
76
77    art                         OBJECT IDENTIFIER ::= { dataDomainMibObjects 14 }
78
79    mtree                       OBJECT IDENTIFIER ::= { dataDomainMibObjects 15 }
80
81    storage                     OBJECT IDENTIFIER ::= { dataDomainMibObjects 16 }
82
83    enclosure                   OBJECT IDENTIFIER ::= { dataDomainMibObjects 17 }
84
85    network                     OBJECT IDENTIFIER ::= { dataDomainMibObjects 18 }
86
87    ddms                OBJECT IDENTIFIER ::= { dataDomainMibObjects 19 }
88
89    smt                         OBJECT IDENTIFIER ::= { dataDomainMibObjects 20 }
90
91    quota                       OBJECT IDENTIFIER ::= { dataDomainMibObjects 21 }
92
93    highAvailability            OBJECT IDENTIFIER ::= { dataDomainMibObjects 22 }
94
95    scsitarget                  OBJECT IDENTIFIER ::= { dataDomainMibObjects 23 }
96    -- Generic Type definitions.
97
98    EnclosureID         ::= TEXTUAL-CONVENTION
99    DISPLAY-HINT        "d"
100    STATUS current
101    DESCRIPTION
102                "unique Enclosure ID, used as index in several tables"
103    SYNTAX      Integer32(1..2147483647)
104
105
106    Temperature         ::= TEXTUAL-CONVENTION
107    DISPLAY-HINT        "d"
108    STATUS current
109    DESCRIPTION
110                "Temperature value in Celsius"
111    SYNTAX      Integer32
112
113    Minutes             ::= TEXTUAL-CONVENTION
114    DISPLAY-HINT        "d"
115    STATUS current
116    DESCRIPTION
117                "Minutes"
118    SYNTAX      Integer32
119
120    Percentage          ::= TEXTUAL-CONVENTION
121    DISPLAY-HINT        "d"
122    STATUS current
123    DESCRIPTION
124            "Percentage"
125    SYNTAX      Integer32(0..100)
126
127    PercentageStr       ::= TEXTUAL-CONVENTION
128        DISPLAY-HINT    "20a"
129    STATUS current
130    DESCRIPTION
131                "Percentage string"
132        SYNTAX  OCTET STRING  (SIZE (0..20))
133
134
135    KBytesPerSecond             ::= TEXTUAL-CONVENTION
136    DISPLAY-HINT    "d"
137    STATUS current
138    DESCRIPTION
139                "Number of KBytes transferred per second"
140    SYNTAX  Counter32
141
142    OpsPerSecond                ::= TEXTUAL-CONVENTION
143    DISPLAY-HINT    "d"
144    STATUS current
145    DESCRIPTION
146                "Number of Operations performed per second"
147    SYNTAX  Counter32
148
149    ErrorCount          ::= TEXTUAL-CONVENTION
150    DISPLAY-HINT    "d"
151    STATUS current
152    DESCRIPTION
153                "Number of Errors Encountered"
154    SYNTAX  Counter32
155
156    DDMibTableIndexTC      ::= TEXTUAL-CONVENTION
157    DISPLAY-HINT    "d"
158    STATUS current
159    DESCRIPTION
160                "Index for Any Data Domain MIB table"
161    SYNTAX  Integer32(0..2147483647)
162
163    DDMibTableString32TC   ::= TEXTUAL-CONVENTION
164    DISPLAY-HINT    "32a"
165    STATUS current
166    DESCRIPTION
167                "DD Mib Table String 32"
168    SYNTAX  OCTET STRING  (SIZE (0..32))
169
170    DDMibTableString64TC   ::= TEXTUAL-CONVENTION
171    DISPLAY-HINT    "64a"
172    STATUS current
173    DESCRIPTION
174                "DD Mib Table String 64"
175    SYNTAX  OCTET STRING  (SIZE (0..64))
176
177    DDMibTableString128TC   ::= TEXTUAL-CONVENTION
178    DISPLAY-HINT    "128a"
179    STATUS current
180    DESCRIPTION
181                "DD Mib Table String 128"
182    SYNTAX  OCTET STRING  (SIZE (0..128))
183
184    DDMibTableString256TC   ::= TEXTUAL-CONVENTION
185    DISPLAY-HINT    "256a"
186    STATUS current
187    DESCRIPTION
188                "DD Mib Table String 256"
189    SYNTAX  OCTET STRING  (SIZE (0..256))
190
191    DDMibTableString512TC   ::= TEXTUAL-CONVENTION
192    DISPLAY-HINT    "512a"
193    STATUS current
194    DESCRIPTION
195                "DD Mib Table String 512"
196    SYNTAX  OCTET STRING  (SIZE (0..512))
197
198    DDMibTableString1024TC   ::= TEXTUAL-CONVENTION
199    DISPLAY-HINT    "1024a"
200    STATUS current
201    DESCRIPTION
202                "DD Mib Table String 1024"
203    SYNTAX  OCTET STRING  (SIZE (0..1024))
204
205    DDMibString96TC   ::= TEXTUAL-CONVENTION
206    DISPLAY-HINT    "96a"
207    STATUS current
208    DESCRIPTION
209                "DD Mib String 96"
210    SYNTAX  OCTET STRING  (SIZE (0..96))
211
212    DDMibTableSizeGibTC ::= TEXTUAL-CONVENTION
213    DISPLAY-HINT        "20a"
214    STATUS current
215    DESCRIPTION
216            "Data Domain Compression size in GiB"
217    SYNTAX      OCTET STRING  (SIZE (0..20))
218
219    DDMibTableSizeMiBTC ::= TEXTUAL-CONVENTION
220    DISPLAY-HINT        "32a"
221    STATUS current
222    DESCRIPTION
223            "Data Domain size in MiB"
224    SYNTAX      OCTET STRING  (SIZE (0..32))
225
226
227    DDMibDateTC         ::= TEXTUAL-CONVENTION
228    DISPLAY-HINT    "16a"
229    STATUS current
230    DESCRIPTION
231                "Data Domain Mib Date in the yyyy-mm-dd hh:mm format"
232    SYNTAX  OCTET STRING  (SIZE (0..16))
233
234    DDMibMemorySizeTC           ::= TEXTUAL-CONVENTION
235    DISPLAY-HINT    "d"
236    STATUS current
237    DESCRIPTION
238                "Data Domain Mib Memory Size of  in bytes."
239    SYNTAX  Integer32
240
241    DDMibTimeStampTC            ::= TEXTUAL-CONVENTION
242    DISPLAY-HINT    "64a"
243    STATUS current
244    DESCRIPTION
245                "DD Mib Timestamp"
246    SYNTAX  OCTET STRING  (SIZE (0..64))
247
248    DDMibVersionTC              ::= TEXTUAL-CONVENTION
249    DISPLAY-HINT    "64a"
250    STATUS current
251    DESCRIPTION
252                "Data Domain Mib version"
253    SYNTAX  OCTET STRING  (SIZE (0..64))
254
255    DDMibTableEnabledTC         ::= TEXTUAL-CONVENTION
256    STATUS current
257    DESCRIPTION
258                "DD Mib Table  Enabled"
259    SYNTAX      INTEGER {
260                          no(0),
261                          yes(1)
262                        }
263
264
265    DDMibInteger32TC            ::= TEXTUAL-CONVENTION
266    DISPLAY-HINT    "d"
267    STATUS current
268    DESCRIPTION
269                "Data Domain Mib Integer 32."
270    SYNTAX  Integer32
271
272    DDMibCompressionFactorTC        ::= TEXTUAL-CONVENTION
273    DISPLAY-HINT    "20a"
274    STATUS current
275    DESCRIPTION
276                "Data Domain compression factor"
277    SYNTAX  OCTET STRING  (SIZE (0..20))
278
279    DDMibAlertSeverityTC            ::= TEXTUAL-CONVENTION
280    DISPLAY-HINT    "64a"
281    STATUS current
282    DESCRIPTION
283                "Data Domain Alert Severity"
284    SYNTAX  OCTET STRING  (SIZE (0..64))
285
286    DDMibTrafficBytesTC         ::= TEXTUAL-CONVENTION
287    DISPLAY-HINT    "d"
288    STATUS current
289    DESCRIPTION
290                "measurement of bytes being transferred"
291    SYNTAX  Counter64
292
293    DDMibStatusTC                       ::= TEXTUAL-CONVENTION
294    STATUS current
295    DESCRIPTION
296               "DD Mib Status"
297    SYNTAX      INTEGER     {
298                                  enabled(1),
299                                  disabled(2)
300                            }
301
302    -- Specific Type definitions.
303
304    PowerModuleIndexTC          ::= TEXTUAL-CONVENTION
305    DISPLAY-HINT    "d"
306    STATUS current
307    DESCRIPTION
308                "Number of Power Module present in the DDR"
309    SYNTAX  Integer32(0..2147483647)
310
311    PowerModuleDescriptionTC            ::= TEXTUAL-CONVENTION
312    DISPLAY-HINT    "64a"
313    STATUS current
314    DESCRIPTION
315                "Power Module Description"
316    SYNTAX  OCTET STRING  (SIZE (0..64))
317
318    PowerModuleStatusTC         ::= TEXTUAL-CONVENTION
319    STATUS current
320    DESCRIPTION
321                "Current Power Module Status"
322    SYNTAX  INTEGER {
323                        absent (0),
324                        ok              (1),
325                        failed          (2),
326                        faulty          (3),
327                        acnone (4),
328                        unknown (99)
329                     }
330
331    TempSensorIndexTC           ::= TEXTUAL-CONVENTION
332    DISPLAY-HINT    "d"
333    STATUS current
334    DESCRIPTION
335                "Number of Temperature Sensor present in the DDR"
336    SYNTAX  Integer32(0..2147483647)
337
338    TempSensorDescriptionTC             ::= TEXTUAL-CONVENTION
339    DISPLAY-HINT    "64a"
340    STATUS current
341    DESCRIPTION
342                "Temperature Sensor Description"
343    SYNTAX  OCTET STRING  (SIZE (0..64))
344
345    TempSensorStatusTC          ::= TEXTUAL-CONVENTION
346    STATUS current
347    DESCRIPTION
348                "Current Temperature Sensor Status"
349    SYNTAX              INTEGER {
350                                        failed          (0),
351                                        ok                      (1),
352                                        notfound        (2),
353                                        overheatWarning (3),
354                                        overheatCritical (4)
355                                    }
356
357    FanIndexTC          ::= TEXTUAL-CONVENTION
358    DISPLAY-HINT    "d"
359    STATUS current
360    DESCRIPTION
361                "Fan Number of fan that is present in DDR"
362    SYNTAX  Integer32(0..2147483647)
363
364    FanDescriptionTC            ::= TEXTUAL-CONVENTION
365    DISPLAY-HINT    "64a"
366    STATUS current
367    DESCRIPTION
368                "Fan Description"
369    SYNTAX  OCTET STRING  (SIZE (0..64))
370
371    FanLevelTC          ::= TEXTUAL-CONVENTION
372    STATUS current
373    DESCRIPTION
374                "Current Fan level"
375    SYNTAX      INTEGER {
376                                        unknown (0),
377                                        low             (1),
378                                        medium          (2),
379                                        high            (3)
380                                    }
381
382    FanStatusTC         ::= TEXTUAL-CONVENTION
383    STATUS current
384    DESCRIPTION
385                "Current Fan Status"
386    SYNTAX      INTEGER {
387                                        notfound        (0),
388                                        ok              (1),
389                                        fail            (2)
390                                    }
391
392    NvramIndexTC                ::= TEXTUAL-CONVENTION
393    DISPLAY-HINT    "d"
394    STATUS current
395    DESCRIPTION
396                "Index of NVRAM card present in the DDR"
397    SYNTAX  Integer32(0..2147483647)
398
399    NvramMemorySizeTC           ::= TEXTUAL-CONVENTION
400    DISPLAY-HINT    "d"
401    STATUS current
402    DESCRIPTION
403                "Memory Size of NVRAM in bytes."
404    SYNTAX  Integer32
405
406    NvramHCPropertyBytesTC           ::= TEXTUAL-CONVENTION
407    DISPLAY-HINT    "d"
408    STATUS current
409    DESCRIPTION
410                "Value of an NVRAM high capacity property in bytes."
411    SYNTAX  Counter64
412
413    NvramWindowSizeTC           ::= TEXTUAL-CONVENTION
414    DISPLAY-HINT    "d"
415    STATUS current
416    DESCRIPTION
417                "Window Size of NVRAM in bytes."
418    SYNTAX  Integer32
419
420    NvramBatteryIndexTC         ::= TEXTUAL-CONVENTION
421    DISPLAY-HINT    "d"
422    STATUS current
423    DESCRIPTION
424                "Number of NVRAM Battery present in the DDR"
425    SYNTAX  Integer32(0..2147483647)
426
427    NvramBatteryStatusTC                ::= TEXTUAL-CONVENTION
428    STATUS current
429    DESCRIPTION
430                "Current NVRAM Battery Status
431                Status      Description
432                --------------------------------
433                ok          charged and enabled
434                discharged  charging and enabled"
435    SYNTAX      INTEGER {
436                           ok              (0),
437                           disabled        (1),
438                           discharged      (2),
439                           softdisabled (3)
440                         }
441
442    DiskIndexTC         ::= TEXTUAL-CONVENTION
443    DISPLAY-HINT    "d"
444    STATUS current
445    DESCRIPTION
446                "Disk Number of disk that is present in the DDR"
447    SYNTAX  Integer32(0..2147483647)
448
449    DiskModelTC         ::= TEXTUAL-CONVENTION
450    DISPLAY-HINT    "64a"
451    STATUS current
452    DESCRIPTION
453                "Manufacture & Model Number of disk"
454    SYNTAX  OCTET STRING  (SIZE (0..64))
455
456
457    DiskFirmwareVersionTC               ::= TEXTUAL-CONVENTION
458    DISPLAY-HINT    "64a"
459    STATUS current
460    DESCRIPTION
461                "Firmware version of disk"
462    SYNTAX  OCTET STRING  (SIZE (0..64))
463
464
465    DiskSerialNumberTC          ::= TEXTUAL-CONVENTION
466    DISPLAY-HINT    "64a"
467    STATUS current
468    DESCRIPTION
469                "Serial Number of disk"
470    SYNTAX  OCTET STRING  (SIZE (0..64))
471
472
473    DiskCapacityTC              ::= TEXTUAL-CONVENTION
474    DISPLAY-HINT    "20a"
475    STATUS current
476    DESCRIPTION
477                "Capacity of disk"
478    SYNTAX  OCTET STRING  (SIZE (0..20))
479
480    DiskStateTC         ::= TEXTUAL-CONVENTION
481    STATUS current
482    DESCRIPTION
483                "Current Disk State"
484    SYNTAX      INTEGER {
485                                        ok              (1),
486                                        unknown         (2),
487                                        absent          (3),
488                                        failed          (4),
489                                        spare           (5),
490                                        available       (6)
491
492                                    }
493
494    DiskPackTC         ::= TEXTUAL-CONVENTION
495    STATUS current
496    DESCRIPTION
497                "Pack number for disks of ES60."
498    SYNTAX      INTEGER {
499                                        notapplicable	(0),
500                                        pack1           (1),
501                                        pack2           (2),
502                                        pack3           (3),
503                                        pack4           (4)
504
505                                    }
506
507    DiskSectorsPerSecondTC              ::= TEXTUAL-CONVENTION
508    DISPLAY-HINT    "d"
509    STATUS current
510    DESCRIPTION
511                "Number of disk sectors being transferred per second"
512    SYNTAX  Counter32
513
514    FileSystemStatusTC          ::= TEXTUAL-CONVENTION
515    STATUS current
516    DESCRIPTION
517                "Current File System Status"
518    SYNTAX      INTEGER {
519                                        enabled         (1),
520                                        disabled        (2),
521                                        running         (3),
522                                        unknown         (4),
523                                        error           (5),
524                                        cleaning       (6)
525                                    }
526
527    FileSystemResourceIndexTC           ::= TEXTUAL-CONVENTION
528    DISPLAY-HINT    "d"
529    STATUS current
530    DESCRIPTION
531                "Resource Number of file system resource"
532    SYNTAX  Integer32(0..2147483647)
533
534    FileSystemResourceNameTC            ::= TEXTUAL-CONVENTION
535    DISPLAY-HINT    "64a"
536    STATUS current
537    DESCRIPTION
538                "File System resource name"
539    SYNTAX  OCTET STRING  (SIZE (0..64))
540
541
542    FileSystemSpaceUnitTC               ::= TEXTUAL-CONVENTION
543    DISPLAY-HINT        "20a"
544    STATUS current
545    DESCRIPTION
546                "Units of space in the file System represented in Gigabytes"
547    SYNTAX      OCTET STRING  (SIZE (0..20))
548
549
550    FileSystemCompressionSizeTC         ::= TEXTUAL-CONVENTION
551    DISPLAY-HINT        "20a"
552    STATUS current
553    DESCRIPTION
554            "File Systems Compression size in GiB"
555    SYNTAX      OCTET STRING  (SIZE (0..20))
556
557
558    FileSystemCompressionFactorTC               ::= TEXTUAL-CONVENTION
559    DISPLAY-HINT    "20a"
560    STATUS current
561    DESCRIPTION
562                "File System compression factor"
563    SYNTAX  OCTET STRING  (SIZE (0..20))
564
565    FileSystemCompressionPeriodTC               ::= TEXTUAL-CONVENTION
566    DISPLAY-HINT    "20a"
567    STATUS current
568    DESCRIPTION
569                "File System compression period: last 24 hours, last 7 days"
570    SYNTAX  OCTET STRING  (SIZE (0..20))
571
572    DateTC              ::= TEXTUAL-CONVENTION
573    DISPLAY-HINT    "16a"
574    STATUS current
575    DESCRIPTION
576                "Date in the yyyy-mm-dd hh:mm format"
577    SYNTAX  OCTET STRING  (SIZE (0..16))
578
579    FileSystemOptionsIndexTC ::= TEXTUAL-CONVENTION
580    DISPLAY-HINT        "d"
581    STATUS current
582    DESCRIPTION
583        "Index of File System Option Table Index"
584    SYNTAX      Integer32(0..2147483647)
585
586    FileSystemOptionsNameTC ::= TEXTUAL-CONVENTION
587    DISPLAY-HINT        "128a"
588    STATUS current
589    DESCRIPTION
590        "Index of File Systems Option Name "
591    SYNTAX      OCTET STRING  (SIZE (0..128))
592
593    FileSystemOptionsValueTC ::= TEXTUAL-CONVENTION
594    DISPLAY-HINT        "128a"
595    STATUS current
596    DESCRIPTION
597        "Index of File Systems Option Value "
598    SYNTAX      OCTET STRING  (SIZE (0..128))
599
600    FileSystemCleanIndexTC          ::= TEXTUAL-CONVENTION
601    DISPLAY-HINT    "d"
602    STATUS current
603    DESCRIPTION
604                "File System Clean Index"
605    SYNTAX  Integer32(0..2147483647)
606
607    FileSystemCleanStatusTC ::= TEXTUAL-CONVENTION
608    DISPLAY-HINT        "128a"
609    STATUS current
610    DESCRIPTION
611        "File System Clean Status "
612    SYNTAX      OCTET STRING  (SIZE (0..128))
613
614    FileSystemCleanScheduleTC   ::= TEXTUAL-CONVENTION
615    DISPLAY-HINT        "128a"
616    STATUS current
617    DESCRIPTION
618        "File System Clean Schedule "
619    SYNTAX      OCTET STRING  (SIZE (0..128))
620
621    FileSystemCleanThrottleTC   ::= TEXTUAL-CONVENTION
622    DISPLAY-HINT        "128a"
623    STATUS current
624    DESCRIPTION
625        "File System Clean throttle"
626    SYNTAX      OCTET STRING  (SIZE (0..128))
627
628    AlertIndexTC                ::= TEXTUAL-CONVENTION
629    DISPLAY-HINT    "d"
630    STATUS current
631    DESCRIPTION
632                "Alert Row Index"
633    SYNTAX  Integer32(0..2147483647)
634
635    AlertTimestampTC            ::= TEXTUAL-CONVENTION
636    DISPLAY-HINT    "64a"
637    STATUS current
638    DESCRIPTION
639                "Alert Timestamp"
640    SYNTAX  OCTET STRING  (SIZE (0..64))
641
642    AlertDescriptionTC          ::= TEXTUAL-CONVENTION
643    DISPLAY-HINT    "255a"
644    STATUS current
645    DESCRIPTION
646                "Alert Description"
647    SYNTAX  OCTET STRING  (SIZE (0..255))
648
649
650    SystemStatsIndexTC          ::= TEXTUAL-CONVENTION
651    DISPLAY-HINT    "d"
652    STATUS current
653    DESCRIPTION
654                "Statistics Row Index"
655    SYNTAX  Integer32(0..2147483647)
656
657    RaidDiskStateTC             ::= TEXTUAL-CONVENTION
658    STATUS current
659    DESCRIPTION
660                "Raid Disk State"
661    SYNTAX      INTEGER {
662                                        inuse           (1),
663                                        notinuse        (2),
664                                        spare           (3),
665                                        absent          (4),
666                                        failed          (5),
667                                        invalid (6),
668                                        foreign (7),
669                                        known   (8),
670                                        available (9),
671                                        unknown         (99)
672                                    }
673
674    ReplicationStateTC          ::= TEXTUAL-CONVENTION
675    STATUS current
676    DESCRIPTION
677                "Current Replication status"
678    SYNTAX      INTEGER {
679                                        initializing            (1),
680                                        normal                  (2),
681                                        recovering              (3),
682                                        uninitialized           (4)
683                                    }
684
685    ReplicationStatusTC         ::= TEXTUAL-CONVENTION
686    STATUS current
687    DESCRIPTION
688                "Current Replication connection status"
689    SYNTAX      INTEGER {
690                                        connected               (1),
691                                        disconnected    (2),
692                                        migrating               (3),
693                                        suspended               (4),
694                                        neverConnected  (5),
695                                        idle            (6)
696                                    }
697
698    ReplicationConnectTimeTC            ::= TEXTUAL-CONVENTION
699    DISPLAY-HINT    "d"
700    STATUS current
701    DESCRIPTION
702                "timestamp when connection was established, or 0 if there is no Replication connection"
703        SYNTAX  Integer32
704
705    ReplicationPathTC           ::= TEXTUAL-CONVENTION
706    DISPLAY-HINT    "254a"
707    STATUS current
708    DESCRIPTION
709                "source or destination path for replication"
710        SYNTAX  OCTET STRING  (SIZE (0..254))
711
712    ReplicationTrafficTC                ::= TEXTUAL-CONVENTION
713    DISPLAY-HINT    "d"
714    STATUS current
715    DESCRIPTION
716                "measurement of bytes being replicated"
717        SYNTAX  Counter64
718
719    ReplicationThrottleTC               ::= TEXTUAL-CONVENTION
720    DISPLAY-HINT    "d"
721    STATUS current
722    DESCRIPTION
723                "measurement of replication throttle in bps"
724        SYNTAX  Integer32
725
726    ReplicationSyncedTimeTC             ::= TEXTUAL-CONVENTION
727    DISPLAY-HINT    "d"
728    STATUS current
729    DESCRIPTION
730                "timestamp when replication source and destination were in sync, or 0 if unknown"
731        SYNTAX  Integer32
732
733    ReplicationContextTC                ::= TEXTUAL-CONVENTION
734    DISPLAY-HINT    "d"
735    STATUS current
736    DESCRIPTION
737                "0 for collection replication contexts, > 0 for directory replication contexts"
738        SYNTAX  Integer32(0..2147483647)
739
740
741    ReplicationConfigIndexTC    ::= TEXTUAL-CONVENTION
742    DISPLAY-HINT    "d"
743    STATUS current
744    DESCRIPTION
745                "Replication Config Row Index"
746    SYNTAX  Integer32(0..2147483647)
747
748
749    ReplicationConfigContextIdTC    ::= TEXTUAL-CONVENTION
750    DISPLAY-HINT    "32a"
751    STATUS current
752    DESCRIPTION
753                "Replicaton Configuration Context Id"
754    SYNTAX  OCTET STRING  (SIZE (0..32))
755
756    ReplicationConfigSourceTC   ::= TEXTUAL-CONVENTION
757    DISPLAY-HINT    "256a"
758    STATUS current
759    DESCRIPTION
760                "Replicaton Configuration Connection Source"
761    SYNTAX  OCTET STRING  (SIZE (0..256))
762
763    ReplicationConfigDestTC     ::= TEXTUAL-CONVENTION
764    DISPLAY-HINT    "256a"
765    STATUS current
766    DESCRIPTION
767                "Replicaton Configuration Destination"
768    SYNTAX  OCTET STRING  (SIZE (0..256))
769
770    ReplicationConfigConnHostTC     ::= TEXTUAL-CONVENTION
771    DISPLAY-HINT    "256a"
772    STATUS current
773    DESCRIPTION
774                "Replicaton Configuration Connection Host"
775    SYNTAX  OCTET STRING  (SIZE (0..256))
776
777    ReplicationConfigConnPortTC                 ::= TEXTUAL-CONVENTION
778        DISPLAY-HINT    "256a"
779    STATUS current
780    DESCRIPTION
781                "Replicaton Configuration Connection Port"
782    SYNTAX  OCTET STRING  (SIZE (0..256))
783
784    ReplicationConfigLowBWOptimTC               ::= TEXTUAL-CONVENTION
785    STATUS current
786    DESCRIPTION
787                "Replication Low BW Optimization Status"
788    SYNTAX      INTEGER {
789                                        disabled        (0),
790                                        enabled         (1)
791                                    }
792
793
794    ReplicationConfigEnabledTC          ::= TEXTUAL-CONVENTION
795    STATUS current
796    DESCRIPTION
797                "Replication Configuration Enabled"
798    SYNTAX      INTEGER {
799                                        no              (0),
800                                        yes             (1)
801                                    }
802
803
804
805
806    NfsStatusTC         ::= TEXTUAL-CONVENTION
807    STATUS current
808    DESCRIPTION
809                "Current Network File System Status"
810    SYNTAX      INTEGER {
811                                        enabled         (1),
812                                        disabled        (2)
813                                    }
814
815    NfsClientIndexTC            ::= TEXTUAL-CONVENTION
816        DISPLAY-HINT    "d"
817    STATUS current
818    DESCRIPTION
819                "Index of NFS clients"
820    SYNTAX  Integer32(0..2147483647)
821
822    NfsClientPathTC             ::= TEXTUAL-CONVENTION
823        DISPLAY-HINT    "1024a"
824    STATUS current
825    DESCRIPTION
826                "NFS path"
827    SYNTAX  OCTET STRING  (SIZE (0..1024))
828
829    NfsClientClientsTC          ::= TEXTUAL-CONVENTION
830        DISPLAY-HINT    "1024a"
831    STATUS current
832    DESCRIPTION
833                "NFS Clients"
834    SYNTAX  OCTET STRING  (SIZE (0..1024))
835
836    NfsClientOptionsTC          ::= TEXTUAL-CONVENTION
837        DISPLAY-HINT    "254a"
838    STATUS current
839    DESCRIPTION
840                "NFS options"
841    SYNTAX  OCTET STRING  (SIZE (0..254))
842
843    NfsStatsIndexTC             ::= TEXTUAL-CONVENTION
844    DISPLAY-HINT    "d"
845    STATUS current
846    DESCRIPTION
847                "Index of NFS stats"
848    SYNTAX  Integer32(0..2147483647)
849
850    NfsStatsExportPointTC               ::= TEXTUAL-CONVENTION
851    DISPLAY-HINT    "254a"
852    STATUS current
853    DESCRIPTION
854                "NFS export point"
855    SYNTAX  OCTET STRING  (SIZE (0..254))
856
857    NfsStatsFilesystemTypeTC            ::= TEXTUAL-CONVENTION
858    DISPLAY-HINT    "32a"
859    STATUS current
860    DESCRIPTION
861                "NFS file system type"
862    SYNTAX  OCTET STRING  (SIZE (0..32))
863
864    NfsStatsCacheEntryTC        ::= TEXTUAL-CONVENTION
865    DISPLAY-HINT    "d"
866    STATUS current
867    DESCRIPTION
868                "Number of cache entries"
869    SYNTAX  Counter32
870
871    NfsStatsFileHandleLookupTC  ::= TEXTUAL-CONVENTION
872    DISPLAY-HINT    "d"
873    STATUS current
874    DESCRIPTION
875                "Number of file handle lookup"
876    SYNTAX  Counter32
877
878    NfsStatsMaxCacheSizeTC      ::= TEXTUAL-CONVENTION
879    DISPLAY-HINT    "d"
880    STATUS current
881    DESCRIPTION
882                "Max cache size"
883    SYNTAX  Counter32
884
885    NfsStatsCurrentOpenStreamsTC    ::= TEXTUAL-CONVENTION
886    DISPLAY-HINT    "d"
887    STATUS current
888    DESCRIPTION
889                "Number of current open streams"
890    SYNTAX  Counter32
891
892    VtlAdminStateTC             ::= TEXTUAL-CONVENTION
893    STATUS current
894    DESCRIPTION
895                "Current VTL administration state"
896    SYNTAX      INTEGER {
897                          unknown     (0),
898                          enabled         (1),
899                          disabled        (2),
900                          failed      (3)
901                         }
902
903    VtlProcessStateTC           ::= TEXTUAL-CONVENTION
904    STATUS current
905    DESCRIPTION
906                "Current VTL process state"
907    SYNTAX      INTEGER {
908                           unknown         (0),
909                           stopped         (1),
910                           starting        (2),
911                           running     (3),
912                           timingout   (4),
913                           stopping    (5),
914                           stuck       (6)
915                         }
916
917    VtlLibraryIndexTC           ::= TEXTUAL-CONVENTION
918    DISPLAY-HINT    "d"
919    STATUS current
920    DESCRIPTION
921                "Index of VTL library"
922        SYNTAX  Integer32(0..64)
923
924    VtlLibraryNameTC            ::= TEXTUAL-CONVENTION
925    DISPLAY-HINT    "64a"
926    STATUS current
927    DESCRIPTION
928                "VTL library name"
929    SYNTAX  OCTET STRING  (SIZE (0..64))
930
931    VtlLibraryVendorTC          ::= TEXTUAL-CONVENTION
932    DISPLAY-HINT    "64a"
933    STATUS current
934    DESCRIPTION
935                "VTL library vendor"
936    SYNTAX  OCTET STRING  (SIZE (0..64))
937
938    VtlLibraryModelTC           ::= TEXTUAL-CONVENTION
939    DISPLAY-HINT    "64a"
940    STATUS current
941    DESCRIPTION
942                "VTL library model"
943    SYNTAX  OCTET STRING  (SIZE (0..64))
944
945    VtlLibraryRevisionTC                ::= TEXTUAL-CONVENTION
946    DISPLAY-HINT    "64a"
947    STATUS current
948    DESCRIPTION
949                "VTL library revision"
950    SYNTAX  OCTET STRING  (SIZE (0..64))
951
952    VtlLibrarySerialTC          ::= TEXTUAL-CONVENTION
953    DISPLAY-HINT    "64a"
954    STATUS current
955    DESCRIPTION
956                "VTL library serial"
957    SYNTAX  OCTET STRING  (SIZE (0..64))
958
959    VtlLibraryTotalDrivesTC    ::= TEXTUAL-CONVENTION
960    DISPLAY-HINT    "d"
961    STATUS current
962    DESCRIPTION
963                "Number of VTL drives"
964    SYNTAX  Counter32
965
966    VtlLibraryTotalSlotsTC    ::= TEXTUAL-CONVENTION
967    DISPLAY-HINT    "d"
968    STATUS current
969    DESCRIPTION
970                "Number of VTL slots"
971    SYNTAX  Counter32
972
973    VtlLibraryTotalCapsTC    ::= TEXTUAL-CONVENTION
974    DISPLAY-HINT    "d"
975    STATUS current
976    DESCRIPTION
977                "Number of VTL caps"
978    SYNTAX  Counter32
979
980    VtlLibraryStatusTC    ::= TEXTUAL-CONVENTION
981    STATUS current
982    DESCRIPTION
983                "Current VTL library status"
984        SYNTAX  INTEGER {
985                        unknown (0),
986                        online  (1),
987                        offline (2)
988                        }
989
990    VtlDriveIndexTC             ::= TEXTUAL-CONVENTION
991    DISPLAY-HINT    "d"
992    STATUS current
993    DESCRIPTION
994                "Index of VTL drive"
995    SYNTAX  Integer32(0..512)
996
997    VtlDriveNameTC              ::= TEXTUAL-CONVENTION
998    DISPLAY-HINT    "64a"
999    STATUS current
1000    DESCRIPTION
1001                "VTL drive name"
1002    SYNTAX  OCTET STRING  (SIZE (0..64))
1003
1004    VtlDriveVendorTC            ::= TEXTUAL-CONVENTION
1005    DISPLAY-HINT    "64a"
1006    STATUS current
1007    DESCRIPTION
1008                "VTL drive vendor"
1009    SYNTAX  OCTET STRING  (SIZE (0..64))
1010
1011    VtlDriveModelTC             ::= TEXTUAL-CONVENTION
1012    DISPLAY-HINT    "64a"
1013    STATUS current
1014    DESCRIPTION
1015                "VTL drive model"
1016    SYNTAX  OCTET STRING  (SIZE (0..64))
1017
1018    VtlDriveRevisionTC          ::= TEXTUAL-CONVENTION
1019    DISPLAY-HINT    "64a"
1020    STATUS current
1021    DESCRIPTION
1022                "VTL drive revision"
1023    SYNTAX  OCTET STRING  (SIZE (0..64))
1024
1025    VtlDriveSerialTC            ::= TEXTUAL-CONVENTION
1026    DISPLAY-HINT    "64a"
1027    STATUS current
1028    DESCRIPTION
1029                "VTL drive serial"
1030        SYNTAX  OCTET STRING  (SIZE (0..64))
1031
1032    VtlDriveStatusTC    ::= TEXTUAL-CONVENTION
1033    STATUS current
1034    DESCRIPTION
1035                "Current VTL drive status"
1036        SYNTAX  INTEGER {
1037                        unknown (0),
1038                        online  (1),
1039                        offline (2)
1040                        }
1041
1042    VtlDriveTapeVolumeTC                ::= TEXTUAL-CONVENTION
1043    DISPLAY-HINT    "64a"
1044    STATUS current
1045    DESCRIPTION
1046                "VTL drive tape volume"
1047    SYNTAX  OCTET STRING  (SIZE (0..64))
1048
1049    VtlPortIndexTC                      ::= TEXTUAL-CONVENTION
1050    DISPLAY-HINT    "d"
1051    STATUS current
1052    DESCRIPTION
1053                "VTL Port Table Index"
1054    SYNTAX Integer32(0..10)
1055
1056    VtlPortNameTC                       ::= TEXTUAL-CONVENTION
1057    DISPLAY-HINT    "32a"
1058    STATUS current
1059    DESCRIPTION
1060                "VTL Port Name "
1061    SYNTAX  OCTET STRING  (SIZE (0..32))
1062
1063    VtlPortIDTC                         ::= TEXTUAL-CONVENTION
1064    DISPLAY-HINT    "d"
1065    STATUS current
1066    DESCRIPTION
1067                "VTL Port Id"
1068    SYNTAX  Counter32
1069
1070    VtlPortModelTC              ::= TEXTUAL-CONVENTION
1071    DISPLAY-HINT    "32a"
1072    STATUS current
1073    DESCRIPTION
1074                "VTL Port MODEL"
1075    SYNTAX  OCTET STRING  (SIZE (0..32))
1076
1077    VtlPortFirmwareTC           ::= TEXTUAL-CONVENTION
1078    DISPLAY-HINT    "32a"
1079    STATUS current
1080    DESCRIPTION
1081                "VTL Port Firmware"
1082    SYNTAX  OCTET STRING  (SIZE (0..32))
1083
1084    VtlPortWWNNTC               ::= TEXTUAL-CONVENTION
1085    DISPLAY-HINT    "64a"
1086    STATUS current
1087    DESCRIPTION
1088                "VTL WWNN Address"
1089    SYNTAX  OCTET STRING  (SIZE (0..64))
1090
1091    VtlPortWWPNTC               ::= TEXTUAL-CONVENTION
1092    DISPLAY-HINT    "64a"
1093    STATUS current
1094    DESCRIPTION
1095                "VTL WWPN Address"
1096    SYNTAX  OCTET STRING  (SIZE (0..64))
1097
1098    VtlPortConnectionTypeTC     ::= TEXTUAL-CONVENTION
1099    STATUS current
1100    DESCRIPTION
1101                "VTL Port Connection Type"
1102        SYNTAX  INTEGER {
1103                    nPORT           (0),
1104                    loop            (1),
1105                    pointToPoint  (2),
1106                    fabricLoop     (3),
1107                    unknown         (4)
1108                }
1109
1110
1111    VtlPortSpeedTC              ::= TEXTUAL-CONVENTION
1112    STATUS current
1113    DESCRIPTION
1114                "VTL Port Speed "
1115        SYNTAX  INTEGER {
1116                    zeroGBPS       (0),
1117                    oneGBPS         (1),
1118                    twoGBPS        (2),
1119                    fourGBPS       (3),
1120                    eightGBPS      (4),
1121                    unknown         (6)
1122                }
1123
1124    VtlPortEnabledTC            ::= TEXTUAL-CONVENTION
1125    STATUS current
1126    DESCRIPTION
1127                "VTL Port Enabled"
1128        SYNTAX  INTEGER {
1129                    disabled        (0),
1130                    enabled         (1),
1131                    unknown         (2)
1132                }
1133
1134
1135    VtlPortStatusTC             ::= TEXTUAL-CONVENTION
1136    STATUS current
1137    DESCRIPTION
1138                "VTL Port State"
1139        SYNTAX  INTEGER {
1140                    offline          (0),
1141                    online           (1),
1142                    unknown          (2)
1143                }
1144
1145
1146    VtlTapeIndexTC              ::= TEXTUAL-CONVENTION
1147    DISPLAY-HINT    "d"
1148    STATUS current
1149    DESCRIPTION
1150                "VTL Tape Table Index"
1151    SYNTAX  Integer32(0..250000)
1152
1153    VtlTapeBarCodeTC                ::= TEXTUAL-CONVENTION
1154    DISPLAY-HINT    "64a"
1155    STATUS current
1156    DESCRIPTION
1157                "VTL Tape Bar Code "
1158    SYNTAX  OCTET STRING  (SIZE (0..64))
1159
1160    VtlTapePoolTC                ::= TEXTUAL-CONVENTION
1161    DISPLAY-HINT    "32a"
1162    STATUS current
1163    DESCRIPTION
1164                "VTL Tape Pool "
1165    SYNTAX  OCTET STRING  (SIZE (0..32))
1166
1167    VtlTapeLocationTC                ::= TEXTUAL-CONVENTION
1168    DISPLAY-HINT    "32a"
1169    STATUS current
1170    DESCRIPTION
1171                "VTL Tape Location "
1172    SYNTAX  OCTET STRING  (SIZE (0..32))
1173
1174    VtlTapeStateTC                ::= TEXTUAL-CONVENTION
1175    DISPLAY-HINT    "32a"
1176    STATUS current
1177    DESCRIPTION
1178                "VTL Tape State "
1179    SYNTAX  OCTET STRING  (SIZE (0..32))
1180
1181    VtlTapeSizeTC                ::= TEXTUAL-CONVENTION
1182    DISPLAY-HINT    "32a"
1183    STATUS current
1184    DESCRIPTION
1185                "VTL Tape Size "
1186    SYNTAX  OCTET STRING  (SIZE (0..32))
1187
1188    VtlTapeUsedTC                ::= TEXTUAL-CONVENTION
1189    DISPLAY-HINT    "32a"
1190    STATUS current
1191    DESCRIPTION
1192                "VTL Tape Used "
1193    SYNTAX  OCTET STRING  (SIZE (0..32))
1194
1195    VtlTapeCompTC                ::= TEXTUAL-CONVENTION
1196    DISPLAY-HINT    "32a"
1197    STATUS current
1198    DESCRIPTION
1199                "VTL Tape Compression "
1200    SYNTAX  OCTET STRING  (SIZE (0..32))
1201
1202    VtlTapeModTimeTC                ::= TEXTUAL-CONVENTION
1203    DISPLAY-HINT    "32a"
1204    STATUS current
1205    DESCRIPTION
1206                "VTL Tape Mod Time "
1207    SYNTAX  OCTET STRING  (SIZE (0..32))
1208
1209    VtlStatsIndexTC             ::= TEXTUAL-CONVENTION
1210    DISPLAY-HINT    "d"
1211    STATUS current
1212    DESCRIPTION
1213                "VTL Stats Table Index"
1214    SYNTAX  Integer32(0..2147483647)
1215
1216    VtlStatsPortTC                ::= TEXTUAL-CONVENTION
1217    DISPLAY-HINT    "32a"
1218    STATUS current
1219    DESCRIPTION
1220                "VTL Tape Bar Code "
1221        SYNTAX  OCTET STRING  (SIZE (0..32))
1222
1223    VtlStatsConrolCommandsTC        ::= TEXTUAL-CONVENTION
1224    DISPLAY-HINT    "d"
1225    STATUS current
1226    DESCRIPTION
1227                "VTL Stats Table Control Commands"
1228    SYNTAX  Counter64
1229
1230    VtlStatsWriteCommandsTC         ::= TEXTUAL-CONVENTION
1231    DISPLAY-HINT    "d"
1232    STATUS current
1233    DESCRIPTION
1234                "VTL Stats Table write commands"
1235    SYNTAX  Counter64
1236
1237    VtlStatsReadCommandsTC              ::= TEXTUAL-CONVENTION
1238    DISPLAY-HINT    "d"
1239    STATUS current
1240    DESCRIPTION
1241                "VTL Stats Table Read Commands"
1242    SYNTAX  Counter64
1243
1244    VtlStatsInTC                            ::= TEXTUAL-CONVENTION
1245    DISPLAY-HINT    "d"
1246    STATUS current
1247    DESCRIPTION
1248                "VTL Stats Table Stats In"
1249    SYNTAX  Counter64
1250
1251    VtlStatsOutTC                           ::= TEXTUAL-CONVENTION
1252    DISPLAY-HINT    "d"
1253    STATUS current
1254    DESCRIPTION
1255                "VTL Stats Table Stats Out"
1256    SYNTAX  Counter64
1257
1258    VtlStatsLinkFailuresTC              ::= TEXTUAL-CONVENTION
1259    DISPLAY-HINT    "d"
1260    STATUS current
1261    DESCRIPTION
1262                "VTL Stats Table Link failures"
1263    SYNTAX  Counter64
1264
1265    VtlStatsLIPCountTC          ::= TEXTUAL-CONVENTION
1266    DISPLAY-HINT    "d"
1267    STATUS current
1268    DESCRIPTION
1269                "VTL Stats Table LIP count"
1270    SYNTAX  Counter64
1271
1272    VtlStatsSyncLossesTC                ::= TEXTUAL-CONVENTION
1273    DISPLAY-HINT    "d"
1274    STATUS current
1275    DESCRIPTION
1276                "VTL Stats Table Sync Losses"
1277    SYNTAX  Counter64
1278
1279    VtlStatsSignalLossesTC                      ::= TEXTUAL-CONVENTION
1280    DISPLAY-HINT    "d"
1281    STATUS current
1282    DESCRIPTION
1283                "VTL Stats Table Signal Losses"
1284    SYNTAX  Counter64
1285
1286    VtlStatsPrimSeqProtoErrorsTC                ::= TEXTUAL-CONVENTION
1287    DISPLAY-HINT    "d"
1288    STATUS current
1289    DESCRIPTION
1290                "VTL Stats Table Prim Seq Protocol Errors"
1291    SYNTAX  Counter64
1292
1293    VtlStatsInvalidTxWordsTC               ::= TEXTUAL-CONVENTION
1294    DISPLAY-HINT    "d"
1295    STATUS current
1296    DESCRIPTION
1297                "VTL Stats Table Invalid Tx Words"
1298    SYNTAX  Counter64
1299
1300    VtlStatsInvalidCRCsTC               ::= TEXTUAL-CONVENTION
1301    DISPLAY-HINT    "d"
1302    STATUS current
1303    DESCRIPTION
1304                "VTL Stats Table Invalid CRCs"
1305    SYNTAX  Counter64
1306
1307    CifsStatusTC                ::= TEXTUAL-CONVENTION
1308    STATUS current
1309    DESCRIPTION
1310                "Current CIFS status"
1311    SYNTAX      INTEGER {
1312                                        enabled                      (1),
1313                    enabledRunning          (2),
1314                    enabledNotRunning      (3),
1315                    enabledWindbindNotRun (4),
1316                                        disabled                     (5)
1317                                    }
1318
1319    CifsConfigModeTC            ::= TEXTUAL-CONVENTION
1320    DISPLAY-HINT    "64a"
1321    STATUS current
1322    DESCRIPTION
1323                "Current CIFS mode"
1324    SYNTAX  OCTET STRING  (SIZE (0..64))
1325
1326    CifsConfigWINSServerTC              ::= TEXTUAL-CONVENTION
1327    DISPLAY-HINT    "1024a"
1328    STATUS current
1329    DESCRIPTION
1330                "CIFS WINS servers"
1331    SYNTAX  OCTET STRING  (SIZE (0..1024))
1332
1333    CifsConfigNetBIOSHostnameTC         ::= TEXTUAL-CONVENTION
1334    DISPLAY-HINT    "255a"
1335    STATUS current
1336    DESCRIPTION
1337                "CIFS NetBIOS hostname"
1338    SYNTAX  OCTET STRING  (SIZE (0..255))
1339
1340    CifsConfigDomainControllerTC                ::= TEXTUAL-CONVENTION
1341    DISPLAY-HINT    "1024a"
1342    STATUS current
1343    DESCRIPTION
1344                "CIFS Domain Controller"
1345    SYNTAX  OCTET STRING  (SIZE (0..1024))
1346
1347    CifsConfigDNSTC             ::= TEXTUAL-CONVENTION
1348    DISPLAY-HINT    "1024a"
1349    STATUS current
1350    DESCRIPTION
1351                "CIFS DNS server"
1352    SYNTAX  OCTET STRING  (SIZE (0..1024))
1353
1354    CifsConfigGroupNameTC               ::= TEXTUAL-CONVENTION
1355    DISPLAY-HINT    "255a"
1356    STATUS current
1357    DESCRIPTION
1358                "CIFS group name"
1359    SYNTAX  OCTET STRING  (SIZE (0..255))
1360
1361    CifsConfigMaxConnectionTC    ::= TEXTUAL-CONVENTION
1362    DISPLAY-HINT    "d"
1363    STATUS current
1364    DESCRIPTION
1365                "CIFS configuration maximum connection"
1366    SYNTAX  Counter32
1367
1368    CifsConfigMaxOpenFilesPerConnectionTC    ::= TEXTUAL-CONVENTION
1369    DISPLAY-HINT    "d"
1370    STATUS current
1371    DESCRIPTION
1372                "CIFS configuration maximum open files per connection"
1373    SYNTAX  Counter32
1374
1375    CifsShareIndexTC            ::= TEXTUAL-CONVENTION
1376    DISPLAY-HINT    "d"
1377    STATUS current
1378    DESCRIPTION
1379                "Index of CIFS share"
1380    SYNTAX  Integer32(0..2147483647)
1381
1382    CifsShareNameTC             ::= TEXTUAL-CONVENTION
1383    DISPLAY-HINT    "255a"
1384    STATUS current
1385    DESCRIPTION
1386                "CIFS share name"
1387    SYNTAX  OCTET STRING  (SIZE (0..255))
1388
1389    CifsSharePathTC             ::= TEXTUAL-CONVENTION
1390    DISPLAY-HINT    "1024a"
1391    STATUS current
1392    DESCRIPTION
1393                "CIFS share path"
1394    SYNTAX  OCTET STRING  (SIZE (0..1024))
1395
1396    CifsShareMaxConnectionTC    ::= TEXTUAL-CONVENTION
1397    DISPLAY-HINT    "d"
1398    STATUS current
1399    DESCRIPTION
1400                "CIFS maximum connection"
1401    SYNTAX  Counter32
1402
1403    CifsShareClientsTC          ::= TEXTUAL-CONVENTION
1404    DISPLAY-HINT    "1024a"
1405    STATUS current
1406    DESCRIPTION
1407                "CIFS share clients"
1408    SYNTAX  OCTET STRING  (SIZE (0..1024))
1409
1410    CifsShareBrowsingTC         ::= TEXTUAL-CONVENTION
1411    STATUS current
1412    DESCRIPTION
1413                "Current CIFS browsing"
1414    SYNTAX      INTEGER {
1415                                        enabled                      (1),
1416                                        disabled                     (2)
1417                                    }
1418
1419    CifsShareWriteableTC                ::= TEXTUAL-CONVENTION
1420    STATUS current
1421    DESCRIPTION
1422                "Current CIFS writeable"
1423    SYNTAX      INTEGER {
1424                                        enabled                      (1),
1425                                        disabled                     (2)
1426                                    }
1427
1428    CifsShareUserTC             ::= TEXTUAL-CONVENTION
1429    DISPLAY-HINT    "1024a"
1430    STATUS current
1431    DESCRIPTION
1432                "CIFS share user"
1433    SYNTAX  OCTET STRING  (SIZE (0..1024))
1434
1435    CifsShareCommentTC          ::= TEXTUAL-CONVENTION
1436    DISPLAY-HINT    "255a"
1437    STATUS current
1438    DESCRIPTION
1439                "CIFS share comment"
1440    SYNTAX  OCTET STRING  (SIZE (0..255))
1441
1442    CifsStatsSummaryIndexTC         ::= TEXTUAL-CONVENTION
1443    DISPLAY-HINT        "d"
1444    STATUS current
1445    DESCRIPTION
1446        "Index of Cifs Stats Summary Table"
1447    SYNTAX      Integer32(0..2147483647)
1448
1449    CifsStatsDetailsIndexTC ::= TEXTUAL-CONVENTION
1450    DISPLAY-HINT        "d"
1451    STATUS current
1452    DESCRIPTION
1453        "Index of CIFS Stats Details Table"
1454    SYNTAX      Integer32(0..2147483647)
1455
1456    CifsOptionsIndexTC ::= TEXTUAL-CONVENTION
1457    DISPLAY-HINT        "d"
1458    STATUS current
1459    DESCRIPTION
1460        "Index of CIFS Option Table Index"
1461    SYNTAX Integer32(0..100)
1462
1463    CifsOptionsNameTC ::= TEXTUAL-CONVENTION
1464    DISPLAY-HINT        "128a"
1465    STATUS current
1466    DESCRIPTION
1467        "Index of CIFS Option Name "
1468    SYNTAX      OCTET STRING  (SIZE (0..128))
1469
1470    CifsOptionsValueTC ::= TEXTUAL-CONVENTION
1471    DISPLAY-HINT        "128a"
1472    STATUS current
1473    DESCRIPTION
1474        "Index of CIFS Option Value "
1475    SYNTAX      OCTET STRING  (SIZE (0..128))
1476
1477
1478    DDboostStatsIndexTC         ::= TEXTUAL-CONVENTION
1479    DISPLAY-HINT        "d"
1480    STATUS current
1481    DESCRIPTION
1482        "Index of ddboost Stats Table"
1483    SYNTAX      Integer32(0..2147483647)
1484
1485
1486    DDboostStatusTC                     ::= TEXTUAL-CONVENTION
1487    STATUS current
1488    DESCRIPTION
1489               "DDboost Status"
1490    SYNTAX      INTEGER     {
1491                                  enabled       (1),
1492                                  disabled      (2)
1493                            }
1494
1495
1496    DDboostUserTC               ::= TEXTUAL-CONVENTION
1497    DISPLAY-HINT        "1024a"
1498    STATUS current
1499    DESCRIPTION
1500            "DDboost user"
1501    SYNTAX      OCTET STRING  (SIZE (0..1024))
1502
1503    SystemSerialNumberTC                                ::= TEXTUAL-CONVENTION
1504        DISPLAY-HINT    "128a"
1505    STATUS current
1506    DESCRIPTION
1507                "System Serial Number"
1508        SYNTAX  OCTET STRING  (SIZE (0..128))
1509
1510    SystemTimeZoneNameTC                                ::= TEXTUAL-CONVENTION
1511        DISPLAY-HINT    "64a"
1512    STATUS current
1513    DESCRIPTION
1514                "DDR system's time zone name"
1515        SYNTAX  OCTET STRING  (SIZE (0..64))
1516
1517    SystemNotesTC                                       ::= TEXTUAL-CONVENTION
1518    DISPLAY-HINT    "1024a"
1519    STATUS current
1520    DESCRIPTION
1521                "System notes"
1522    SYNTAX  OCTET STRING  (SIZE (0..1024))
1523
1524
1525    FileSystemArchiveUnitStateTC                        ::= TEXTUAL-CONVENTION
1526    STATUS current
1527    DESCRIPTION
1528               "File System Archive Unit State"
1529    SYNTAX      INTEGER     {
1530                                  new   (1),
1531                                  target        (2),
1532                                  sealed   (3)
1533                            }
1534
1535    FileSystemArchiveUnitStatusTC                       ::= TEXTUAL-CONVENTION
1536    STATUS current
1537    DESCRIPTION
1538               "File System Archive Unit Status"
1539    SYNTAX      INTEGER     {
1540                                  ready (1),
1541                                  disabled      (2)
1542                            }
1543
1544    MtreeListStatusTC                   ::= TEXTUAL-CONVENTION
1545    STATUS current
1546    DESCRIPTION
1547               "Mtree List  Status TC"
1548    SYNTAX      INTEGER     {
1549                                  deleted       (1),
1550                                  readOnly     (2),
1551                                  readWrite    (3),
1552                                  replicationDestination  (4),
1553                                  retentionLockEnabled   (5),
1554                                  retentionLockDisabled  (6)
1555                            }
1556    MtreeRetentionLockStatusTC        ::= TEXTUAL-CONVENTION
1557    STATUS current
1558    DESCRIPTION
1559               "Mtree Retention Lock"
1560    SYNTAX      INTEGER     {
1561                                  enabled       (1),
1562                                  disabled      (2)
1563                            }
1564
1565    TenantUnitMgmtUserListUserRoleTC             ::= TEXTUAL-CONVENTION
1566    STATUS current
1567    DESCRIPTION
1568               "The role of a Management user of a tenant-unit. It can be
1569                tenant-admin (1) or tenant-user (2)."
1570    SYNTAX      INTEGER     {
1571                                  tenantAdmin    (1),
1572                                  tenantUser     (2)
1573                            }
1574
1575    TenantUnitMgmtGroupTypeTC             ::= TEXTUAL-CONVENTION
1576    STATUS current
1577    DESCRIPTION
1578               "The type of a Management group of a tenant-unit."
1579    SYNTAX      INTEGER     {
1580                                  all           (0),
1581                                  unknown       (1),
1582				  local         (2),
1583				  ad            (3),
1584				  nis           (4),
1585				  ldap          (5)
1586                            }
1587
1588    SmtStatusTC                       ::= TEXTUAL-CONVENTION
1589    STATUS current
1590    DESCRIPTION
1591               "Status of the SMT feature components. They may be enabled or
1592                disabled."
1593    SYNTAX      INTEGER     {
1594                                  disabled(0),
1595                                  enabled(1)
1596                            }
1597
1598    TenantUnitSecurityModeTC            ::= TEXTUAL-CONVENTION
1599    STATUS current
1600    DESCRIPTION
1601               "The security mode of a tenant-unit. It can be
1602                strict (1) or default (2)."
1603    SYNTAX      INTEGER     {
1604                                  strict       	(1),
1605                                  default       (2)
1606                            }
1607
1608    DDStatusTC                       ::= TEXTUAL-CONVENTION
1609    STATUS current
1610    DESCRIPTION
1611               "DD feature Status"
1612    SYNTAX      INTEGER     {
1613                                  disabled(0),
1614                                  enabled(1)
1615                            }
1616
1617    DdboostAccessClientsEncryStrengthTC         ::= TEXTUAL-CONVENTION
1618    STATUS current
1619    DESCRIPTION
1620                "The types of Ddboost access clients encryption strength level"
1621    SYNTAX      INTEGER     {
1622                                none            (0),
1623                                medium          (2),
1624                                high            (3)
1625                            }
1626
1627    DdboostAccessClientsAuthModeTC              ::= TEXTUAL-CONVENTION
1628    STATUS current
1629    DESCRIPTION
1630                "The types of Ddboost access clients authentication mode"
1631    SYNTAX      INTEGER     {
1632                                none            (0),
1633                                oneWay          (1),
1634                                twoWay          (2),
1635                                anonymous       (3)
1636                            }
1637
1638    HaSystemStatusTC                 ::= TEXTUAL-CONVENTION
1639    STATUS current
1640    DESCRIPTION
1641               "The status of the high availabiilty system."
1642    SYNTAX      INTEGER     {
1643                                  unknown(0),
1644                                  highlyAvailable(1),
1645                                  degraded(2)
1646                            }
1647
1648    HaStatusTC                       ::= TEXTUAL-CONVENTION
1649    STATUS current
1650    DESCRIPTION
1651               "The status of a high availabiilty component."
1652    SYNTAX      INTEGER     {
1653                                  unknown(0),
1654                                  ok(1),
1655                                  notOk(2),
1656                                  notApplicable(3)
1657                            }
1658
1659-- **********************************************************************
1660--
1661-- Environmentals
1662-- ==============
1663--
1664-- dataDomainMib		(1.3.6.1.4.1.19746)
1665--   dataDomainMibObjects	(1.3.6.1.4.1.19746.1)
1666--	environmentals		(1.3.6.1.4.1.19746.1.1)
1667--
1668-- **********************************************************************
1669
1670-- **********************************************************************
1671--
1672-- Power
1673-- ============
1674--
1675-- dataDomainMib		(1.3.6.1.4.1.19746)
1676--   dataDomainMibObjects	(1.3.6.1.4.1.19746.1)
1677--	environmentals		(1.3.6.1.4.1.19746.1.1)
1678--	    power			(1.3.6.1.4.1.19746.1.1.1)
1679--
1680-- **********************************************************************
1681
1682    power	    OBJECT IDENTIFIER ::= { environmentals 1 }
1683
1684-- **********************************************************************
1685--
1686-- powerModules
1687-- ==================
1688--
1689-- dataDomainMib        		(1.3.6.1.4.1.19746)
1690--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
1691--	environmentals			(1.3.6.1.4.1.19746.1.1)
1692--	    power				(1.3.6.1.4.1.19746.1.1.1)
1693--	       powerModules		(1.3.6.1.4.1.19746.1.1.1.1)
1694--
1695-- **********************************************************************
1696
1697    powerModules	    OBJECT IDENTIFIER ::= { power 1 }
1698
1699    powerModuleTable OBJECT-TYPE
1700        SYNTAX  SEQUENCE OF PowerModuleEntry
1701        MAX-ACCESS  not-accessible
1702        STATUS  current
1703        DESCRIPTION
1704            "A table containing entries of PowerModuleEntry."
1705        ::= { powerModules 1 }
1706
1707    powerModuleEntry OBJECT-TYPE
1708        SYNTAX  PowerModuleEntry
1709        MAX-ACCESS  not-accessible
1710        STATUS  current
1711        DESCRIPTION "powerModuleTable Row Description"
1712        INDEX { powerEnclosureID, powerModuleIndex }
1713        ::= { powerModuleTable 1 }
1714
1715    PowerModuleEntry ::= SEQUENCE {
1716    powerEnclosureID		EnclosureID,
1717    powerModuleIndex		PowerModuleIndexTC,
1718    powerModuleDescription  PowerModuleDescriptionTC,
1719	powerModuleStatus		PowerModuleStatusTC
1720    }
1721
1722    powerEnclosureID OBJECT-TYPE
1723        SYNTAX  EnclosureID
1724        MAX-ACCESS  not-accessible
1725        STATUS  current
1726        DESCRIPTION
1727            "Power Module Enclosure ID"
1728        ::= { powerModuleEntry 1 }
1729
1730    powerModuleIndex OBJECT-TYPE
1731        SYNTAX  PowerModuleIndexTC
1732        MAX-ACCESS  not-accessible
1733        STATUS  current
1734        DESCRIPTION
1735            "Power Module index"
1736        ::= { powerModuleEntry 2 }
1737
1738    powerModuleDescription OBJECT-TYPE
1739        SYNTAX  PowerModuleDescriptionTC
1740        MAX-ACCESS  read-only
1741        STATUS  current
1742        DESCRIPTION "Power Module Description"
1743        ::= { powerModuleEntry 3 }
1744
1745    powerModuleStatus OBJECT-TYPE
1746        SYNTAX  PowerModuleStatusTC
1747        MAX-ACCESS  read-only
1748        STATUS  current
1749        DESCRIPTION
1750            "current enclosure Power Module status"
1751        ::= { powerModuleEntry 4 }
1752
1753-- **********************************************************************
1754--
1755-- Temperatures
1756-- ============
1757--
1758-- dataDomainMib		(1.3.6.1.4.1.19746)
1759--   dataDomainMibObjects	(1.3.6.1.4.1.19746.1)
1760--	environmentals		(1.3.6.1.4.1.19746.1.1)
1761--	    temperatures	(1.3.6.1.4.1.19746.1.1.2)
1762--
1763-- **********************************************************************
1764
1765    temperatures	    OBJECT IDENTIFIER ::= { environmentals 2 }
1766
1767-- **********************************************************************
1768--
1769-- TemperatureSensors
1770-- ==================
1771--
1772-- dataDomainMib        		(1.3.6.1.4.1.19746)
1773--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
1774--	environmentals			(1.3.6.1.4.1.19746.1.1)
1775--	    temperatures		(1.3.6.1.4.1.19746.1.1.2)
1776--	       temperatureSensors	(1.3.6.1.4.1.19746.1.1.2.1)
1777--
1778-- **********************************************************************
1779
1780    temperatureSensors	    OBJECT IDENTIFIER ::= { temperatures 1 }
1781
1782    temperatureSensorTable OBJECT-TYPE
1783        SYNTAX  SEQUENCE OF TemperatureSensorEntry
1784        MAX-ACCESS  not-accessible
1785        STATUS  current
1786        DESCRIPTION
1787            "A table containing entries of TemperatureSensorEntry."
1788        ::= { temperatureSensors 1 }
1789
1790    temperatureSensorEntry OBJECT-TYPE
1791        SYNTAX  TemperatureSensorEntry
1792        MAX-ACCESS  not-accessible
1793        STATUS  current
1794        DESCRIPTION "temperatureSensorTable Row Description"
1795        INDEX { tempEnclosureID, tempSensorIndex }
1796        ::= { temperatureSensorTable 1 }
1797
1798    TemperatureSensorEntry ::= SEQUENCE {
1799    tempEnclosureID		EnclosureID,
1800	tempSensorIndex		TempSensorIndexTC,
1801        tempSensorTrapIndex     TempSensorIndexTC,
1802	tempSensorDescription	TempSensorDescriptionTC,
1803	tempSensorCurrentValue	Temperature,
1804	tempSensorStatus		TempSensorStatusTC
1805    }
1806
1807    tempEnclosureID OBJECT-TYPE
1808        SYNTAX  EnclosureID
1809        MAX-ACCESS  not-accessible
1810        STATUS  current
1811        DESCRIPTION
1812            "Temperature Sensor Enclosure ID"
1813        ::= { temperatureSensorEntry 1 }
1814
1815    tempSensorIndex OBJECT-TYPE
1816        SYNTAX  TempSensorIndexTC
1817        MAX-ACCESS  not-accessible
1818        STATUS  current
1819        DESCRIPTION
1820            "Temperature Sensor Number"
1821        ::= { temperatureSensorEntry 2 }
1822
1823    tempSensorTrapIndex OBJECT-TYPE
1824        SYNTAX  TempSensorIndexTC
1825        MAX-ACCESS  read-only
1826        STATUS  current
1827        DESCRIPTION
1828            "Temperature Sensor Number Used for Traps"
1829        ::= { temperatureSensorEntry 3 }
1830
1831    tempSensorDescription OBJECT-TYPE
1832        SYNTAX  TempSensorDescriptionTC
1833        MAX-ACCESS  read-only
1834        STATUS  current
1835        DESCRIPTION "Temperature Sensor Description"
1836        ::= { temperatureSensorEntry 4 }
1837
1838    tempSensorCurrentValue OBJECT-TYPE
1839        SYNTAX  Temperature
1840        MAX-ACCESS  read-only
1841        STATUS  current
1842        DESCRIPTION "Current Temperature Value of the sensor"
1843        ::= { temperatureSensorEntry 5 }
1844
1845    tempSensorStatus OBJECT-TYPE
1846        SYNTAX  TempSensorStatusTC
1847        MAX-ACCESS  read-only
1848        STATUS  current
1849        DESCRIPTION "Current status of the sensor"
1850        ::= { temperatureSensorEntry 6 }
1851
1852-- **********************************************************************
1853--
1854-- Fans
1855-- ====
1856--
1857-- dataDomainMib		(1.3.6.1.4.1.19746)
1858--   dataDomainMibObjects	(1.3.6.1.4.1.19746.1)
1859--	environmentals		(1.3.6.1.4.1.19746.1.1)
1860--	    fans		(1.3.6.1.4.1.19746.1.1.3)
1861--
1862-- **********************************************************************
1863
1864    fans		    OBJECT IDENTIFIER ::= { environmentals 3 }
1865
1866-- **********************************************************************
1867--
1868-- FanProperties
1869-- =============
1870--
1871-- dataDomainMib        	(1.3.6.1.4.1.19746)
1872--   dataDomainMibObjects	(1.3.6.1.4.1.19746.1)
1873--	environmentals		(1.3.6.1.4.1.19746.1.1)
1874--	    fans		(1.3.6.1.4.1.19746.1.1.3)
1875--		fanProperties	(1.3.6.1.4.1.19746.1.1.3.1)
1876--
1877-- **********************************************************************
1878
1879    fanProperties	    OBJECT IDENTIFIER ::= { fans 1 }
1880
1881    fanPropertiesTable OBJECT-TYPE
1882        SYNTAX  SEQUENCE OF FanPropertiesEntry
1883        MAX-ACCESS  not-accessible
1884        STATUS  current
1885        DESCRIPTION
1886            "A table containing entries of FanPropertiesEntry."
1887        ::= { fanProperties 1 }
1888
1889    fanPropertiesEntry OBJECT-TYPE
1890        SYNTAX  FanPropertiesEntry
1891        MAX-ACCESS  not-accessible
1892        STATUS  current
1893        DESCRIPTION "fanPropertiesTable Row Description"
1894        INDEX { fanEnclosureID, fanIndex }
1895        ::= { fanPropertiesTable 1 }
1896
1897    FanPropertiesEntry ::= SEQUENCE {
1898	fanEnclosureID	EnclosureID,
1899	fanIndex	FanIndexTC,
1900        fanTrapIndex	FanIndexTC,
1901	fanDescription  FanDescriptionTC,
1902	fanLevel	FanLevelTC,
1903	fanStatus	FanStatusTC
1904    }
1905
1906    fanEnclosureID OBJECT-TYPE
1907        SYNTAX  EnclosureID
1908        MAX-ACCESS  not-accessible
1909        STATUS  current
1910        DESCRIPTION
1911            "Enclosure ID of fan"
1912        ::= { fanPropertiesEntry 1 }
1913
1914    fanIndex OBJECT-TYPE
1915        SYNTAX  FanIndexTC
1916        MAX-ACCESS  not-accessible
1917        STATUS  current
1918        DESCRIPTION
1919            "Fan Number Index of the fan"
1920        ::= { fanPropertiesEntry 2 }
1921
1922    fanTrapIndex OBJECT-TYPE
1923        SYNTAX  FanIndexTC
1924        MAX-ACCESS  read-only
1925        STATUS  current
1926        DESCRIPTION
1927            "Fan Number trap index, used for trap notifications"
1928        ::= { fanPropertiesEntry 3 }
1929
1930    fanDescription OBJECT-TYPE
1931        SYNTAX  FanDescriptionTC
1932        MAX-ACCESS  read-only
1933        STATUS  current
1934        DESCRIPTION "Vendor supplied description of the fan"
1935        ::= { fanPropertiesEntry 4 }
1936
1937    fanLevel OBJECT-TYPE
1938        SYNTAX  FanLevelTC
1939        MAX-ACCESS  read-only
1940        STATUS  current
1941        DESCRIPTION "current run level of fan"
1942        ::= { fanPropertiesEntry 5 }
1943
1944    fanStatus OBJECT-TYPE
1945        SYNTAX  FanStatusTC
1946        MAX-ACCESS  read-only
1947        STATUS  current
1948        DESCRIPTION "Current status of the fan"
1949        ::= { fanPropertiesEntry 6 }
1950
1951-- **********************************************************************
1952--
1953-- NvramBatteries
1954-- ==============
1955--
1956-- dataDomainMib        		(1.3.6.1.4.1.19746)
1957--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
1958--	nvram				(1.3.6.1.4.1.19746.1.2)
1959--	    nvramBatteries		(1.3.6.1.4.1.19746.1.2.3)
1960--
1961-- **********************************************************************
1962
1963    nvramBatteries	    OBJECT IDENTIFIER ::= { nvram 3 }
1964
1965    nvramBatteryTable OBJECT-TYPE
1966        SYNTAX  SEQUENCE OF NvramBatteryEntry
1967        MAX-ACCESS  not-accessible
1968        STATUS  current
1969        DESCRIPTION
1970            "A table containing entries of NvramBatteryEntry."
1971        ::= { nvramBatteries 1 }
1972
1973    nvramBatteryEntry OBJECT-TYPE
1974        SYNTAX  NvramBatteryEntry
1975        MAX-ACCESS  not-accessible
1976        STATUS  current
1977        DESCRIPTION "nvramBatteryTable Row Description"
1978        INDEX { nvramBatteriesIndex, nvramBatteryIndex }
1979        ::= { nvramBatteryTable 1 }
1980
1981    NvramBatteryEntry ::= SEQUENCE {
1982	nvramBatteriesIndex   NvramIndexTC,
1983	nvramBatteryIndex   NvramBatteryIndexTC,
1984	nvramBatteryStatus  NvramBatteryStatusTC,
1985	nvramBatteryCharge  Percentage
1986    }
1987
1988    nvramBatteriesIndex OBJECT-TYPE
1989        SYNTAX  NvramIndexTC
1990        MAX-ACCESS  not-accessible
1991        STATUS  current
1992        DESCRIPTION
1993            "NVRAM card index"
1994        ::= { nvramBatteryEntry 1 }
1995
1996    nvramBatteryIndex OBJECT-TYPE
1997        SYNTAX  NvramBatteryIndexTC
1998        MAX-ACCESS  not-accessible
1999        STATUS  current
2000        DESCRIPTION
2001            "NVRAM Battery Number"
2002        ::= { nvramBatteryEntry 2 }
2003
2004    nvramBatteryStatus OBJECT-TYPE
2005        SYNTAX  NvramBatteryStatusTC
2006        MAX-ACCESS  read-only
2007        STATUS  current
2008        DESCRIPTION
2009            "NVRAM Battery Status"
2010        ::= { nvramBatteryEntry 3 }
2011
2012    nvramBatteryCharge OBJECT-TYPE
2013        SYNTAX  Percentage
2014        MAX-ACCESS  read-only
2015        STATUS  current
2016        DESCRIPTION
2017            "NVRAM Battery charge percentage"
2018        ::= { nvramBatteryEntry 4 }
2019
2020-- **********************************************************************
2021--
2022-- NvramProperties
2023-- ===============
2024--
2025-- dataDomainMib        		(1.3.6.1.4.1.19746)
2026--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
2027--	nvram				(1.3.6.1.4.1.19746.1.2)
2028--	    nvramProperties		(1.3.6.1.4.1.19746.1.2.1)
2029--
2030-- **********************************************************************
2031
2032    nvramProperties	    OBJECT IDENTIFIER ::= { nvram 1 }
2033
2034    nvramPropertiesTable OBJECT-TYPE
2035        SYNTAX  SEQUENCE OF NvramPropertiesEntry
2036        MAX-ACCESS  not-accessible
2037        STATUS  current
2038        DESCRIPTION
2039            "A table containing entries of NvramPropertiesEntry."
2040        ::= { nvramProperties 1 }
2041
2042    nvramPropertiesEntry OBJECT-TYPE
2043        SYNTAX  NvramPropertiesEntry
2044        MAX-ACCESS  not-accessible
2045        STATUS  current
2046        DESCRIPTION "nvramPropertiesTable Row Description"
2047        INDEX { nvramPropertiesIndex }
2048        ::= { nvramPropertiesTable 1 }
2049
2050    NvramPropertiesEntry ::= SEQUENCE {
2051	nvramPropertiesIndex   NvramIndexTC,
2052	nvramMemorySize        NvramMemorySizeTC,
2053	nvramWindowSize        NvramWindowSizeTC,
2054	nvramHCMemorySize      NvramHCPropertyBytesTC
2055    }
2056
2057    nvramPropertiesIndex OBJECT-TYPE
2058        SYNTAX  NvramIndexTC
2059        MAX-ACCESS  not-accessible
2060        STATUS  current
2061        DESCRIPTION
2062            "NVRAM card index"
2063        ::= { nvramPropertiesEntry 1 }
2064
2065    nvramMemorySize OBJECT-TYPE
2066        SYNTAX  NvramMemorySizeTC
2067        MAX-ACCESS  read-only
2068        STATUS  current
2069        DESCRIPTION "Size of NVRAM Memory in bytes"
2070        ::= { nvramPropertiesEntry 2 }
2071
2072    nvramWindowSize OBJECT-TYPE
2073        SYNTAX  NvramWindowSizeTC
2074        MAX-ACCESS  read-only
2075        STATUS  current
2076        DESCRIPTION "Window size of NVRAM in bytes"
2077        ::= { nvramPropertiesEntry 3 }
2078
2079    nvramHCMemorySize OBJECT-TYPE
2080        SYNTAX  NvramHCPropertyBytesTC
2081        MAX-ACCESS  read-only
2082        STATUS  current
2083        DESCRIPTION
2084            "The size of an NVRAM entity's memory in bytes, with support for
2085             high capacity modules. This entry may be used in place of
2086             nvramMemorySize."
2087        ::= { nvramPropertiesEntry 4 }
2088
2089
2090-- **********************************************************************
2091--
2092-- NvramStats
2093-- ==========
2094--
2095-- dataDomainMib        		(1.3.6.1.4.1.19746)
2096--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
2097--	nvram				(1.3.6.1.4.1.19746.1.2)
2098--	    nvramStats			(1.3.6.1.4.1.19746.1.2.2)
2099--
2100-- **********************************************************************
2101
2102    nvramStats		    OBJECT IDENTIFIER ::= { nvram 2 }
2103
2104    nvramStatsTable OBJECT-TYPE
2105        SYNTAX  SEQUENCE OF NvramStatsEntry
2106        MAX-ACCESS  not-accessible
2107        STATUS  current
2108        DESCRIPTION
2109            "A table containing entries of NvramStatsEntry."
2110        ::= { nvramStats 1 }
2111
2112    nvramStatsEntry OBJECT-TYPE
2113        SYNTAX  NvramStatsEntry
2114        MAX-ACCESS  not-accessible
2115        STATUS  current
2116        DESCRIPTION "nvramStatsTable Row Description"
2117        INDEX { nvramStatsIndex }
2118        ::= { nvramStatsTable 1 }
2119
2120    NvramStatsEntry ::= SEQUENCE {
2121	nvramStatsIndex   NvramIndexTC,
2122	nvramPCIErrorCount  ErrorCount,
2123	nvramMemoryErrorCount  ErrorCount
2124    }
2125
2126    nvramStatsIndex OBJECT-TYPE
2127        SYNTAX  NvramIndexTC
2128        MAX-ACCESS  not-accessible
2129        STATUS  current
2130        DESCRIPTION
2131            "NVRAM card index"
2132        ::= { nvramStatsEntry 1 }
2133
2134    nvramPCIErrorCount OBJECT-TYPE
2135        SYNTAX  ErrorCount
2136        MAX-ACCESS  read-only
2137        STATUS  current
2138        DESCRIPTION "Number of PCI Errors Encountered on NVRAM Card"
2139        ::= { nvramStatsEntry 2 }
2140
2141    nvramMemoryErrorCount OBJECT-TYPE
2142        SYNTAX  ErrorCount
2143        MAX-ACCESS  read-only
2144        STATUS  current
2145        DESCRIPTION "Number of Memory Errors  Encountered on NVRAM Card"
2146        ::= { nvramStatsEntry 3 }
2147
2148-- **********************************************************************
2149--
2150-- fileSystemArchiveUnit
2151-- ====================
2152--
2153-- dataDomainMib                (1.3.6.1.4.1.19746)
2154--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
2155--     fileSystem                     (1.3.6.1.4.1.19746.1.3)
2156--       fileSystemArchiveUnit           (1.3.6.1.4.1.19746.1.3.6)
2157--
2158-- **********************************************************************
2159
2160    fileSystemArchiveUnit		    OBJECT IDENTIFIER ::= { fileSystem 6 }
2161
2162    fileSystemArchiveUnitTable OBJECT-TYPE
2163        SYNTAX  SEQUENCE OF FileSystemArchiveUnitEntry
2164        MAX-ACCESS  not-accessible
2165        STATUS  current
2166        DESCRIPTION
2167            "A table containing entries of fileSystemArchiveUnitEntry."
2168        ::= { fileSystemArchiveUnit 1 }
2169
2170    fileSystemArchiveUnitEntry OBJECT-TYPE
2171        SYNTAX  FileSystemArchiveUnitEntry
2172        MAX-ACCESS  not-accessible
2173        STATUS  current
2174        DESCRIPTION
2175        "fileSystemArchiveUnitTable Row Description"
2176        INDEX { fileSystemArchiveUnitIndex }
2177        ::= { fileSystemArchiveUnitTable 1 }
2178
2179    FileSystemArchiveUnitEntry ::= SEQUENCE {
2180        fileSystemArchiveUnitIndex             DDMibTableIndexTC,
2181        fileSystemArchiveUnitName              DDMibTableString256TC,
2182        fileSystemArchiveUnitState             FileSystemArchiveUnitStateTC,
2183        fileSystemArchiveUnitStatus            FileSystemArchiveUnitStatusTC,
2184        fileSystemArchiveUnitStartTime         DDMibTimeStampTC,
2185        fileSystemArchiveUnitEndTime           DDMibTimeStampTC,
2186        fileSystemArchiveUnitSize              DDMibTableSizeGibTC,
2187        fileSystemArchiveUnitDiskGroups        DDMibTableString1024TC
2188    }
2189
2190    fileSystemArchiveUnitIndex OBJECT-TYPE
2191        SYNTAX  DDMibTableIndexTC
2192        MAX-ACCESS  not-accessible
2193        STATUS  current
2194        DESCRIPTION
2195            "fileSystem ArchiveUnit index"
2196        ::= { fileSystemArchiveUnitEntry 1 }
2197
2198    fileSystemArchiveUnitName OBJECT-TYPE
2199        SYNTAX  DDMibTableString256TC
2200        MAX-ACCESS  read-only
2201        STATUS  current
2202        DESCRIPTION
2203            "fileSystem ArchiveUnit Name"
2204        ::= { fileSystemArchiveUnitEntry 2 }
2205
2206    fileSystemArchiveUnitState OBJECT-TYPE
2207        SYNTAX FileSystemArchiveUnitStateTC
2208        MAX-ACCESS  read-only
2209        STATUS  current
2210        DESCRIPTION
2211            "fileSystem ArchiveUnit State"
2212        ::= { fileSystemArchiveUnitEntry 3 }
2213
2214    fileSystemArchiveUnitStatus OBJECT-TYPE
2215        SYNTAX  FileSystemArchiveUnitStatusTC
2216        MAX-ACCESS  read-only
2217        STATUS  current
2218        DESCRIPTION
2219            "fileSystem ArchiveUnit Status"
2220        ::= { fileSystemArchiveUnitEntry 4 }
2221
2222    fileSystemArchiveUnitStartTime OBJECT-TYPE
2223        SYNTAX  DDMibTimeStampTC
2224        MAX-ACCESS read-only
2225        STATUS  current
2226        DESCRIPTION
2227            "fileSystem ArchiveUnit start Time"
2228        ::= { fileSystemArchiveUnitEntry 5 }
2229
2230    fileSystemArchiveUnitEndTime OBJECT-TYPE
2231        SYNTAX  DDMibTimeStampTC
2232        MAX-ACCESS  read-only
2233        STATUS  current
2234        DESCRIPTION
2235            "fileSystem ArchiveUnit End Time"
2236        ::= { fileSystemArchiveUnitEntry 6 }
2237
2238    fileSystemArchiveUnitSize OBJECT-TYPE
2239        SYNTAX  DDMibTableSizeGibTC
2240        MAX-ACCESS  read-only
2241        STATUS  current
2242        DESCRIPTION
2243            "fileSystem ArchiveUnit Size in Gib"
2244        ::= { fileSystemArchiveUnitEntry 7 }
2245
2246    fileSystemArchiveUnitDiskGroups OBJECT-TYPE
2247        SYNTAX  DDMibTableString1024TC
2248        MAX-ACCESS  read-only
2249        STATUS  current
2250        DESCRIPTION
2251            "fileSystem ArchiveUnit DiskGroups"
2252        ::= { fileSystemArchiveUnitEntry 8 }
2253
2254-- **********************************************************************
2255--
2256-- fileSystemClean
2257-- ====================
2258--
2259-- dataDomainMib                (1.3.6.1.4.1.19746)
2260--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
2261--     fileSystem                     (1.3.6.1.4.1.19746.1.3)
2262--       fileSystemClean              (1.3.6.1.4.1.19746.1.3.5)
2263--
2264-- **********************************************************************
2265
2266    fileSystemClean		    OBJECT IDENTIFIER ::= { fileSystem 5 }
2267
2268    fileSystemCleanTable OBJECT-TYPE
2269        SYNTAX  SEQUENCE OF FileSystemCleanEntry
2270        MAX-ACCESS  not-accessible
2271        STATUS  current
2272        DESCRIPTION
2273            "A table containing entries of fileSystemCleanEntry."
2274        ::= { fileSystemClean 1 }
2275
2276    fileSystemCleanEntry OBJECT-TYPE
2277        SYNTAX  FileSystemCleanEntry
2278        MAX-ACCESS  not-accessible
2279        STATUS  current
2280        DESCRIPTION
2281        "fileSystemCleanTable Row Description"
2282        INDEX { fileSystemCleanIndex }
2283        ::= { fileSystemCleanTable 1 }
2284
2285    FileSystemCleanEntry ::= SEQUENCE {
2286        fileSystemCleanIndex          FileSystemCleanIndexTC,
2287        fileSystemCleanStatus           FileSystemCleanStatusTC,
2288        fileSystemCleanSchedule          FileSystemCleanScheduleTC,
2289        fileSystemCleanThrottle          FileSystemCleanThrottleTC
2290    }
2291
2292    fileSystemCleanIndex OBJECT-TYPE
2293        SYNTAX  FileSystemCleanIndexTC
2294        MAX-ACCESS  not-accessible
2295        STATUS  current
2296        DESCRIPTION
2297            "fileSystem Clean index"
2298        ::= { fileSystemCleanEntry 1 }
2299
2300    fileSystemCleanStatus OBJECT-TYPE
2301        SYNTAX  FileSystemCleanStatusTC
2302        MAX-ACCESS  read-only
2303        STATUS  current
2304        DESCRIPTION
2305            "fileSystem Clean Status"
2306        ::= { fileSystemCleanEntry 2 }
2307
2308    fileSystemCleanSchedule OBJECT-TYPE
2309        SYNTAX  FileSystemCleanScheduleTC
2310        MAX-ACCESS  read-only
2311        STATUS  current
2312        DESCRIPTION
2313            "fileSystem Clean Schedule"
2314        ::= { fileSystemCleanEntry 3 }
2315
2316    fileSystemCleanThrottle OBJECT-TYPE
2317        SYNTAX  FileSystemCleanThrottleTC
2318        MAX-ACCESS  read-only
2319        STATUS  current
2320        DESCRIPTION
2321            "fileSystem Clean Throttle"
2322        ::= { fileSystemCleanEntry 4 }
2323
2324-- **********************************************************************
2325--
2326-- FileSystemCompression
2327-- ===============
2328--
2329-- dataDomainMib        		(1.3.6.1.4.1.19746)
2330--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
2331--	fileSystem			        (1.3.6.1.4.1.19746.1.3)
2332--	    fileSystemCompression   (1.3.6.1.4.1.19746.1.3.3)
2333--
2334-- **********************************************************************
2335
2336    fileSystemCompression	    OBJECT IDENTIFIER ::= { fileSystem 3 }
2337
2338    fileSystemCompressionTable OBJECT-TYPE
2339        SYNTAX  SEQUENCE OF FileSystemCompressionEntry
2340        MAX-ACCESS  not-accessible
2341        STATUS  current
2342        DESCRIPTION
2343            "A table containing entries of FileSystemCompressionEntry."
2344        ::= { fileSystemCompression 1 }
2345
2346    fileSystemCompressionEntry OBJECT-TYPE
2347        SYNTAX  FileSystemCompressionEntry
2348        MAX-ACCESS  not-accessible
2349        STATUS  current
2350        DESCRIPTION
2351	    "fileSystemCompressionTable Row Description"
2352        INDEX { fileSystemCompressionIndex }
2353        ::= { fileSystemCompressionTable 1 }
2354
2355    FileSystemCompressionEntry ::= SEQUENCE {
2356	fileSystemCompressionIndex			FileSystemResourceIndexTC,
2357	fileSystemCompressionPeriod			FileSystemCompressionPeriodTC,
2358	fileSystemCompressionStartTime		DateTC,
2359	fileSystemCompressionEndTime		DateTC,
2360	fileSystemPreCompressionSize		FileSystemCompressionSizeTC,
2361	fileSystemPostCompressionSize		FileSystemCompressionSizeTC,
2362	fileSystemGlobalCompressionFactor	FileSystemCompressionFactorTC,
2363	fileSystemLocalCompressionFactor	FileSystemCompressionFactorTC,
2364        fileSystemTotalCompressionFactor        FileSystemCompressionFactorTC,
2365        fileSystemReductionPercent              Percentage,
2366        fileSystemReductionPercent1             PercentageStr
2367    }
2368
2369    fileSystemCompressionIndex OBJECT-TYPE
2370        SYNTAX  FileSystemResourceIndexTC
2371        MAX-ACCESS  not-accessible
2372        STATUS  current
2373        DESCRIPTION
2374            "File system compression index"
2375        ::= { fileSystemCompressionEntry 1 }
2376
2377    fileSystemCompressionPeriod OBJECT-TYPE
2378        SYNTAX  FileSystemCompressionPeriodTC
2379        MAX-ACCESS  read-only
2380        STATUS  current
2381        DESCRIPTION
2382            "File system compression period"
2383        ::= { fileSystemCompressionEntry 2 }
2384
2385    fileSystemCompressionStartTime OBJECT-TYPE
2386        SYNTAX  DateTC
2387        MAX-ACCESS  read-only
2388        STATUS  current
2389        DESCRIPTION
2390            "File system compression start time"
2391        ::= { fileSystemCompressionEntry 3 }
2392
2393    fileSystemCompressionEndTime OBJECT-TYPE
2394        SYNTAX  DateTC
2395        MAX-ACCESS  read-only
2396        STATUS  current
2397        DESCRIPTION
2398            "File system compression end time"
2399        ::= { fileSystemCompressionEntry 4 }
2400
2401    fileSystemPreCompressionSize OBJECT-TYPE
2402        SYNTAX  FileSystemCompressionSizeTC
2403        MAX-ACCESS  read-only
2404        STATUS  current
2405        DESCRIPTION
2406            "Size of the file system pre compression in gigabytes"
2407        ::= { fileSystemCompressionEntry 5 }
2408
2409    fileSystemPostCompressionSize OBJECT-TYPE
2410        SYNTAX  FileSystemCompressionSizeTC
2411        MAX-ACCESS  read-only
2412        STATUS  current
2413        DESCRIPTION
2414            "Size of the file system post compression in gigabytes"
2415        ::= { fileSystemCompressionEntry 6 }
2416
2417    fileSystemGlobalCompressionFactor OBJECT-TYPE
2418        SYNTAX  FileSystemCompressionFactorTC
2419        MAX-ACCESS  read-only
2420        STATUS  current
2421        DESCRIPTION
2422            "File system global compression factor"
2423        ::= { fileSystemCompressionEntry 7 }
2424
2425    fileSystemLocalCompressionFactor OBJECT-TYPE
2426        SYNTAX  FileSystemCompressionFactorTC
2427        MAX-ACCESS  read-only
2428        STATUS  current
2429        DESCRIPTION
2430            "File system local compression factor"
2431        ::= { fileSystemCompressionEntry 8 }
2432
2433    fileSystemTotalCompressionFactor OBJECT-TYPE
2434        SYNTAX  FileSystemCompressionFactorTC
2435        MAX-ACCESS  read-only
2436        STATUS  current
2437        DESCRIPTION
2438            "File system Total compression factor"
2439        ::= { fileSystemCompressionEntry 9 }
2440
2441    fileSystemReductionPercent OBJECT-TYPE
2442        SYNTAX  Percentage
2443        MAX-ACCESS  read-only
2444        STATUS  deprecated
2445        DESCRIPTION
2446            "File system Reduction Percent"
2447        ::= { fileSystemCompressionEntry 10 }
2448
2449    fileSystemReductionPercent1 OBJECT-TYPE
2450        SYNTAX  PercentageStr
2451        MAX-ACCESS  read-only
2452        STATUS  current
2453        DESCRIPTION
2454            "File system Reduction Percent"
2455        ::= { fileSystemCompressionEntry 11 }
2456
2457-- **********************************************************************
2458--
2459-- fileSystemOptions
2460-- ====================
2461--
2462-- dataDomainMib                (1.3.6.1.4.1.19746)
2463--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
2464--     fileSystem                     (1.3.6.1.4.1.19746.1.3)
2465--       fileSystemOptions              (1.3.6.1.4.1.19746.1.3.4)
2466--
2467-- **********************************************************************
2468
2469    fileSystemOptions		    OBJECT IDENTIFIER ::= { fileSystem 4 }
2470
2471    fileSystemOptionsTable OBJECT-TYPE
2472        SYNTAX  SEQUENCE OF FileSystemOptionsEntry
2473        MAX-ACCESS  not-accessible
2474        STATUS  current
2475        DESCRIPTION
2476            "A table containing entries of fileSystemOptionsEntry."
2477        ::= { fileSystemOptions 1 }
2478
2479    fileSystemOptionsEntry OBJECT-TYPE
2480        SYNTAX  FileSystemOptionsEntry
2481        MAX-ACCESS  not-accessible
2482        STATUS  current
2483        DESCRIPTION
2484        "fileSystemOptionsTable Row Description"
2485        INDEX { fileSystemOptionsIndex }
2486        ::= { fileSystemOptionsTable 1 }
2487
2488    FileSystemOptionsEntry ::= SEQUENCE {
2489        fileSystemOptionsIndex          FileSystemOptionsIndexTC,
2490        fileSystemOptionsName           FileSystemOptionsNameTC,
2491        fileSystemOptionsValue          FileSystemOptionsValueTC
2492    }
2493
2494    fileSystemOptionsIndex OBJECT-TYPE
2495        SYNTAX  FileSystemOptionsIndexTC
2496        MAX-ACCESS  not-accessible
2497        STATUS  current
2498        DESCRIPTION
2499            "fileSystem Options index"
2500        ::= { fileSystemOptionsEntry 1 }
2501
2502    fileSystemOptionsName OBJECT-TYPE
2503        SYNTAX  FileSystemOptionsNameTC
2504        MAX-ACCESS  read-only
2505        STATUS  current
2506        DESCRIPTION
2507            "This object represents the fileSystem Options type in text format.
2508             Below lists the possible options and their representations.
2509             --------------------------------   --------------------------
2510             Option Name                        Representation in text
2511             --------------------------------   --------------------------
2512	     Local compression type             gz/gzfast/lz
2513	     Marker-type                        auto/cv1
2514	     Report-replica-as-writable         enabled/disabled
2515	     Low-bw-optim replication support   enabled/disabled
2516	     Current global compression type    1/9
2517	     Staging reserve                    % of the total space/disabled
2518	     Staging clean                      % of staging reserve space
2519	     Staging delete suspend             % of staging reserve space
2520	     --------------------------------   ---------------------------
2521            "
2522        ::= { fileSystemOptionsEntry 2 }
2523
2524    fileSystemOptionsValue OBJECT-TYPE
2525        SYNTAX  FileSystemOptionsValueTC
2526        MAX-ACCESS  read-only
2527        STATUS  current
2528        DESCRIPTION
2529            "fileSystem Options Value"
2530        ::= { fileSystemOptionsEntry 3 }
2531
2532
2533-- **********************************************************************
2534--
2535-- FileSystemProperties
2536-- ====================
2537--
2538-- dataDomainMib        		(1.3.6.1.4.1.19746)
2539--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
2540--	fileSystem			(1.3.6.1.4.1.19746.1.3)
2541--	    fileSystemProperties	(1.3.6.1.4.1.19746.1.3.1)
2542--
2543-- **********************************************************************
2544
2545    fileSystemProperties    OBJECT IDENTIFIER ::= { fileSystem 1 }
2546
2547    fileSystemStatus OBJECT-TYPE
2548        SYNTAX  FileSystemStatusTC
2549        MAX-ACCESS  read-only
2550        STATUS  current
2551        DESCRIPTION "Status of the file system"
2552        ::= { fileSystemProperties 1 }
2553
2554    fileSystemVirtualSpace OBJECT-TYPE
2555        SYNTAX  FileSystemSpaceUnitTC
2556        MAX-ACCESS  read-only
2557        STATUS  current
2558        DESCRIPTION "Amount of Uncompressed data that has been backed up by the system"
2559        ::= { fileSystemProperties 2 }
2560
2561   fileSystemUpTime OBJECT-TYPE
2562        SYNTAX  DDMibTimeStampTC
2563        MAX-ACCESS  read-only
2564        STATUS  current
2565        DESCRIPTION "File System Up time"
2566        ::= { fileSystemProperties 3 }
2567
2568   fileSystemStatusMessage OBJECT-TYPE
2569        SYNTAX   DDMibTableString256TC
2570        MAX-ACCESS  read-only
2571        STATUS  current
2572        DESCRIPTION "file system status message"
2573        ::= { fileSystemProperties 4 }
2574
2575
2576
2577-- **********************************************************************
2578--
2579-- FileSystemSpace
2580-- ===============
2581--
2582-- dataDomainMib        		(1.3.6.1.4.1.19746)
2583--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
2584--	fileSystem			(1.3.6.1.4.1.19746.1.3)
2585--	    fileSystemSpace		(1.3.6.1.4.1.19746.1.3.2)
2586--
2587-- **********************************************************************
2588
2589    fileSystemSpace	    OBJECT IDENTIFIER ::= { fileSystem 2 }
2590
2591    fileSystemSpaceTable OBJECT-TYPE
2592        SYNTAX  SEQUENCE OF FileSystemSpaceEntry
2593        MAX-ACCESS  not-accessible
2594        STATUS  current
2595        DESCRIPTION
2596            "A table containing entries of FileSystemSpaceEntry."
2597        ::= { fileSystemSpace 1 }
2598
2599    fileSystemSpaceEntry OBJECT-TYPE
2600        SYNTAX  FileSystemSpaceEntry
2601        MAX-ACCESS  not-accessible
2602        STATUS  current
2603        DESCRIPTION
2604	    "fileSystemSpaceTable Row Description"
2605        INDEX { fileSystemResourceIndex }
2606        ::= { fileSystemSpaceTable 1 }
2607
2608    FileSystemSpaceEntry ::= SEQUENCE {
2609	fileSystemResourceIndex	FileSystemResourceIndexTC,
2610        fileSystemResourceTrapIndex	FileSystemResourceIndexTC,
2611	fileSystemResourceName	FileSystemResourceNameTC,
2612	fileSystemSpaceSize	FileSystemSpaceUnitTC,
2613	fileSystemSpaceUsed	FileSystemSpaceUnitTC,
2614	fileSystemSpaceAvail	FileSystemSpaceUnitTC,
2615	fileSystemPercentUsed		Percentage,
2616        fileSystemSpaceCleanable    FileSystemSpaceUnitTC,
2617        fileSystemResourceTier  DDMibTableString128TC
2618
2619    }
2620
2621    fileSystemResourceIndex OBJECT-TYPE
2622        SYNTAX  FileSystemResourceIndexTC
2623        MAX-ACCESS  not-accessible
2624        STATUS  current
2625        DESCRIPTION
2626            "File system resource index"
2627        ::= { fileSystemSpaceEntry 1 }
2628
2629    fileSystemResourceTrapIndex OBJECT-TYPE
2630        SYNTAX  FileSystemResourceIndexTC
2631        MAX-ACCESS  read-only
2632        STATUS  current
2633        DESCRIPTION
2634            "File system resource trap index"
2635        ::= { fileSystemSpaceEntry 2 }
2636
2637    fileSystemResourceName OBJECT-TYPE
2638        SYNTAX  FileSystemResourceNameTC
2639        MAX-ACCESS  read-only
2640        STATUS  current
2641        DESCRIPTION
2642            "File system resource name"
2643        ::= { fileSystemSpaceEntry 3 }
2644
2645    fileSystemSpaceSize OBJECT-TYPE
2646        SYNTAX  FileSystemSpaceUnitTC
2647        MAX-ACCESS  read-only
2648        STATUS  current
2649        DESCRIPTION
2650            "Size of the file system resource in gigabytes"
2651        ::= { fileSystemSpaceEntry 4 }
2652
2653    fileSystemSpaceUsed OBJECT-TYPE
2654        SYNTAX  FileSystemSpaceUnitTC
2655        MAX-ACCESS  read-only
2656        STATUS  current
2657        DESCRIPTION
2658            "Amount of used space within the file system resource in gigabytes"
2659        ::= { fileSystemSpaceEntry 5 }
2660
2661    fileSystemSpaceAvail OBJECT-TYPE
2662        SYNTAX  FileSystemSpaceUnitTC
2663        MAX-ACCESS  read-only
2664        STATUS  current
2665        DESCRIPTION
2666            "Amount of available space within the file system resource in gigabytes"
2667        ::= { fileSystemSpaceEntry 6 }
2668
2669    fileSystemPercentUsed OBJECT-TYPE
2670        SYNTAX  Percentage
2671        MAX-ACCESS  read-only
2672        STATUS  current
2673        DESCRIPTION
2674            "Percentage of used space within the file system resource"
2675        ::= { fileSystemSpaceEntry 7 }
2676
2677    fileSystemSpaceCleanable OBJECT-TYPE
2678        SYNTAX  FileSystemSpaceUnitTC
2679        MAX-ACCESS  read-only
2680        STATUS  current
2681        DESCRIPTION
2682            "Amount of cleanable space within the file system resource"
2683        ::= { fileSystemSpaceEntry 8 }
2684
2685    fileSystemResourceTier OBJECT-TYPE
2686        SYNTAX  DDMibTableString128TC
2687        MAX-ACCESS  read-only
2688        STATUS  current
2689        DESCRIPTION
2690            "The tier that a resource belongs to, such as active or archive."
2691        ::= { fileSystemSpaceEntry 9 }
2692
2693-- **********************************************************************
2694--
2695-- CurrentAlerts
2696-- =============
2697--
2698-- dataDomainMib        		(1.3.6.1.4.1.19746)
2699--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
2700--	alerts				(1.3.6.1.4.1.19746.1.4)
2701--	    currentAlerts		(1.3.6.1.4.1.19746.1.4.1)
2702--
2703-- **********************************************************************
2704
2705    currentAlerts	    OBJECT IDENTIFIER ::= { alerts 1 }
2706
2707    currentAlertTable OBJECT-TYPE
2708        SYNTAX  SEQUENCE OF CurrentAlertEntry
2709        MAX-ACCESS  not-accessible
2710        STATUS  current
2711        DESCRIPTION
2712            "A table containing entries of CurrentAlertEntry."
2713        ::= { currentAlerts 1 }
2714
2715    currentAlertEntry OBJECT-TYPE
2716        SYNTAX  CurrentAlertEntry
2717        MAX-ACCESS  not-accessible
2718        STATUS  current
2719        DESCRIPTION
2720	    "currentAlertTable Row Description"
2721        INDEX { currentAlertIndex }
2722        ::= { currentAlertTable 1 }
2723
2724    CurrentAlertEntry ::= SEQUENCE {
2725	currentAlertIndex	AlertIndexTC,
2726	currentAlertTimestamp	AlertTimestampTC,
2727	currentAlertDescription	AlertDescriptionTC,
2728        currentAlertSeverity    DDMibAlertSeverityTC,
2729        currentAlertID          DDMibTableString32TC
2730    }
2731
2732    currentAlertIndex OBJECT-TYPE
2733        SYNTAX  AlertIndexTC
2734        MAX-ACCESS  not-accessible
2735        STATUS  current
2736        DESCRIPTION
2737            "Current Alert Row index"
2738        ::= { currentAlertEntry 1 }
2739
2740    currentAlertTimestamp OBJECT-TYPE
2741        SYNTAX  AlertTimestampTC
2742        MAX-ACCESS  read-only
2743        STATUS  current
2744        DESCRIPTION
2745            "Timestamp of current alert"
2746        ::= { currentAlertEntry 2 }
2747
2748    currentAlertDescription OBJECT-TYPE
2749        SYNTAX  AlertDescriptionTC
2750        MAX-ACCESS  read-only
2751        STATUS  current
2752        DESCRIPTION
2753            "Alert Description"
2754        ::= { currentAlertEntry 3 }
2755
2756    currentAlertSeverity OBJECT-TYPE
2757        SYNTAX  DDMibAlertSeverityTC
2758        MAX-ACCESS  read-only
2759        STATUS  current
2760        DESCRIPTION
2761            "Alert Severity"
2762        ::= { currentAlertEntry 4 }
2763
2764    currentAlertID OBJECT-TYPE
2765        SYNTAX  DDMibTableString32TC
2766        MAX-ACCESS  read-only
2767        STATUS  current
2768        DESCRIPTION
2769            "Alert ID"
2770        ::= { currentAlertEntry 5 }
2771-- **********************************************************************
2772--
2773-- alertHistory
2774-- =============
2775--
2776-- dataDomainMib        		(1.3.6.1.4.1.19746)
2777--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
2778--	alerts				(1.3.6.1.4.1.19746.1.4)
2779--	    alertHistory		(1.3.6.1.4.1.19746.1.4.2)
2780--
2781-- **********************************************************************
2782    alertHistory             OBJECT IDENTIFIER ::= { alerts 2 }
2783
2784
2785    alertHistoryTable    OBJECT-TYPE
2786        SYNTAX  SEQUENCE OF AlertHistoryEntry
2787        MAX-ACCESS  not-accessible
2788        STATUS  current
2789        DESCRIPTION
2790            "A table containing entries of Alert History Entries."
2791        ::= { alertHistory 1 }
2792
2793    alertHistoryEntry OBJECT-TYPE
2794        SYNTAX  AlertHistoryEntry
2795        MAX-ACCESS  not-accessible
2796        STATUS  current
2797        DESCRIPTION
2798	    "alertHistoryTable Row Description"
2799        INDEX { alertHistoryIndex }
2800        ::= { alertHistoryTable 1 }
2801
2802    AlertHistoryEntry ::= SEQUENCE {
2803      alertHistoryIndex                    DDMibTableIndexTC,
2804      alertHistoryTimestamp                DDMibTimeStampTC,
2805      alertHistoryDescription              DDMibTableString256TC,
2806      alertHistorySeverity                 DDMibAlertSeverityTC,
2807      alertHistoryStatus                   DDMibTableString64TC
2808    }
2809
2810    alertHistoryIndex OBJECT-TYPE
2811        SYNTAX  DDMibTableIndexTC
2812        MAX-ACCESS  not-accessible
2813        STATUS  current
2814        DESCRIPTION
2815            "Alert History Row index"
2816        ::= { alertHistoryEntry 1 }
2817
2818    alertHistoryTimestamp OBJECT-TYPE
2819        SYNTAX  DDMibTimeStampTC
2820        MAX-ACCESS  read-only
2821        STATUS  current
2822        DESCRIPTION
2823            "Timestamp of  alert"
2824        ::= { alertHistoryEntry 2 }
2825
2826    alertHistoryDescription OBJECT-TYPE
2827        SYNTAX  DDMibTableString256TC
2828        MAX-ACCESS  read-only
2829        STATUS  current
2830        DESCRIPTION
2831            "Alert history Description"
2832        ::= { alertHistoryEntry 3 }
2833
2834   alertHistorySeverity OBJECT-TYPE
2835        SYNTAX  DDMibAlertSeverityTC
2836        MAX-ACCESS  read-only
2837        STATUS  current
2838        DESCRIPTION
2839            "Alert history Severity"
2840        ::= { alertHistoryEntry 4 }
2841
2842    alertHistoryStatus OBJECT-TYPE
2843        SYNTAX  DDMibTableString64TC
2844        MAX-ACCESS  read-only
2845        STATUS  current
2846        DESCRIPTION
2847            "Alert history Status (Post or Cleared)"
2848        ::= { alertHistoryEntry 5 }
2849
2850-- **********************************************************************
2851--
2852-- alertInfo
2853-- =============
2854--
2855-- dataDomainMib        		(1.3.6.1.4.1.19746)
2856--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
2857--	alerts				(1.3.6.1.4.1.19746.1.4)
2858--	    alertInfo   		(1.3.6.1.4.1.19746.1.4.3)
2859--
2860-- **********************************************************************
2861    alertInfo             OBJECT IDENTIFIER ::= { alerts 3 }
2862
2863
2864    alertInfoTable    OBJECT-TYPE
2865        SYNTAX  SEQUENCE OF AlertInfoEntry
2866        MAX-ACCESS  not-accessible
2867        STATUS  current
2868        DESCRIPTION
2869            "A table containing entries of Alert Information."
2870        ::= { alertInfo 1 }
2871
2872    alertInfoEntry OBJECT-TYPE
2873        SYNTAX  AlertInfoEntry
2874        MAX-ACCESS  not-accessible
2875        STATUS  current
2876        DESCRIPTION
2877	    "alertInfoTable Row Description"
2878        INDEX { alertInfoIndex }
2879        ::= { alertInfoTable 1 }
2880
2881    AlertInfoEntry ::= SEQUENCE {
2882      alertInfoIndex                    DDMibTableIndexTC,
2883      alertInfoDescription              DDMibTableString256TC
2884    }
2885
2886    alertInfoIndex OBJECT-TYPE
2887        SYNTAX  DDMibTableIndexTC
2888        MAX-ACCESS  not-accessible
2889        STATUS  current
2890        DESCRIPTION
2891            "Alert Info Row index"
2892        ::= { alertInfoEntry 1 }
2893
2894    alertInfoDescription OBJECT-TYPE
2895        SYNTAX  DDMibTableString256TC
2896        MAX-ACCESS  read-only
2897        STATUS  current
2898        DESCRIPTION
2899            "Alert Info Description"
2900        ::= { alertInfoEntry 2 }
2901
2902
2903-- **********************************************************************
2904--
2905-- SystemStats
2906-- ===========
2907--
2908-- dataDomainMib        		(1.3.6.1.4.1.19746)
2909--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
2910--	statistics			(1.3.6.1.4.1.19746.1.5)
2911--	    systemStats			(1.3.6.1.4.1.19746.1.5.1)
2912--
2913-- **********************************************************************
2914
2915    systemStats		    OBJECT IDENTIFIER ::= { statistics 1 }
2916
2917    systemStatsTable OBJECT-TYPE
2918        SYNTAX  SEQUENCE OF SystemStatsEntry
2919        MAX-ACCESS  not-accessible
2920        STATUS  current
2921        DESCRIPTION
2922            "A table containing entries of SystemStatsEntry."
2923        ::= { systemStats 1 }
2924
2925    systemStatsEntry OBJECT-TYPE
2926        SYNTAX  SystemStatsEntry
2927        MAX-ACCESS  not-accessible
2928        STATUS  current
2929        DESCRIPTION
2930	    "systemStatsTable Row Description"
2931        INDEX { systemStatsIndex }
2932        ::= { systemStatsTable 1 }
2933
2934    SystemStatsEntry ::= SEQUENCE {
2935	systemStatsIndex	    SystemStatsIndexTC,
2936	cpuAvgPercentageBusy	    Percentage,
2937	cpuMaxPercentageBusy	    Percentage,
2938	nfsOpsPerSecond		    OpsPerSecond,
2939	nfsIdlePercentage	    Percentage,
2940	nfsProcPercentage	    Percentage,
2941	nfsSendPercentage	    Percentage,
2942	nfsReceivePercentage	    Percentage,
2943	cifsOpsPerSecond	    OpsPerSecond,
2944	diskReadKBytesPerSecond	    KBytesPerSecond,
2945	diskWriteKBytesPerSecond    KBytesPerSecond,
2946	diskBusyPercentage	    Percentage,
2947	nvramReadKBytesPerSecond    KBytesPerSecond,
2948	nvramWriteKBytesPerSecond   KBytesPerSecond,
2949	replInKBytesPerSecond	    KBytesPerSecond,
2950	replOutKBytesPerSecond	    KBytesPerSecond
2951    }
2952
2953    systemStatsIndex OBJECT-TYPE
2954        SYNTAX  SystemStatsIndexTC
2955        MAX-ACCESS  not-accessible
2956        STATUS  current
2957        DESCRIPTION
2958            "System Stats Row index"
2959        ::= { systemStatsEntry 1 }
2960
2961    cpuAvgPercentageBusy OBJECT-TYPE
2962        SYNTAX  Percentage
2963        MAX-ACCESS  read-only
2964        STATUS  current
2965        DESCRIPTION
2966            "CPU Average Percentage Busy"
2967        ::= { systemStatsEntry 2 }
2968
2969    cpuMaxPercentageBusy OBJECT-TYPE
2970        SYNTAX  Percentage
2971        MAX-ACCESS  read-only
2972        STATUS  current
2973        DESCRIPTION
2974            "CPU Max Percentage Busy"
2975        ::= { systemStatsEntry 3 }
2976
2977    nfsOpsPerSecond OBJECT-TYPE
2978        SYNTAX  OpsPerSecond
2979        MAX-ACCESS  read-only
2980        STATUS  current
2981        DESCRIPTION
2982            "Number of NFS Operations performed per second"
2983        ::= { systemStatsEntry 4 }
2984
2985    nfsIdlePercentage OBJECT-TYPE
2986        SYNTAX  Percentage
2987        MAX-ACCESS  read-only
2988        STATUS  current
2989        DESCRIPTION
2990            "Percentage of time NFS was Idle"
2991        ::= { systemStatsEntry 5 }
2992
2993    nfsProcPercentage OBJECT-TYPE
2994        SYNTAX  Percentage
2995        MAX-ACCESS  read-only
2996        STATUS  current
2997        DESCRIPTION
2998            "Percentage of time NFS was processing"
2999        ::= { systemStatsEntry 6 }
3000
3001    nfsSendPercentage OBJECT-TYPE
3002        SYNTAX  Percentage
3003        MAX-ACCESS  read-only
3004        STATUS  current
3005        DESCRIPTION
3006            "Percentage of time NFS was sending requests"
3007        ::= { systemStatsEntry 7 }
3008
3009    nfsReceivePercentage OBJECT-TYPE
3010        SYNTAX  Percentage
3011        MAX-ACCESS  read-only
3012        STATUS  current
3013        DESCRIPTION
3014            "Percentage of time NFS was receiving requests"
3015        ::= { systemStatsEntry 8 }
3016
3017    cifsOpsPerSecond OBJECT-TYPE
3018        SYNTAX  OpsPerSecond
3019        MAX-ACCESS  read-only
3020        STATUS  current
3021        DESCRIPTION
3022            "Number of CIFS Operations performed per second"
3023        ::= { systemStatsEntry 9 }
3024
3025    diskReadKBytesPerSecond OBJECT-TYPE
3026        SYNTAX  KBytesPerSecond
3027        MAX-ACCESS  read-only
3028        STATUS  current
3029        DESCRIPTION
3030            "Number of KBytes per second read from disk"
3031        ::= { systemStatsEntry 10 }
3032
3033    diskWriteKBytesPerSecond OBJECT-TYPE
3034        SYNTAX  KBytesPerSecond
3035        MAX-ACCESS  read-only
3036        STATUS  current
3037        DESCRIPTION
3038            "Number of KBytes per second written on disk"
3039        ::= { systemStatsEntry 11 }
3040
3041    diskBusyPercentage OBJECT-TYPE
3042        SYNTAX  Percentage
3043        MAX-ACCESS  read-only
3044        STATUS  current
3045        DESCRIPTION
3046            "Percentage of Time Disks were busy"
3047        ::= { systemStatsEntry 12 }
3048
3049    nvramReadKBytesPerSecond OBJECT-TYPE
3050        SYNTAX  KBytesPerSecond
3051        MAX-ACCESS  read-only
3052        STATUS  current
3053        DESCRIPTION
3054            "Number of KBytes read per second from NVRAM"
3055        ::= { systemStatsEntry 13 }
3056
3057    nvramWriteKBytesPerSecond OBJECT-TYPE
3058        SYNTAX  KBytesPerSecond
3059        MAX-ACCESS  read-only
3060        STATUS  current
3061        DESCRIPTION
3062            "Number of KBytes written per second on NVRAM"
3063        ::= { systemStatsEntry 14 }
3064
3065    replInKBytesPerSecond OBJECT-TYPE
3066        SYNTAX  KBytesPerSecond
3067        MAX-ACCESS  read-only
3068        STATUS  current
3069        DESCRIPTION
3070            "Number of KBytes per second received for Replication"
3071        ::= { systemStatsEntry 15 }
3072
3073    replOutKBytesPerSecond OBJECT-TYPE
3074        SYNTAX  KBytesPerSecond
3075        MAX-ACCESS  read-only
3076        STATUS  current
3077        DESCRIPTION
3078            "Number of KBytes per second sent for Replication"
3079        ::= { systemStatsEntry 16 }
3080
3081-- **********************************************************************
3082--
3083-- DiskPerformance
3084-- ===============
3085--
3086-- dataDomainMib        		(1.3.6.1.4.1.19746)
3087--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
3088--	diskStorage			(1.3.6.1.4.1.19746.1.6)
3089--	    diskPerformance		(1.3.6.1.4.1.19746.1.6.2)
3090--
3091-- **********************************************************************
3092
3093    diskPerformance	    OBJECT IDENTIFIER ::= { diskStorage 2 }
3094
3095    diskPerformanceTable OBJECT-TYPE
3096        SYNTAX  SEQUENCE OF DiskPerformanceEntry
3097        MAX-ACCESS  not-accessible
3098        STATUS  current
3099        DESCRIPTION
3100            "A table containing entries of DiskPerformanceEntry."
3101        ::= { diskPerformance 1 }
3102
3103    diskPerformanceEntry OBJECT-TYPE
3104        SYNTAX  DiskPerformanceEntry
3105        MAX-ACCESS  not-accessible
3106        STATUS  current
3107        DESCRIPTION
3108	    "diskPerformanceTable Row Description"
3109        INDEX { diskPerfEnclosureID, diskPerfIndex }
3110        ::= { diskPerformanceTable 1 }
3111
3112    DiskPerformanceEntry ::= SEQUENCE {
3113    diskPerfEnclosureID		EnclosureID,
3114	diskPerfIndex	    DiskIndexTC,
3115	diskSectorsRead	    DiskSectorsPerSecondTC,
3116	diskSectorsWritten  DiskSectorsPerSecondTC,
3117	diskTotalKBytes	    KBytesPerSecond,
3118	diskBusy	    Percentage,
3119        diskPerfState	    DiskStateTC
3120    }
3121
3122    diskPerfEnclosureID OBJECT-TYPE
3123        SYNTAX  EnclosureID
3124        MAX-ACCESS  not-accessible
3125        STATUS  current
3126        DESCRIPTION
3127            "Enclosure ID of disk"
3128        ::= { diskPerformanceEntry 1 }
3129
3130    diskPerfIndex OBJECT-TYPE
3131        SYNTAX  DiskIndexTC
3132        MAX-ACCESS  not-accessible
3133        STATUS  current
3134        DESCRIPTION
3135            "Disk Number"
3136        ::= { diskPerformanceEntry 2 }
3137
3138    diskSectorsRead OBJECT-TYPE
3139        SYNTAX  DiskSectorsPerSecondTC
3140        MAX-ACCESS  read-only
3141        STATUS  current
3142        DESCRIPTION
3143            "Number of disk sectors read per second"
3144        ::= { diskPerformanceEntry 3 }
3145
3146    diskSectorsWritten OBJECT-TYPE
3147        SYNTAX  DiskSectorsPerSecondTC
3148        MAX-ACCESS  read-only
3149        STATUS  current
3150        DESCRIPTION
3151            "Number of disk sectors written per second"
3152        ::= { diskPerformanceEntry 4 }
3153
3154    diskTotalKBytes OBJECT-TYPE
3155        SYNTAX  KBytesPerSecond
3156        MAX-ACCESS  read-only
3157        STATUS  current
3158        DESCRIPTION
3159            "Total Number of Kilo-bytes read/written per second"
3160        ::= { diskPerformanceEntry 5 }
3161
3162    diskBusy OBJECT-TYPE
3163        SYNTAX  Percentage
3164        MAX-ACCESS  read-only
3165        STATUS  current
3166        DESCRIPTION
3167            "Percentage of time disk is busy"
3168        ::= { diskPerformanceEntry 6 }
3169
3170    diskPerfState OBJECT-TYPE
3171        SYNTAX  DiskStateTC
3172        MAX-ACCESS  read-only
3173        STATUS  current
3174        DESCRIPTION
3175            "Current State of the disk"
3176        ::= { diskPerformanceEntry 7 }
3177
3178-- **********************************************************************
3179--
3180-- DiskProperties
3181-- ==============
3182--
3183-- dataDomainMib        		(1.3.6.1.4.1.19746)
3184--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
3185--	diskStorage			(1.3.6.1.4.1.19746.1.6)
3186--	    diskProperties		(1.3.6.1.4.1.19746.1.6.1)
3187--
3188-- **********************************************************************
3189
3190    diskProperties	    OBJECT IDENTIFIER ::= { diskStorage 1 }
3191
3192    diskPropertiesTable OBJECT-TYPE
3193        SYNTAX  SEQUENCE OF DiskPropertiesEntry
3194        MAX-ACCESS  not-accessible
3195        STATUS  current
3196        DESCRIPTION
3197            "A table containing entries of DiskPropertiesEntry."
3198        ::= { diskProperties 1 }
3199
3200    diskPropertiesEntry OBJECT-TYPE
3201        SYNTAX  DiskPropertiesEntry
3202        MAX-ACCESS  not-accessible
3203        STATUS  current
3204        DESCRIPTION "diskPropertiesTable Row Description"
3205        INDEX { diskPropEnclosureID, diskPropIndex }
3206        ::= { diskPropertiesTable 1 }
3207
3208    DiskPropertiesEntry ::= SEQUENCE {
3209    diskPropEnclosureID     EnclosureID,
3210	diskPropIndex	    DiskIndexTC,
3211        diskPropTrapIndex   DiskIndexTC,
3212	diskModel	    DiskModelTC,
3213	diskFirmwareVersion DiskFirmwareVersionTC,
3214	diskSerialNumber    DiskSerialNumberTC,
3215	diskCapacity	    DiskCapacityTC,
3216	diskPropState	    DiskStateTC,
3217	diskPack            DiskPackTC
3218    }
3219
3220    diskPropEnclosureID OBJECT-TYPE
3221        SYNTAX  EnclosureID
3222        MAX-ACCESS  not-accessible
3223        STATUS  current
3224        DESCRIPTION
3225            "Enclosure ID of disk"
3226        ::= { diskPropertiesEntry 1 }
3227
3228    diskPropIndex OBJECT-TYPE
3229        SYNTAX  DiskIndexTC
3230        MAX-ACCESS  not-accessible
3231        STATUS  current
3232        DESCRIPTION
3233            "Disk Number"
3234        ::= { diskPropertiesEntry 2 }
3235
3236    diskPropTrapIndex OBJECT-TYPE
3237        SYNTAX  DiskIndexTC
3238        MAX-ACCESS  read-only
3239        STATUS  current
3240        DESCRIPTION
3241            "Disk Number for Traps"
3242        ::= { diskPropertiesEntry 3 }
3243
3244    diskModel OBJECT-TYPE
3245        SYNTAX	DiskModelTC
3246        MAX-ACCESS  read-only
3247        STATUS  current
3248        DESCRIPTION
3249	    "Manufacture and model of the disk"
3250        ::= { diskPropertiesEntry 4 }
3251
3252    diskFirmwareVersion OBJECT-TYPE
3253        SYNTAX	DiskFirmwareVersionTC
3254        MAX-ACCESS  read-only
3255        STATUS  current
3256        DESCRIPTION
3257	    "Firmware version of the disk"
3258        ::= { diskPropertiesEntry 5 }
3259
3260    diskSerialNumber OBJECT-TYPE
3261        SYNTAX	DiskSerialNumberTC
3262        MAX-ACCESS  read-only
3263        STATUS  current
3264        DESCRIPTION
3265	    "Serial Number of the disk"
3266        ::= { diskPropertiesEntry 6 }
3267
3268    diskCapacity OBJECT-TYPE
3269        SYNTAX	DiskCapacityTC
3270        MAX-ACCESS  read-only
3271        STATUS  current
3272        DESCRIPTION
3273	    "Capacity of the disk"
3274        ::= { diskPropertiesEntry 7 }
3275
3276    diskPropState OBJECT-TYPE
3277        SYNTAX	DiskStateTC
3278        MAX-ACCESS  read-only
3279        STATUS  current
3280        DESCRIPTION
3281	    "Current State of the disk"
3282        ::= { diskPropertiesEntry 8 }
3283
3284    diskPack OBJECT-TYPE
3285        SYNTAX  DiskPackTC
3286        MAX-ACCESS  read-only
3287        STATUS  current
3288        DESCRIPTION
3289            "Pack information of the disk.
3290	     Applicable to enclosures with packs such as ES60, and not for ES20 or ES30."
3291        ::= { diskPropertiesEntry 9 }
3292
3293-- **********************************************************************
3294--
3295-- DiskReliability
3296-- ===============
3297--
3298-- dataDomainMib        		(1.3.6.1.4.1.19746)
3299--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
3300--	diskStorage			(1.3.6.1.4.1.19746.1.6)
3301--	    diskReliability		(1.3.6.1.4.1.19746.1.6.3)
3302--
3303-- **********************************************************************
3304
3305    diskReliability	    OBJECT IDENTIFIER ::= { diskStorage 3 }
3306
3307    diskReliabilityTable OBJECT-TYPE
3308        SYNTAX  SEQUENCE OF DiskReliabilityEntry
3309        MAX-ACCESS  not-accessible
3310        STATUS  current
3311        DESCRIPTION
3312            "A table containing entries of DiskReliabilityEntry."
3313        ::= { diskReliability 1 }
3314
3315    diskReliabilityEntry OBJECT-TYPE
3316        SYNTAX  DiskReliabilityEntry
3317        MAX-ACCESS  not-accessible
3318        STATUS  current
3319        DESCRIPTION
3320	    "diskReliabilityTable Row Description"
3321        INDEX { diskErrEnclosureID, diskErrIndex }
3322        ::= { diskReliabilityTable 1 }
3323
3324    DiskReliabilityEntry ::= SEQUENCE {
3325    diskErrEnclosureID	EnclosureID,
3326	diskErrIndex		DiskIndexTC,
3327        diskErrTrapIndex        DiskIndexTC,
3328	diskTemperature		Temperature,
3329	diskTimeoutCount	ErrorCount,
3330	diskReadFailCount	ErrorCount,
3331	diskWriteFailCount	ErrorCount,
3332	diskMiscFailCount	ErrorCount,
3333	diskOffTrackErrCount	ErrorCount,
3334	diskSoftEccCount	ErrorCount,
3335	diskCrcErrCount		ErrorCount,
3336	diskProbationalCount	ErrorCount,
3337	diskReallocCount	ErrorCount,
3338	diskErrState		DiskStateTC
3339    }
3340
3341    diskErrEnclosureID OBJECT-TYPE
3342        SYNTAX  EnclosureID
3343        MAX-ACCESS  not-accessible
3344        STATUS  current
3345        DESCRIPTION
3346            "Enclosure ID of disk"
3347        ::= { diskReliabilityEntry 1 }
3348
3349    diskErrIndex OBJECT-TYPE
3350        SYNTAX  DiskIndexTC
3351        MAX-ACCESS  not-accessible
3352        STATUS  current
3353        DESCRIPTION
3354            "Disk Number"
3355        ::= { diskReliabilityEntry 2 }
3356
3357    diskErrTrapIndex OBJECT-TYPE
3358        SYNTAX  DiskIndexTC
3359        MAX-ACCESS read-only
3360        STATUS  current
3361        DESCRIPTION
3362            "Disk Number for Traps"
3363        ::= { diskReliabilityEntry 3 }
3364
3365    diskTemperature OBJECT-TYPE
3366        SYNTAX  Temperature
3367        MAX-ACCESS  read-only
3368        STATUS  current
3369        DESCRIPTION
3370            "Current Disk Temperature in Celsius"
3371        ::= { diskReliabilityEntry 4 }
3372
3373    diskTimeoutCount OBJECT-TYPE
3374        SYNTAX  ErrorCount
3375        MAX-ACCESS  read-only
3376        STATUS  current
3377        DESCRIPTION
3378            "Number of command timeouts"
3379        ::= { diskReliabilityEntry 5 }
3380
3381    diskReadFailCount OBJECT-TYPE
3382        SYNTAX  ErrorCount
3383        MAX-ACCESS  read-only
3384        STATUS  current
3385        DESCRIPTION
3386            "Number of read failures"
3387        ::= { diskReliabilityEntry 6 }
3388
3389    diskWriteFailCount OBJECT-TYPE
3390        SYNTAX  ErrorCount
3391        MAX-ACCESS  read-only
3392        STATUS  current
3393        DESCRIPTION
3394            "Number of write failures"
3395        ::= { diskReliabilityEntry 7 }
3396
3397    diskMiscFailCount OBJECT-TYPE
3398        SYNTAX  ErrorCount
3399        MAX-ACCESS  read-only
3400        STATUS  current
3401        DESCRIPTION
3402            "Number of miscellaneous failures"
3403        ::= { diskReliabilityEntry 8 }
3404
3405    diskOffTrackErrCount OBJECT-TYPE
3406        SYNTAX  ErrorCount
3407        MAX-ACCESS  read-only
3408        STATUS  current
3409        DESCRIPTION
3410            "Number of offtrack errors"
3411        ::= { diskReliabilityEntry 9 }
3412
3413    diskSoftEccCount OBJECT-TYPE
3414        SYNTAX  ErrorCount
3415        MAX-ACCESS  read-only
3416        STATUS  current
3417        DESCRIPTION
3418            "Number of soft ecc errors"
3419        ::= { diskReliabilityEntry 10 }
3420
3421    diskCrcErrCount OBJECT-TYPE
3422        SYNTAX  ErrorCount
3423        MAX-ACCESS  read-only
3424        STATUS  current
3425        DESCRIPTION
3426            "Number of crc errors"
3427        ::= { diskReliabilityEntry 11 }
3428
3429    diskProbationalCount OBJECT-TYPE
3430        SYNTAX  ErrorCount
3431        MAX-ACCESS  read-only
3432        STATUS  current
3433        DESCRIPTION
3434            "Number of probational errors"
3435        ::= { diskReliabilityEntry 12 }
3436
3437    diskReallocCount OBJECT-TYPE
3438        SYNTAX  ErrorCount
3439        MAX-ACCESS  read-only
3440        STATUS  current
3441        DESCRIPTION
3442            "Number of reallocation errors"
3443        ::= { diskReliabilityEntry 13 }
3444
3445    diskErrState OBJECT-TYPE
3446        SYNTAX  DiskStateTC
3447        MAX-ACCESS  read-only
3448        STATUS  current
3449        DESCRIPTION
3450            "Current State of the disk"
3451        ::= { diskReliabilityEntry 14 }
3452
3453-- **********************************************************************
3454--
3455-- ReplicationConfig
3456-- ========
3457--
3458-- dataDomainMib        		(1.3.6.1.4.1.19746)
3459--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
3460--	replication				(1.3.6.1.4.1.19746.1.8)
3461--	    replicationConfig			(1.3.6.1.4.1.19746.1.8.2)
3462--
3463-- **********************************************************************
3464
3465    replicationConfig		    OBJECT IDENTIFIER ::= { replication 2 }
3466
3467    replicationConfigTable OBJECT-TYPE
3468        SYNTAX  SEQUENCE OF ReplicationConfigEntry
3469        MAX-ACCESS  not-accessible
3470        STATUS  current
3471        DESCRIPTION
3472            "A table containing entries of ReplicationConfigEntry."
3473        ::= { replicationConfig 1 }
3474
3475    replicationConfigEntry OBJECT-TYPE
3476        SYNTAX  ReplicationConfigEntry
3477        MAX-ACCESS  not-accessible
3478        STATUS  current
3479        DESCRIPTION
3480	    "replicationConfigTable Row Description"
3481        INDEX { replConfigIndex }
3482        ::= { replicationConfigTable 1 }
3483
3484    ReplicationConfigEntry ::= SEQUENCE {
3485	replConfigIndex		     		ReplicationConfigIndexTC,
3486	replConfigContextId	  	  	ReplicationConfigContextIdTC,
3487	replConfigSource			ReplicationConfigSourceTC,
3488	replConfigDest			        ReplicationConfigDestTC,
3489	replConfigConnHost		    	ReplicationConfigConnHostTC,
3490	replConfigConnPort		    	ReplicationConfigConnPortTC,
3491	replConfigLowBWOptim 			ReplicationConfigLowBWOptimTC,
3492	replConfigEnabled			ReplicationConfigEnabledTC,
3493	replConfigTenantUnit			DDMibString96TC
3494    }
3495
3496    replConfigIndex OBJECT-TYPE
3497        SYNTAX  ReplicationConfigIndexTC
3498        MAX-ACCESS  not-accessible
3499        STATUS  current
3500        DESCRIPTION
3501            "ConfigIndex ID of replication source/dest pair"
3502        ::= { replicationConfigEntry 1 }
3503
3504    replConfigContextId OBJECT-TYPE
3505        SYNTAX  ReplicationConfigContextIdTC
3506        MAX-ACCESS  read-only
3507        STATUS  current
3508        DESCRIPTION
3509            "ConfigContextId of replication source/dest pair"
3510        ::= { replicationConfigEntry 2 }
3511
3512    replConfigSource OBJECT-TYPE
3513        SYNTAX  ReplicationConfigSourceTC
3514        MAX-ACCESS  read-only
3515        STATUS  current
3516        DESCRIPTION
3517            "Source for replication source/dest pair connection"
3518        ::= { replicationConfigEntry 3 }
3519
3520    replConfigDest OBJECT-TYPE
3521        SYNTAX  ReplicationConfigDestTC
3522        MAX-ACCESS  read-only
3523        STATUS  current
3524        DESCRIPTION
3525            "Destination for replication connection"
3526        ::= { replicationConfigEntry 4 }
3527
3528    replConfigConnHost OBJECT-TYPE
3529        SYNTAX  ReplicationConfigConnHostTC
3530        MAX-ACCESS  read-only
3531        STATUS  current
3532        DESCRIPTION
3533            "Host for a replication connection"
3534        ::= { replicationConfigEntry 5 }
3535
3536    replConfigConnPort OBJECT-TYPE
3537        SYNTAX  ReplicationConfigConnPortTC
3538        MAX-ACCESS  read-only
3539        STATUS  current
3540        DESCRIPTION
3541            "Replication Configuration port for the connection"
3542        ::= { replicationConfigEntry 6 }
3543
3544    replConfigLowBWOptim OBJECT-TYPE
3545        SYNTAX  ReplicationConfigLowBWOptimTC
3546        MAX-ACCESS  read-only
3547        STATUS  current
3548        DESCRIPTION
3549            "Replication configuration Low BW optim"
3550        ::= { replicationConfigEntry 7 }
3551
3552    replConfigEnabled OBJECT-TYPE
3553        SYNTAX  ReplicationConfigEnabledTC
3554        MAX-ACCESS  read-only
3555        STATUS  current
3556        DESCRIPTION
3557            "Replication config Enabled"
3558        ::= { replicationConfigEntry 8 }
3559
3560    replConfigTenantUnit OBJECT-TYPE
3561        SYNTAX  DDMibString96TC
3562        MAX-ACCESS  read-only
3563        STATUS  current
3564        DESCRIPTION
3565            "The name of the tenant-unit of a particular replication context.
3566             "
3567        ::= { replicationConfigEntry 9 }
3568
3569
3570-- **********************************************************************
3571--
3572-- replicationHistory
3573-- ========
3574--
3575-- dataDomainMib        		(1.3.6.1.4.1.19746)
3576--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
3577--	replication				(1.3.6.1.4.1.19746.1.8)
3578--	    replicationHistory			(1.3.6.1.4.1.19746.1.8.3)
3579--
3580-- **********************************************************************
3581
3582    replicationHistory		    OBJECT IDENTIFIER ::= { replication 3 }
3583
3584    replicationHistoryTable OBJECT-TYPE
3585        SYNTAX  SEQUENCE OF ReplicationHistoryEntry
3586        MAX-ACCESS  not-accessible
3587        STATUS  current
3588        DESCRIPTION
3589            "A table containing entries of replicationHistoryEntry."
3590        ::= { replicationHistory 1 }
3591
3592    replicationHistoryEntry OBJECT-TYPE
3593        SYNTAX  ReplicationHistoryEntry
3594        MAX-ACCESS  not-accessible
3595        STATUS  current
3596        DESCRIPTION
3597	    "replicationHistoryTable Row Description"
3598        INDEX { replHistoryContext }
3599        ::= { replicationHistoryTable 1 }
3600
3601    ReplicationHistoryEntry ::= SEQUENCE {
3602	replHistoryContext		     		DDMibTableIndexTC,
3603	replHistoryDate			  	        DDMibDateTC,
3604	replHistoryTime			  	        DDMibTimeStampTC,
3605	replHistoryPreCompWritten		    	DDMibTrafficBytesTC,
3606	replHistoryPreCompRemaining		        DDMibTrafficBytesTC,
3607	replHistoryPreCompressed 			DDMibTrafficBytesTC,
3608	replHistoryPostFiltered	                        DDMibTrafficBytesTC,
3609	replHistoryPostLowBwOptim                       DDMibTrafficBytesTC,
3610	replHistoryPostLocalComp                        DDMibTrafficBytesTC,
3611        replHistoryBytesNetwork                         DDMibTrafficBytesTC,
3612	replHistorySyncedAsOfTime			DDMibInteger32TC
3613    }
3614
3615    replHistoryContext OBJECT-TYPE
3616        SYNTAX  DDMibTableIndexTC
3617        MAX-ACCESS  not-accessible
3618        STATUS  current
3619        DESCRIPTION
3620            "context ID of replication History source/dest pair"
3621        ::= { replicationHistoryEntry 1 }
3622
3623    replHistoryDate OBJECT-TYPE
3624        SYNTAX  DDMibDateTC
3625        MAX-ACCESS  read-only
3626        STATUS  current
3627        DESCRIPTION
3628            "replication History Date"
3629        ::= { replicationHistoryEntry 2 }
3630
3631    replHistoryTime OBJECT-TYPE
3632        SYNTAX DDMibTimeStampTC
3633        MAX-ACCESS  read-only
3634        STATUS  current
3635        DESCRIPTION
3636            "replication History Time"
3637        ::= { replicationHistoryEntry 3 }
3638
3639    replHistoryPreCompWritten OBJECT-TYPE
3640        SYNTAX  DDMibTrafficBytesTC
3641        MAX-ACCESS  read-only
3642        STATUS  current
3643        DESCRIPTION
3644            "Replication History Pre comp bytes written"
3645        ::= { replicationHistoryEntry 4 }
3646
3647    replHistoryPreCompRemaining OBJECT-TYPE
3648        SYNTAX  DDMibTrafficBytesTC
3649        MAX-ACCESS  read-only
3650        STATUS  current
3651        DESCRIPTION
3652            "Replication History Byte remaining"
3653        ::= { replicationHistoryEntry 5 }
3654
3655    replHistoryPreCompressed OBJECT-TYPE
3656        SYNTAX  DDMibTrafficBytesTC
3657        MAX-ACCESS  read-only
3658        STATUS  current
3659        DESCRIPTION
3660            "Replication History Precompressed bytes"
3661        ::= { replicationHistoryEntry 6 }
3662
3663    replHistoryPostFiltered OBJECT-TYPE
3664        SYNTAX DDMibTrafficBytesTC
3665        MAX-ACCESS  read-only
3666        STATUS  current
3667        DESCRIPTION
3668            "replication history post filtered bytes"
3669        ::= { replicationHistoryEntry 7 }
3670
3671    replHistoryPostLowBwOptim OBJECT-TYPE
3672        SYNTAX  DDMibTrafficBytesTC
3673        MAX-ACCESS  read-only
3674        STATUS  current
3675        DESCRIPTION
3676            "Replication history Post Low BW Optimum"
3677        ::= { replicationHistoryEntry 8 }
3678
3679    replHistoryPostLocalComp OBJECT-TYPE
3680        SYNTAX  DDMibTrafficBytesTC
3681        MAX-ACCESS  read-only
3682        STATUS  current
3683        DESCRIPTION
3684            "Replication History Post Local Comp"
3685        ::= { replicationHistoryEntry 9 }
3686
3687    replHistoryBytesNetwork OBJECT-TYPE
3688        SYNTAX  DDMibTrafficBytesTC
3689        MAX-ACCESS  read-only
3690        STATUS  current
3691        DESCRIPTION
3692            "Replication History network bytes"
3693        ::= { replicationHistoryEntry 10 }
3694
3695    replHistorySyncedAsOfTime OBJECT-TYPE
3696        SYNTAX  DDMibInteger32TC
3697        MAX-ACCESS  read-only
3698        STATUS  current
3699        DESCRIPTION
3700            "Time when the source and destination were in sync,
3701             or 0 if the time is unknown"
3702        ::= { replicationHistoryEntry 11 }
3703
3704-- **********************************************************************
3705--
3706-- ReplicationInfo
3707-- ========
3708--
3709-- dataDomainMib        		(1.3.6.1.4.1.19746)
3710--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
3711--	replication				(1.3.6.1.4.1.19746.1.8)
3712--	    replicationInfo			(1.3.6.1.4.1.19746.1.8.1)
3713--
3714-- Physical replication is represented with a replContext of 0
3715-- and has its bytes sent and received put in replPostCompBytesSent
3716-- and replPostCompBytesReceived respectively
3717-- **********************************************************************
3718
3719    replicationInfo		    OBJECT IDENTIFIER ::= { replication 1 }
3720
3721    replicationInfoTable OBJECT-TYPE
3722        SYNTAX  SEQUENCE OF ReplicationInfoEntry
3723        MAX-ACCESS  not-accessible
3724        STATUS  current
3725        DESCRIPTION
3726            "A table containing entries of ReplicationInfoEntry."
3727        ::= { replicationInfo 1 }
3728
3729    replicationInfoEntry OBJECT-TYPE
3730        SYNTAX  ReplicationInfoEntry
3731        MAX-ACCESS  not-accessible
3732        STATUS  current
3733        DESCRIPTION
3734	    "replicationInfoTable Row Description"
3735        INDEX { replContext }
3736        ::= { replicationInfoTable 1 }
3737
3738    ReplicationInfoEntry ::= SEQUENCE {
3739	replContext		     		ReplicationContextTC,
3740        replTrapContext		     		ReplicationContextTC,
3741	replState			  	  	ReplicationStateTC,
3742	replStatus			  		ReplicationStatusTC,
3743	replFileSysStatus			FileSystemStatusTC,
3744	replConnTime		    	ReplicationConnectTimeTC,
3745	replSource			    	ReplicationPathTC,
3746	replDestination 			ReplicationPathTC,
3747	replPreCompBytesSent	    ReplicationTrafficTC,
3748	replPostCompBytesSent       ReplicationTrafficTC,
3749	replPreCompBytesRemaining   ReplicationTrafficTC,
3750	replPostCompBytesReceived   ReplicationTrafficTC,
3751	replThrottle				ReplicationThrottleTC,
3752	replSyncedAsOfTime			ReplicationSyncedTimeTC
3753    }
3754
3755    replContext OBJECT-TYPE
3756        SYNTAX  ReplicationContextTC
3757        MAX-ACCESS  not-accessible
3758        STATUS  current
3759        DESCRIPTION
3760            "context ID of replication source/dest pair"
3761        ::= { replicationInfoEntry 1 }
3762
3763    replTrapContext OBJECT-TYPE
3764        SYNTAX  ReplicationContextTC
3765        MAX-ACCESS  read-only
3766        STATUS  current
3767        DESCRIPTION
3768            "context ID of replication source/dest pair for traps"
3769        ::= { replicationInfoEntry 2 }
3770
3771    replState OBJECT-TYPE
3772        SYNTAX  ReplicationStateTC
3773        MAX-ACCESS  read-only
3774        STATUS  current
3775        DESCRIPTION
3776            "state of replication source/dest pair"
3777        ::= { replicationInfoEntry 3 }
3778
3779    replStatus OBJECT-TYPE
3780        SYNTAX  ReplicationStatusTC
3781        MAX-ACCESS  read-only
3782        STATUS  current
3783        DESCRIPTION
3784            "status of replication source/dest pair connection"
3785        ::= { replicationInfoEntry 4 }
3786
3787    replFileSysStatus OBJECT-TYPE
3788        SYNTAX  FileSystemStatusTC
3789        MAX-ACCESS  read-only
3790        STATUS  current
3791        DESCRIPTION
3792            "status of filesystem"
3793        ::= { replicationInfoEntry 5 }
3794
3795    replConnTime OBJECT-TYPE
3796        SYNTAX  ReplicationConnectTimeTC
3797        MAX-ACCESS  read-only
3798        STATUS  current
3799        DESCRIPTION
3800            "time of connection established between source and dest,
3801             or time since disconnect if status is 'disconnected'"
3802        ::= { replicationInfoEntry 6 }
3803
3804    replSource OBJECT-TYPE
3805        SYNTAX  ReplicationPathTC
3806        MAX-ACCESS  read-only
3807        STATUS  current
3808        DESCRIPTION
3809            "network path to replication source directory"
3810        ::= { replicationInfoEntry 7 }
3811
3812    replDestination OBJECT-TYPE
3813        SYNTAX  ReplicationPathTC
3814        MAX-ACCESS  read-only
3815        STATUS  current
3816        DESCRIPTION
3817            "network path to replication destination directory"
3818        ::= { replicationInfoEntry 8 }
3819
3820    replPreCompBytesSent OBJECT-TYPE
3821        SYNTAX  ReplicationTrafficTC
3822        MAX-ACCESS  read-only
3823        STATUS  current
3824        DESCRIPTION
3825            "pre compression bytes sent"
3826        ::= { replicationInfoEntry 9 }
3827
3828    replPostCompBytesSent OBJECT-TYPE
3829        SYNTAX  ReplicationTrafficTC
3830        MAX-ACCESS  read-only
3831        STATUS  current
3832        DESCRIPTION
3833            "post compression bytes sent"
3834        ::= { replicationInfoEntry 10 }
3835
3836    replPreCompBytesRemaining OBJECT-TYPE
3837        SYNTAX  ReplicationTrafficTC
3838        MAX-ACCESS  read-only
3839        STATUS  current
3840        DESCRIPTION
3841            "pre compression bytes remaining"
3842        ::= { replicationInfoEntry 11 }
3843
3844    replPostCompBytesReceived OBJECT-TYPE
3845        SYNTAX  ReplicationTrafficTC
3846        MAX-ACCESS  read-only
3847        STATUS  current
3848        DESCRIPTION
3849            "post compression bytes received"
3850        ::= { replicationInfoEntry 12 }
3851
3852    replThrottle OBJECT-TYPE
3853        SYNTAX  ReplicationThrottleTC
3854        MAX-ACCESS  read-only
3855        STATUS  current
3856        DESCRIPTION
3857            "replication throttle in bps -- -1 is disabled, 0 unlimited"
3858        ::= { replicationInfoEntry 13 }
3859
3860    replSyncedAsOfTime OBJECT-TYPE
3861        SYNTAX  ReplicationSyncedTimeTC
3862        MAX-ACCESS  read-only
3863        STATUS  current
3864        DESCRIPTION
3865            "time when the source and destination were in sync,
3866             or 0 if the time is unknown"
3867        ::= { replicationInfoEntry 14 }
3868
3869-- **********************************************************************
3870--
3871-- replicationPerformance
3872-- ========
3873--
3874-- dataDomainMib                    (1.3.6.1.4.1.19746)
3875--   dataDomainMibObjects           (1.3.6.1.4.1.19746.1)
3876--     replication                  (1.3.6.1.4.1.19746.1.8)
3877--       replicationPerformance     (1.3.6.1.4.1.19746.1.8.4)
3878--
3879-- **********************************************************************
3880
3881    replicationPerformance            OBJECT IDENTIFIER ::= { replication 4 }
3882
3883    replicationPerformanceTable OBJECT-TYPE
3884        SYNTAX  SEQUENCE OF ReplicationPerformanceEntry
3885        MAX-ACCESS  not-accessible
3886        STATUS  current
3887        DESCRIPTION
3888            "A table containing entries of replicationPerformanceEntry."
3889        ::= { replicationPerformance 1 }
3890
3891    replicationPerformanceEntry OBJECT-TYPE
3892        SYNTAX  ReplicationPerformanceEntry
3893        MAX-ACCESS  not-accessible
3894        STATUS  current
3895        DESCRIPTION
3896            "replicationPerformanceTable Row Description"
3897        INDEX { replContext }
3898        ::= { replicationPerformanceTable 1 }
3899
3900    ReplicationPerformanceEntry ::= SEQUENCE {
3901        replPerformancePreCompKBPerSec      DDMibInteger32TC,
3902        replPerformanceNetworkKBPerSec      DDMibInteger32TC,
3903        replPerformanceStreams              DDMibInteger32TC,
3904        replPerformanceBusyReading          DDMibInteger32TC,
3905        replPerformanceBusyMeta             DDMibInteger32TC,
3906        replPerformanceWaitingDest          DDMibInteger32TC,
3907        replPerformanceWaitingNetwork       DDMibInteger32TC
3908    }
3909
3910    replPerformancePreCompKBPerSec OBJECT-TYPE
3911        SYNTAX  DDMibInteger32TC
3912        MAX-ACCESS  read-only
3913        STATUS  current
3914        DESCRIPTION
3915            "Network (KB/s): The size value before compression is applied. Sometimes referred to as 'logical size.'"
3916        ::= { replicationPerformanceEntry 1 }
3917
3918    replPerformanceNetworkKBPerSec OBJECT-TYPE
3919        SYNTAX  DDMibInteger32TC
3920        MAX-ACCESS  read-only
3921        STATUS  current
3922        DESCRIPTION
3923            "Network (KB/s): The amount of compressed data transferred over the network per second."
3924        ::= { replicationPerformanceEntry 2 }
3925
3926    replPerformanceStreams OBJECT-TYPE
3927        SYNTAX  DDMibInteger32TC
3928        MAX-ACCESS  read-only
3929        STATUS  current
3930        DESCRIPTION
3931            "An internal system resource associated with reads and writes.
3932             One replication context can use multiple streams for better performance."
3933        ::= { replicationPerformanceEntry 3 }
3934
3935    replPerformanceBusyReading OBJECT-TYPE
3936        SYNTAX  DDMibInteger32TC
3937        MAX-ACCESS  read-only
3938        STATUS  current
3939        DESCRIPTION
3940            "The time spent reading filesystem data from the local filesystem.
3941             Typically this number is the second highest number after Network.
3942             On a deployment with high network bandwidth, Reading may be the largest column."
3943        ::= { replicationPerformanceEntry 4 }
3944
3945    replPerformanceBusyMeta OBJECT-TYPE
3946        SYNTAX  DDMibInteger32TC
3947        MAX-ACCESS  read-only
3948        STATUS  current
3949        DESCRIPTION
3950            "The time spent on miscellaneous bookkeeping activities and replicating filesystem
3951            namespace operations. Typically this value is under 50. If this value exceeds 50 on a
3952            sustained basis, it may indicate an unusual workload (a large number of file attribute
3953            updates, for example)."
3954        ::= { replicationPerformanceEntry 5 }
3955
3956    replPerformanceWaitingDest OBJECT-TYPE
3957        SYNTAX  DDMibInteger32TC
3958        MAX-ACCESS  read-only
3959        STATUS  current
3960        DESCRIPTION
3961            "The time spent waiting due to the receiver not providing the sender enough information
3962            on what data to send. Typically this value is low. Exceptions include systems on
3963            high-speed networks where the sender is a more powerful Data Domain system than the
3964            replica, or where the replica has a higher workload than the sender because the replica
3965            is the destination for a multiple replication contexts."
3966        ::= { replicationPerformanceEntry 6 }
3967
3968    replPerformanceWaitingNetwork OBJECT-TYPE
3969        SYNTAX DDMibInteger32TC
3970        MAX-ACCESS  read-only
3971        STATUS  current
3972        DESCRIPTION
3973            "The time spent waiting due to the receiver not providing the sender enough information
3974            on what data to send. Typically this value is low. Exceptions include systems on
3975            high-speed networks where the sender is a more powerful Data Domain system than the
3976            replica, or where the replica has a higher workload than the sender because the replica
3977            is the destination for a multiple replication contexts."
3978        ::= { replicationPerformanceEntry 7 }
3979
3980-- **********************************************************************
3981--
3982-- nfsActive
3983-- ====================
3984--
3985-- dataDomainMib                (1.3.6.1.4.1.19746)
3986--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
3987--     nfs                      (1.3.6.1.4.1.19746.1.9)
3988--      nfsActive               (1.3.6.1.4.1.19746.1.9.2)
3989--
3990-- **********************************************************************
3991
3992    nfsActive		    OBJECT IDENTIFIER ::= { nfs 4 }
3993
3994    nfsActiveTable OBJECT-TYPE
3995        SYNTAX  SEQUENCE OF NfsActiveEntry
3996        MAX-ACCESS  not-accessible
3997        STATUS  current
3998        DESCRIPTION
3999            "A table containing entries of Nfs Active Clients."
4000        ::= { nfsActive 1 }
4001
4002    nfsActiveEntry OBJECT-TYPE
4003        SYNTAX  NfsActiveEntry
4004        MAX-ACCESS  not-accessible
4005        STATUS  current
4006        DESCRIPTION
4007        "nfsActiveTable Row Description"
4008        INDEX { nfsActiveIndex }
4009        ::= { nfsActiveTable 1 }
4010
4011    NfsActiveEntry ::= SEQUENCE {
4012        nfsActiveIndex          DDMibTableIndexTC,
4013        nfsActivePath           DDMibTableString1024TC,
4014        nfsActiveClients        DDMibTableString1024TC
4015    }
4016
4017    nfsActiveIndex OBJECT-TYPE
4018        SYNTAX  DDMibTableIndexTC
4019        MAX-ACCESS  not-accessible
4020        STATUS  current
4021        DESCRIPTION
4022            "NFS Active index"
4023        ::= { nfsActiveEntry 1 }
4024
4025    nfsActivePath OBJECT-TYPE
4026        SYNTAX  DDMibTableString1024TC
4027        MAX-ACCESS  read-only
4028        STATUS  current
4029        DESCRIPTION
4030            "NFS Active client path"
4031        ::= { nfsActiveEntry 2 }
4032
4033    nfsActiveClients OBJECT-TYPE
4034        SYNTAX  DDMibTableString1024TC
4035        MAX-ACCESS  read-only
4036        STATUS  current
4037        DESCRIPTION
4038            "NFS Active Client"
4039        ::= { nfsActiveEntry 3 }
4040
4041
4042-- **********************************************************************
4043--
4044-- nfsClient
4045-- ====================
4046--
4047-- dataDomainMib                (1.3.6.1.4.1.19746)
4048--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
4049--     nfs                      (1.3.6.1.4.1.19746.1.9)
4050--      nfsClient               (1.3.6.1.4.1.19746.1.9.2)
4051--
4052-- **********************************************************************
4053
4054    nfsClient		    OBJECT IDENTIFIER ::= { nfs 2 }
4055
4056    nfsClientTable OBJECT-TYPE
4057        SYNTAX  SEQUENCE OF NfsClientEntry
4058        MAX-ACCESS  not-accessible
4059        STATUS  current
4060        DESCRIPTION
4061            "A table containing entries of NfsClientEntry."
4062        ::= { nfsClient 1 }
4063
4064    nfsClientEntry OBJECT-TYPE
4065        SYNTAX  NfsClientEntry
4066        MAX-ACCESS  not-accessible
4067        STATUS  current
4068        DESCRIPTION
4069        "nfsClientTable Row Description"
4070        INDEX { nfsClientIndex }
4071        ::= { nfsClientTable 1 }
4072
4073    NfsClientEntry ::= SEQUENCE {
4074        nfsClientIndex NfsClientIndexTC,
4075        nfsClientPath  NfsClientPathTC,
4076        nfsClientClients NfsClientClientsTC,
4077        nfsClientOptions NfsClientOptionsTC
4078    }
4079
4080    nfsClientIndex OBJECT-TYPE
4081        SYNTAX  NfsClientIndexTC
4082        MAX-ACCESS  not-accessible
4083        STATUS  current
4084        DESCRIPTION
4085            "NFS client index"
4086        ::= { nfsClientEntry 1 }
4087
4088    nfsClientPath OBJECT-TYPE
4089        SYNTAX  NfsClientPathTC
4090        MAX-ACCESS  read-only
4091        STATUS  current
4092        DESCRIPTION
4093            "NFS client path"
4094        ::= { nfsClientEntry 2 }
4095
4096    nfsClientClients OBJECT-TYPE
4097        SYNTAX  NfsClientClientsTC
4098        MAX-ACCESS  read-only
4099        STATUS  current
4100        DESCRIPTION
4101            "List of NFS clients"
4102        ::= { nfsClientEntry 3 }
4103
4104    nfsClientOptions OBJECT-TYPE
4105        SYNTAX  NfsClientOptionsTC
4106        MAX-ACCESS  read-only
4107        STATUS  current
4108        DESCRIPTION
4109            "NFS client's options"
4110        ::= { nfsClientEntry 4 }
4111
4112-- **********************************************************************
4113--
4114-- nfsPort
4115-- ====================
4116--
4117-- dataDomainMib                (1.3.6.1.4.1.19746)
4118--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
4119--     nfs                      (1.3.6.1.4.1.19746.1.9)
4120--      nfsPort                 (1.3.6.1.4.1.19746.1.9.5)
4121--
4122-- **********************************************************************
4123
4124    nfsPort		    OBJECT IDENTIFIER ::= { nfs 5 }
4125
4126    nfsPortTable OBJECT-TYPE
4127        SYNTAX  SEQUENCE OF NfsPortEntry
4128        MAX-ACCESS  not-accessible
4129        STATUS  current
4130        DESCRIPTION
4131            "A table containing entries of NfsPortEntry."
4132        ::= { nfsPort 1 }
4133
4134    nfsPortEntry OBJECT-TYPE
4135        SYNTAX  NfsPortEntry
4136        MAX-ACCESS  not-accessible
4137        STATUS  current
4138        DESCRIPTION
4139        "nfsPortTable Row Description"
4140        INDEX { nfsPortIndex }
4141        ::= { nfsPortTable 1 }
4142
4143    NfsPortEntry ::= SEQUENCE {
4144        nfsPortIndex            DDMibTableIndexTC,
4145        nfsPortService          DDMibTableString32TC,
4146        nfsPortPort             DDMibTableString32TC
4147    }
4148
4149    nfsPortIndex OBJECT-TYPE
4150        SYNTAX  DDMibTableIndexTC
4151        MAX-ACCESS  not-accessible
4152        STATUS  current
4153        DESCRIPTION
4154            "NFS Port index"
4155        ::= { nfsPortEntry 1 }
4156
4157    nfsPortService OBJECT-TYPE
4158        SYNTAX  DDMibTableString32TC
4159        MAX-ACCESS  read-only
4160        STATUS  current
4161        DESCRIPTION
4162            "NFS Port Service Name"
4163        ::= { nfsPortEntry 2 }
4164
4165    nfsPortPort OBJECT-TYPE
4166        SYNTAX  DDMibTableString32TC
4167        MAX-ACCESS  read-only
4168        STATUS  current
4169        DESCRIPTION
4170            "NFS Service Port"
4171        ::= { nfsPortEntry 3 }
4172
4173
4174-- **********************************************************************
4175--
4176-- nfsProperties
4177-- ====================
4178--
4179-- dataDomainMib                (1.3.6.1.4.1.19746)
4180--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
4181--     nfs                      (1.3.6.1.4.1.19746.1.9)
4182--      nfsProperties           (1.3.6.1.4.1.19746.1.9.1)
4183--
4184-- **********************************************************************
4185
4186    nfsProperties		    OBJECT IDENTIFIER ::= { nfs 1 }
4187
4188    nfsStatus OBJECT-TYPE
4189        SYNTAX  NfsStatusTC
4190        MAX-ACCESS  read-only
4191        STATUS  current
4192        DESCRIPTION "Status of the network file system"
4193        ::= { nfsProperties 1 }
4194
4195-- **********************************************************************
4196--
4197-- nfsStats
4198-- ====================
4199--
4200-- dataDomainMib                (1.3.6.1.4.1.19746)
4201--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
4202--     nfs                      (1.3.6.1.4.1.19746.1.9)
4203--      nfsStats                (1.3.6.1.4.1.19746.1.9.3)
4204--
4205-- **********************************************************************
4206
4207    nfsStats		    OBJECT IDENTIFIER ::= { nfs 3 }
4208
4209    nfsStatsTable OBJECT-TYPE
4210        SYNTAX  SEQUENCE OF NfsStatsEntry
4211        MAX-ACCESS  not-accessible
4212        STATUS  current
4213        DESCRIPTION
4214            "A table containing entries of NfsStatsEntry."
4215        ::= { nfsStats 1 }
4216
4217    nfsStatsEntry OBJECT-TYPE
4218        SYNTAX  NfsStatsEntry
4219        MAX-ACCESS  not-accessible
4220        STATUS  current
4221        DESCRIPTION
4222        "nfsStatsTable Row Description"
4223        INDEX { nfsStatsIndex }
4224        ::= { nfsStatsTable 1 }
4225
4226    NfsStatsEntry ::= SEQUENCE {
4227        nfsStatsIndex NfsStatsIndexTC,
4228	    nfsStatsExportPoint NfsStatsExportPointTC,
4229	    nfsStatsFilesystemType NfsStatsFilesystemTypeTC,
4230	    nfsStatsCacheEntry NfsStatsCacheEntryTC,
4231	    nfsStatsFileHandleLookup NfsStatsFileHandleLookupTC,
4232	    nfsStatsMaxCacheSize NfsStatsMaxCacheSizeTC,
4233	    nfsStatsCurrentOpenStreams NfsStatsCurrentOpenStreamsTC
4234    }
4235
4236    nfsStatsIndex OBJECT-TYPE
4237        SYNTAX  NfsStatsIndexTC
4238        MAX-ACCESS  not-accessible
4239        STATUS  current
4240        DESCRIPTION
4241            "NFS resource index"
4242        ::= { nfsStatsEntry 1 }
4243
4244    nfsStatsExportPoint OBJECT-TYPE
4245        SYNTAX  NfsStatsExportPointTC
4246        MAX-ACCESS  read-only
4247        STATUS  current
4248        DESCRIPTION
4249            "NFS export point"
4250        ::= { nfsStatsEntry 2 }
4251
4252    nfsStatsFilesystemType OBJECT-TYPE
4253        SYNTAX  NfsStatsFilesystemTypeTC
4254        MAX-ACCESS  read-only
4255        STATUS  current
4256        DESCRIPTION
4257            "File system type"
4258        ::= { nfsStatsEntry 3 }
4259
4260    nfsStatsCacheEntry OBJECT-TYPE
4261        SYNTAX  NfsStatsCacheEntryTC
4262        MAX-ACCESS  read-only
4263        STATUS  current
4264        DESCRIPTION
4265            "Number of cache entries"
4266        ::= { nfsStatsEntry 4 }
4267
4268    nfsStatsFileHandleLookup OBJECT-TYPE
4269        SYNTAX  NfsStatsFileHandleLookupTC
4270        MAX-ACCESS  read-only
4271        STATUS  current
4272        DESCRIPTION
4273            "File handle lookup count"
4274        ::= { nfsStatsEntry 5 }
4275
4276    nfsStatsMaxCacheSize OBJECT-TYPE
4277        SYNTAX  NfsStatsMaxCacheSizeTC
4278        MAX-ACCESS  read-only
4279        STATUS  current
4280        DESCRIPTION
4281            "Max cache size"
4282        ::= { nfsStatsEntry 6 }
4283
4284    nfsStatsCurrentOpenStreams OBJECT-TYPE
4285        SYNTAX  NfsStatsCurrentOpenStreamsTC
4286        MAX-ACCESS  read-only
4287        STATUS  current
4288        DESCRIPTION
4289            "Current open stream count"
4290        ::= { nfsStatsEntry 7 }
4291
4292-- **********************************************************************
4293--
4294-- cifsConfig
4295-- ====================
4296--
4297-- dataDomainMib                       (1.3.6.1.4.1.19746)
4298--   dataDomainMibObjects              (1.3.6.1.4.1.19746.1)
4299--     cifs                            (1.3.6.1.4.1.19746.1.10)
4300--       cifsConfig                    (1.3.6.1.4.1.19746.1.10.2)
4301--         cifsConfigMode              (1.3.6.1.4.1.19746.1.10.2.1)
4302--         cifsConfigWINSServer        (1.3.6.1.4.1.19746.1.10.2.2)
4303--         cifsConfigNetBIOSHostname   (1.3.6.1.4.1.19746.1.10.2.3)
4304--         cifsConfigDomainController  (1.3.6.1.4.1.19746.1.10.2.4)
4305--         cifsConfigDNS               (1.3.6.1.4.1.19746.1.10.2.5)
4306--         cifsConfigGroupname         (1.3.6.1.4.1.19746.1.10.2.6)
4307--
4308-- **********************************************************************
4309
4310    cifsConfig		    OBJECT IDENTIFIER ::= { cifs 2 }
4311
4312    cifsConfigMode OBJECT-TYPE
4313        SYNTAX  CifsConfigModeTC
4314        MAX-ACCESS  read-only
4315        STATUS  current
4316        DESCRIPTION "CIFS configuration mode"
4317        ::= { cifsConfig 1 }
4318
4319    cifsConfigWINSServer OBJECT-TYPE
4320        SYNTAX  CifsConfigWINSServerTC
4321        MAX-ACCESS  read-only
4322        STATUS  current
4323        DESCRIPTION "CIFS WINS server"
4324        ::= { cifsConfig 2 }
4325
4326    cifsConfigNetBIOSHostname OBJECT-TYPE
4327        SYNTAX  CifsConfigNetBIOSHostnameTC
4328        MAX-ACCESS  read-only
4329        STATUS  current
4330        DESCRIPTION "CIFS Net BIOS hostname"
4331        ::= { cifsConfig 3 }
4332
4333    cifsConfigDomainController OBJECT-TYPE
4334        SYNTAX  CifsConfigDomainControllerTC
4335        MAX-ACCESS  read-only
4336        STATUS  current
4337        DESCRIPTION "CIFS domain controller"
4338        ::= { cifsConfig 4 }
4339
4340    cifsConfigDNS OBJECT-TYPE
4341        SYNTAX  CifsConfigDNSTC
4342        MAX-ACCESS  read-only
4343        STATUS  current
4344        DESCRIPTION "CIFS DNS server"
4345        ::= { cifsConfig 5 }
4346
4347    cifsConfigGroupName OBJECT-TYPE
4348        SYNTAX  CifsConfigGroupNameTC
4349        MAX-ACCESS  read-only
4350        STATUS  current
4351        DESCRIPTION "CIFS configuration group name"
4352        ::= { cifsConfig 6 }
4353
4354    cifsConfigMaxConnection OBJECT-TYPE
4355        SYNTAX  CifsConfigMaxConnectionTC
4356        MAX-ACCESS  read-only
4357        STATUS  current
4358        DESCRIPTION
4359            "CIFS configuration maximum connection"
4360        ::= { cifsConfig 7 }
4361
4362    cifsConfigMaxOpenFilesPerConnection OBJECT-TYPE
4363        SYNTAX  CifsConfigMaxOpenFilesPerConnectionTC
4364        MAX-ACCESS  read-only
4365        STATUS  deprecated
4366        DESCRIPTION
4367            "CIFS configuration maximum open files per connection"
4368        ::= { cifsConfig 8 }
4369
4370    cifsConfigMaxOpenFiles OBJECT-TYPE
4371        SYNTAX  Counter32
4372        MAX-ACCESS  read-only
4373        STATUS  current
4374        DESCRIPTION
4375            "CIFS configuration maximum open files"
4376        ::= { cifsConfig 9 }
4377
4378-- **********************************************************************
4379--
4380-- cifsOptions
4381-- ====================
4382--
4383-- dataDomainMib                (1.3.6.1.4.1.19746)
4384--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
4385--     cifs                     (1.3.6.1.4.1.19746.1.10)
4386--       cifsOptions              (1.3.6.1.4.1.19746.1.10.5)
4387--
4388-- **********************************************************************
4389
4390    cifsOptions		    OBJECT IDENTIFIER ::= { cifs 5 }
4391
4392    cifsOptionsTable OBJECT-TYPE
4393        SYNTAX  SEQUENCE OF CifsOptionsEntry
4394        MAX-ACCESS  not-accessible
4395        STATUS  current
4396        DESCRIPTION
4397            "A table containing entries of CifsOptionsEntry."
4398        ::= { cifsOptions 1 }
4399
4400    cifsOptionsEntry OBJECT-TYPE
4401        SYNTAX  CifsOptionsEntry
4402        MAX-ACCESS  not-accessible
4403        STATUS  current
4404        DESCRIPTION
4405        "cifsOptionsTable Row Description"
4406        INDEX { cifsOptionsIndex }
4407        ::= { cifsOptionsTable 1 }
4408
4409    CifsOptionsEntry ::= SEQUENCE {
4410        cifsOptionsIndex          CifsOptionsIndexTC,
4411        cifsOptionsName           CifsOptionsNameTC,
4412        cifsOptionsValue           CifsOptionsValueTC
4413    }
4414
4415    cifsOptionsIndex OBJECT-TYPE
4416        SYNTAX  CifsOptionsIndexTC
4417        MAX-ACCESS  not-accessible
4418        STATUS  current
4419        DESCRIPTION
4420            "CIFS Options index"
4421        ::= { cifsOptionsEntry 1 }
4422
4423    cifsOptionsName OBJECT-TYPE
4424        SYNTAX  CifsOptionsNameTC
4425        MAX-ACCESS  read-only
4426        STATUS  current
4427        DESCRIPTION
4428            "CIFS Options name"
4429        ::= { cifsOptionsEntry 2 }
4430
4431    cifsOptionsValue OBJECT-TYPE
4432        SYNTAX  CifsOptionsValueTC
4433        MAX-ACCESS  read-only
4434        STATUS  current
4435        DESCRIPTION
4436            "CIFS Options Value"
4437        ::= { cifsOptionsEntry 3 }
4438
4439
4440-- **********************************************************************
4441--
4442-- cifsProperties
4443-- ====================
4444--
4445-- dataDomainMib                (1.3.6.1.4.1.19746)
4446--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
4447--     cifs                     (1.3.6.1.4.1.19746.1.10)
4448--       cifsProperties         (1.3.6.1.4.1.19746.1.10.1)
4449--         cifsStatus           (1.3.6.1.4.1.19746.1.10.1.1)
4450--
4451-- **********************************************************************
4452
4453    cifsProperties		    OBJECT IDENTIFIER ::= { cifs 1 }
4454
4455    cifsStatus OBJECT-TYPE
4456        SYNTAX  CifsStatusTC
4457        MAX-ACCESS  read-only
4458        STATUS  current
4459        DESCRIPTION "CIFS status"
4460        ::= { cifsProperties 1 }
4461
4462-- **********************************************************************
4463--
4464-- cifsShare
4465-- ====================
4466--
4467-- dataDomainMib                (1.3.6.1.4.1.19746)
4468--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
4469--     cifs                     (1.3.6.1.4.1.19746.1.10)
4470--       cifsShare              (1.3.6.1.4.1.19746.1.10.3)
4471--
4472-- **********************************************************************
4473
4474    cifsShare		    OBJECT IDENTIFIER ::= { cifs 3 }
4475
4476    cifsShareTable OBJECT-TYPE
4477        SYNTAX  SEQUENCE OF CifsShareEntry
4478        MAX-ACCESS  not-accessible
4479        STATUS  current
4480        DESCRIPTION
4481            "A table containing entries of CifsShareEntry."
4482        ::= { cifsShare 1 }
4483
4484    cifsShareEntry OBJECT-TYPE
4485        SYNTAX  CifsShareEntry
4486        MAX-ACCESS  not-accessible
4487        STATUS  current
4488        DESCRIPTION
4489        "cifsShareTable Row Description"
4490        INDEX { cifsShareIndex }
4491        ::= { cifsShareTable 1 }
4492
4493    CifsShareEntry ::= SEQUENCE {
4494        cifsShareIndex          CifsShareIndexTC,
4495        cifsShareName           CifsShareNameTC,
4496        cifsSharePath           CifsSharePathTC,
4497        cifsShareClients        CifsShareClientsTC,
4498        cifsShareUser           CifsShareUserTC,
4499        cifsShareComment        CifsShareCommentTC,
4500        cifsShareBrowsing       CifsShareBrowsingTC,
4501        cifsShareWriteable      CifsShareWriteableTC,
4502        cifsShareMaxConnection  CifsShareMaxConnectionTC
4503    }
4504
4505    cifsShareIndex OBJECT-TYPE
4506        SYNTAX  CifsShareIndexTC
4507        MAX-ACCESS  not-accessible
4508        STATUS  current
4509        DESCRIPTION
4510            "CIFS share index"
4511        ::= { cifsShareEntry 1 }
4512
4513    cifsShareName OBJECT-TYPE
4514        SYNTAX  CifsShareNameTC
4515        MAX-ACCESS  read-only
4516        STATUS  current
4517        DESCRIPTION
4518            "CIFS share name"
4519        ::= { cifsShareEntry 2 }
4520
4521    cifsSharePath OBJECT-TYPE
4522        SYNTAX  CifsSharePathTC
4523        MAX-ACCESS  read-only
4524        STATUS  current
4525        DESCRIPTION
4526            "CIFS share path"
4527        ::= { cifsShareEntry 3 }
4528
4529    cifsShareClients OBJECT-TYPE
4530        SYNTAX  CifsShareClientsTC
4531        MAX-ACCESS  read-only
4532        STATUS  current
4533        DESCRIPTION
4534            "CIFS share clients"
4535        ::= { cifsShareEntry 4 }
4536
4537    cifsShareUser OBJECT-TYPE
4538        SYNTAX  CifsShareUserTC
4539        MAX-ACCESS  read-only
4540        STATUS  current
4541        DESCRIPTION
4542            "CIFS share user"
4543        ::= { cifsShareEntry 5 }
4544
4545    cifsShareComment OBJECT-TYPE
4546        SYNTAX  CifsShareCommentTC
4547        MAX-ACCESS  read-only
4548        STATUS  current
4549        DESCRIPTION
4550            "CIFS share comment"
4551        ::= { cifsShareEntry 6 }
4552
4553    cifsShareBrowsing OBJECT-TYPE
4554        SYNTAX  CifsShareBrowsingTC
4555        MAX-ACCESS  read-only
4556        STATUS  current
4557        DESCRIPTION
4558            "CIFS share browsing"
4559        ::= { cifsShareEntry 7 }
4560
4561    cifsShareWriteable OBJECT-TYPE
4562        SYNTAX  CifsShareWriteableTC
4563        MAX-ACCESS  read-only
4564        STATUS  current
4565        DESCRIPTION
4566            "CIFS share writeable"
4567        ::= { cifsShareEntry 8 }
4568
4569    cifsShareMaxConnection OBJECT-TYPE
4570        SYNTAX  CifsShareMaxConnectionTC
4571        MAX-ACCESS  read-only
4572        STATUS  current
4573        DESCRIPTION
4574            "CIFS share maximum connection"
4575        ::= { cifsShareEntry 9 }
4576
4577-- **********************************************************************
4578--
4579-- vtlLibrary
4580-- ====================
4581--
4582-- dataDomainMib                (1.3.6.1.4.1.19746)
4583--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
4584--     vtl                      (1.3.6.1.4.1.19746.1.11)
4585--       vtlConfiguration       (1.3.6.1.4.1.19746.1.11.2)
4586--         vtlLibrary           (1.3.6.1.4.1.19746.1.11.2.1)
4587--
4588-- **********************************************************************
4589
4590    vtlConfiguration		    OBJECT IDENTIFIER ::= { vtl 2 }
4591    vtlLibrary		            OBJECT IDENTIFIER ::= { vtlConfiguration 1 }
4592
4593
4594    vtlLibraryTable OBJECT-TYPE
4595        SYNTAX  SEQUENCE OF VtlLibraryEntry
4596        MAX-ACCESS  not-accessible
4597        STATUS  current
4598        DESCRIPTION
4599            "A table containing entries of VtlLibraryEntry."
4600        ::= { vtlLibrary 1 }
4601
4602    vtlLibraryEntry OBJECT-TYPE
4603        SYNTAX  VtlLibraryEntry
4604        MAX-ACCESS  not-accessible
4605        STATUS  current
4606        DESCRIPTION
4607        "vtlLibraryTable Row Description"
4608        INDEX { vtlLibraryIndex }
4609        ::= { vtlLibraryTable 1 }
4610
4611    VtlLibraryEntry ::= SEQUENCE {
4612        vtlLibraryIndex        VtlLibraryIndexTC,
4613        vtlLibraryName         VtlLibraryNameTC,
4614        vtlLibraryVendor       VtlLibraryVendorTC,
4615        vtlLibraryModel        VtlLibraryModelTC,
4616        vtlLibraryRevision     VtlLibraryRevisionTC,
4617        vtlLibrarySerial       VtlLibrarySerialTC,
4618        vtlLibraryTotalDrives  VtlLibraryTotalDrivesTC,
4619        vtlLibraryTotalSlots   VtlLibraryTotalSlotsTC,
4620        vtlLibraryTotalCaps    VtlLibraryTotalCapsTC,
4621        vtlLibraryStatus       VtlLibraryStatusTC
4622    }
4623
4624    vtlLibraryIndex OBJECT-TYPE
4625        SYNTAX  VtlLibraryIndexTC
4626        MAX-ACCESS  not-accessible
4627        STATUS  current
4628        DESCRIPTION
4629            "VTL Library index"
4630        ::= { vtlLibraryEntry 1 }
4631
4632    vtlLibraryName OBJECT-TYPE
4633        SYNTAX  VtlLibraryNameTC
4634        MAX-ACCESS  read-only
4635        STATUS  current
4636        DESCRIPTION
4637            "VTL library name"
4638        ::= { vtlLibraryEntry 2 }
4639
4640    vtlLibraryVendor OBJECT-TYPE
4641        SYNTAX  VtlLibraryVendorTC
4642        MAX-ACCESS  read-only
4643        STATUS  current
4644        DESCRIPTION
4645            "VTL library vendor"
4646        ::= { vtlLibraryEntry 3 }
4647
4648    vtlLibraryModel OBJECT-TYPE
4649        SYNTAX  VtlLibraryModelTC
4650        MAX-ACCESS  read-only
4651        STATUS  current
4652        DESCRIPTION
4653            "VTL library model"
4654        ::= { vtlLibraryEntry 4 }
4655
4656    vtlLibraryRevision OBJECT-TYPE
4657        SYNTAX  VtlLibraryRevisionTC
4658        MAX-ACCESS  read-only
4659        STATUS  current
4660        DESCRIPTION
4661            "VTL library revision"
4662        ::= { vtlLibraryEntry 5 }
4663
4664    vtlLibrarySerial OBJECT-TYPE
4665        SYNTAX  VtlLibrarySerialTC
4666        MAX-ACCESS  read-only
4667        STATUS  current
4668        DESCRIPTION
4669            "VTL library serial"
4670        ::= { vtlLibraryEntry 6 }
4671
4672    vtlLibraryTotalDrives OBJECT-TYPE
4673        SYNTAX  VtlLibraryTotalDrivesTC
4674        MAX-ACCESS  read-only
4675        STATUS  current
4676        DESCRIPTION
4677            "VTL library total drives"
4678        ::= { vtlLibraryEntry 7 }
4679
4680    vtlLibraryTotalSlots OBJECT-TYPE
4681        SYNTAX  VtlLibraryTotalSlotsTC
4682        MAX-ACCESS  read-only
4683        STATUS  current
4684        DESCRIPTION
4685            "VTL library total slots"
4686        ::= { vtlLibraryEntry 8 }
4687
4688    vtlLibraryTotalCaps OBJECT-TYPE
4689        SYNTAX  VtlLibraryTotalCapsTC
4690        MAX-ACCESS  read-only
4691        STATUS  current
4692        DESCRIPTION
4693            "VTL library total caps"
4694        ::= { vtlLibraryEntry 9 }
4695
4696    vtlLibraryStatus OBJECT-TYPE
4697        SYNTAX  VtlLibraryStatusTC
4698        MAX-ACCESS  read-only
4699        STATUS  current
4700        DESCRIPTION
4701            "VTL library status"
4702        ::= { vtlLibraryEntry 10 }
4703
4704-- **********************************************************************
4705--
4706-- vtlDrive
4707-- ====================
4708--
4709-- dataDomainMib                (1.3.6.1.4.1.19746)
4710--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
4711--     vtl                      (1.3.6.1.4.1.19746.1.11)
4712--       vtlConfiguration       (1.3.6.1.4.1.19746.1.11.2)
4713--         vtlDrive             (1.3.6.1.4.1.19746.1.11.2.2)
4714--
4715-- **********************************************************************
4716
4717    vtlDrive		            OBJECT IDENTIFIER ::= { vtlConfiguration 2 }
4718
4719    vtlDriveTable OBJECT-TYPE
4720        SYNTAX  SEQUENCE OF VtlDriveEntry
4721        MAX-ACCESS  not-accessible
4722        STATUS  current
4723        DESCRIPTION
4724            "A table containing entries of VtlDriveEntry."
4725        ::= { vtlDrive 1 }
4726
4727    vtlDriveEntry OBJECT-TYPE
4728        SYNTAX  VtlDriveEntry
4729        MAX-ACCESS  not-accessible
4730        STATUS  current
4731        DESCRIPTION
4732        "vtlDriveTable Row Description"
4733        INDEX { vtlDriveIndex }
4734        ::= { vtlDriveTable 1 }
4735
4736    VtlDriveEntry ::= SEQUENCE {
4737        vtlDriveIndex        VtlDriveIndexTC,
4738        vtlDriveName         VtlDriveNameTC,
4739        vtlDriveVendor       VtlDriveVendorTC,
4740        vtlDriveModel        VtlDriveModelTC,
4741        vtlDriveRevision     VtlDriveRevisionTC,
4742        vtlDriveSerial       VtlDriveSerialTC,
4743        vtlDriveLibraryName  VtlLibraryNameTC,
4744        vtlDriveStatus       VtlDriveStatusTC,
4745        vtlDriveTapeVolume   VtlDriveTapeVolumeTC
4746    }
4747
4748    vtlDriveIndex OBJECT-TYPE
4749        SYNTAX  VtlDriveIndexTC
4750        MAX-ACCESS  not-accessible
4751        STATUS  current
4752        DESCRIPTION
4753            "VTL drive index"
4754        ::= { vtlDriveEntry 1 }
4755
4756    vtlDriveName OBJECT-TYPE
4757        SYNTAX  VtlDriveNameTC
4758        MAX-ACCESS  read-only
4759        STATUS  current
4760        DESCRIPTION
4761            "VTL drive name"
4762        ::= { vtlDriveEntry 2 }
4763
4764    vtlDriveVendor OBJECT-TYPE
4765        SYNTAX  VtlDriveVendorTC
4766        MAX-ACCESS  read-only
4767        STATUS  current
4768        DESCRIPTION
4769            "VTL drive vendor"
4770        ::= { vtlDriveEntry 3 }
4771
4772    vtlDriveModel OBJECT-TYPE
4773        SYNTAX  VtlDriveModelTC
4774        MAX-ACCESS  read-only
4775        STATUS  current
4776        DESCRIPTION
4777            "VTL drive model"
4778        ::= { vtlDriveEntry 4 }
4779
4780    vtlDriveRevision OBJECT-TYPE
4781        SYNTAX  VtlDriveRevisionTC
4782        MAX-ACCESS  read-only
4783        STATUS  current
4784        DESCRIPTION
4785            "VTL drive revision"
4786        ::= { vtlDriveEntry 5 }
4787
4788    vtlDriveSerial OBJECT-TYPE
4789        SYNTAX  VtlDriveSerialTC
4790        MAX-ACCESS  read-only
4791        STATUS  current
4792        DESCRIPTION
4793            "VTL drive serial"
4794        ::= { vtlDriveEntry 6 }
4795
4796    vtlDriveLibraryName OBJECT-TYPE
4797        SYNTAX  VtlLibraryNameTC
4798        MAX-ACCESS  read-only
4799        STATUS  current
4800        DESCRIPTION
4801            "VTL drive library name"
4802        ::= { vtlDriveEntry 7 }
4803
4804    vtlDriveStatus OBJECT-TYPE
4805        SYNTAX  VtlDriveStatusTC
4806        MAX-ACCESS  read-only
4807        STATUS  current
4808        DESCRIPTION
4809            "VTL drive status"
4810        ::= { vtlDriveEntry 8 }
4811
4812    vtlDriveTapeVolume OBJECT-TYPE
4813        SYNTAX  VtlDriveTapeVolumeTC
4814        MAX-ACCESS  read-only
4815        STATUS  current
4816        DESCRIPTION
4817            "VTL drive tape volume"
4818        ::= { vtlDriveEntry 9 }
4819
4820
4821-- **********************************************************************
4822--
4823-- vtlGroups
4824-- ====================
4825--
4826-- dataDomainMib                (1.3.6.1.4.1.19746)
4827--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
4828--     vtl                      (1.3.6.1.4.1.19746.1.11)
4829--       vtlConfiguration       (1.3.6.1.4.1.19746.1.11.2)
4830--         vtlGroups              (1.3.6.1.4.1.19746.1.11.2.7)
4831--
4832-- **********************************************************************
4833
4834    vtlGroups		            OBJECT IDENTIFIER ::= { vtlConfiguration 7 }
4835
4836    vtlGroupTable OBJECT-TYPE
4837        SYNTAX  SEQUENCE OF VtlGroupEntry
4838        MAX-ACCESS  not-accessible
4839        STATUS  current
4840        DESCRIPTION
4841            "A table containing entries of VtlGroupEntry."
4842        ::= { vtlGroups 1 }
4843
4844    vtlGroupEntry OBJECT-TYPE
4845        SYNTAX  VtlGroupEntry
4846        MAX-ACCESS  not-accessible
4847        STATUS  current
4848        DESCRIPTION
4849        "vtlGroupTable Row Description"
4850        INDEX { vtlGroupIndex }
4851        ::= { vtlGroupTable 1 }
4852
4853    VtlGroupEntry ::= SEQUENCE {
4854        vtlGroupIndex                   DDMibTableIndexTC,
4855        vtlGroupName                    DDMibTableString32TC,
4856        vtlGroupInitiaterCount          DDMibInteger32TC,
4857        vtlGroupDeviceCount             DDMibInteger32TC
4858    }
4859
4860    vtlGroupIndex OBJECT-TYPE
4861        SYNTAX  DDMibTableIndexTC
4862        MAX-ACCESS  not-accessible
4863        STATUS  current
4864        DESCRIPTION
4865            "VTL Group index"
4866        ::= { vtlGroupEntry 1 }
4867
4868    vtlGroupName OBJECT-TYPE
4869        SYNTAX DDMibTableString32TC
4870        MAX-ACCESS  read-only
4871        STATUS  current
4872        DESCRIPTION
4873            "VTL Group Name"
4874        ::= { vtlGroupEntry 2 }
4875
4876    vtlGroupInitiaterCount OBJECT-TYPE
4877        SYNTAX  DDMibInteger32TC
4878        MAX-ACCESS  read-only
4879        STATUS  current
4880        DESCRIPTION
4881            "VTL Group Initiater Count"
4882        ::= { vtlGroupEntry 3 }
4883
4884
4885    vtlGroupDeviceCount OBJECT-TYPE
4886        SYNTAX DDMibInteger32TC
4887        MAX-ACCESS  read-only
4888        STATUS  current
4889        DESCRIPTION
4890            "VTL Group Device Count"
4891        ::= { vtlGroupEntry 4 }
4892
4893
4894    vtlGroupDeviceTable OBJECT-TYPE
4895        SYNTAX  SEQUENCE OF VtlGroupDeviceEntry
4896        MAX-ACCESS  not-accessible
4897        STATUS  current
4898        DESCRIPTION
4899            "This table contains information about the devices in VTL groups.
4900            It provides information such as the Device Name, the Device LUN,
4901            the Primary Ports, Secondary Ports, In-Use Ports, and Group Name.
4902            It is comprised of entries of VtlGroupDeviceEntry."
4903        ::= { vtlGroups 2 }
4904
4905    vtlGroupDeviceEntry OBJECT-TYPE
4906        SYNTAX  VtlGroupDeviceEntry
4907        MAX-ACCESS  not-accessible
4908        STATUS  current
4909        DESCRIPTION
4910        "Information about the devices in a VTL group."
4911        INDEX { vtlGroupIndex, vtlGroupDeviceIndex }
4912        ::= { vtlGroupDeviceTable 1 }
4913
4914    VtlGroupDeviceEntry ::= SEQUENCE {
4915        vtlGroupDeviceIndex             DDMibTableIndexTC,
4916        vtlGroupDeviceGroupName         DDMibTableString256TC,
4917        vtlGroupDeviceDeviceName        DDMibTableString256TC,
4918        vtlGroupDeviceLun               DDMibInteger32TC,
4919        vtlGroupDevicePrimaryPorts      DDMibTableString64TC,
4920        vtlGroupDeviceSecondaryPorts    DDMibTableString64TC,
4921        vtlGroupDeviceInUsePorts        DDMibTableString64TC
4922    }
4923
4924    vtlGroupDeviceIndex OBJECT-TYPE
4925        SYNTAX  DDMibTableIndexTC
4926        MAX-ACCESS  not-accessible
4927        STATUS  current
4928        DESCRIPTION
4929            "The index of a VTL Device."
4930        ::= { vtlGroupDeviceEntry 2 }
4931
4932    vtlGroupDeviceGroupName OBJECT-TYPE
4933        SYNTAX DDMibTableString256TC
4934        MAX-ACCESS  read-only
4935        STATUS  current
4936        DESCRIPTION
4937            "The name of a VTL Group."
4938        ::= { vtlGroupDeviceEntry 3 }
4939
4940    vtlGroupDeviceDeviceName OBJECT-TYPE
4941        SYNTAX DDMibTableString256TC
4942        MAX-ACCESS  read-only
4943        STATUS  current
4944        DESCRIPTION
4945            "The name of a VTL Device."
4946        ::= { vtlGroupDeviceEntry 4 }
4947
4948    vtlGroupDeviceLun OBJECT-TYPE
4949        SYNTAX  DDMibInteger32TC
4950        MAX-ACCESS  read-only
4951        STATUS  current
4952        DESCRIPTION
4953            "The LUN (Logical Unit Number) of a VTL Device."
4954        ::= { vtlGroupDeviceEntry 5 }
4955
4956    vtlGroupDevicePrimaryPorts OBJECT-TYPE
4957        SYNTAX  DDMibTableString64TC
4958        MAX-ACCESS  read-only
4959        STATUS  current
4960        DESCRIPTION
4961            "The Primary Ports of a VTL Device. This entry specifies a set of
4962            ports that the device will be visible on. If 'all' is provided the
4963            device is visible on all ports. If 'none' is provided the device
4964            is visible on none of the ports."
4965        ::= { vtlGroupDeviceEntry 6 }
4966
4967    vtlGroupDeviceSecondaryPorts OBJECT-TYPE
4968        SYNTAX  DDMibTableString64TC
4969        MAX-ACCESS  read-only
4970        STATUS  current
4971        DESCRIPTION
4972            "The Secondary Ports of a VTL Device. This entry specifies a second
4973            set of ports that the device will be visible on. The administrator
4974            can switch the ports in use in a group to the primary or secondary
4975            port list."
4976        ::= { vtlGroupDeviceEntry 7 }
4977
4978    vtlGroupDeviceInUsePorts OBJECT-TYPE
4979        SYNTAX DDMibTableString64TC
4980        MAX-ACCESS  read-only
4981        STATUS  current
4982        DESCRIPTION
4983            "The In-Use Ports of a VTL Device. The port list that the device is
4984            visible on is the in-use port list, which can be the primary or
4985            secondary port list."
4986        ::= { vtlGroupDeviceEntry 8 }
4987
4988-- **********************************************************************
4989--
4990-- vtlInitiator
4991-- ====================
4992--
4993-- dataDomainMib                (1.3.6.1.4.1.19746)
4994--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
4995--     vtl                      (1.3.6.1.4.1.19746.1.11)
4996--       vtlConfiguration       (1.3.6.1.4.1.19746.1.11.2)
4997--         vtlInitiator              (1.3.6.1.4.1.19746.1.11.2.8)
4998--
4999-- **********************************************************************
5000
5001    vtlInitiator		OBJECT IDENTIFIER ::= { vtlConfiguration 8 }
5002
5003    vtlInitiatorTable OBJECT-TYPE
5004        SYNTAX  SEQUENCE OF VtlInitiatorEntry
5005        MAX-ACCESS  not-accessible
5006        STATUS  current
5007        DESCRIPTION
5008            "A table containing entries of VtlInitiatorEntry."
5009        ::= { vtlInitiator 1 }
5010
5011    vtlInitiatorEntry OBJECT-TYPE
5012        SYNTAX  VtlInitiatorEntry
5013        MAX-ACCESS  not-accessible
5014        STATUS  current
5015        DESCRIPTION
5016        "vtlInitiatorTable Row Description"
5017        INDEX { vtlInitiatorIndex }
5018        ::= { vtlInitiatorTable 1 }
5019
5020    VtlInitiatorEntry ::= SEQUENCE {
5021        vtlInitiatorIndex          DDMibTableIndexTC,
5022        vtlInitiatorName           DDMibTableString32TC,
5023        vtlInitiatorStatus         DDMibTableString32TC,
5024        vtlInitiatorGroup          DDMibTableString32TC,
5025        vtlInitiatorWWNN           DDMibTableString64TC,
5026        vtlInitiatorWWPN           DDMibTableString64TC,
5027        vtlInitiatorPort           DDMibTableString32TC
5028    }
5029
5030    vtlInitiatorIndex OBJECT-TYPE
5031        SYNTAX  DDMibTableIndexTC
5032        MAX-ACCESS  not-accessible
5033        STATUS  current
5034        DESCRIPTION
5035            "VTL Initiator index"
5036        ::= { vtlInitiatorEntry 1 }
5037
5038    vtlInitiatorName OBJECT-TYPE
5039        SYNTAX DDMibTableString32TC
5040        MAX-ACCESS  read-only
5041        STATUS  current
5042        DESCRIPTION
5043            "VTL Initiator Name"
5044        ::= { vtlInitiatorEntry 2 }
5045
5046    vtlInitiatorStatus OBJECT-TYPE
5047        SYNTAX  DDMibTableString32TC
5048        MAX-ACCESS  read-only
5049        STATUS  current
5050        DESCRIPTION
5051            "VTL Initiator Status"
5052        ::= { vtlInitiatorEntry 3 }
5053
5054
5055    vtlInitiatorGroup OBJECT-TYPE
5056        SYNTAX  DDMibTableString32TC
5057        MAX-ACCESS  read-only
5058        STATUS  current
5059        DESCRIPTION
5060            "VTL Initiator Group"
5061        ::= { vtlInitiatorEntry 4 }
5062
5063    vtlInitiatorWWNN OBJECT-TYPE
5064        SYNTAX  DDMibTableString64TC
5065        MAX-ACCESS  read-only
5066        STATUS  current
5067        DESCRIPTION
5068            "VTL Initiator WWNN"
5069        ::= { vtlInitiatorEntry 5 }
5070
5071    vtlInitiatorWWPN OBJECT-TYPE
5072        SYNTAX  DDMibTableString64TC
5073        MAX-ACCESS  read-only
5074        STATUS  current
5075        DESCRIPTION
5076            "VTL Initiator WWPN"
5077        ::= { vtlInitiatorEntry 6 }
5078
5079    vtlInitiatorPort OBJECT-TYPE
5080        SYNTAX  DDMibTableString32TC
5081        MAX-ACCESS  read-only
5082        STATUS  current
5083        DESCRIPTION
5084            "VTL Initiator Port"
5085        ::= { vtlInitiatorEntry 7 }
5086
5087
5088-- **********************************************************************
5089--
5090-- vtlPool
5091-- ====================
5092--
5093-- dataDomainMib                (1.3.6.1.4.1.19746)
5094--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
5095--     vtl                      (1.3.6.1.4.1.19746.1.11)
5096--       vtlConfiguration       (1.3.6.1.4.1.19746.1.11.2)
5097--         vtlPool              (1.3.6.1.4.1.19746.1.11.2.6)
5098--
5099-- **********************************************************************
5100
5101    vtlPool		            OBJECT IDENTIFIER ::= { vtlConfiguration 6 }
5102
5103    vtlPoolTable OBJECT-TYPE
5104        SYNTAX  SEQUENCE OF VtlPoolEntry
5105        MAX-ACCESS  not-accessible
5106        STATUS  current
5107        DESCRIPTION
5108            "A table containing entries of VtlPoolEntry."
5109        ::= { vtlPool 1 }
5110
5111    vtlPoolEntry OBJECT-TYPE
5112        SYNTAX  VtlPoolEntry
5113        MAX-ACCESS  not-accessible
5114        STATUS  current
5115        DESCRIPTION
5116        "vtlPoolTable Row Description"
5117        INDEX { vtlPoolIndex }
5118        ::= { vtlPoolTable 1 }
5119
5120    VtlPoolEntry ::= SEQUENCE {
5121        vtlPoolIndex          DDMibTableIndexTC,
5122        vtlPoolPool           DDMibTableString64TC,
5123        vtlPoolStatus         DDMibTableString64TC,
5124        vtlPoolTapes          DDMibTableString64TC,
5125        vtlPoolSize           DDMibTableString64TC,
5126        vtlPoolUsed           DDMibTableString64TC,
5127        vtlPoolComp           DDMibTableString64TC
5128    }
5129
5130    vtlPoolIndex OBJECT-TYPE
5131        SYNTAX  DDMibTableIndexTC
5132        MAX-ACCESS  not-accessible
5133        STATUS  current
5134        DESCRIPTION
5135            "VTL Pool index"
5136        ::= { vtlPoolEntry 1 }
5137
5138    vtlPoolPool OBJECT-TYPE
5139        SYNTAX DDMibTableString64TC
5140        MAX-ACCESS  read-only
5141        STATUS  current
5142        DESCRIPTION
5143            "VTL Pool Pool"
5144        ::= { vtlPoolEntry 2 }
5145
5146    vtlPoolStatus OBJECT-TYPE
5147        SYNTAX  DDMibTableString64TC
5148        MAX-ACCESS  read-only
5149        STATUS  current
5150        DESCRIPTION
5151            "VTL Pool Status"
5152        ::= { vtlPoolEntry 3 }
5153
5154
5155    vtlPoolTapes OBJECT-TYPE
5156        SYNTAX  DDMibTableString64TC
5157        MAX-ACCESS  read-only
5158        STATUS  current
5159        DESCRIPTION
5160            "VTL Pool Tapes"
5161        ::= { vtlPoolEntry 4 }
5162
5163    vtlPoolSize OBJECT-TYPE
5164        SYNTAX  DDMibTableString64TC
5165        MAX-ACCESS  read-only
5166        STATUS  current
5167        DESCRIPTION
5168            "VTL Pool Size"
5169        ::= { vtlPoolEntry 5 }
5170
5171    vtlPoolUsed OBJECT-TYPE
5172        SYNTAX  DDMibTableString64TC
5173        MAX-ACCESS  read-only
5174        STATUS  current
5175        DESCRIPTION
5176            "VTL Pool Used"
5177        ::= { vtlPoolEntry 6 }
5178
5179    vtlPoolComp OBJECT-TYPE
5180        SYNTAX  DDMibTableString64TC
5181        MAX-ACCESS  read-only
5182        STATUS  current
5183        DESCRIPTION
5184            "VTL Pool Compression"
5185        ::= { vtlPoolEntry 7 }
5186
5187
5188-- **********************************************************************
5189--
5190-- vtlPort
5191-- ====================
5192--
5193-- dataDomainMib                (1.3.6.1.4.1.19746)
5194--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
5195--     vtl                      (1.3.6.1.4.1.19746.1.11)
5196--       vtlConfiguration       (1.3.6.1.4.1.19746.1.11.2)
5197--         vtlPort             (1.3.6.1.4.1.19746.1.11.2.3)
5198--
5199-- **********************************************************************
5200
5201    vtlPort		            OBJECT IDENTIFIER ::= { vtlConfiguration 3 }
5202
5203    vtlPortTable OBJECT-TYPE
5204        SYNTAX  SEQUENCE OF VtlPortEntry
5205        MAX-ACCESS  not-accessible
5206        STATUS  current
5207        DESCRIPTION
5208            "A table containing entries of VtlPortEntry."
5209        ::= { vtlPort 1 }
5210
5211    vtlPortEntry OBJECT-TYPE
5212        SYNTAX  VtlPortEntry
5213        MAX-ACCESS  not-accessible
5214        STATUS  current
5215        DESCRIPTION
5216        "vtlPortTable Row Description"
5217        INDEX { vtlPortIndex }
5218        ::= { vtlPortTable 1 }
5219
5220    VtlPortEntry ::= SEQUENCE {
5221        vtlPortIndex            VtlPortIndexTC,
5222        vtlPortName             VtlPortNameTC,
5223        vtlPortID               VtlPortIDTC,
5224        vtlPortModel            VtlPortModelTC,
5225        vtlPortFirmware         VtlPortFirmwareTC,
5226        vtlPortWWNN             VtlPortWWNNTC,
5227        vtlPortWWPN             VtlPortWWPNTC,
5228        vtlPortConnectionType   VtlPortConnectionTypeTC,
5229        vtlPortSpeed            VtlPortSpeedTC,
5230        vtlPortEnabled          VtlPortEnabledTC,
5231        vtlPortStatus           VtlPortStatusTC,
5232        vtlPortTrapIndex        VtlPortIndexTC
5233    }
5234
5235    vtlPortIndex OBJECT-TYPE
5236        SYNTAX  VtlPortIndexTC
5237        MAX-ACCESS  not-accessible
5238        STATUS  current
5239        DESCRIPTION
5240            "VTL Port index"
5241        ::= { vtlPortEntry 1 }
5242
5243    vtlPortName OBJECT-TYPE
5244        SYNTAX  VtlPortNameTC
5245        MAX-ACCESS  read-only
5246        STATUS  current
5247        DESCRIPTION
5248            "VTL Port name"
5249        ::= { vtlPortEntry 2 }
5250
5251    vtlPortID OBJECT-TYPE
5252        SYNTAX  VtlPortIDTC
5253        MAX-ACCESS  read-only
5254        STATUS  current
5255        DESCRIPTION
5256            "VTL Port ID"
5257        ::= { vtlPortEntry 3 }
5258
5259    vtlPortModel OBJECT-TYPE
5260        SYNTAX  VtlPortModelTC
5261        MAX-ACCESS  read-only
5262        STATUS  current
5263        DESCRIPTION
5264            "VTL Port model"
5265        ::= { vtlPortEntry 4 }
5266
5267    vtlPortFirmware OBJECT-TYPE
5268        SYNTAX  VtlPortFirmwareTC
5269        MAX-ACCESS  read-only
5270        STATUS  current
5271        DESCRIPTION
5272            "VTL Port Firmware Version"
5273        ::= { vtlPortEntry 5 }
5274
5275    vtlPortWWNN OBJECT-TYPE
5276        SYNTAX  VtlPortWWNNTC
5277        MAX-ACCESS  read-only
5278        STATUS  current
5279        DESCRIPTION
5280            "VTL Port WWNN address"
5281        ::= { vtlPortEntry 6 }
5282
5283    vtlPortWWPN OBJECT-TYPE
5284        SYNTAX  VtlPortWWPNTC
5285        MAX-ACCESS  read-only
5286        STATUS  current
5287        DESCRIPTION
5288            "VTL Port WWPN Address"
5289        ::= { vtlPortEntry 7 }
5290
5291    vtlPortConnectionType OBJECT-TYPE
5292        SYNTAX  VtlPortConnectionTypeTC
5293        MAX-ACCESS  read-only
5294        STATUS  current
5295        DESCRIPTION
5296            "VTL Port Connection Type"
5297        ::= { vtlPortEntry 8 }
5298
5299    vtlPortSpeed OBJECT-TYPE
5300        SYNTAX  VtlPortSpeedTC
5301        MAX-ACCESS  read-only
5302        STATUS  current
5303        DESCRIPTION
5304            "VTL Port Speed in Gibs"
5305        ::= { vtlPortEntry 9 }
5306
5307    vtlPortEnabled OBJECT-TYPE
5308        SYNTAX  VtlPortEnabledTC
5309        MAX-ACCESS  read-only
5310        STATUS  current
5311        DESCRIPTION
5312            "VTL Port Enabled"
5313        ::= { vtlPortEntry 10 }
5314
5315    vtlPortStatus OBJECT-TYPE
5316        SYNTAX  VtlPortStatusTC
5317        MAX-ACCESS  read-only
5318        STATUS  current
5319        DESCRIPTION
5320            "VTL Port Status"
5321        ::= { vtlPortEntry 11 }
5322
5323    vtlPortTrapIndex OBJECT-TYPE
5324        SYNTAX  VtlPortIndexTC
5325        MAX-ACCESS  read-only
5326        STATUS  current
5327        DESCRIPTION
5328            "VTL Port index"
5329        ::= { vtlPortEntry 12 }
5330
5331-- **********************************************************************
5332--
5333-- vtlProperties
5334-- ====================
5335--
5336-- dataDomainMib                (1.3.6.1.4.1.19746)
5337--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
5338--     vtl                      (1.3.6.1.4.1.19746.1.11)
5339--       vtlProperties          (1.3.6.1.4.1.19746.1.11.1)
5340--         vtlAdminState        (1.3.6.1.4.1.19746.1.11.1.1)
5341--         vtlProcessState      (1.3.6.1.4.1.19746.1.11.1.2)
5342--
5343-- **********************************************************************
5344
5345    vtlProperties		    OBJECT IDENTIFIER ::= { vtl 1 }
5346
5347    vtlAdminState OBJECT-TYPE
5348        SYNTAX  VtlAdminStateTC
5349        MAX-ACCESS  read-only
5350        STATUS  current
5351        DESCRIPTION "State of VTL administration"
5352        ::= { vtlProperties 1 }
5353
5354    vtlProcessState OBJECT-TYPE
5355        SYNTAX  VtlProcessStateTC
5356        MAX-ACCESS  read-only
5357        STATUS  current
5358        DESCRIPTION "State of VTL process"
5359        ::= { vtlProperties 2 }
5360
5361-- **********************************************************************
5362--
5363-- vtlStats
5364-- ====================
5365--
5366-- dataDomainMib                (1.3.6.1.4.1.19746)
5367--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
5368--     vtl                      (1.3.6.1.4.1.19746.1.11)
5369--       vtlStats                  (1.3.6.1.4.1.19746.1.11.3)
5370--
5371-- **********************************************************************
5372
5373    vtlStats		      OBJECT IDENTIFIER ::= { vtl 3 }
5374
5375    vtlStatsTable OBJECT-TYPE
5376        SYNTAX  SEQUENCE OF VtlStatsEntry
5377        MAX-ACCESS  not-accessible
5378        STATUS  current
5379        DESCRIPTION
5380            "This table contains detailed statistical information about the
5381            individual VTL Ports on a Data Domain System. It includes the
5382            count of Control Commands, Write Commands, and Read Commands. The
5383            amount of data In, and Out. The count of Link Failures, LIP count,
5384            Sync Losses, Signal Losses, Prim Seq Proto Errors, Invalid Tx
5385            Words, and Invalid CRCs. It is comprised of entries of
5386            VtlStatsEntry."
5387
5388        ::= { vtlStats 1 }
5389
5390    vtlStatsEntry OBJECT-TYPE
5391        SYNTAX  VtlStatsEntry
5392        MAX-ACCESS  not-accessible
5393        STATUS  current
5394        DESCRIPTION
5395        "vtlStatsTable Row Description"
5396        INDEX { vtlStatsIndex }
5397        ::= { vtlStatsTable 1 }
5398
5399    VtlStatsEntry ::= SEQUENCE {
5400        vtlStatsIndex                   VtlStatsIndexTC,
5401        vtlStatsPort                    VtlStatsPortTC,
5402        vtlStatsConrolCommands          VtlStatsConrolCommandsTC,
5403        vtlStatsWriteCommands           VtlStatsWriteCommandsTC,
5404        vtlStatsReadCommands            VtlStatsReadCommandsTC,
5405        vtlStatsIn                      VtlStatsInTC,
5406        vtlStatsOut                     VtlStatsOutTC,
5407        vtlStatsLinkFailures            VtlStatsLinkFailuresTC,
5408        vtlStatsLIPCount                VtlStatsLIPCountTC,
5409        vtlStatsSyncLosses              VtlStatsSyncLossesTC,
5410        vtlStatsSignalLosses            VtlStatsSignalLossesTC,
5411        vtlStatsPrimSeqProtoErrors      VtlStatsPrimSeqProtoErrorsTC,
5412        vtlStatsInvalidTxWords          VtlStatsInvalidTxWordsTC,
5413        vtlStatsInvalidCRCs             VtlStatsInvalidCRCsTC
5414
5415    }
5416
5417    vtlStatsIndex OBJECT-TYPE
5418        SYNTAX  VtlStatsIndexTC
5419        MAX-ACCESS  not-accessible
5420        STATUS  current
5421        DESCRIPTION
5422            "VTL Stats Index. The index of the VTL Per-Port Statistical entry."
5423        ::= { vtlStatsEntry 1 }
5424
5425    vtlStatsPort OBJECT-TYPE
5426        SYNTAX  VtlStatsPortTC
5427        MAX-ACCESS  read-only
5428        STATUS  current
5429        DESCRIPTION
5430            "VTL Stats Port. The physical VTL port number."
5431        ::= { vtlStatsEntry 2 }
5432
5433    vtlStatsConrolCommands OBJECT-TYPE
5434        SYNTAX  VtlStatsConrolCommandsTC
5435        MAX-ACCESS  read-only
5436        STATUS  current
5437        DESCRIPTION
5438            "VTL Stats Control Commands. The number of non read/write
5439            commands."
5440        ::= { vtlStatsEntry 3 }
5441
5442    vtlStatsWriteCommands OBJECT-TYPE
5443        SYNTAX  VtlStatsWriteCommandsTC
5444        MAX-ACCESS  read-only
5445        STATUS  current
5446        DESCRIPTION
5447            "VTL Stats Write Commands. The number of WRITE commands."
5448        ::= { vtlStatsEntry 4 }
5449
5450    vtlStatsReadCommands OBJECT-TYPE
5451        SYNTAX  VtlStatsReadCommandsTC
5452        MAX-ACCESS  read-only
5453        STATUS  current
5454        DESCRIPTION
5455            "VTL Stats Read Commands. The number of READ commands."
5456        ::= { vtlStatsEntry 5 }
5457
5458    vtlStatsIn OBJECT-TYPE
5459        SYNTAX  VtlStatsInTC
5460        MAX-ACCESS  read-only
5461        STATUS  current
5462        DESCRIPTION
5463            "VTL Stats In. The number of megabytes written to the specific
5464            port."
5465        ::= { vtlStatsEntry 6 }
5466
5467    vtlStatsOut OBJECT-TYPE
5468        SYNTAX  VtlStatsOutTC
5469        MAX-ACCESS  read-only
5470        STATUS  current
5471        DESCRIPTION
5472            "VTL Stats Out. The number of megabytes read from the specific
5473            port."
5474        ::= { vtlStatsEntry 7 }
5475
5476    vtlStatsLinkFailures OBJECT-TYPE
5477        SYNTAX  VtlStatsLinkFailuresTC
5478        MAX-ACCESS  read-only
5479        STATUS  current
5480        DESCRIPTION
5481            "VTL Stats Link Failures. The count of Link Failures."
5482        ::= { vtlStatsEntry 8 }
5483
5484    vtlStatsLIPCount OBJECT-TYPE
5485        SYNTAX  VtlStatsLIPCountTC
5486        MAX-ACCESS  read-only
5487        STATUS  current
5488        DESCRIPTION
5489            "VTL Stats LIP Count. The number of LIPs."
5490        ::= { vtlStatsEntry 9 }
5491
5492    vtlStatsSyncLosses OBJECT-TYPE
5493        SYNTAX  VtlStatsSyncLossesTC
5494        MAX-ACCESS  read-only
5495        STATUS  current
5496        DESCRIPTION
5497            "VTL Stats Sync Losses. The number of times sync loss was
5498            detected."
5499        ::= { vtlStatsEntry 10 }
5500
5501    vtlStatsSignalLosses OBJECT-TYPE
5502        SYNTAX  VtlStatsSignalLossesTC
5503        MAX-ACCESS  read-only
5504        STATUS  current
5505        DESCRIPTION
5506            "VTL Stats Signal Losses. The number of times loss of signal was
5507            detected."
5508        ::= { vtlStatsEntry 11 }
5509
5510    vtlStatsPrimSeqProtoErrors OBJECT-TYPE
5511        SYNTAX  VtlStatsPrimSeqProtoErrorsTC
5512        MAX-ACCESS  read-only
5513        STATUS  current
5514        DESCRIPTION
5515            "VTL Stats Prim Seq Proto Errors. The count of errors in the
5516            Primitive Sequence Protocol."
5517        ::= { vtlStatsEntry 12 }
5518
5519    vtlStatsInvalidTxWords OBJECT-TYPE
5520        SYNTAX  VtlStatsInvalidTxWordsTC
5521        MAX-ACCESS  read-only
5522        STATUS  current
5523        DESCRIPTION
5524            "VTL Stats Invalid Tx Words. The number of invalid TX words."
5525        ::= { vtlStatsEntry 13 }
5526
5527    vtlStatsInvalidCRCs OBJECT-TYPE
5528        SYNTAX  VtlStatsInvalidCRCsTC
5529        MAX-ACCESS  read-only
5530        STATUS  current
5531        DESCRIPTION
5532            "VTL Stats Invalid CRCs. The number of frames received with bad
5533            CRC."
5534        ::= { vtlStatsEntry 14 }
5535
5536
5537-- **********************************************************************
5538--
5539-- vtlTape
5540-- ====================
5541--
5542-- dataDomainMib                (1.3.6.1.4.1.19746)
5543--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
5544--     vtl                      (1.3.6.1.4.1.19746.1.11)
5545--       vtlConfiguration       (1.3.6.1.4.1.19746.1.11.2)
5546--         vtlTape              (1.3.6.1.4.1.19746.1.11.2.4)
5547--
5548-- **********************************************************************
5549
5550    vtlTape		            OBJECT IDENTIFIER ::= { vtlConfiguration 4 }
5551
5552    vtlTapeTable OBJECT-TYPE
5553        SYNTAX  SEQUENCE OF VtlTapeEntry
5554        MAX-ACCESS  not-accessible
5555        STATUS  current
5556        DESCRIPTION
5557            "A table containing entries of VtlTapeEntry."
5558        ::= { vtlTape 1 }
5559
5560    vtlTapeEntry OBJECT-TYPE
5561        SYNTAX  VtlTapeEntry
5562        MAX-ACCESS  not-accessible
5563        STATUS  current
5564        DESCRIPTION
5565        "vtlTapeTable Row Description"
5566        INDEX { vtlTapeIndex }
5567        ::= { vtlTapeTable 1 }
5568
5569    VtlTapeEntry ::= SEQUENCE {
5570        vtlTapeIndex          VtlTapeIndexTC,
5571        vtlTapeBarCode        VtlTapeBarCodeTC,
5572        vtlTapePool           VtlTapePoolTC,
5573        vtlTapeLocation       VtlTapeLocationTC,
5574        vtlTapeState          VtlTapeStateTC,
5575        vtlTapeSize           VtlTapeSizeTC,
5576        vtlTapeUsed           VtlTapeUsedTC,
5577        vtlTapeComp           VtlTapeCompTC,
5578        vtlTapeModTime        VtlTapeModTimeTC
5579    }
5580
5581    vtlTapeIndex OBJECT-TYPE
5582        SYNTAX  VtlTapeIndexTC
5583        MAX-ACCESS  not-accessible
5584        STATUS  current
5585        DESCRIPTION
5586            "VTL Tape index"
5587        ::= { vtlTapeEntry 1 }
5588
5589    vtlTapeBarCode OBJECT-TYPE
5590        SYNTAX  VtlTapeBarCodeTC
5591        MAX-ACCESS  read-only
5592        STATUS  current
5593        DESCRIPTION
5594            "VTL Tape BarCode"
5595        ::= { vtlTapeEntry 2 }
5596
5597    vtlTapePool OBJECT-TYPE
5598        SYNTAX  VtlTapePoolTC
5599        MAX-ACCESS  read-only
5600        STATUS  current
5601        DESCRIPTION
5602            "VTL Tape Pool"
5603        ::= { vtlTapeEntry 3 }
5604
5605    vtlTapeLocation OBJECT-TYPE
5606        SYNTAX  VtlTapeLocationTC
5607        MAX-ACCESS  read-only
5608        STATUS  current
5609        DESCRIPTION
5610            "VTL Tape Location"
5611        ::= { vtlTapeEntry 4 }
5612
5613
5614    vtlTapeState OBJECT-TYPE
5615        SYNTAX  VtlTapeStateTC
5616        MAX-ACCESS  read-only
5617        STATUS  current
5618        DESCRIPTION
5619            "VTL Tape State"
5620        ::= { vtlTapeEntry 5 }
5621
5622    vtlTapeSize OBJECT-TYPE
5623        SYNTAX  VtlTapeSizeTC
5624        MAX-ACCESS  read-only
5625        STATUS  current
5626        DESCRIPTION
5627            "VTL Tape Size"
5628        ::= { vtlTapeEntry 6 }
5629
5630    vtlTapeUsed OBJECT-TYPE
5631        SYNTAX  VtlTapeUsedTC
5632        MAX-ACCESS  read-only
5633        STATUS  current
5634        DESCRIPTION
5635            "VTL Tape Used"
5636        ::= { vtlTapeEntry 7 }
5637
5638    vtlTapeComp OBJECT-TYPE
5639        SYNTAX  VtlTapeCompTC
5640        MAX-ACCESS  read-only
5641        STATUS  current
5642        DESCRIPTION
5643            "VTL Tape Compression"
5644        ::= { vtlTapeEntry 8 }
5645
5646    vtlTapeModTime OBJECT-TYPE
5647        SYNTAX  VtlTapeModTimeTC
5648        MAX-ACCESS  read-only
5649        STATUS  current
5650        DESCRIPTION
5651            "VTL Tape status"
5652        ::= { vtlTapeEntry 9 }
5653
5654
5655-- **********************************************************************
5656--
5657-- ddboostAccessClients
5658-- ====================
5659--
5660-- dataDomainMib                    (1.3.6.1.4.1.19746)
5661--   dataDomainMibObjects           (1.3.6.1.4.1.19746.1)
5662--     ddboost                      (1.3.6.1.4.1.19746.1.12)
5663--       ddboostAccessClients       (1.3.6.1.4.1.19746.1.12.8)
5664--
5665-- **********************************************************************
5666
5667    ddboostAccessClients		    OBJECT IDENTIFIER ::= { ddboost 8 }
5668
5669     ddboostAccessClientsTable OBJECT-TYPE
5670        SYNTAX  SEQUENCE OF DdboostAccessClientsEntry
5671        MAX-ACCESS  not-accessible
5672        STATUS  current
5673        DESCRIPTION
5674            "DDBOOST AccessClients table information for DDBOOST Access Client Configuration"
5675        ::= { ddboostAccessClients 1 }
5676
5677    ddboostAccessClientsEntry OBJECT-TYPE
5678        SYNTAX  DdboostAccessClientsEntry
5679        MAX-ACCESS  not-accessible
5680        STATUS  current
5681        DESCRIPTION
5682        "ddboostAccessClientsTable Row Entry"
5683        INDEX { ddboostAccessClientsIndex }
5684        ::= { ddboostAccessClientsTable 1 }
5685
5686     DdboostAccessClientsEntry ::= SEQUENCE {
5687        ddboostAccessClientsIndex                       DDMibTableIndexTC,
5688        ddboostAccessClientsName                        DDMibTableString64TC,
5689        ddboostAccessClientsEncryStrength               DdboostAccessClientsEncryStrengthTC,
5690        ddboostAccessClientsAuthMode                    DdboostAccessClientsAuthModeTC
5691    }
5692
5693     ddboostAccessClientsIndex OBJECT-TYPE
5694        SYNTAX  DDMibTableIndexTC
5695        MAX-ACCESS  not-accessible
5696        STATUS  current
5697        DESCRIPTION
5698            "ddboost AccessClients Table index"
5699        ::= { ddboostAccessClientsEntry 1 }
5700
5701    ddboostAccessClientsName OBJECT-TYPE
5702        SYNTAX   DDMibTableString64TC
5703        MAX-ACCESS  read-only
5704        STATUS  current
5705        DESCRIPTION
5706            "The DDboost Access clients Name"
5707        ::= { ddboostAccessClientsEntry 2 }
5708
5709    ddboostAccessClientsEncryStrength OBJECT-TYPE
5710        SYNTAX   DdboostAccessClientsEncryStrengthTC
5711        MAX-ACCESS  read-only
5712        STATUS  current
5713        DESCRIPTION
5714            "The encryption strength that the DDboost Access client is using, possible values are
5715             none, medium and high"
5716        ::= { ddboostAccessClientsEntry 3 }
5717
5718    ddboostAccessClientsAuthMode OBJECT-TYPE
5719        SYNTAX   DdboostAccessClientsAuthModeTC
5720        MAX-ACCESS  read-only
5721        STATUS  current
5722        DESCRIPTION
5723            "The Authentication mode that the DDboost Access client is using, possible values are
5724             none, one-way, two-way and anonymous"
5725        ::= { ddboostAccessClientsEntry 4 }
5726
5727-- **********************************************************************
5728--
5729-- ddboostProperties
5730-- ====================
5731--
5732-- dataDomainMib                (1.3.6.1.4.1.19746)
5733--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
5734--     ddboost                      (1.3.6.1.4.1.19746.1.12)
5735--       ddboostConnections               (1.3.6.1.4.1.19746.1.12.3)
5736--
5737-- **********************************************************************
5738
5739    ddboostConnections		    OBJECT IDENTIFIER ::= { ddboost 3 }
5740
5741     ddboostConnectionsTable OBJECT-TYPE
5742        SYNTAX  SEQUENCE OF DdboostConnectionsEntry
5743        MAX-ACCESS  not-accessible
5744        STATUS  current
5745        DESCRIPTION
5746            "DDBOOST connections table information for DDBOOST Client Connections"
5747        ::= { ddboostConnections 1 }
5748
5749    ddboostConnectionsEntry OBJECT-TYPE
5750        SYNTAX  DdboostConnectionsEntry
5751        MAX-ACCESS  not-accessible
5752        STATUS  current
5753        DESCRIPTION
5754        "ddboostConnectionsTable Row Entry"
5755        INDEX { ddboostConnectionsIndex }
5756        ::= { ddboostConnectionsTable 1 }
5757
5758     DdboostConnectionsEntry ::= SEQUENCE {
5759        ddboostConnectionsIndex                       DDMibTableIndexTC,
5760        ddboostInterface	                      DDMibTableString64TC,
5761	ddboostifGroupMember	                      DDMibTableEnabledTC,
5762	ddboostBackupConnections	              DDMibInteger32TC,
5763	ddboostRestoreConnections	              DDMibInteger32TC,
5764        ddboostControlConnections	              DDMibInteger32TC,
5765        ddboostTotalConnections	                      DDMibInteger32TC
5766    }
5767
5768     ddboostConnectionsIndex OBJECT-TYPE
5769        SYNTAX  DDMibTableIndexTC
5770        MAX-ACCESS  not-accessible
5771        STATUS  current
5772        DESCRIPTION
5773            "ddboost connections Table index"
5774        ::= { ddboostConnectionsEntry 1 }
5775
5776    ddboostInterface OBJECT-TYPE
5777        SYNTAX   DDMibTableString64TC
5778        MAX-ACCESS  read-only
5779        STATUS  current
5780        DESCRIPTION
5781            "DDboost Interface Name"
5782        ::= { ddboostConnectionsEntry 2 }
5783
5784    ddboostifGroupMember OBJECT-TYPE
5785        SYNTAX  DDMibTableEnabledTC
5786        MAX-ACCESS  read-only
5787        STATUS  current
5788        DESCRIPTION
5789            "If Member of ifGroup"
5790        ::= { ddboostConnectionsEntry 3 }
5791
5792    ddboostBackupConnections OBJECT-TYPE
5793        SYNTAX  DDMibInteger32TC
5794        MAX-ACCESS  read-only
5795        STATUS  current
5796        DESCRIPTION
5797            "DDboost backup connections"
5798        ::= { ddboostConnectionsEntry 4 }
5799
5800    ddboostRestoreConnections OBJECT-TYPE
5801        SYNTAX  DDMibInteger32TC
5802        MAX-ACCESS  read-only
5803        STATUS  current
5804        DESCRIPTION
5805            "DDboost Restore connections"
5806        ::= { ddboostConnectionsEntry 5 }
5807
5808    ddboostControlConnections OBJECT-TYPE
5809        SYNTAX  DDMibInteger32TC
5810        MAX-ACCESS  read-only
5811        STATUS  current
5812        DESCRIPTION
5813            "DDboost control connections"
5814        ::= { ddboostConnectionsEntry 6 }
5815
5816    ddboostTotalConnections OBJECT-TYPE
5817        SYNTAX  DDMibInteger32TC
5818        MAX-ACCESS  read-only
5819        STATUS  current
5820        DESCRIPTION
5821            "DDboost Total connections"
5822        ::= { ddboostConnectionsEntry 7 }
5823
5824
5825
5826
5827-- **********************************************************************
5828--
5829-- ddboostProperties
5830-- ====================
5831--
5832-- dataDomainMib                (1.3.6.1.4.1.19746)
5833--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
5834--     ddboost                      (1.3.6.1.4.1.19746.1.12)
5835--       ddboostFileReplicationHistory               (1.3.6.1.4.1.19746.1.12.6)
5836--
5837-- **********************************************************************
5838
5839    ddboostFileReplicationHistory		    OBJECT IDENTIFIER ::= { ddboost 6 }
5840
5841     ddboostFileReplicationHistoryTable OBJECT-TYPE
5842        SYNTAX  SEQUENCE OF DdboostFileReplicationHistoryEntry
5843        MAX-ACCESS  not-accessible
5844        STATUS  current
5845        DESCRIPTION
5846            "DDBOOST FileReplicationHistory table contains information for File Replication History"
5847        ::= { ddboostFileReplicationHistory 1 }
5848
5849    ddboostFileReplicationHistoryEntry OBJECT-TYPE
5850        SYNTAX  DdboostFileReplicationHistoryEntry
5851        MAX-ACCESS  not-accessible
5852        STATUS  current
5853        DESCRIPTION
5854        "ddboostFileReplicationHistoryTable Row Entry"
5855        INDEX { ddboostFileReplHistoryIndex }
5856        ::= { ddboostFileReplicationHistoryTable 1 }
5857
5858     DdboostFileReplicationHistoryEntry ::= SEQUENCE {
5859        ddboostFileReplHistoryIndex                            DDMibTableIndexTC,
5860        ddboostFileReplHistoryDirection	                       DDMibTableString32TC,
5861	ddboostFileReplHistoryNetwork	                       DDMibTrafficBytesTC,
5862	ddboostFileReplHistoryPreComp   	               DDMibTrafficBytesTC,
5863        ddboostFileReplHistoryPostComp                         DDMibTrafficBytesTC,
5864	ddboostFileReplHistoryLowBWOpt	                       DDMibTableString32TC,
5865        ddboostFileReplHistoryErrors	                       DDMibTrafficBytesTC,
5866        ddboostFileReplHistoryDate	                       DDMibDateTC,
5867        ddboostFileReplHistoryTime                             DDMibDateTC
5868    }
5869
5870     ddboostFileReplHistoryIndex OBJECT-TYPE
5871        SYNTAX  DDMibTableIndexTC
5872        MAX-ACCESS  not-accessible
5873        STATUS  current
5874        DESCRIPTION
5875            "ddboost FileReplicationHistory Table index"
5876        ::= { ddboostFileReplicationHistoryEntry 1 }
5877
5878    ddboostFileReplHistoryDirection OBJECT-TYPE
5879        SYNTAX   DDMibTableString32TC
5880        MAX-ACCESS  read-only
5881        STATUS  current
5882        DESCRIPTION
5883            "DDboost File ReplHistory History Direction"
5884        ::= { ddboostFileReplicationHistoryEntry 2 }
5885
5886    ddboostFileReplHistoryNetwork OBJECT-TYPE
5887        SYNTAX  DDMibTrafficBytesTC
5888        MAX-ACCESS  read-only
5889        STATUS  current
5890        DESCRIPTION
5891            "DDBoost File Replication History Network KBytes Sent"
5892        ::= { ddboostFileReplicationHistoryEntry 3 }
5893
5894    ddboostFileReplHistoryPreComp OBJECT-TYPE
5895        SYNTAX  DDMibTrafficBytesTC
5896        MAX-ACCESS  read-only
5897        STATUS  current
5898        DESCRIPTION
5899            "DDBoost File ReplHistory Pre Compressed Kbytes sent"
5900        ::= { ddboostFileReplicationHistoryEntry 4 }
5901
5902    ddboostFileReplHistoryPostComp OBJECT-TYPE
5903        SYNTAX  DDMibTrafficBytesTC
5904        MAX-ACCESS  read-only
5905        STATUS  current
5906        DESCRIPTION
5907            "DDBoost File ReplHistory Post Compressed KBytes"
5908        ::= { ddboostFileReplicationHistoryEntry 5 }
5909
5910
5911    ddboostFileReplHistoryLowBWOpt OBJECT-TYPE
5912        SYNTAX  DDMibTableString32TC
5913        MAX-ACCESS  read-only
5914        STATUS  current
5915        DESCRIPTION
5916            "DDBoost File ReplHistory KBytes after Low Bandwidth optimization"
5917        ::= { ddboostFileReplicationHistoryEntry 6 }
5918
5919    ddboostFileReplHistoryErrors OBJECT-TYPE
5920        SYNTAX  DDMibTrafficBytesTC
5921        MAX-ACCESS  read-only
5922        STATUS  current
5923        DESCRIPTION
5924            "DDBoost File ReplHistory Errors"
5925        ::= { ddboostFileReplicationHistoryEntry 7 }
5926
5927    ddboostFileReplHistoryDate OBJECT-TYPE
5928        SYNTAX DDMibDateTC
5929        MAX-ACCESS  read-only
5930        STATUS  current
5931        DESCRIPTION
5932            "DDboost File ReplHistory Date"
5933        ::= { ddboostFileReplicationHistoryEntry 8 }
5934
5935    ddboostFileReplHistoryTime OBJECT-TYPE
5936        SYNTAX DDMibDateTC
5937        MAX-ACCESS  read-only
5938        STATUS  current
5939        DESCRIPTION
5940            "DDboost File ReplHistory Time"
5941        ::= { ddboostFileReplicationHistoryEntry 9 }
5942
5943
5944
5945-- **********************************************************************
5946--
5947-- ddboostProperties
5948-- ====================
5949--
5950-- dataDomainMib                (1.3.6.1.4.1.19746)
5951--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
5952--     ddboost                      (1.3.6.1.4.1.19746.1.12)
5953--       ddboostFileReplicationStats               (1.3.6.1.4.1.19746.1.12.5)
5954--
5955-- **********************************************************************
5956
5957    ddboostFileReplicationStats		    OBJECT IDENTIFIER ::= { ddboost 5 }
5958
5959     ddboostFileReplicationStatsTable OBJECT-TYPE
5960        SYNTAX  SEQUENCE OF DdboostFileReplicationStatsEntry
5961        MAX-ACCESS  not-accessible
5962        STATUS  current
5963        DESCRIPTION
5964            "DDBOOST FileReplicationStats table contains information for File Replication Stats"
5965        ::= { ddboostFileReplicationStats 1 }
5966
5967    ddboostFileReplicationStatsEntry OBJECT-TYPE
5968        SYNTAX  DdboostFileReplicationStatsEntry
5969        MAX-ACCESS  not-accessible
5970        STATUS  current
5971        DESCRIPTION
5972        "ddboostFileReplicationStatsTable Row Entry"
5973        INDEX { ddboostFileReplStatsIndex }
5974        ::= { ddboostFileReplicationStatsTable 1 }
5975
5976     DdboostFileReplicationStatsEntry ::= SEQUENCE {
5977        ddboostFileReplStatsIndex                       DDMibTableIndexTC,
5978        ddboostFileReplStatsDirection	                       DDMibTableString32TC,
5979	ddboostFileReplStatsNetworkSent	               DDMibTrafficBytesTC,
5980	ddboostFileReplStatsPreCompSent   	               DDMibTrafficBytesTC,
5981        ddboostFileReplStatsFiltered                         DDMibTrafficBytesTC,
5982	ddboostFileReplStatsLowBWOpt	                       DDMibTrafficBytesTC,
5983        ddboostFileReplStatsLocalComp	                       DDMibTrafficBytesTC,
5984        ddboostFileReplStatsCompRatio	                       DDMibTableString32TC
5985    }
5986
5987     ddboostFileReplStatsIndex OBJECT-TYPE
5988        SYNTAX  DDMibTableIndexTC
5989        MAX-ACCESS  not-accessible
5990        STATUS  current
5991        DESCRIPTION
5992            "ddboost FileReplicationStats Table index"
5993        ::= { ddboostFileReplicationStatsEntry 1 }
5994
5995    ddboostFileReplStatsDirection OBJECT-TYPE
5996        SYNTAX   DDMibTableString32TC
5997        MAX-ACCESS  read-only
5998        STATUS  current
5999        DESCRIPTION
6000            "DDboost File Replication Direction"
6001        ::= { ddboostFileReplicationStatsEntry 2 }
6002
6003    ddboostFileReplStatsNetworkSent OBJECT-TYPE
6004        SYNTAX  DDMibTrafficBytesTC
6005        MAX-ACCESS  read-only
6006        STATUS  current
6007        DESCRIPTION
6008            "DDBoost File Replication Network Bytes Sent"
6009        ::= { ddboostFileReplicationStatsEntry 3 }
6010
6011    ddboostFileReplStatsPreCompSent OBJECT-TYPE
6012        SYNTAX  DDMibTrafficBytesTC
6013        MAX-ACCESS  read-only
6014        STATUS  current
6015        DESCRIPTION
6016            "DDBoost File Replication Pre Compressed bytes sent"
6017        ::= { ddboostFileReplicationStatsEntry 4 }
6018
6019    ddboostFileReplStatsFiltered OBJECT-TYPE
6020        SYNTAX  DDMibTrafficBytesTC
6021        MAX-ACCESS  read-only
6022        STATUS  current
6023        DESCRIPTION
6024            "DDBoost File Replication Bytes after Filtering"
6025        ::= { ddboostFileReplicationStatsEntry 5 }
6026
6027
6028    ddboostFileReplStatsLowBWOpt OBJECT-TYPE
6029        SYNTAX  DDMibTrafficBytesTC
6030        MAX-ACCESS  read-only
6031        STATUS  current
6032        DESCRIPTION
6033            "DDBoost File Replication Bytes after Low Bandwidth optimization"
6034        ::= { ddboostFileReplicationStatsEntry 6 }
6035
6036    ddboostFileReplStatsLocalComp OBJECT-TYPE
6037        SYNTAX  DDMibTrafficBytesTC
6038        MAX-ACCESS  read-only
6039        STATUS  current
6040        DESCRIPTION
6041            "DDBoost File Replication Bytes after local compression"
6042        ::= { ddboostFileReplicationStatsEntry 7 }
6043
6044    ddboostFileReplStatsCompRatio OBJECT-TYPE
6045        SYNTAX  DDMibTableString32TC
6046        MAX-ACCESS  read-only
6047        STATUS  current
6048        DESCRIPTION
6049            "DDboost File Replication Compressed Ratio"
6050        ::= { ddboostFileReplicationStatsEntry 8 }
6051
6052
6053
6054
6055-- **********************************************************************
6056--
6057-- ddboostProperties
6058-- ====================
6059--
6060-- dataDomainMib                            (1.3.6.1.4.1.19746)
6061--   dataDomainMibObjects                   (1.3.6.1.4.1.19746.1)
6062--     ddboost                              (1.3.6.1.4.1.19746.1.12)
6063--       ddboostFileReplicationPerformance  (1.3.6.1.4.1.19746.1.12.10)
6064--
6065-- **********************************************************************
6066
6067    ddboostFileReplicationPerformance       OBJECT IDENTIFIER ::= { ddboost 10 }
6068
6069
6070    ddboostFileRepliPerfInPreCompKBPerSec OBJECT-TYPE
6071        SYNTAX  DDMibInteger32TC
6072        MAX-ACCESS  read-only
6073        STATUS  current
6074        DESCRIPTION
6075            "DDBOOST File Replication Performance Inbound pre-comp kilobytes per second"
6076        ::= { ddboostFileReplicationPerformance 1 }
6077
6078    ddboostFileRepliPerfInNetworkKBPerSec OBJECT-TYPE
6079        SYNTAX  DDMibInteger32TC
6080        MAX-ACCESS  read-only
6081        STATUS  current
6082        DESCRIPTION
6083            "DDBOOST File Replication Performance Inbound network kilobytes per second"
6084        ::= { ddboostFileReplicationPerformance 2 }
6085
6086    ddboostFileRepliPerfOutPreCompKBPerSec OBJECT-TYPE
6087        SYNTAX  DDMibInteger32TC
6088        MAX-ACCESS  read-only
6089        STATUS  current
6090        DESCRIPTION
6091            "DDBOOST File Replication Performance Outbound pre-comp kilobytes per second"
6092        ::= { ddboostFileReplicationPerformance 3 }
6093
6094    ddboostFileRepliPerfOutNetworkKBPerSec OBJECT-TYPE
6095        SYNTAX  DDMibInteger32TC
6096        MAX-ACCESS  read-only
6097        STATUS  current
6098        DESCRIPTION
6099            "DDBOOST File Replication Performance Outbound network kilobytes per second"
6100        ::= { ddboostFileReplicationPerformance 4 }
6101
6102
6103-- **********************************************************************
6104--
6105-- ddboostIfGroupConfig
6106-- ====================
6107--
6108-- dataDomainMib                (1.3.6.1.4.1.19746)
6109--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
6110--     ddboost                      (1.3.6.1.4.1.19746.1.12)
6111--       ddboostIfGroupConfig               (1.3.6.1.4.1.19746.1.12.7)
6112--
6113-- **********************************************************************
6114
6115    ddboostIfGroupConfig		    OBJECT IDENTIFIER ::= { ddboost 7 }
6116
6117     ddboostIfGroupConfigTable OBJECT-TYPE
6118        SYNTAX  SEQUENCE OF DdboostIfGroupConfigEntry
6119        MAX-ACCESS  not-accessible
6120        STATUS  current
6121        DESCRIPTION
6122            "DDBOOST IfGroupConfig table information for DDBOOST ifGroup Configuration"
6123        ::= { ddboostIfGroupConfig 1 }
6124
6125    ddboostIfGroupConfigEntry OBJECT-TYPE
6126        SYNTAX  DdboostIfGroupConfigEntry
6127        MAX-ACCESS  not-accessible
6128        STATUS  current
6129        DESCRIPTION
6130        "ddboostIfGroupConfigTable Row Entry"
6131        INDEX { ddboostIfGroupConfigIndex }
6132        ::= { ddboostIfGroupConfigTable 1 }
6133
6134     DdboostIfGroupConfigEntry ::= SEQUENCE {
6135        ddboostIfGroupConfigIndex                       DDMibTableIndexTC,
6136        ddboostIfGroupInterface	                        DDMibTableString64TC
6137    }
6138
6139     ddboostIfGroupConfigIndex OBJECT-TYPE
6140        SYNTAX  DDMibTableIndexTC
6141        MAX-ACCESS  not-accessible
6142        STATUS  current
6143        DESCRIPTION
6144            "ddboost IfGroupConfig Table index"
6145        ::= { ddboostIfGroupConfigEntry 1 }
6146
6147    ddboostIfGroupInterface OBJECT-TYPE
6148        SYNTAX   DDMibTableString64TC
6149        MAX-ACCESS  read-only
6150        STATUS  current
6151        DESCRIPTION
6152            "DDboost ifGroup Interface Name"
6153        ::= { ddboostIfGroupConfigEntry 2 }
6154
6155
6156
6157
6158-- **********************************************************************
6159--
6160-- ddboostOptions
6161-- ====================
6162--
6163-- dataDomainMib                (1.3.6.1.4.1.19746)
6164--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
6165--     ddboost                      (1.3.6.1.4.1.19746.1.12)
6166--       ddboostOptions               (1.3.6.1.4.1.19746.1.12.9)
6167--
6168-- **********************************************************************
6169
6170    ddboostOptions                  OBJECT IDENTIFIER ::= { ddboost 9 }
6171
6172     ddboostOptionsTable OBJECT-TYPE
6173        SYNTAX  SEQUENCE OF DdboostOptionsEntry
6174        MAX-ACCESS  not-accessible
6175        STATUS  current
6176        DESCRIPTION
6177            "DDBOOST Options table"
6178        ::= { ddboostOptions 1 }
6179
6180    ddboostOptionsEntry OBJECT-TYPE
6181        SYNTAX  DdboostOptionsEntry
6182        MAX-ACCESS  not-accessible
6183        STATUS  current
6184        DESCRIPTION
6185        "ddboostOptionsTable Row Entry"
6186        INDEX { ddboostOptionsIndex }
6187        ::= { ddboostOptionsTable 1 }
6188
6189     DdboostOptionsEntry ::= SEQUENCE {
6190        ddboostOptionsIndex                       DDMibTableIndexTC,
6191        ddboostOptionsName                        DDMibTableString64TC,
6192        ddboostOptionsStatus                      DDMibStatusTC
6193    }
6194
6195     ddboostOptionsIndex OBJECT-TYPE
6196        SYNTAX  DDMibTableIndexTC
6197        MAX-ACCESS  not-accessible
6198        STATUS  current
6199        DESCRIPTION
6200            "ddboost Option Table index"
6201        ::= { ddboostOptionsEntry 1 }
6202
6203    ddboostOptionsName OBJECT-TYPE
6204        SYNTAX   DDMibTableString64TC
6205        MAX-ACCESS  read-only
6206        STATUS  current
6207        DESCRIPTION
6208            "DDboost Option Value Name "
6209        ::= { ddboostOptionsEntry 2 }
6210
6211
6212    ddboostOptionsStatus OBJECT-TYPE
6213        SYNTAX  DDMibStatusTC
6214        MAX-ACCESS  read-only
6215        STATUS  current
6216        DESCRIPTION
6217            "DDboost Option Status Enabled/Disabled "
6218        ::= { ddboostOptionsEntry 3 }
6219
6220
6221
6222
6223
6224-- **********************************************************************
6225--
6226-- ddboostProperties
6227-- ====================
6228--
6229-- dataDomainMib                (1.3.6.1.4.1.19746)
6230--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
6231--     ddboost                      (1.3.6.1.4.1.19746.1.12)
6232--       ddboostProperties          (1.3.6.1.4.1.19746.1.12.1)
6233--
6234-- **********************************************************************
6235
6236    ddboostProperties		    OBJECT IDENTIFIER ::= { ddboost 1 }
6237
6238    ddboostStatus OBJECT-TYPE
6239        SYNTAX  DDboostStatusTC
6240        MAX-ACCESS  read-only
6241        STATUS  current
6242        DESCRIPTION "The status of the DDBoost interface group on a DD system."
6243        ::= { ddboostProperties 1 }
6244
6245    ddboostUser OBJECT-TYPE
6246        SYNTAX  DDboostUserTC
6247        MAX-ACCESS  read-only
6248        STATUS  deprecated
6249        DESCRIPTION "DDBoost User."
6250        ::= { ddboostProperties 2 }
6251
6252    ddboostIfGroupStatus OBJECT-TYPE
6253        SYNTAX  DDMibStatusTC
6254        MAX-ACCESS  read-only
6255        STATUS  deprecated
6256        DESCRIPTION "DDBoost IfGroup Status."
6257        ::= { ddboostProperties 3 }
6258
6259    ddboostUserTable OBJECT-TYPE
6260        SYNTAX  SEQUENCE OF DdboostUserEntry
6261        MAX-ACCESS  not-accessible
6262        STATUS  current
6263        DESCRIPTION
6264            "This table contains information about DDBoost users."
6265        ::= { ddboostProperties 4 }
6266
6267    ddboostUserEntry OBJECT-TYPE
6268        SYNTAX  DdboostUserEntry
6269        MAX-ACCESS  not-accessible
6270        STATUS  current
6271        DESCRIPTION
6272        "ddboostUserTable Row Entry."
6273        INDEX { ddboostUserIdx }
6274        ::= { ddboostUserTable 1 }
6275
6276    DdboostUserEntry ::= SEQUENCE {
6277        ddboostUserIdx                DDboostStatsIndexTC,
6278        ddboostUserName               DDMibTableString256TC,
6279        ddboostUserDefaultTenantUnit  DDMibTableString256TC
6280    }
6281
6282    ddboostUserIdx OBJECT-TYPE
6283        SYNTAX  DDboostStatsIndexTC
6284        MAX-ACCESS  not-accessible
6285        STATUS  current
6286        DESCRIPTION
6287            "DDBoost users table index."
6288        ::= { ddboostUserEntry 1 }
6289
6290    ddboostUserName OBJECT-TYPE
6291        SYNTAX  DDMibTableString256TC
6292        MAX-ACCESS  read-only
6293        STATUS  current
6294        DESCRIPTION
6295            "The name of a Ddboost user."
6296        ::= { ddboostUserEntry 2 }
6297
6298    ddboostUserDefaultTenantUnit OBJECT-TYPE
6299        SYNTAX  DDMibTableString256TC
6300        MAX-ACCESS  read-only
6301        STATUS  current
6302        DESCRIPTION
6303            "The default tenant unit that is associated with a specific DDBoost user."
6304        ::= { ddboostUserEntry 3 }
6305
6306    ddboostIfGroupTable OBJECT-TYPE
6307        SYNTAX  SEQUENCE OF DdboostIfGroupEntry
6308        MAX-ACCESS  not-accessible
6309        STATUS  current
6310        DESCRIPTION
6311            "DDBoost IfGroup table containing interface group information."
6312        ::= { ddboostProperties 5 }
6313
6314    ddboostIfGroupEntry OBJECT-TYPE
6315        SYNTAX  DdboostIfGroupEntry
6316        MAX-ACCESS  not-accessible
6317        STATUS  current
6318        DESCRIPTION
6319        "ddboostIfGroupTable Row Entry."
6320        INDEX { ddboostIfGroupIdx }
6321        ::= { ddboostIfGroupTable 1 }
6322
6323    DdboostIfGroupEntry ::= SEQUENCE {
6324        ddboostIfGroupIdx                DDboostStatsIndexTC,
6325        ddboostIfGroupName               DDMibTableString256TC,
6326        ddboostIfGroupCurrentStatus      DDMibStatusTC
6327    }
6328
6329    ddboostIfGroupIdx OBJECT-TYPE
6330        SYNTAX  DDboostStatsIndexTC
6331        MAX-ACCESS  not-accessible
6332        STATUS  current
6333        DESCRIPTION
6334            "DDBoost IfGroup table index."
6335        ::= { ddboostIfGroupEntry 1 }
6336
6337    ddboostIfGroupName OBJECT-TYPE
6338        SYNTAX  DDMibTableString256TC
6339        MAX-ACCESS  read-only
6340        STATUS  current
6341        DESCRIPTION
6342            "The name of DDBoost IfGroup."
6343        ::= { ddboostIfGroupEntry 2 }
6344
6345    ddboostIfGroupCurrentStatus OBJECT-TYPE
6346        SYNTAX  DDMibStatusTC
6347        MAX-ACCESS  read-only
6348        STATUS  current
6349        DESCRIPTION
6350            "The status of a DDBoost IfGroup. Possible values are: 'enabled' or 'disabled'."
6351        ::= { ddboostIfGroupEntry 3 }
6352
6353-- **********************************************************************
6354--
6355-- ddboostProperties
6356-- ====================
6357--
6358-- dataDomainMib                (1.3.6.1.4.1.19746)
6359--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
6360--     ddboost                      (1.3.6.1.4.1.19746.1.12)
6361--       ddboostStats               (1.3.6.1.4.1.19746.1.12.2)
6362--
6363-- **********************************************************************
6364
6365    ddboostStats		    OBJECT IDENTIFIER ::= { ddboost 2 }
6366
6367     ddboostStatsTable OBJECT-TYPE
6368        SYNTAX  SEQUENCE OF DdboostStatsEntry
6369        MAX-ACCESS  not-accessible
6370        STATUS  current
6371        DESCRIPTION
6372            "DDBOOST stats table containing byte statistics information for DDBOOST"
6373        ::= { ddboostStats 1 }
6374
6375    ddboostStatsEntry OBJECT-TYPE
6376        SYNTAX  DdboostStatsEntry
6377        MAX-ACCESS  not-accessible
6378        STATUS  current
6379        DESCRIPTION
6380        "ddboostStatsTable Row Entry"
6381        INDEX { ddboostStatsIndex }
6382        ::= { ddboostStatsTable 1 }
6383
6384     DdboostStatsEntry ::= SEQUENCE {
6385        ddboostStatsIndex                   DDboostStatsIndexTC,
6386        ddboostPreCompKBytesPerSecond	    KBytesPerSecond,
6387	ddboostPostCompKBytesPerSecond	    KBytesPerSecond,
6388	ddboostNetworkKBytesPerSecond	    KBytesPerSecond,
6389	ddboostReadKBytesPerSecond	    KBytesPerSecond,
6390        ddboostStatsBackupConn              Counter64,
6391        ddboostStatsRestoreConn             Counter64,
6392        ddboostStatsImageCreatesCount       Counter64,
6393        ddboostStatsImageCreatesErrors      Counter64,
6394        ddboostStatsImageDeletesCount       Counter64,
6395        ddboostStatsImageDeletesErrors      Counter64,
6396        ddboostStatsPrecompBytesReceived    DDMibTrafficBytesTC,
6397        ddboostStatsBytesAfterFiltering     DDMibTrafficBytesTC,
6398        ddboostStatsBytesAfterLc            DDMibTrafficBytesTC,
6399        ddboostStatsNetworkBytesReceived    DDMibTrafficBytesTC,
6400        ddboostStatsCompressionRatio        DDMibTableString32TC,
6401        ddboostStatsTotalBytesReadCount     DDMibTrafficBytesTC,
6402        ddboostStatsTotalBytesReadErrors    DDMibTrafficBytesTC
6403    }
6404
6405     ddboostStatsIndex OBJECT-TYPE
6406        SYNTAX  DDboostStatsIndexTC
6407        MAX-ACCESS  not-accessible
6408        STATUS  current
6409        DESCRIPTION
6410            "ddboost Stats Table index"
6411        ::= { ddboostStatsEntry 1 }
6412
6413    ddboostPreCompKBytesPerSecond OBJECT-TYPE
6414        SYNTAX   KBytesPerSecond
6415        MAX-ACCESS  read-only
6416        STATUS  current
6417        DESCRIPTION
6418            "Number of pre-compressed (logical) bytes received per second"
6419        ::= { ddboostStatsEntry 2 }
6420
6421    ddboostPostCompKBytesPerSecond OBJECT-TYPE
6422        SYNTAX  KBytesPerSecond
6423        MAX-ACCESS  read-only
6424        STATUS  current
6425        DESCRIPTION
6426            "number of pddboost local compression bytes received per second"
6427        ::= { ddboostStatsEntry 3 }
6428
6429    ddboostNetworkKBytesPerSecond OBJECT-TYPE
6430        SYNTAX  KBytesPerSecond
6431        MAX-ACCESS  read-only
6432        STATUS  current
6433        DESCRIPTION
6434            "Number of physical network bytes received per second"
6435        ::= { ddboostStatsEntry 4 }
6436
6437    ddboostReadKBytesPerSecond OBJECT-TYPE
6438        SYNTAX  KBytesPerSecond
6439        MAX-ACCESS  read-only
6440        STATUS  current
6441        DESCRIPTION
6442            "Number of bytes read per second"
6443        ::= { ddboostStatsEntry 5 }
6444
6445    ddboostStatsBackupConn OBJECT-TYPE
6446        SYNTAX  Counter64
6447        MAX-ACCESS  read-only
6448        STATUS  current
6449        DESCRIPTION
6450            "Number of backup connections"
6451        ::= { ddboostStatsEntry 6 }
6452
6453    ddboostStatsRestoreConn OBJECT-TYPE
6454        SYNTAX  Counter64
6455        MAX-ACCESS  read-only
6456        STATUS  current
6457        DESCRIPTION
6458            "Number of restore connections"
6459        ::= { ddboostStatsEntry 7 }
6460
6461    ddboostStatsImageCreatesCount OBJECT-TYPE
6462        SYNTAX  Counter64
6463        MAX-ACCESS  read-only
6464        STATUS  current
6465        DESCRIPTION
6466            "Number of image creates"
6467        ::= { ddboostStatsEntry 8 }
6468
6469    ddboostStatsImageCreatesErrors OBJECT-TYPE
6470        SYNTAX  Counter64
6471        MAX-ACCESS  read-only
6472        STATUS  current
6473        DESCRIPTION
6474            "Number of image creates errors"
6475        ::= { ddboostStatsEntry 9 }
6476
6477    ddboostStatsImageDeletesCount OBJECT-TYPE
6478        SYNTAX  Counter64
6479        MAX-ACCESS  read-only
6480        STATUS  current
6481        DESCRIPTION
6482            "Number of image deletes"
6483        ::= { ddboostStatsEntry 10 }
6484
6485    ddboostStatsImageDeletesErrors OBJECT-TYPE
6486        SYNTAX  Counter64
6487        MAX-ACCESS  read-only
6488        STATUS  current
6489        DESCRIPTION
6490            "Number of image deletes errors"
6491        ::= { ddboostStatsEntry 11 }
6492
6493    ddboostStatsPrecompBytesReceived OBJECT-TYPE
6494        SYNTAX  DDMibTrafficBytesTC
6495        MAX-ACCESS  read-only
6496        STATUS  current
6497        DESCRIPTION
6498            "Number of pre-compressed (logical) bytes received"
6499        ::= { ddboostStatsEntry 12 }
6500
6501    ddboostStatsBytesAfterFiltering OBJECT-TYPE
6502        SYNTAX  DDMibTrafficBytesTC
6503        MAX-ACCESS  read-only
6504        STATUS  current
6505        DESCRIPTION
6506            "Number of bytes after filtering"
6507        ::= { ddboostStatsEntry 13 }
6508
6509    ddboostStatsBytesAfterLc OBJECT-TYPE
6510        SYNTAX  DDMibTrafficBytesTC
6511        MAX-ACCESS  read-only
6512        STATUS  current
6513        DESCRIPTION
6514            "Number of bytes after local compression"
6515        ::= { ddboostStatsEntry 14 }
6516
6517    ddboostStatsNetworkBytesReceived OBJECT-TYPE
6518        SYNTAX  DDMibTrafficBytesTC
6519        MAX-ACCESS  read-only
6520        STATUS  current
6521        DESCRIPTION
6522            "Number of network bytes received"
6523        ::= { ddboostStatsEntry 15 }
6524
6525    ddboostStatsCompressionRatio OBJECT-TYPE
6526        SYNTAX  DDMibTableString32TC
6527        MAX-ACCESS  read-only
6528        STATUS  current
6529        DESCRIPTION
6530            "Compression ratio"
6531        ::= { ddboostStatsEntry 16 }
6532
6533    ddboostStatsTotalBytesReadCount OBJECT-TYPE
6534        SYNTAX  DDMibTrafficBytesTC
6535        MAX-ACCESS  read-only
6536        STATUS  current
6537        DESCRIPTION
6538            "Total bytes read count"
6539        ::= { ddboostStatsEntry 17 }
6540
6541    ddboostStatsTotalBytesReadErrors OBJECT-TYPE
6542        SYNTAX  DDMibTrafficBytesTC
6543        MAX-ACCESS  read-only
6544        STATUS  current
6545        DESCRIPTION
6546            "Total bytes read errors"
6547        ::= { ddboostStatsEntry 18 }
6548
6549-- **********************************************************************
6550--
6551-- ddboostProperties
6552-- ====================
6553--
6554-- dataDomainMib                (1.3.6.1.4.1.19746)
6555--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
6556--     ddboost                      (1.3.6.1.4.1.19746.1.12)
6557--       ddboostStorageUnit               (1.3.6.1.4.1.19746.1.12.4)
6558--
6559-- **********************************************************************
6560
6561    ddboostStorageUnit		    OBJECT IDENTIFIER ::= { ddboost 4 }
6562
6563     ddboostStorageUnitTable OBJECT-TYPE
6564        SYNTAX  SEQUENCE OF DdboostStorageUnitEntry
6565        MAX-ACCESS  not-accessible
6566        STATUS  current
6567        DESCRIPTION
6568            "DDBOOST StorageUnit table information for DDBOOST Storage Units"
6569        ::= { ddboostStorageUnit 1 }
6570
6571    ddboostStorageUnitEntry OBJECT-TYPE
6572        SYNTAX  DdboostStorageUnitEntry
6573        MAX-ACCESS  not-accessible
6574        STATUS  current
6575        DESCRIPTION
6576        "ddboostStorageUnitTable Row Entry"
6577        INDEX { ddboostStorageUnitIndex }
6578        ::= { ddboostStorageUnitTable 1 }
6579
6580     DdboostStorageUnitEntry ::= SEQUENCE {
6581        ddboostStorageUnitIndex                       DDMibTableIndexTC,
6582        ddboostStorageUnitName	                      DDMibTableString64TC,
6583	ddboostStorageUnitBytes 	              DDMibInteger32TC,
6584	ddboostStorageUnitGlobalComp                  DDMibInteger32TC,
6585        ddboostStorageUnitLocalComp	              DDMibInteger32TC,
6586        ddboostStorageUnitMetaData                    DDMibInteger32TC,
6587        ddboostStorageUnitStatus                      DDMibTableString64TC,
6588        ddboostStorageUnitPreComp                     DDMibTableString64TC,
6589        ddboostStorageUnitUser                        DDMibTableString64TC,
6590        ddboostStorageUnitReportPhysicalSize          DDMibInteger32TC
6591    }
6592
6593     ddboostStorageUnitIndex OBJECT-TYPE
6594        SYNTAX  DDMibTableIndexTC
6595        MAX-ACCESS  not-accessible
6596        STATUS  current
6597        DESCRIPTION
6598            "ddboost StorageUnit Table index"
6599        ::= { ddboostStorageUnitEntry 1 }
6600
6601    ddboostStorageUnitName OBJECT-TYPE
6602        SYNTAX   DDMibTableString64TC
6603        MAX-ACCESS  read-only
6604        STATUS  current
6605        DESCRIPTION
6606            "DDboost Storage Unit Name"
6607        ::= { ddboostStorageUnitEntry 2 }
6608
6609    ddboostStorageUnitBytes OBJECT-TYPE
6610        SYNTAX  DDMibInteger32TC
6611        MAX-ACCESS  read-only
6612        STATUS  current
6613        DESCRIPTION
6614            "DDboost Storage Unit Original MiB."
6615        ::= { ddboostStorageUnitEntry 3 }
6616
6617    ddboostStorageUnitGlobalComp OBJECT-TYPE
6618        SYNTAX  DDMibInteger32TC
6619        MAX-ACCESS  read-only
6620        STATUS  current
6621        DESCRIPTION
6622            "DDboost Storage Unit Globally Compressed MiB."
6623        ::= { ddboostStorageUnitEntry 4 }
6624
6625    ddboostStorageUnitLocalComp OBJECT-TYPE
6626        SYNTAX  DDMibInteger32TC
6627        MAX-ACCESS  read-only
6628        STATUS  current
6629        DESCRIPTION
6630            "DDboost Storage Unit Locally Compressed MiB."
6631        ::= { ddboostStorageUnitEntry 5 }
6632
6633    ddboostStorageUnitMetaData OBJECT-TYPE
6634        SYNTAX  DDMibInteger32TC
6635        MAX-ACCESS  read-only
6636        STATUS  current
6637        DESCRIPTION
6638            "DDboost Storage Unit Meta Data MiB."
6639        ::= { ddboostStorageUnitEntry 6 }
6640
6641    ddboostStorageUnitStatus OBJECT-TYPE
6642        SYNTAX  DDMibTableString64TC
6643        MAX-ACCESS  read-only
6644        STATUS  current
6645        DESCRIPTION
6646            "DDboost Storage Unit Status."
6647        ::= { ddboostStorageUnitEntry 7 }
6648
6649    ddboostStorageUnitPreComp OBJECT-TYPE
6650        SYNTAX  DDMibTableString64TC
6651        MAX-ACCESS  read-only
6652        STATUS  current
6653        DESCRIPTION
6654            "DDboost Storage Unit Pre-Compression Rate."
6655        ::= { ddboostStorageUnitEntry 8 }
6656
6657    ddboostStorageUnitUser OBJECT-TYPE
6658        SYNTAX  DDMibTableString64TC
6659        MAX-ACCESS  read-only
6660        STATUS  current
6661        DESCRIPTION
6662            "The User of the DDboost Storage Unit."
6663        ::= { ddboostStorageUnitEntry 9 }
6664
6665    ddboostStorageUnitReportPhysicalSize OBJECT-TYPE
6666        SYNTAX  DDMibInteger32TC
6667        MAX-ACCESS  read-only
6668        STATUS  current
6669        DESCRIPTION
6670            "DDboost Storage Unit Report Physical Size."
6671        ::= { ddboostStorageUnitEntry 10 }
6672
6673-- **********************************************************************
6674--
6675-- systemLicense
6676-- ==================
6677--
6678-- dataDomainMib                        (1.3.6.1.4.1.19746)
6679--   dataDomainMibObjects               (1.3.6.1.4.1.19746.1)
6680--      dataDomainSystem                (1.3.6.1.4.1.19746.1.13)
6681--             systemLicense              (1.3.6.1.4.1.19746.1.13.4)
6682--
6683-- **********************************************************************
6684
6685
6686    systemLicense      OBJECT IDENTIFIER ::= { dataDomainSystem 4 }
6687
6688    systemLicenseTable OBJECT-TYPE
6689        SYNTAX  SEQUENCE OF SystemLicenseEntry
6690        MAX-ACCESS  not-accessible
6691        STATUS  current
6692        DESCRIPTION
6693            "A table containing entries of SystemLicenseEntry."
6694        ::= { systemLicense 1 }
6695
6696    systemLicenseEntry OBJECT-TYPE
6697        SYNTAX  SystemLicenseEntry
6698        MAX-ACCESS  not-accessible
6699        STATUS  current
6700        DESCRIPTION
6701            "systemLicenseTable Row Description"
6702        INDEX { systemLicenseIndex }
6703        ::= { systemLicenseTable 1 }
6704
6705    SystemLicenseEntry ::= SEQUENCE {
6706        systemLicenseIndex          DDMibTableIndexTC,
6707        systemLicenseKey            DDMibTableString256TC,
6708        systemLicenseFeature        DDMibTableString64TC
6709    }
6710
6711    systemLicenseIndex OBJECT-TYPE
6712        SYNTAX  DDMibTableIndexTC
6713        MAX-ACCESS  not-accessible
6714        STATUS  current
6715        DESCRIPTION
6716            "System License Row index"
6717        ::= { systemLicenseEntry 1 }
6718
6719    systemLicenseKey OBJECT-TYPE
6720        SYNTAX  DDMibTableString256TC
6721        MAX-ACCESS  read-only
6722        STATUS  current
6723        DESCRIPTION
6724            "System License Key"
6725        ::= { systemLicenseEntry 2 }
6726
6727    systemLicenseFeature OBJECT-TYPE
6728        SYNTAX  DDMibTableString64TC
6729        MAX-ACCESS  read-only
6730        STATUS  current
6731        DESCRIPTION
6732            "Feature for the license"
6733        ::= { systemLicenseEntry 3 }
6734
6735
6736
6737-- **********************************************************************
6738--
6739-- systemLicense
6740-- ==================
6741--
6742-- dataDomainMib                        (1.3.6.1.4.1.19746)
6743--   dataDomainMibObjects               (1.3.6.1.4.1.19746.1)
6744--      dataDomainSystem                (1.3.6.1.4.1.19746.1.13)
6745--          systemLicense               (1.3.6.1.4.1.19746.1.13.4)
6746--             systemCapacityLicense    (1.3.6.1.4.1.19746.1.13.4.2)
6747--
6748-- **********************************************************************
6749     systemCapacityLicense OBJECT IDENTIFIER ::= { systemLicense 2 }
6750
6751
6752    systemCapacityLicenseTable OBJECT-TYPE
6753        SYNTAX  SEQUENCE OF SystemCapacityLicenseEntry
6754        MAX-ACCESS  not-accessible
6755        STATUS  current
6756        DESCRIPTION
6757            "A table containing entries of systemCapacityLicenseEntry."
6758        ::= { systemCapacityLicense 1 }
6759
6760    systemCapacityLicenseEntry OBJECT-TYPE
6761        SYNTAX  SystemCapacityLicenseEntry
6762        MAX-ACCESS  not-accessible
6763        STATUS  current
6764        DESCRIPTION
6765            "systemCapacityLicenseTable Row Description"
6766        INDEX { systemCapacityLicenseIndex }
6767        ::= { systemCapacityLicenseTable 1 }
6768
6769    SystemCapacityLicenseEntry ::= SEQUENCE {
6770        systemCapacityLicenseIndex          DDMibTableIndexTC,
6771        systemCapacityLicenseKey            DDMibTableString256TC,
6772        systemCapacityLicenseFeature        DDMibTableString64TC,
6773        systemCapacityLicenseModel          DDMibTableString32TC,
6774        systemCapacityLicenseCapacity       DDMibTableString32TC
6775    }
6776
6777    systemCapacityLicenseIndex OBJECT-TYPE
6778        SYNTAX  DDMibTableIndexTC
6779        MAX-ACCESS  not-accessible
6780        STATUS  current
6781        DESCRIPTION
6782            "systemCapacity License Row index"
6783        ::= { systemCapacityLicenseEntry 1 }
6784
6785    systemCapacityLicenseKey OBJECT-TYPE
6786        SYNTAX  DDMibTableString256TC
6787        MAX-ACCESS  read-only
6788        STATUS  current
6789        DESCRIPTION
6790            "systemCapacity License Key"
6791        ::= { systemCapacityLicenseEntry 2 }
6792
6793    systemCapacityLicenseFeature OBJECT-TYPE
6794        SYNTAX  DDMibTableString64TC
6795        MAX-ACCESS  read-only
6796        STATUS  current
6797        DESCRIPTION
6798            "Capacity Feature for the license"
6799        ::= { systemCapacityLicenseEntry 3 }
6800
6801    systemCapacityLicenseModel OBJECT-TYPE
6802        SYNTAX  DDMibTableString32TC
6803        MAX-ACCESS  read-only
6804        STATUS  current
6805        DESCRIPTION
6806            "Model for Feature of the license"
6807        ::= { systemCapacityLicenseEntry 4 }
6808
6809
6810     systemCapacityLicenseCapacity OBJECT-TYPE
6811        SYNTAX  DDMibTableString32TC
6812        MAX-ACCESS  read-only
6813        STATUS  current
6814        DESCRIPTION
6815            "Capacity of the model"
6816        ::= { systemCapacityLicenseEntry 5 }
6817
6818
6819-- **********************************************************************
6820--
6821-- systemHardware
6822-- ==================
6823--
6824-- dataDomainMib        		(1.3.6.1.4.1.19746)
6825--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
6826--	dataDomainSystem		(1.3.6.1.4.1.19746.1.13)
6827--	       systemHardware           (1.3.6.1.4.1.19746.1.1.13.2)
6828--
6829-- **********************************************************************
6830
6831
6832    systemHardware		OBJECT IDENTIFIER ::= { dataDomainSystem 2 }
6833
6834    systemHardwareTable OBJECT-TYPE
6835        SYNTAX  SEQUENCE OF SystemHardwareEntry
6836        MAX-ACCESS  not-accessible
6837        STATUS  current
6838        DESCRIPTION
6839            "A table containing entries of SystemHardwareEntry."
6840        ::= { systemHardware 1 }
6841
6842    systemHardwareEntry OBJECT-TYPE
6843        SYNTAX  SystemHardwareEntry
6844        MAX-ACCESS  not-accessible
6845        STATUS  current
6846        DESCRIPTION
6847	    "systemHardwareTable Row Description"
6848        INDEX { systemHardwareIndex }
6849        ::= { systemHardwareTable 1 }
6850
6851    SystemHardwareEntry ::= SEQUENCE {
6852	systemHardwareIndex	    DDMibTableIndexTC,
6853	systemHardwareSlot	    DDMibInteger32TC,
6854	systemHardwareVendor        DDMibTableString64TC,
6855	systemHardwareDevice        DDMibTableString128TC,
6856	systemHardwarePorts	    DDMibTableString128TC,
6857        systemHardwareSlotName      DisplayString
6858    }
6859
6860    systemHardwareIndex OBJECT-TYPE
6861        SYNTAX  DDMibTableIndexTC
6862        MAX-ACCESS  not-accessible
6863        STATUS  current
6864        DESCRIPTION
6865            "System Hardware Row index"
6866        ::= { systemHardwareEntry 1 }
6867
6868    systemHardwareSlot OBJECT-TYPE
6869        SYNTAX  DDMibInteger32TC
6870        MAX-ACCESS  read-only
6871        STATUS  deprecated
6872        DESCRIPTION
6873            "System Hardware Slot"
6874        ::= { systemHardwareEntry 2 }
6875
6876    systemHardwareVendor OBJECT-TYPE
6877        SYNTAX  DDMibTableString64TC
6878        MAX-ACCESS  read-only
6879        STATUS  current
6880        DESCRIPTION
6881            "Slot Device Vendor"
6882        ::= { systemHardwareEntry 3 }
6883
6884    systemHardwareDevice OBJECT-TYPE
6885        SYNTAX  DDMibTableString128TC
6886        MAX-ACCESS  read-only
6887        STATUS  current
6888        DESCRIPTION
6889            "Slot Device"
6890        ::= { systemHardwareEntry 4 }
6891
6892    systemHardwarePorts OBJECT-TYPE
6893        SYNTAX  DDMibTableString128TC
6894        MAX-ACCESS  read-only
6895        STATUS  current
6896        DESCRIPTION
6897            "Slot Ports"
6898        ::= { systemHardwareEntry 5 }
6899
6900
6901    systemHardwareSlotName OBJECT-TYPE
6902        SYNTAX  DisplayString (SIZE (0..3))
6903        MAX-ACCESS  read-only
6904        STATUS  current
6905        DESCRIPTION
6906            "System Hardware Slot Name"
6907        ::= { systemHardwareEntry 6 }
6908
6909
6910-- **********************************************************************
6911--
6912-- systemPorts
6913-- ==================
6914--
6915-- dataDomainMib        		(1.3.6.1.4.1.19746)
6916--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
6917--	dataDomainSystem		(1.3.6.1.4.1.19746.1.13)
6918--	       systemPorts              (1.3.6.1.4.1.19746.1.1.13.3)
6919--
6920-- **********************************************************************
6921
6922
6923    systemPorts		OBJECT IDENTIFIER ::= { dataDomainSystem 3 }
6924
6925    systemPortsTable OBJECT-TYPE
6926        SYNTAX  SEQUENCE OF SystemPortsEntry
6927        MAX-ACCESS  not-accessible
6928        STATUS  current
6929        DESCRIPTION
6930            "A table containing entries of SystemPortsEntry."
6931        ::= { systemPorts 1 }
6932
6933    systemPortsEntry OBJECT-TYPE
6934        SYNTAX  SystemPortsEntry
6935        MAX-ACCESS  not-accessible
6936        STATUS  current
6937        DESCRIPTION
6938	    "systemPortsTable Row Description"
6939        INDEX { systemPortsIndex }
6940        ::= { systemPortsTable 1 }
6941
6942    SystemPortsEntry ::= SEQUENCE {
6943	systemPortsIndex	    DDMibTableIndexTC,
6944	systemPortsPort	            DDMibTableString32TC,
6945	systemPortsConnectionType   DDMibTableString64TC,
6946	systemPortsLinkSpeed        DDMibTableString128TC,
6947	systemPortsFirmware	    DDMibTableString128TC,
6948        systemPortsHardwareAddress  DDMibTableString64TC
6949    }
6950
6951    systemPortsIndex OBJECT-TYPE
6952        SYNTAX  DDMibTableIndexTC
6953        MAX-ACCESS  not-accessible
6954        STATUS  current
6955        DESCRIPTION
6956            "System Ports Row index"
6957        ::= { systemPortsEntry 1 }
6958
6959    systemPortsPort OBJECT-TYPE
6960        SYNTAX  DDMibTableString32TC
6961        MAX-ACCESS  read-only
6962        STATUS  current
6963        DESCRIPTION
6964            "System Ports Port name"
6965        ::= { systemPortsEntry 2 }
6966
6967    systemPortsConnectionType OBJECT-TYPE
6968        SYNTAX  DDMibTableString64TC
6969        MAX-ACCESS  read-only
6970        STATUS  current
6971        DESCRIPTION
6972            "Port LinkSpeed ConnectionType"
6973        ::= { systemPortsEntry 3 }
6974
6975    systemPortsLinkSpeed OBJECT-TYPE
6976        SYNTAX  DDMibTableString128TC
6977        MAX-ACCESS  read-only
6978        STATUS  current
6979        DESCRIPTION
6980            "system Port LinkSpeed"
6981        ::= { systemPortsEntry 4 }
6982
6983    systemPortsFirmware OBJECT-TYPE
6984        SYNTAX  DDMibTableString128TC
6985        MAX-ACCESS  read-only
6986        STATUS  current
6987        DESCRIPTION
6988            "system ports firmware version"
6989        ::= { systemPortsEntry 5 }
6990
6991    systemPortsHardwareAddress OBJECT-TYPE
6992        SYNTAX  DDMibTableString64TC
6993        MAX-ACCESS  read-only
6994        STATUS  current
6995        DESCRIPTION
6996            "System Port Hardware Address."
6997        ::= { systemPortsEntry 6 }
6998
6999
7000
7001
7002-- **********************************************************************
7003--
7004-- systemProperties
7005-- ==================
7006--
7007-- dataDomainMib        		(1.3.6.1.4.1.19746)
7008--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
7009--	dataDomainSystem		(1.3.6.1.4.1.19746.1.13)
7010--	       systemProperties         (1.3.6.1.4.1.19746.1.1.13.1)
7011--
7012-- **********************************************************************
7013
7014    systemProperties	    OBJECT IDENTIFIER ::= { dataDomainSystem 1 }
7015
7016    systemSerialNumber OBJECT-TYPE
7017        SYNTAX  SystemSerialNumberTC
7018        MAX-ACCESS  read-only
7019        STATUS  current
7020        DESCRIPTION "Serial Number of the System"
7021        ::= { systemProperties 1 }
7022
7023
7024    systemCurrentTime OBJECT-TYPE
7025        SYNTAX   DDMibTimeStampTC
7026        MAX-ACCESS  read-only
7027        STATUS  current
7028        DESCRIPTION "DDR system's current time"
7029        ::= { systemProperties 2 }
7030
7031
7032    systemVersion OBJECT-TYPE
7033        SYNTAX  DDMibVersionTC
7034        MAX-ACCESS  read-only
7035        STATUS  current
7036        DESCRIPTION "DD Version of the System"
7037        ::= { systemProperties 3 }
7038
7039
7040    systemModelNumber OBJECT-TYPE
7041        SYNTAX   DDMibTableString64TC
7042        MAX-ACCESS  read-only
7043        STATUS  current
7044        DESCRIPTION "Model Number of the System"
7045        ::= { systemProperties 4 }
7046
7047    systemTimeZoneName OBJECT-TYPE
7048        SYNTAX   SystemTimeZoneNameTC
7049        MAX-ACCESS  read-only
7050        STATUS  current
7051        DESCRIPTION "DDR system's time zone name"
7052        ::= { systemProperties 5 }
7053
7054    sysNotes OBJECT-TYPE
7055        SYNTAX  SystemNotesTC
7056        MAX-ACCESS  read-write
7057        STATUS  current
7058        DESCRIPTION "Customer defined notes associated with this DD System."
7059        ::= { systemProperties 6 }
7060
7061-- **********************************************************************
7062--
7063-- SystemUser
7064-- ==================
7065--
7066-- dataDomainMib                        (1.3.6.1.4.1.19746)
7067--   dataDomainMibObjects               (1.3.6.1.4.1.19746.1)
7068--     dataDomainSystem                 (1.3.6.1.4.1.19746.1.13)
7069--       SystemUser                     (1.3.6.1.4.1.19746.1.13.5)
7070--
7071-- **********************************************************************
7072
7073
7074    systemUser          OBJECT IDENTIFIER ::= { dataDomainSystem 5 }
7075
7076    systemUserTable OBJECT-TYPE
7077        SYNTAX  SEQUENCE OF SystemUserEntry
7078        MAX-ACCESS  not-accessible
7079        STATUS  current
7080        DESCRIPTION
7081            "A table containing entries of SystemUsers."
7082        ::= { systemUser 1 }
7083
7084    systemUserEntry OBJECT-TYPE
7085        SYNTAX  SystemUserEntry
7086        MAX-ACCESS  not-accessible
7087        STATUS  current
7088        DESCRIPTION
7089            "SystemUserTable Row Description"
7090        INDEX { systemUserIndex }
7091        ::= { systemUserTable 1 }
7092
7093    SystemUserEntry ::= SEQUENCE {
7094        systemUserIndex      DDMibTableIndexTC,
7095        systemUserName       DDMibTableString128TC,
7096        systemUserUID              DDMibInteger32TC,
7097        systemUserRole             DDMibTableString32TC,
7098        systemUserStatus           DDMibTableString32TC
7099    }
7100
7101    systemUserIndex OBJECT-TYPE
7102        SYNTAX  DDMibTableIndexTC
7103        MAX-ACCESS  not-accessible
7104        STATUS  current
7105        DESCRIPTION
7106            "SystemUser Row index"
7107        ::= { systemUserEntry 1 }
7108
7109    systemUserName OBJECT-TYPE
7110        SYNTAX  DDMibTableString128TC
7111        MAX-ACCESS  read-only
7112        STATUS  current
7113        DESCRIPTION
7114            "SystemUser Name "
7115        ::= { systemUserEntry 2 }
7116
7117    systemUserUID OBJECT-TYPE
7118        SYNTAX DDMibInteger32TC
7119        MAX-ACCESS  read-only
7120        STATUS  current
7121        DESCRIPTION
7122            "SystemUser UID"
7123        ::= { systemUserEntry 3 }
7124
7125    systemUserRole OBJECT-TYPE
7126        SYNTAX  DDMibTableString32TC
7127        MAX-ACCESS  read-only
7128        STATUS  current
7129        DESCRIPTION
7130            "SystemUser Role"
7131        ::= { systemUserEntry 4 }
7132
7133    systemUserStatus OBJECT-TYPE
7134        SYNTAX DDMibTableString32TC
7135        MAX-ACCESS  read-only
7136        STATUS  current
7137        DESCRIPTION
7138            "SystemUsers Status "
7139        ::= { systemUserEntry 5 }
7140
7141
7142    systemActiveUserTable OBJECT-TYPE
7143        SYNTAX  SEQUENCE OF SystemActiveUserEntry
7144        MAX-ACCESS  not-accessible
7145        STATUS  current
7146        DESCRIPTION
7147            "A table containing entries of SystemActiveUsers."
7148        ::= { systemUser 2 }
7149
7150    systemActiveUserEntry OBJECT-TYPE
7151        SYNTAX  SystemActiveUserEntry
7152        MAX-ACCESS  not-accessible
7153        STATUS  current
7154        DESCRIPTION
7155            "SystemActiveUserTable Row Description"
7156        INDEX { systemActiveUserIndex }
7157        ::= { systemActiveUserTable 1 }
7158
7159    SystemActiveUserEntry ::= SEQUENCE {
7160        systemActiveUserIndex       DDMibTableIndexTC,
7161        systemActiveUserName        DDMibTableString128TC,
7162        systemActiveUserIdleTime    DDMibTableString32TC,
7163        systemActiveUserLoginTime   DDMibTableString32TC,
7164        systemActiveUserLoginFrom   DDMibTableString32TC,
7165        systemActiveUserTty         DDMibTableString32TC
7166    }
7167
7168    systemActiveUserIndex OBJECT-TYPE
7169        SYNTAX  DDMibTableIndexTC
7170        MAX-ACCESS  not-accessible
7171        STATUS  current
7172        DESCRIPTION
7173            "SystemActiveUser Row index"
7174        ::= { systemActiveUserEntry 1 }
7175
7176    systemActiveUserName OBJECT-TYPE
7177        SYNTAX  DDMibTableString128TC
7178        MAX-ACCESS  read-only
7179        STATUS  current
7180        DESCRIPTION
7181            "SystemActiveUser Name "
7182        ::= { systemActiveUserEntry 2 }
7183
7184    systemActiveUserIdleTime OBJECT-TYPE
7185        SYNTAX DDMibTableString32TC
7186        MAX-ACCESS  read-only
7187        STATUS  current
7188        DESCRIPTION
7189            "SystemActiveUser idle time"
7190        ::= { systemActiveUserEntry 3 }
7191
7192    systemActiveUserLoginTime OBJECT-TYPE
7193        SYNTAX  DDMibTableString32TC
7194        MAX-ACCESS  read-only
7195        STATUS  current
7196        DESCRIPTION
7197            "SystemActiveUser login time"
7198        ::= { systemActiveUserEntry 4 }
7199
7200    systemActiveUserLoginFrom OBJECT-TYPE
7201        SYNTAX  DDMibTableString32TC
7202        MAX-ACCESS  read-only
7203        STATUS  current
7204        DESCRIPTION
7205            "SystemActiveUser login from"
7206        ::= { systemActiveUserEntry 5 }
7207
7208    systemActiveUserTty OBJECT-TYPE
7209        SYNTAX DDMibTableString32TC
7210        MAX-ACCESS  read-only
7211        STATUS  current
7212        DESCRIPTION
7213            "SystemActiveUsers Tty"
7214        ::= { systemActiveUserEntry 6 }
7215
7216
7217-- *****:*****************************************************************
7218--
7219-- managedSystem
7220-- ==================
7221--
7222-- dataDomainMib                        (1.3.6.1.4.1.19746)
7223--   dataDomainMibObjects               (1.3.6.1.4.1.19746.1)
7224--          ddms                        (1.3.6.1.4.1.19746.1.19)
7225--             taskHistory              (1.3.6.1.4.1.19746.1.19.2)
7226--
7227-- **********************************************************************
7228
7229
7230    taskHistory                 OBJECT IDENTIFIER ::= { ddms 2 }
7231
7232    taskHistoryTable OBJECT-TYPE
7233        SYNTAX  SEQUENCE OF TaskHistoryEntry
7234        MAX-ACCESS  not-accessible
7235        STATUS  current
7236        DESCRIPTION
7237            "A table containing entries of TaskHistoryEntry."
7238        ::= { taskHistory 1 }
7239
7240    taskHistoryEntry OBJECT-TYPE
7241        SYNTAX  TaskHistoryEntry
7242        MAX-ACCESS  not-accessible
7243        STATUS  current
7244        DESCRIPTION
7245	    "taskHistoryEntry Row Description"
7246        INDEX { taskHistoryIndex }
7247        ::= { taskHistoryTable 1 }
7248
7249    TaskHistoryEntry ::= SEQUENCE {
7250	taskHistoryIndex        DDMibTableIndexTC,
7251	taskHistoryUser         DDMibTableString64TC,
7252	taskHistoryID           DDMibTableString64TC,
7253        taskHistoryParent       DDMibTableString64TC,
7254	taskHistoryName         DDMibTableString64TC,
7255	taskHistoryState        DDMibTableString64TC,
7256	taskHistoryStartTime    DDMibTableString64TC,
7257	taskHistoryDuration     DDMibTableString64TC
7258    }
7259
7260    taskHistoryIndex OBJECT-TYPE
7261        SYNTAX  DDMibTableIndexTC
7262        MAX-ACCESS  not-accessible
7263        STATUS  current
7264        DESCRIPTION
7265            "Task History Row index"
7266        ::= { taskHistoryEntry 1 }
7267
7268    taskHistoryUser OBJECT-TYPE
7269        SYNTAX  DDMibTableString64TC
7270        MAX-ACCESS  read-only
7271        STATUS  current
7272        DESCRIPTION
7273            "Task History User"
7274        ::= { taskHistoryEntry 2 }
7275
7276    taskHistoryID OBJECT-TYPE
7277        SYNTAX  DDMibTableString64TC
7278        MAX-ACCESS  read-only
7279        STATUS  current
7280        DESCRIPTION
7281            "Task History ID"
7282        ::= { taskHistoryEntry 3 }
7283
7284    taskHistoryParent OBJECT-TYPE
7285        SYNTAX  DDMibTableString64TC
7286        MAX-ACCESS  read-only
7287        STATUS  current
7288        DESCRIPTION
7289            "Task History Parent"
7290        ::= { taskHistoryEntry 4 }
7291
7292    taskHistoryName OBJECT-TYPE
7293        SYNTAX  DDMibTableString64TC
7294        MAX-ACCESS  read-only
7295        STATUS  current
7296        DESCRIPTION
7297            "Task History Name"
7298        ::= { taskHistoryEntry 5 }
7299
7300    taskHistoryState OBJECT-TYPE
7301        SYNTAX  DDMibTableString64TC
7302        MAX-ACCESS  read-only
7303        STATUS  current
7304        DESCRIPTION
7305            "Task History State"
7306        ::= { taskHistoryEntry 6 }
7307
7308    taskHistoryStartTime OBJECT-TYPE
7309        SYNTAX  DDMibTableString64TC
7310        MAX-ACCESS  read-only
7311        STATUS  current
7312        DESCRIPTION
7313            "Task History Start Time"
7314        ::= { taskHistoryEntry 7 }
7315
7316    taskHistoryDuration OBJECT-TYPE
7317        SYNTAX  DDMibTableString64TC
7318        MAX-ACCESS  read-only
7319        STATUS  current
7320        DESCRIPTION
7321            "Task History Duration"
7322        ::= { taskHistoryEntry 8 }
7323
7324-- *****:*****************************************************************
7325--
7326-- managedSystem
7327-- ==================
7328--
7329-- dataDomainMib                        (1.3.6.1.4.1.19746)
7330--   dataDomainMibObjects               (1.3.6.1.4.1.19746.1)
7331--          ddms                        (1.3.6.1.4.1.19746.1.19)
7332--             taskActive               (1.3.6.1.4.1.19746.1.19.3)
7333--
7334-- **********************************************************************
7335
7336
7337    taskActive                 OBJECT IDENTIFIER ::= { ddms 3 }
7338
7339    taskActiveTable OBJECT-TYPE
7340        SYNTAX  SEQUENCE OF TaskActiveEntry
7341        MAX-ACCESS  not-accessible
7342        STATUS  current
7343        DESCRIPTION
7344            "A table containing entries of TaskActiveEntry."
7345        ::= { taskActive 1 }
7346
7347    taskActiveEntry OBJECT-TYPE
7348        SYNTAX  TaskActiveEntry
7349        MAX-ACCESS  not-accessible
7350        STATUS  current
7351        DESCRIPTION
7352	    "taskActiveEntry Row Description"
7353        INDEX { taskActiveIndex }
7354        ::= { taskActiveTable 1 }
7355
7356    TaskActiveEntry ::= SEQUENCE {
7357	taskActiveIndex        DDMibTableIndexTC,
7358	taskActiveUser         DDMibTableString64TC,
7359	taskActiveID           DDMibTableString64TC,
7360        taskActiveParent       DDMibTableString64TC,
7361	taskActiveName         DDMibTableString64TC,
7362	taskActiveState        DDMibTableString64TC,
7363	taskActiveStartTime    DDMibTableString64TC,
7364	taskActiveDuration     DDMibTableString64TC
7365    }
7366
7367    taskActiveIndex OBJECT-TYPE
7368        SYNTAX  DDMibTableIndexTC
7369        MAX-ACCESS  not-accessible
7370        STATUS  current
7371        DESCRIPTION
7372            "Task Active Row index"
7373        ::= { taskActiveEntry 1 }
7374
7375    taskActiveUser OBJECT-TYPE
7376        SYNTAX  DDMibTableString64TC
7377        MAX-ACCESS  read-only
7378        STATUS  current
7379        DESCRIPTION
7380            "Task Active User"
7381        ::= { taskActiveEntry 2 }
7382
7383    taskActiveID OBJECT-TYPE
7384        SYNTAX  DDMibTableString64TC
7385        MAX-ACCESS  read-only
7386        STATUS  current
7387        DESCRIPTION
7388            "Task Active ID"
7389        ::= { taskActiveEntry 3 }
7390
7391    taskActiveParent OBJECT-TYPE
7392        SYNTAX  DDMibTableString64TC
7393        MAX-ACCESS  read-only
7394        STATUS  current
7395        DESCRIPTION
7396            "Task Active Parent"
7397        ::= { taskActiveEntry 4 }
7398
7399    taskActiveName OBJECT-TYPE
7400        SYNTAX  DDMibTableString64TC
7401        MAX-ACCESS  read-only
7402        STATUS  current
7403        DESCRIPTION
7404            "Task Active Name"
7405        ::= { taskActiveEntry 5 }
7406
7407    taskActiveState OBJECT-TYPE
7408        SYNTAX  DDMibTableString64TC
7409        MAX-ACCESS  read-only
7410        STATUS  current
7411        DESCRIPTION
7412            "Task Active State"
7413        ::= { taskActiveEntry 6 }
7414
7415    taskActiveStartTime OBJECT-TYPE
7416        SYNTAX  DDMibTableString64TC
7417        MAX-ACCESS  read-only
7418        STATUS  current
7419        DESCRIPTION
7420            "Task Active Start Time"
7421        ::= { taskActiveEntry 7 }
7422
7423    taskActiveDuration OBJECT-TYPE
7424        SYNTAX  DDMibTableString64TC
7425        MAX-ACCESS  read-only
7426        STATUS  current
7427        DESCRIPTION
7428            "Task Active Duration"
7429        ::= { taskActiveEntry 8 }
7430
7431-- **********************************************************************
7432--
7433-- artConfig
7434-- ====================
7435--
7436-- dataDomainMib                (1.3.6.1.4.1.19746)
7437--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
7438--     art                     (1.3.6.1.4.1.19746.1.14)
7439--       artConfig              (1.3.6.1.4.1.19746.1.14.1)
7440--
7441-- **********************************************************************
7442
7443    artConfig		    OBJECT IDENTIFIER ::= { art 1 }
7444
7445    artConfigTable OBJECT-TYPE
7446        SYNTAX  SEQUENCE OF ArtConfigEntry
7447        MAX-ACCESS  not-accessible
7448        STATUS  current
7449        DESCRIPTION
7450            "A table containing entries of artConfigEntry."
7451        ::= { artConfig 1 }
7452
7453    artConfigEntry OBJECT-TYPE
7454        SYNTAX  ArtConfigEntry
7455        MAX-ACCESS  not-accessible
7456        STATUS  current
7457        DESCRIPTION
7458        "artConfigTable Row Description"
7459        INDEX { artConfigIndex }
7460        ::= { artConfigTable 1 }
7461
7462    ArtConfigEntry ::= SEQUENCE {
7463        artConfigIndex                  DDMibTableIndexTC,
7464        artConfigStatus                 DDMibTableEnabledTC,
7465        artConfigMigrationSchedule      DDMibTableString128TC,
7466        artConfigDefaultAge             DDMibInteger32TC,
7467        artConfigFileSystemClean           DDMibTableEnabledTC,
7468        artConfigCompression            DDMibTableString32TC
7469
7470    }
7471
7472    artConfigIndex OBJECT-TYPE
7473        SYNTAX  DDMibTableIndexTC
7474        MAX-ACCESS  not-accessible
7475        STATUS  current
7476        DESCRIPTION
7477            "art Config index"
7478        ::= { artConfigEntry 1 }
7479
7480    artConfigStatus OBJECT-TYPE
7481        SYNTAX  DDMibTableEnabledTC
7482        MAX-ACCESS  read-only
7483        STATUS  current
7484        DESCRIPTION
7485            "art Config Status"
7486        ::= { artConfigEntry 2 }
7487
7488    artConfigMigrationSchedule OBJECT-TYPE
7489        SYNTAX  DDMibTableString128TC
7490        MAX-ACCESS  read-only
7491        STATUS  current
7492        DESCRIPTION
7493            "art Config Migration Schedule"
7494        ::= { artConfigEntry 3 }
7495
7496    artConfigDefaultAge OBJECT-TYPE
7497        SYNTAX  DDMibInteger32TC
7498        MAX-ACCESS  read-only
7499        STATUS  current
7500        DESCRIPTION
7501            "art Config Default Age threshold migration policy"
7502        ::= { artConfigEntry 4 }
7503
7504    artConfigFileSystemClean OBJECT-TYPE
7505        SYNTAX  DDMibTableEnabledTC
7506        MAX-ACCESS  read-only
7507        STATUS  current
7508        DESCRIPTION
7509            "art Config file System Clean Required"
7510        ::= { artConfigEntry 5 }
7511
7512
7513    artConfigCompression OBJECT-TYPE
7514        SYNTAX  DDMibTableString32TC
7515        MAX-ACCESS  read-only
7516        STATUS  current
7517        DESCRIPTION
7518            "art Config local compression"
7519        ::= { artConfigEntry 6 }
7520
7521
7522
7523
7524-- **********************************************************************
7525--
7526-- artMigrationPolicy
7527-- ====================
7528--
7529-- dataDomainMib                (1.3.6.1.4.1.19746)
7530--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
7531--     art                     (1.3.6.1.4.1.19746.1.14)
7532--       artMigrationPolicy              (1.3.6.1.4.1.19746.1.14.3)
7533--
7534-- **********************************************************************
7535
7536    artMigrationPolicy		    OBJECT IDENTIFIER ::= { art 3 }
7537
7538    artMigrationPolicyTable OBJECT-TYPE
7539        SYNTAX  SEQUENCE OF ArtMigrationPolicyEntry
7540        MAX-ACCESS  not-accessible
7541        STATUS  current
7542        DESCRIPTION
7543            "A table containing entries of artMigrationPolicyEntry."
7544        ::= { artMigrationPolicy 1 }
7545
7546    artMigrationPolicyEntry OBJECT-TYPE
7547        SYNTAX  ArtMigrationPolicyEntry
7548        MAX-ACCESS  not-accessible
7549        STATUS  current
7550        DESCRIPTION
7551        "artMigrationPolicyTable Row Description"
7552        INDEX { artMigrationPolicyIndex }
7553        ::= { artMigrationPolicyTable 1 }
7554
7555    ArtMigrationPolicyEntry ::= SEQUENCE {
7556        artMigrationPolicyIndex                  DDMibTableIndexTC,
7557        artMigrationPolicyMtreeName              DDMibTableString256TC,
7558        artMigrationPolicyDefaultAge             DDMibInteger32TC
7559    }
7560
7561    artMigrationPolicyIndex OBJECT-TYPE
7562        SYNTAX  DDMibTableIndexTC
7563        MAX-ACCESS  not-accessible
7564        STATUS  current
7565        DESCRIPTION
7566            "art MigrationPolicy index"
7567        ::= { artMigrationPolicyEntry 1 }
7568
7569    artMigrationPolicyMtreeName OBJECT-TYPE
7570        SYNTAX  DDMibTableString256TC
7571        MAX-ACCESS  read-only
7572        STATUS  current
7573        DESCRIPTION
7574            "art MigrationPolicy Mtree Name"
7575        ::= { artMigrationPolicyEntry 2 }
7576
7577    artMigrationPolicyDefaultAge OBJECT-TYPE
7578        SYNTAX  DDMibInteger32TC
7579        MAX-ACCESS  read-only
7580        STATUS  current
7581        DESCRIPTION
7582            "art MigrationPolicy Default Age"
7583        ::= { artMigrationPolicyEntry 3 }
7584
7585-- **********************************************************************
7586--
7587-- artMigrationSchedule
7588-- ====================
7589--
7590-- dataDomainMib                (1.3.6.1.4.1.19746)
7591--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
7592--     art                     (1.3.6.1.4.1.19746.1.14)
7593--       artMigrationSchedule             (1.3.6.1.4.1.19746.1.14.2)
7594--
7595-- **********************************************************************
7596
7597    artMigrationSchedule		    OBJECT IDENTIFIER ::= { art 2 }
7598
7599    artMigrationScheduleTable OBJECT-TYPE
7600        SYNTAX  SEQUENCE OF ArtMigrationScheduleEntry
7601        MAX-ACCESS  not-accessible
7602        STATUS  current
7603        DESCRIPTION
7604            "A table containing entries of artMigrationScheduleEntry."
7605        ::= { artMigrationSchedule 1 }
7606
7607    artMigrationScheduleEntry OBJECT-TYPE
7608        SYNTAX  ArtMigrationScheduleEntry
7609        MAX-ACCESS  not-accessible
7610        STATUS  current
7611        DESCRIPTION
7612        "artMigrationScheduleTable Row Description"
7613        INDEX { artMigrationScheduleIndex }
7614        ::= { artMigrationScheduleTable 1 }
7615
7616    ArtMigrationScheduleEntry ::= SEQUENCE {
7617        artMigrationScheduleIndex                  DDMibTableIndexTC,
7618        artMigrationScheduleSchedule               DDMibTableString512TC,
7619        artMigrationScheduleStatus                 DDMibStatusTC
7620    }
7621
7622    artMigrationScheduleIndex OBJECT-TYPE
7623        SYNTAX  DDMibTableIndexTC
7624        MAX-ACCESS  not-accessible
7625        STATUS  current
7626        DESCRIPTION
7627            "art MigrationScheduleindex"
7628        ::= { artMigrationScheduleEntry 1 }
7629
7630    artMigrationScheduleSchedule OBJECT-TYPE
7631        SYNTAX  DDMibTableString512TC
7632        MAX-ACCESS  read-only
7633        STATUS  current
7634        DESCRIPTION
7635            "art MigrationSchedule Schedule"
7636        ::= { artMigrationScheduleEntry 2 }
7637
7638    artMigrationScheduleStatus OBJECT-TYPE
7639        SYNTAX  DDMibStatusTC
7640        MAX-ACCESS  read-only
7641        STATUS  current
7642        DESCRIPTION
7643            "art MigrationSchedule Status"
7644        ::= { artMigrationScheduleEntry 3 }
7645
7646-- **********************************************************************
7647--
7648-- mtreeCompression
7649-- ====================
7650--
7651-- dataDomainMib                (1.3.6.1.4.1.19746)
7652--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
7653--     mtree                     (1.3.6.1.4.1.19746.1.15)
7654--       mtreeCompression              (1.3.6.1.4.1.19746.1.15.1)
7655--
7656-- **********************************************************************
7657
7658    mtreeCompression		    OBJECT IDENTIFIER ::= { mtree 1 }
7659
7660    mtreeCompressionTable OBJECT-TYPE
7661        SYNTAX  SEQUENCE OF MtreeCompressionEntry
7662        MAX-ACCESS  not-accessible
7663        STATUS  current
7664        DESCRIPTION
7665            "A table containing entries of mtreeCompressionEntry."
7666        ::= { mtreeCompression 1 }
7667
7668    mtreeCompressionEntry OBJECT-TYPE
7669        SYNTAX  MtreeCompressionEntry
7670        MAX-ACCESS  not-accessible
7671        STATUS  current
7672        DESCRIPTION
7673        "mtreeCompressionTable Row Description"
7674        INDEX { mtreeCompressionIndex }
7675        ::= { mtreeCompressionTable 1 }
7676
7677    MtreeCompressionEntry ::= SEQUENCE {
7678        mtreeCompressionIndex                  DDMibTableIndexTC,
7679        mtreeCompressionMtreePath              DDMibTableString512TC,
7680        mtreeCompressionPreCompGib             DDMibTableSizeGibTC,
7681        mtreeCompressionPostCompGib            DDMibTableSizeGibTC,
7682        mtreeCompressionGlobalCompFactor       DDMibCompressionFactorTC,
7683        mtreeCompressionLocalCompFactor        DDMibCompressionFactorTC,
7684        mtreeCompressionPostTotalCompFactor    DDMibCompressionFactorTC,
7685        mtreeCompressionTimePeriod             DDMibTableString128TC
7686    }
7687
7688    mtreeCompressionIndex OBJECT-TYPE
7689        SYNTAX  DDMibTableIndexTC
7690        MAX-ACCESS  not-accessible
7691        STATUS  current
7692        DESCRIPTION
7693            "mtree Compression index"
7694        ::= { mtreeCompressionEntry 1 }
7695
7696    mtreeCompressionMtreePath OBJECT-TYPE
7697        SYNTAX  DDMibTableString512TC
7698        MAX-ACCESS  read-only
7699        STATUS  current
7700        DESCRIPTION
7701            "mtree Compression Mtree Path"
7702        ::= { mtreeCompressionEntry 2 }
7703
7704    mtreeCompressionPreCompGib OBJECT-TYPE
7705        SYNTAX  DDMibTableSizeGibTC
7706        MAX-ACCESS  read-only
7707        STATUS  current
7708        DESCRIPTION
7709            "mtree Compression Pre comp giga bytes"
7710        ::= { mtreeCompressionEntry 3 }
7711
7712     mtreeCompressionPostCompGib OBJECT-TYPE
7713        SYNTAX  DDMibTableSizeGibTC
7714        MAX-ACCESS  read-only
7715        STATUS  current
7716        DESCRIPTION
7717            "mtree Compression Post Comp Giga Bytes"
7718        ::= { mtreeCompressionEntry 4 }
7719
7720    mtreeCompressionGlobalCompFactor OBJECT-TYPE
7721        SYNTAX  DDMibCompressionFactorTC
7722        MAX-ACCESS  read-only
7723        STATUS  current
7724        DESCRIPTION
7725            "mtree Compression Global Comp Factor"
7726        ::= { mtreeCompressionEntry 5 }
7727
7728    mtreeCompressionLocalCompFactor OBJECT-TYPE
7729        SYNTAX  DDMibCompressionFactorTC
7730        MAX-ACCESS read-only
7731        STATUS  current
7732        DESCRIPTION
7733            "mtree Compression Local Comp Factor"
7734        ::= { mtreeCompressionEntry 6 }
7735
7736    mtreeCompressionPostTotalCompFactor OBJECT-TYPE
7737        SYNTAX  DDMibCompressionFactorTC
7738        MAX-ACCESS  read-only
7739        STATUS  current
7740        DESCRIPTION
7741            "mtree Compression Total Comp Factor"
7742        ::= { mtreeCompressionEntry 7 }
7743
7744
7745    mtreeCompressionTimePeriod    OBJECT-TYPE
7746        SYNTAX  DDMibTableString128TC
7747        MAX-ACCESS  read-only
7748        STATUS  current
7749        DESCRIPTION
7750            "mtree Compression Time Period"
7751        ::= { mtreeCompressionEntry 8 }
7752
7753
7754-- **********************************************************************
7755--
7756-- mtreeList
7757-- ====================
7758--
7759-- dataDomainMib                (1.3.6.1.4.1.19746)
7760--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
7761--     mtree                     (1.3.6.1.4.1.19746.1.15)
7762--       mtreeList              (1.3.6.1.4.1.19746.1.15.2)
7763--
7764-- **********************************************************************
7765
7766    mtreeList		    OBJECT IDENTIFIER ::= { mtree 2 }
7767
7768    mtreeListTable OBJECT-TYPE
7769        SYNTAX  SEQUENCE OF MtreeListEntry
7770        MAX-ACCESS  not-accessible
7771        STATUS  current
7772        DESCRIPTION
7773            "A table containing entries of mtreeListEntry."
7774        ::= { mtreeList 1 }
7775
7776    mtreeListEntry OBJECT-TYPE
7777        SYNTAX  MtreeListEntry
7778        MAX-ACCESS  not-accessible
7779        STATUS  current
7780        DESCRIPTION
7781        "mtreeListTable Row Description"
7782        INDEX { mtreeListIndex }
7783        ::= { mtreeListTable 1 }
7784
7785    MtreeListEntry ::= SEQUENCE {
7786        mtreeListIndex                  DDMibTableIndexTC,
7787        mtreeListMtreeName              DDMibTableString512TC,
7788        mtreeListPreCompGib             DDMibTableSizeGibTC,
7789        mtreeListStatus                 MtreeListStatusTC
7790    }
7791
7792    mtreeListIndex OBJECT-TYPE
7793        SYNTAX  DDMibTableIndexTC
7794        MAX-ACCESS  not-accessible
7795        STATUS  current
7796        DESCRIPTION
7797            "mtree List index"
7798        ::= { mtreeListEntry 1 }
7799
7800    mtreeListMtreeName OBJECT-TYPE
7801        SYNTAX  DDMibTableString512TC
7802        MAX-ACCESS  read-only
7803        STATUS  current
7804        DESCRIPTION
7805            "mtree List Mtree Name"
7806        ::= { mtreeListEntry 2 }
7807
7808    mtreeListPreCompGib OBJECT-TYPE
7809        SYNTAX  DDMibTableSizeGibTC
7810        MAX-ACCESS  read-only
7811        STATUS  current
7812        DESCRIPTION
7813            "mtree List Pre comp giga bytes"
7814        ::= { mtreeListEntry 3 }
7815
7816     mtreeListStatus OBJECT-TYPE
7817        SYNTAX  MtreeListStatusTC
7818        MAX-ACCESS read-only
7819        STATUS  current
7820        DESCRIPTION
7821            "mtree List Status"
7822        ::= { mtreeListEntry 4 }
7823
7824
7825
7826-- **********************************************************************
7827--
7828-- mtreeRetentionLock
7829-- ====================
7830--
7831-- dataDomainMib                (1.3.6.1.4.1.19746)
7832--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
7833--     mtree                     (1.3.6.1.4.1.19746.1.15)
7834--       mtreeRetentionLock              (1.3.6.1.4.1.19746.1.15.4)
7835--
7836-- **********************************************************************
7837
7838    mtreeRetentionLock		    OBJECT IDENTIFIER ::= { mtree 4 }
7839
7840    mtreeRetentionLockTable OBJECT-TYPE
7841        SYNTAX  SEQUENCE OF MtreeRetentionLockEntry
7842        MAX-ACCESS  not-accessible
7843        STATUS  current
7844        DESCRIPTION
7845            "A table containing entries of mtreeRetentionLockEntry."
7846        ::= { mtreeRetentionLock 1 }
7847
7848    mtreeRetentionLockEntry OBJECT-TYPE
7849        SYNTAX  MtreeRetentionLockEntry
7850        MAX-ACCESS  not-accessible
7851        STATUS  current
7852        DESCRIPTION
7853        "mtreeRetentionLockTable Row Description"
7854        INDEX { mtreeRetentionLockIndex }
7855        ::= { mtreeRetentionLockTable 1 }
7856
7857    MtreeRetentionLockEntry ::= SEQUENCE {
7858        mtreeRetentionLockIndex                  DDMibTableIndexTC,
7859        mtreeRetentionLockMtreeName              DDMibTableString512TC,
7860        mtreeRetentionLockStatus                 MtreeRetentionLockStatusTC,
7861        mtreeRetentionLockUUID                   DDMibTableString32TC,
7862        mtreeRetentionLockMinRetentionPeriod     DDMibTableString32TC,
7863        mtreeRetentionLockMaxRetentionPeriod     DDMibTableString32TC
7864    }
7865
7866    mtreeRetentionLockIndex OBJECT-TYPE
7867        SYNTAX  DDMibTableIndexTC
7868        MAX-ACCESS  not-accessible
7869        STATUS  current
7870        DESCRIPTION
7871            "mtree RetentionLock index"
7872        ::= { mtreeRetentionLockEntry 1 }
7873
7874    mtreeRetentionLockMtreeName OBJECT-TYPE
7875        SYNTAX  DDMibTableString512TC
7876        MAX-ACCESS  read-only
7877        STATUS  current
7878        DESCRIPTION
7879            "mtree RetentionLock Mtree Name"
7880        ::= { mtreeRetentionLockEntry 2 }
7881
7882    mtreeRetentionLockStatus OBJECT-TYPE
7883        SYNTAX  MtreeRetentionLockStatusTC
7884        MAX-ACCESS  read-only
7885        STATUS  current
7886        DESCRIPTION
7887            "mtree RetentionLock Status"
7888        ::= { mtreeRetentionLockEntry 3 }
7889
7890     mtreeRetentionLockUUID OBJECT-TYPE
7891        SYNTAX  DDMibTableString32TC
7892        MAX-ACCESS read-only
7893        STATUS  current
7894        DESCRIPTION
7895            "mtree RetentionLock UUID"
7896        ::= { mtreeRetentionLockEntry 4 }
7897
7898    mtreeRetentionLockMinRetentionPeriod OBJECT-TYPE
7899        SYNTAX  DDMibTableString32TC
7900        MAX-ACCESS  read-only
7901        STATUS  current
7902        DESCRIPTION
7903            "mtree RetentionLock Minimum Retention Period"
7904        ::= { mtreeRetentionLockEntry 5 }
7905
7906    mtreeRetentionLockMaxRetentionPeriod OBJECT-TYPE
7907        SYNTAX  DDMibTableString32TC
7908        MAX-ACCESS  read-only
7909        STATUS  current
7910        DESCRIPTION
7911            "mtree RetentionLock Maximum Retention Period"
7912        ::= { mtreeRetentionLockEntry 6 }
7913
7914
7915-- **********************************************************************
7916--
7917-- systemHardware
7918-- ==================
7919--
7920-- dataDomainMib        		(1.3.6.1.4.1.19746)
7921--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
7922--	enclosure       		(1.3.6.1.4.1.19746.1.17)
7923--	       enclosureList            (1.3.6.1.4.1.19746.1.1.17.1)
7924--
7925-- **********************************************************************
7926
7927
7928    enclosureList       		OBJECT IDENTIFIER ::= { enclosure 1 }
7929
7930    enclosureListTable OBJECT-TYPE
7931        SYNTAX  SEQUENCE OF EnclosureListEntry
7932        MAX-ACCESS  not-accessible
7933        STATUS  current
7934        DESCRIPTION
7935            "A table containing entries of EnclosureListEntry."
7936        ::= { enclosureList 1 }
7937
7938    enclosureListEntry OBJECT-TYPE
7939        SYNTAX  EnclosureListEntry
7940        MAX-ACCESS  not-accessible
7941        STATUS  current
7942        DESCRIPTION
7943	    "enclosure List Row Description"
7944        INDEX { enclosureListIndex }
7945        ::= { enclosureListTable 1 }
7946
7947    EnclosureListEntry ::= SEQUENCE {
7948	enclosureListIndex	    DDMibTableIndexTC,
7949	enclosureListNum	    DDMibInteger32TC,
7950	enclosureListModel          DDMibTableString64TC,
7951	enclosureListSerialNum      DDMibTableString128TC,
7952	enclosureListOemName	    DDMibTableString128TC,
7953        enclosureListOemValue       DDMibTableString128TC,
7954        enclosureListCapacity       DDMibTableString64TC
7955    }
7956
7957    enclosureListIndex OBJECT-TYPE
7958        SYNTAX  DDMibTableIndexTC
7959        MAX-ACCESS  not-accessible
7960        STATUS  current
7961        DESCRIPTION
7962            "enclosure List Row index"
7963        ::= { enclosureListEntry 1 }
7964
7965    enclosureListNum OBJECT-TYPE
7966        SYNTAX  DDMibInteger32TC
7967        MAX-ACCESS  read-only
7968        STATUS  current
7969        DESCRIPTION
7970            "enclosure Number"
7971        ::= { enclosureListEntry 2 }
7972
7973    enclosureListModel OBJECT-TYPE
7974        SYNTAX  DDMibTableString64TC
7975        MAX-ACCESS  read-only
7976        STATUS  current
7977        DESCRIPTION
7978            "enclosure model"
7979        ::= { enclosureListEntry 3 }
7980
7981    enclosureListSerialNum OBJECT-TYPE
7982        SYNTAX  DDMibTableString128TC
7983        MAX-ACCESS  read-only
7984        STATUS  current
7985        DESCRIPTION
7986            "enclosure serial number"
7987        ::= { enclosureListEntry 4 }
7988
7989    enclosureListOemName OBJECT-TYPE
7990        SYNTAX  DDMibTableString128TC
7991        MAX-ACCESS  read-only
7992        STATUS  current
7993        DESCRIPTION
7994            "enclosure oem name"
7995        ::= { enclosureListEntry 5 }
7996
7997    enclosureListOemValue OBJECT-TYPE
7998       SYNTAX  DDMibTableString128TC
7999       MAX-ACCESS  read-only
8000       STATUS  current
8001       DESCRIPTION
8002       "enclosure oem value"
8003       ::= { enclosureListEntry 6 }
8004
8005    enclosureListCapacity OBJECT-TYPE
8006       SYNTAX  DDMibTableString64TC
8007       MAX-ACCESS  read-only
8008       STATUS  current
8009       DESCRIPTION
8010       "enclosure Capacity"
8011       ::= { enclosureListEntry 7 }
8012
8013    enclosurePack       		OBJECT IDENTIFIER ::= { enclosure 2 }
8014
8015    enclosurePackTable OBJECT-TYPE
8016        SYNTAX  SEQUENCE OF EnclosurePackEntry
8017        MAX-ACCESS  not-accessible
8018        STATUS  current
8019        DESCRIPTION
8020            "A table containing entries of EnclosurePackEntry."
8021        ::= { enclosurePack 1 }
8022
8023    enclosurePackEntry OBJECT-TYPE
8024        SYNTAX  EnclosurePackEntry
8025        MAX-ACCESS  not-accessible
8026        STATUS  current
8027        DESCRIPTION
8028	    "enclosure Pack Row Description"
8029        INDEX { enclosureListIndex, enclosurePackID }
8030        ::= { enclosurePackTable 1 }
8031
8032    EnclosurePackEntry ::= SEQUENCE {
8033	enclosurePackID             DDMibTableIndexTC
8034    }
8035
8036    enclosurePackID OBJECT-TYPE
8037        SYNTAX  DDMibTableIndexTC
8038        MAX-ACCESS  read-only
8039        STATUS  current
8040        DESCRIPTION
8041            "Pack information for the enclosure.
8042	    Applicable to enclosures with packs such as ES60, and not for ES20 or ES30."
8043        ::= { enclosurePackEntry 1 }
8044
8045    restorer            	OBJECT IDENTIFIER ::= { dataDomainMibProducts 1 }
8046-- generated platform section for Data Domain MIB
8047  unknown    OBJECT IDENTIFIER ::= { restorer 0 }
8048  dd200    OBJECT IDENTIFIER ::= { restorer 1 }
8049  dd200Proto    OBJECT IDENTIFIER ::= { restorer 2 }
8050  dd410    OBJECT IDENTIFIER ::= { restorer 3 }
8051  dd430    OBJECT IDENTIFIER ::= { restorer 4 }
8052  dd460    OBJECT IDENTIFIER ::= { restorer 5 }
8053  dd400g    OBJECT IDENTIFIER ::= { restorer 6 }
8054  dd460g    OBJECT IDENTIFIER ::= { restorer 7 }
8055  dd560    OBJECT IDENTIFIER ::= { restorer 8 }
8056  dd560g    OBJECT IDENTIFIER ::= { restorer 9 }
8057  dd580    OBJECT IDENTIFIER ::= { restorer 10 }
8058  dd580g    OBJECT IDENTIFIER ::= { restorer 11 }
8059  dd565    OBJECT IDENTIFIER ::= { restorer 12 }
8060  dd530    OBJECT IDENTIFIER ::= { restorer 13 }
8061  dd510    OBJECT IDENTIFIER ::= { restorer 14 }
8062  dd120    OBJECT IDENTIFIER ::= { restorer 15 }
8063  dd690    OBJECT IDENTIFIER ::= { restorer 16 }
8064  dd690g    OBJECT IDENTIFIER ::= { restorer 17 }
8065  dd660    OBJECT IDENTIFIER ::= { restorer 18 }
8066  dd880    OBJECT IDENTIFIER ::= { restorer 19 }
8067  dd880g    OBJECT IDENTIFIER ::= { restorer 20 }
8068  dd610    OBJECT IDENTIFIER ::= { restorer 21 }
8069  dd630    OBJECT IDENTIFIER ::= { restorer 22 }
8070  dd140    OBJECT IDENTIFIER ::= { restorer 23 }
8071  dd670    OBJECT IDENTIFIER ::= { restorer 24 }
8072  dd860    OBJECT IDENTIFIER ::= { restorer 25 }
8073  dd860g    OBJECT IDENTIFIER ::= { restorer 26 }
8074  dd890    OBJECT IDENTIFIER ::= { restorer 27 }
8075  dd640    OBJECT IDENTIFIER ::= { restorer 28 }
8076  dd620    OBJECT IDENTIFIER ::= { restorer 29 }
8077  dd160    OBJECT IDENTIFIER ::= { restorer 30 }
8078  ddintrepid    OBJECT IDENTIFIER ::= { restorer 31 }
8079  dd4500    OBJECT IDENTIFIER ::= { restorer 32 }
8080  dd7200    OBJECT IDENTIFIER ::= { restorer 33 }
8081  ddve    OBJECT IDENTIFIER ::= { restorer 34 }
8082  dd990    OBJECT IDENTIFIER ::= { restorer 35 }
8083  dd2500    OBJECT IDENTIFIER ::= { restorer 36 }
8084  dd4200    OBJECT IDENTIFIER ::= { restorer 37 }
8085  ddkoalam1    OBJECT IDENTIFIER ::= { restorer 38 }
8086  apollo    OBJECT IDENTIFIER ::= { restorer 39 }
8087  unset    OBJECT IDENTIFIER ::= { restorer 9999 }
8088-- **********************************************************************
8089--
8090-- systemHardware
8091-- ==================
8092--
8093-- dataDomainMib        		(1.3.6.1.4.1.19746)
8094--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
8095--	network       		(1.3.6.1.4.1.19746.1.18)
8096--	       dns            (1.3.6.1.4.1.19746.1.1.18.1)
8097--
8098-- **********************************************************************
8099
8100
8101    dns       		OBJECT IDENTIFIER ::= { network 1 }
8102
8103    dnsTable OBJECT-TYPE
8104        SYNTAX  SEQUENCE OF DNSEntry
8105        MAX-ACCESS  not-accessible
8106        STATUS  current
8107        DESCRIPTION
8108            "A table containing entries of dnsEntry."
8109        ::= { dns 1 }
8110
8111    dnsEntry OBJECT-TYPE
8112        SYNTAX  DNSEntry
8113        MAX-ACCESS  not-accessible
8114        STATUS  current
8115        DESCRIPTION
8116	    "DNS Table Row Description"
8117        INDEX { dnsIndex }
8118        ::= { dnsTable 1 }
8119
8120    DNSEntry ::= SEQUENCE {
8121	dnsIndex	    DDMibTableIndexTC,
8122	dnsServer	    DDMibTableString32TC
8123    }
8124
8125    dnsIndex OBJECT-TYPE
8126        SYNTAX  DDMibTableIndexTC
8127        MAX-ACCESS  not-accessible
8128        STATUS  current
8129        DESCRIPTION
8130            "DNS Table Row index"
8131        ::= { dnsEntry 1 }
8132
8133    dnsServer OBJECT-TYPE
8134        SYNTAX  DDMibTableString32TC
8135        MAX-ACCESS  read-only
8136        STATUS  current
8137        DESCRIPTION
8138            "DNS Server"
8139        ::= { dnsEntry 2 }
8140
8141
8142-- **********************************************************************
8143--
8144--  searchDomains
8145-- ==================
8146--
8147-- dataDomainMib        		(1.3.6.1.4.1.19746)
8148--   dataDomainMibObjects		(1.3.6.1.4.1.19746.1)
8149--	network       		(1.3.6.1.4.1.19746.1.18)
8150--	       searchDomains            (1.3.6.1.4.1.19746.1.1.18.2)
8151--
8152-- **********************************************************************
8153
8154
8155    searchDomains       		OBJECT IDENTIFIER ::= { network 2 }
8156
8157    searchDomainsTable OBJECT-TYPE
8158        SYNTAX  SEQUENCE OF SearchDomainsEntry
8159        MAX-ACCESS  not-accessible
8160        STATUS  current
8161        DESCRIPTION
8162            "A table containing entries of searchDomainsEntry."
8163        ::= { searchDomains 1 }
8164
8165    searchDomainsEntry OBJECT-TYPE
8166        SYNTAX  SearchDomainsEntry
8167        MAX-ACCESS  not-accessible
8168        STATUS  current
8169        DESCRIPTION
8170	    "searchDomains Table Row Description"
8171        INDEX { searchDomainsIndex }
8172        ::= { searchDomainsTable 1 }
8173
8174    SearchDomainsEntry ::= SEQUENCE {
8175	searchDomainsIndex	    DDMibTableIndexTC,
8176	searchDomainsName	    DDMibTableString128TC
8177    }
8178
8179    searchDomainsIndex OBJECT-TYPE
8180        SYNTAX  DDMibTableIndexTC
8181        MAX-ACCESS  not-accessible
8182        STATUS  current
8183        DESCRIPTION
8184            "searchDomains Table Row index"
8185        ::= { searchDomainsEntry 1 }
8186
8187    searchDomainsName OBJECT-TYPE
8188        SYNTAX  DDMibTableString128TC
8189        MAX-ACCESS  read-only
8190        STATUS  current
8191        DESCRIPTION
8192            "searchDomains Name"
8193        ::= { searchDomainsEntry 2 }
8194
8195
8196-- **********************************************************************
8197--
8198--  snmpTrapHosts
8199-- ==================
8200--
8201-- dataDomainMib                        (1.3.6.1.4.1.19746)
8202--   dataDomainMibObjects               (1.3.6.1.4.1.19746.1)
8203--      network                         (1.3.6.1.4.1.19746.1.18)
8204--             snmpTrapHosts            (1.3.6.1.4.1.19746.1.1.18.3)
8205--
8206-- **********************************************************************
8207
8208
8209    snmpTrapHosts                       OBJECT IDENTIFIER ::= { network 3 }
8210
8211    snmpTrapHostsTable OBJECT-TYPE
8212        SYNTAX  SEQUENCE OF SnmpTrapHostsEntry
8213        MAX-ACCESS  not-accessible
8214        STATUS  current
8215        DESCRIPTION
8216            "A table containing entries of snmp Trap Hosts."
8217        ::= { snmpTrapHosts 1 }
8218
8219    snmpTrapHostsEntry OBJECT-TYPE
8220        SYNTAX  SnmpTrapHostsEntry
8221        MAX-ACCESS  not-accessible
8222        STATUS  current
8223        DESCRIPTION
8224            "snmpTrapHosts Table Row Description"
8225        INDEX { snmpTrapHostsIndex }
8226        ::= { snmpTrapHostsTable 1 }
8227
8228    SnmpTrapHostsEntry ::= SEQUENCE {
8229        snmpTrapHostsIndex          DDMibTableIndexTC,
8230        snmpTrapHostsName           DDMibTableString256TC,
8231        snmpTrapHostsVersion        DDMibTableString32TC
8232    }
8233
8234    snmpTrapHostsIndex OBJECT-TYPE
8235        SYNTAX  DDMibTableIndexTC
8236        MAX-ACCESS  not-accessible
8237        STATUS  current
8238        DESCRIPTION
8239            "snmpTrapHosts Table Row index"
8240        ::= { snmpTrapHostsEntry 1 }
8241
8242    snmpTrapHostsName OBJECT-TYPE
8243        SYNTAX  DDMibTableString256TC
8244        MAX-ACCESS  read-only
8245        STATUS  current
8246        DESCRIPTION
8247            "snmp Trap Hosts Name"
8248        ::= { snmpTrapHostsEntry 2 }
8249
8250    snmpTrapHostsVersion OBJECT-TYPE
8251        SYNTAX  DDMibTableString32TC
8252        MAX-ACCESS  read-only
8253        STATUS  current
8254        DESCRIPTION
8255            "snmp Trap Hosts Version"
8256        ::= { snmpTrapHostsEntry 3 }
8257
8258-- **********************************************************************
8259--
8260-- nis
8261-- ====================
8262--
8263-- dataDomainMib                (1.3.6.1.4.1.19746)
8264--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
8265--     network                  (1.3.6.1.4.1.19746.1.18)
8266--       nis                    (1.3.6.1.4.1.19746.1.1.18.4)
8267--
8268-- **********************************************************************
8269
8270
8271    nis		    OBJECT IDENTIFIER ::= { network 4 }
8272
8273
8274    nisDomain OBJECT-TYPE
8275        SYNTAX  DDMibTableString1024TC
8276        MAX-ACCESS  read-only
8277        STATUS  current
8278        DESCRIPTION
8279            "NIS domain"
8280        ::= { nis 1 }
8281
8282    nisServers OBJECT-TYPE
8283        SYNTAX  DDMibTableString1024TC
8284        MAX-ACCESS  read-only
8285        STATUS  current
8286        DESCRIPTION
8287            "NIS servers"
8288        ::= { nis 2 }
8289
8290    nisAdminGroups OBJECT-TYPE
8291        SYNTAX  DDMibTableString1024TC
8292        MAX-ACCESS  read-only
8293        STATUS  current
8294        DESCRIPTION
8295            "NIS admin groups"
8296        ::= { nis 3 }
8297
8298    nisUserGroups OBJECT-TYPE
8299        SYNTAX  DDMibTableString1024TC
8300        MAX-ACCESS  read-only
8301        STATUS  current
8302        DESCRIPTION
8303            "NIS user groups"
8304        ::= { nis 4 }
8305
8306    nisBackupOperatorGroups OBJECT-TYPE
8307        SYNTAX  DDMibTableString1024TC
8308        MAX-ACCESS  read-only
8309        STATUS  current
8310        DESCRIPTION
8311            "NIS backup operator groups"
8312        ::= { nis 5 }
8313
8314    nisEnabled OBJECT-TYPE
8315        SYNTAX  DDMibTableEnabledTC
8316        MAX-ACCESS  read-only
8317        STATUS  current
8318        DESCRIPTION
8319            "NIS enabled or not"
8320        ::= { nis 6 }
8321
8322    nisStatus OBJECT-TYPE
8323        SYNTAX  DDMibTableString1024TC
8324        MAX-ACCESS  read-only
8325        STATUS  current
8326        DESCRIPTION
8327            "NIS status"
8328        ::= { nis 7 }
8329
8330
8331-- **********************************************************************
8332--
8333-- managedSystem
8334-- ==================
8335--
8336-- dataDomainMib                        (1.3.6.1.4.1.19746)
8337--   dataDomainMibObjects               (1.3.6.1.4.1.19746.1)
8338--          ddms                        (1.3.6.1.4.1.19746.1.19)
8339--             managedSystem            (1.3.6.1.4.1.19746.1.19.1)
8340--
8341-- **********************************************************************
8342
8343
8344     managedSystem          OBJECT IDENTIFIER ::= { ddms 1 }
8345
8346    managedSystemTable OBJECT-TYPE
8347        SYNTAX  SEQUENCE OF ManagedSystemEntry
8348        MAX-ACCESS  not-accessible
8349        STATUS  current
8350        DESCRIPTION
8351            "A table containing entries of managed systems."
8352        ::= { managedSystem 1 }
8353
8354    managedSystemEntry OBJECT-TYPE
8355        SYNTAX  ManagedSystemEntry
8356        MAX-ACCESS  not-accessible
8357        STATUS  current
8358        DESCRIPTION
8359            "managedSystemTable Row Description"
8360        INDEX { managedSystemIndex }
8361        ::= { managedSystemTable 1 }
8362
8363    ManagedSystemEntry ::= SEQUENCE {
8364        managedSystemIndex      DDMibTableIndexTC,
8365        managedSystemHostname   DDMibTableString256TC,
8366        managedSystemSerial     DDMibTableString32TC,
8367        managedSystemState      DDMibTableString32TC,
8368        managedSystemStatus     DDMibTableString32TC,
8369        managedSystemDDOSVersion  DDMibTableString32TC,
8370        managedSystemHDSyncTime  DDMibTableString64TC,
8371        managedSystemCDSyncTime  DDMibTableString64TC
8372    }
8373
8374    managedSystemIndex OBJECT-TYPE
8375        SYNTAX  DDMibTableIndexTC
8376        MAX-ACCESS  not-accessible
8377        STATUS  current
8378        DESCRIPTION
8379            "managed system Row index"
8380        ::= { managedSystemEntry 1 }
8381
8382    managedSystemHostname OBJECT-TYPE
8383        SYNTAX  DDMibTableString256TC
8384        MAX-ACCESS  read-only
8385        STATUS  current
8386        DESCRIPTION
8387            "managed system hostname"
8388        ::= { managedSystemEntry 2 }
8389
8390    managedSystemSerial OBJECT-TYPE
8391        SYNTAX   DDMibTableString32TC
8392        MAX-ACCESS  read-only
8393        STATUS  current
8394        DESCRIPTION
8395            "managed system serial number"
8396        ::= { managedSystemEntry 3 }
8397
8398    managedSystemState OBJECT-TYPE
8399        SYNTAX  DDMibTableString32TC
8400        MAX-ACCESS  read-only
8401        STATUS  current
8402        DESCRIPTION
8403            "managed system state"
8404        ::= { managedSystemEntry 4 }
8405
8406    managedSystemStatus OBJECT-TYPE
8407        SYNTAX DDMibTableString32TC
8408        MAX-ACCESS  read-only
8409        STATUS  current
8410        DESCRIPTION
8411            "managed system status"
8412        ::= { managedSystemEntry 5 }
8413
8414    managedSystemDDOSVersion OBJECT-TYPE
8415        SYNTAX DDMibTableString32TC
8416        MAX-ACCESS  read-only
8417        STATUS  current
8418        DESCRIPTION
8419            "managed system DDOS version"
8420        ::= { managedSystemEntry 6 }
8421
8422    managedSystemHDSyncTime OBJECT-TYPE
8423        SYNTAX DDMibTableString64TC
8424        MAX-ACCESS  read-only
8425        STATUS  current
8426        DESCRIPTION
8427            "managed system historial data last sync time"
8428        ::= { managedSystemEntry 7 }
8429
8430    managedSystemCDSyncTime OBJECT-TYPE
8431        SYNTAX DDMibTableString64TC
8432        MAX-ACCESS  read-only
8433        STATUS  current
8434        DESCRIPTION
8435            "managed system system current data last sync time"
8436        ::= { managedSystemEntry 8 }
8437
8438-- **********************************************************************
8439--
8440-- smt
8441-- ====================
8442--
8443-- dataDomainMib                (1.3.6.1.4.1.19746)
8444--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
8445--     smt                      (1.3.6.1.4.1.19746.1.20)
8446--       smtProperties          (1.3.6.1.4.1.19746.1.20.1)
8447--
8448-- **********************************************************************
8449
8450    smtProperties       OBJECT IDENTIFIER ::= { smt 1 }
8451
8452    smtStatus OBJECT-TYPE
8453        SYNTAX  SmtStatusTC
8454        MAX-ACCESS  read-only
8455        STATUS  current
8456        DESCRIPTION
8457            "The status of the Secure Multi-Tenancy (SMT) feature on a DD
8458            System, which enables storage consolidation for multiple tenants on
8459            the same appliance. Through this feature, data and control paths on
8460            the DD System are logically secured, isolated and confined,
8461            creating secure and isolated logical partitions for each tenant-
8462            unit within the same appliance."
8463        ::= { smtProperties 1 }
8464
8465
8466-- **********************************************************************
8467--
8468-- tenantUnitList
8469-- ====================
8470--
8471-- dataDomainMib                (1.3.6.1.4.1.19746)
8472--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
8473--     smt                      (1.3.6.1.4.1.19746.1.20)
8474--       tenantUnitList         (1.3.6.1.4.1.19746.1.20.2)
8475--
8476-- **********************************************************************
8477
8478    tenantUnitList                OBJECT IDENTIFIER ::= { smt 2 }
8479
8480    tenantUnitListTable OBJECT-TYPE
8481        SYNTAX  SEQUENCE OF TenantUnitListEntry
8482        MAX-ACCESS  not-accessible
8483        STATUS  current
8484        DESCRIPTION
8485            "This table contains information about the tenant-units within a
8486            DD System that has the Secure Multi-Tenancy (SMT) feature enabled.
8487            It includes the tenant-unit name, the number of tenant specific
8488            Management users that have been added, the number of Mtree(s)/
8489            DDBoost Storage Units assigned, and whether Tenant-self-service
8490            mode is enabled."
8491        ::= { tenantUnitList 1 }
8492
8493    tenantUnitListEntry OBJECT-TYPE
8494        SYNTAX  TenantUnitListEntry
8495        MAX-ACCESS  not-accessible
8496        STATUS  current
8497        DESCRIPTION
8498        "Information about a tenant-unit within a DD System."
8499        INDEX { tenantUnitListIdx }
8500        ::= { tenantUnitListTable 1 }
8501
8502    TenantUnitListEntry ::= SEQUENCE {
8503        tenantUnitListIdx                             DDMibTableIndexTC,
8504        tenantUnitListName                            DDMibTableString256TC,
8505        tenantUnitListNumberOfMgmtUsers               DDMibInteger32TC,
8506        tenantUnitListNumberOfMtrees                  DDMibInteger32TC,
8507        tenantUnitListNumberOfDdboostStus             DDMibInteger32TC,
8508        tenantUnitListTenantSelfServiceMode           SmtStatusTC,
8509        tenantUnitListParentTenantName                DDMibTableString256TC,
8510        tenantUnitListType                            DDMibTableString256TC,
8511        tenantUnitListSecurityMode                    TenantUnitSecurityModeTC,
8512        tenantUnitListNumberOfMgmtGroups              DDMibInteger32TC
8513    }
8514
8515    tenantUnitListIdx OBJECT-TYPE
8516        SYNTAX  DDMibTableIndexTC
8517        MAX-ACCESS  not-accessible
8518        STATUS  current
8519        DESCRIPTION
8520            "The index of a tenant-unit (SMT management object). This index
8521            uniquely identifies the tenant-unit at a given time."
8522        ::= { tenantUnitListEntry 1 }
8523
8524    tenantUnitListName OBJECT-TYPE
8525        SYNTAX  DDMibTableString256TC
8526        MAX-ACCESS  read-only
8527        STATUS  current
8528        DESCRIPTION
8529            "The name of a tenant-unit. A tenant-unit name consists of letters,
8530            numbers, no special characters and can have a length of 254
8531            characters."
8532        ::= { tenantUnitListEntry 2 }
8533
8534    tenantUnitListNumberOfMgmtUsers OBJECT-TYPE
8535        SYNTAX  DDMibInteger32TC
8536        MAX-ACCESS  read-only
8537        STATUS  current
8538        DESCRIPTION
8539            "The number of Tenant specific Management users which have been
8540            added to a tenant-unit."
8541        ::= { tenantUnitListEntry 3 }
8542
8543    tenantUnitListNumberOfMtrees OBJECT-TYPE
8544        SYNTAX  DDMibInteger32TC
8545        MAX-ACCESS  read-only
8546        STATUS  current
8547        DESCRIPTION
8548            "The number of Mtree(s) which have been assigned to a tenant-unit."
8549        ::= { tenantUnitListEntry 4 }
8550
8551    tenantUnitListNumberOfDdboostStus OBJECT-TYPE
8552        SYNTAX  DDMibInteger32TC
8553        MAX-ACCESS  read-only
8554        STATUS  current
8555        DESCRIPTION
8556            "The number of DDBoost Storage Units which have been assigned to a
8557            tenant-unit."
8558        ::= { tenantUnitListEntry 5 }
8559
8560     tenantUnitListTenantSelfServiceMode OBJECT-TYPE
8561        SYNTAX  SmtStatusTC
8562        MAX-ACCESS read-only
8563        STATUS  current
8564        DESCRIPTION
8565            "Status of Tenant Self Service Mode. If enabled, administrative
8566            access to each tenant is allowed, so that they can monitor and
8567            configure their data protection implementation, within the bounds
8568            of their allocated objects and features."
8569        ::= { tenantUnitListEntry 6 }
8570
8571    tenantUnitListParentTenantName OBJECT-TYPE
8572        SYNTAX  DDMibTableString256TC
8573        MAX-ACCESS  read-only
8574        STATUS  current
8575        DESCRIPTION
8576            "The tenant name that a tenant-unit is associated with.
8577	    "
8578        ::= { tenantUnitListEntry 7 }
8579
8580    tenantUnitListType OBJECT-TYPE
8581        SYNTAX  DDMibTableString256TC
8582        MAX-ACCESS  read-only
8583        STATUS  current
8584        DESCRIPTION
8585            "The Mtree type of a tenant-unit.
8586	     "
8587        ::= { tenantUnitListEntry 8 }
8588
8589    tenantUnitListSecurityMode OBJECT-TYPE
8590        SYNTAX  TenantUnitSecurityModeTC
8591        MAX-ACCESS  read-only
8592        STATUS  current
8593        DESCRIPTION
8594            "The security mode of a tenant-unit.
8595	     "
8596        ::= { tenantUnitListEntry 9 }
8597
8598    tenantUnitListNumberOfMgmtGroups OBJECT-TYPE
8599        SYNTAX  DDMibInteger32TC
8600        MAX-ACCESS  read-only
8601        STATUS  current
8602        DESCRIPTION
8603            "The number of Tenant specific Management groups which have been
8604            added to a tenant-unit."
8605        ::= { tenantUnitListEntry 10 }
8606
8607
8608-- **********************************************************************
8609--
8610-- tenantUnitMgmtUserList
8611-- ====================
8612--
8613-- dataDomainMib                        (1.3.6.1.4.1.19746)
8614--   dataDomainMibObjects               (1.3.6.1.4.1.19746.1)
8615--     smt                              (1.3.6.1.4.1.19746.1.20)
8616--       tenantUnitMgmtUserList         (1.3.6.1.4.1.19746.1.20.3)
8617--
8618-- **********************************************************************
8619
8620    tenantUnitMgmtUserList          OBJECT IDENTIFIER ::= { smt 3 }
8621
8622    tenantUnitMgmtUserListTable OBJECT-TYPE
8623        SYNTAX  SEQUENCE OF TenantUnitMgmtUserListEntry
8624        MAX-ACCESS  not-accessible
8625        STATUS  current
8626        DESCRIPTION
8627            "This table contains information about the tenant specific
8628            management users that have been added to a tenant-unit. Such users
8629            may be limited by their role and scope to operate a limited set of
8630            operations only on the objects which are assigned-to/associated
8631            with their tenant-units. Tenant specific management users may have
8632            limited administrative and management capabilities."
8633        ::= { tenantUnitMgmtUserList 1 }
8634
8635    tenantUnitMgmtUserListEntry OBJECT-TYPE
8636        SYNTAX  TenantUnitMgmtUserListEntry
8637        MAX-ACCESS  not-accessible
8638        STATUS  current
8639        DESCRIPTION
8640            "Information about the management users that have been added to a
8641            tenant-unit."
8642        INDEX { tenantUnitListIdx, tenantUnitMgmtUserListUserName }
8643        ::= { tenantUnitMgmtUserListTable 1 }
8644
8645    TenantUnitMgmtUserListEntry ::= SEQUENCE {
8646        tenantUnitMgmtUserListUserName                   DDMibString96TC,
8647        tenantUnitMgmtUserListUserRole                   TenantUnitMgmtUserListUserRoleTC
8648    }
8649
8650    tenantUnitMgmtUserListUserName OBJECT-TYPE
8651        SYNTAX  DDMibString96TC
8652        MAX-ACCESS  not-accessible
8653        STATUS  current
8654        DESCRIPTION
8655            "The name of a management user which has been added to a tenant-
8656            unit. Users may be limited by their roles and may have limited
8657            administrative and management capabilities."
8658        ::= { tenantUnitMgmtUserListEntry 2 }
8659
8660    tenantUnitMgmtUserListUserRole OBJECT-TYPE
8661        SYNTAX  TenantUnitMgmtUserListUserRoleTC
8662        MAX-ACCESS  read-only
8663        STATUS  current
8664        DESCRIPTION
8665            "The role of a management user. Roles include tenant-admin and
8666            tenant-user."
8667        ::= { tenantUnitMgmtUserListEntry 3 }
8668
8669
8670-- **********************************************************************
8671--
8672-- tenantUnitMtreeList
8673-- ====================
8674--
8675-- dataDomainMib                (1.3.6.1.4.1.19746)
8676--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
8677--     smt                      (1.3.6.1.4.1.19746.1.20)
8678--       tenantUnitMtreeList    (1.3.6.1.4.1.19746.1.20.4)
8679--
8680-- **********************************************************************
8681
8682    tenantUnitMtreeList                OBJECT IDENTIFIER ::= { smt 4 }
8683
8684    tenantUnitMtreeListTable OBJECT-TYPE
8685        SYNTAX  SEQUENCE OF TenantUnitMtreeListEntry
8686        MAX-ACCESS  not-accessible
8687        STATUS  current
8688        DESCRIPTION
8689            "This table contains information about the mtree(s) which have been
8690            assigned to a tenant-unit. Mtree logical quotas for soft-limit and
8691            hard-limit may be imposed on a tenant-unit and will allow
8692            provisioning space for each tenant on a DD System. Data access may
8693            be contained within the mtrees belonging to an tenant-unit."
8694        ::= { tenantUnitMtreeList 1 }
8695
8696    tenantUnitMtreeListEntry OBJECT-TYPE
8697        SYNTAX  TenantUnitMtreeListEntry
8698        MAX-ACCESS  not-accessible
8699        STATUS  current
8700        DESCRIPTION
8701            "Information about an mtree associated with a tenant-unit within a
8702            DD System."
8703        INDEX { tenantUnitListIdx, tenantUnitMtreeListMtreeName }
8704        ::= { tenantUnitMtreeListTable 1 }
8705
8706    TenantUnitMtreeListEntry ::= SEQUENCE {
8707        tenantUnitMtreeListMtreeName                  DDMibString96TC
8708    }
8709
8710    tenantUnitMtreeListMtreeName OBJECT-TYPE
8711        SYNTAX  DDMibString96TC
8712        MAX-ACCESS  read-only
8713        STATUS  current
8714        DESCRIPTION
8715            "The name of an mtree that has been assigned to a particular
8716            tenant-unit. One tenant-unit (SMT management object) may have
8717            multiple mtrees associated with it."
8718        ::= { tenantUnitMtreeListEntry 2 }
8719
8720
8721-- **********************************************************************
8722--
8723-- tenantUnitDdboostStuList
8724-- ====================
8725--
8726-- dataDomainMib                        (1.3.6.1.4.1.19746)
8727--   dataDomainMibObjects               (1.3.6.1.4.1.19746.1)
8728--     smt                              (1.3.6.1.4.1.19746.1.20)
8729--       tenantUnitDdboostStuList       (1.3.6.1.4.1.19746.1.20.5)
8730--
8731-- **********************************************************************
8732
8733    tenantUnitDdboostStuList          OBJECT IDENTIFIER ::= { smt 5 }
8734
8735    tenantUnitDdboostStuListTable OBJECT-TYPE
8736        SYNTAX  SEQUENCE OF TenantUnitDdboostStuListEntry
8737        MAX-ACCESS  not-accessible
8738        STATUS  current
8739        DESCRIPTION
8740            "This table contains information about the DDBoost Storage Units
8741            that have been assigned to a tenant-unit. Logical quotas for soft-
8742            limit and hard-limit may be imposed on a tenant-unit and will allow
8743            provisioning space for each tenant on a DD System. Data access
8744            may be contained within the DDBoost Storage Units belonging to a
8745            tenant-unit."
8746        ::= { tenantUnitDdboostStuList 1 }
8747
8748    tenantUnitDdboostStuListEntry OBJECT-TYPE
8749        SYNTAX  TenantUnitDdboostStuListEntry
8750        MAX-ACCESS  not-accessible
8751        STATUS  current
8752        DESCRIPTION
8753            "Information about a DDBoost Storage Unit associated with a tenant-
8754            unit."
8755        INDEX { tenantUnitListIdx, tenantUnitDdboostStuListStuName }
8756        ::= { tenantUnitDdboostStuListTable 1 }
8757
8758    TenantUnitDdboostStuListEntry ::= SEQUENCE {
8759        tenantUnitDdboostStuListStuName                   DDMibString96TC
8760    }
8761
8762    tenantUnitDdboostStuListStuName OBJECT-TYPE
8763        SYNTAX  DDMibString96TC
8764        MAX-ACCESS  read-only
8765        STATUS  current
8766        DESCRIPTION
8767            "The name of a DDBoost Storage Unit associated with a tenant-unit.
8768            One tenant-unit (SMT management object) may have multiple DDBoost
8769            Storage Units associated with it."
8770        ::= { tenantUnitDdboostStuListEntry 2 }
8771
8772
8773-- **********************************************************************
8774--
8775-- tenantUnitAdminIpInfo
8776-- ====================
8777--
8778-- dataDomainMib                        (1.3.6.1.4.1.19746)
8779--   dataDomainMibObjects               (1.3.6.1.4.1.19746.1)
8780--     smt                              (1.3.6.1.4.1.19746.1.20)
8781--       tenantUnitAdminIpInfo          (1.3.6.1.4.1.19746.1.20.6)
8782--
8783-- **********************************************************************
8784
8785    tenantUnitAdminIpInfo             OBJECT IDENTIFIER ::= { smt 6 }
8786
8787    tenantUnitAdminIpInfoTable OBJECT-TYPE
8788        SYNTAX  SEQUENCE OF TenantUnitAdminIpInfoEntry
8789        MAX-ACCESS  not-accessible
8790        STATUS  current
8791        DESCRIPTION
8792            "This table provides IP address related information
8793	    about a tenant-unit administrator."
8794        ::= { tenantUnitAdminIpInfo 1 }
8795
8796    tenantUnitAdminIpInfoEntry OBJECT-TYPE
8797        SYNTAX  TenantUnitAdminIpInfoEntry
8798        MAX-ACCESS  not-accessible
8799        STATUS  current
8800        DESCRIPTION
8801            "An entry of this table represents one set of
8802	    IP information about a tenant-unit administrator."
8803        INDEX { tenantUnitListIdx, tenantUnitAdminIpInfoAddr }
8804        ::= { tenantUnitAdminIpInfoTable 1 }
8805
8806    TenantUnitAdminIpInfoEntry ::= SEQUENCE {
8807        tenantUnitAdminIpInfoAddr               DDMibString96TC,
8808        tenantUnitAdminIpInfoType               DDMibString96TC
8809    }
8810
8811    tenantUnitAdminIpInfoAddr OBJECT-TYPE
8812        SYNTAX  DDMibString96TC
8813        MAX-ACCESS  not-accessible
8814        STATUS  current
8815        DESCRIPTION
8816            "The IP address (IPv4/IPv6) of a tenant-unit administrator."
8817        ::= { tenantUnitAdminIpInfoEntry 2 }
8818
8819    tenantUnitAdminIpInfoType OBJECT-TYPE
8820        SYNTAX  DDMibString96TC
8821        MAX-ACCESS  read-only
8822        STATUS  current
8823        DESCRIPTION
8824            "The IP addresss type of a tenant-unit administrator.
8825	    Possible values: local or remote."
8826        ::= { tenantUnitAdminIpInfoEntry 3 }
8827
8828
8829-- **********************************************************************
8830--
8831-- tenantInfo
8832-- ====================
8833--
8834-- dataDomainMib                        (1.3.6.1.4.1.19746)
8835--   dataDomainMibObjects               (1.3.6.1.4.1.19746.1)
8836--     smt                              (1.3.6.1.4.1.19746.1.20)
8837--       tenantInfo                     (1.3.6.1.4.1.19746.1.20.7)
8838--
8839-- **********************************************************************
8840
8841    tenantInfo                        OBJECT IDENTIFIER ::= { smt 7 }
8842
8843    tenantInfoTable OBJECT-TYPE
8844        SYNTAX  SEQUENCE OF TenantInfoEntry
8845        MAX-ACCESS  not-accessible
8846        STATUS  current
8847        DESCRIPTION
8848            "This table provides tenant information
8849	    for the Secure Multi-Tenancy (SMT) feature.
8850            "
8851        ::= { tenantInfo 1 }
8852
8853    tenantInfoEntry OBJECT-TYPE
8854        SYNTAX  TenantInfoEntry
8855        MAX-ACCESS  not-accessible
8856        STATUS  current
8857        DESCRIPTION
8858            "An entry represents one instance about a tenant
8859	     that is configured on DD system."
8860        INDEX { tenantInfoIdx }
8861        ::= { tenantInfoTable 1 }
8862
8863    TenantInfoEntry ::= SEQUENCE {
8864        tenantInfoIdx                          DDMibTableIndexTC,
8865        tenantInfoTenantName                   DDMibString96TC
8866    }
8867
8868    tenantInfoIdx OBJECT-TYPE
8869        SYNTAX  DDMibTableIndexTC
8870        MAX-ACCESS  not-accessible
8871        STATUS  current
8872        DESCRIPTION
8873            "The index into this table indentifying a particular tenant object."
8874        ::= { tenantInfoEntry 1 }
8875
8876    tenantInfoTenantName OBJECT-TYPE
8877        SYNTAX  DDMibString96TC
8878        MAX-ACCESS  read-only
8879        STATUS  current
8880        DESCRIPTION
8881            "The name of this tenant."
8882        ::= { tenantInfoEntry 2 }
8883
8884    tenantInfoTenantUnitTable OBJECT-TYPE
8885        SYNTAX  SEQUENCE OF TenantInfoTenantUnitEntry
8886        MAX-ACCESS  not-accessible
8887        STATUS  current
8888        DESCRIPTION
8889            "This table provides information about the tenant-unit(s) that
8890	    are associated with this tenant."
8891        ::= { tenantInfo 2 }
8892
8893    tenantInfoTenantUnitEntry OBJECT-TYPE
8894        SYNTAX  TenantInfoTenantUnitEntry
8895        MAX-ACCESS  not-accessible
8896        STATUS  current
8897        DESCRIPTION
8898            "An entry represents information about one tenant-unit
8899	    that is associated with a particular tenant."
8900        INDEX { tenantInfoIdx, tenantInfoTenantUnitName }
8901        ::= { tenantInfoTenantUnitTable 1 }
8902
8903    TenantInfoTenantUnitEntry ::= SEQUENCE {
8904        tenantInfoTenantUnitName               DDMibString96TC
8905    }
8906
8907    tenantInfoTenantUnitName OBJECT-TYPE
8908        SYNTAX  DDMibString96TC
8909        MAX-ACCESS  read-only
8910        STATUS  current
8911        DESCRIPTION
8912            "The name of tenant-unit that is associated with this tenant."
8913        ::= { tenantInfoTenantUnitEntry 2 }
8914
8915-- **********************************************************************
8916--
8917-- tenantUnitMgmtGroupList
8918-- ====================
8919--
8920-- dataDomainMib                        (1.3.6.1.4.1.19746)
8921--   dataDomainMibObjects               (1.3.6.1.4.1.19746.1)
8922--     smt                              (1.3.6.1.4.1.19746.1.20)
8923--       tenantUnitMgmtGroupList        (1.3.6.1.4.1.19746.1.20.8)
8924--
8925-- **********************************************************************
8926
8927    tenantUnitMgmtGroupList          OBJECT IDENTIFIER ::= { smt 8 }
8928
8929    tenantUnitMgmtGroupListTable OBJECT-TYPE
8930        SYNTAX  SEQUENCE OF TenantUnitMgmtGroupListEntry
8931        MAX-ACCESS  not-accessible
8932        STATUS  current
8933        DESCRIPTION
8934            "This table contains information about the tenant specific
8935            management groups that have been added to a tenant-unit. Such groups
8936            may be limited by their role and scope to operate a limited set of
8937            operations only on the objects which are assigned-to/associated
8938            with their tenant-units. Tenant specific management groups may have
8939            limited administrative and management capabilities."
8940        ::= { tenantUnitMgmtGroupList 1 }
8941
8942    tenantUnitMgmtGroupListEntry OBJECT-TYPE
8943        SYNTAX  TenantUnitMgmtGroupListEntry
8944        MAX-ACCESS  not-accessible
8945        STATUS  current
8946        DESCRIPTION
8947            "Information about the management groups that have been added to a
8948            tenant-unit."
8949        INDEX { tenantUnitListIdx, tenantUnitMgmtGroupListGroupName }
8950        ::= { tenantUnitMgmtGroupListTable 1 }
8951
8952    TenantUnitMgmtGroupListEntry ::= SEQUENCE {
8953        tenantUnitMgmtGroupListGroupName                    DDMibString96TC,
8954        tenantUnitMgmtGroupListGroupRole                    TenantUnitMgmtUserListUserRoleTC,
8955        tenantUnitMgmtGroupListGroupType                    TenantUnitMgmtGroupTypeTC
8956    }
8957
8958    tenantUnitMgmtGroupListGroupName OBJECT-TYPE
8959        SYNTAX  DDMibString96TC
8960        MAX-ACCESS  not-accessible
8961        STATUS  current
8962        DESCRIPTION
8963            "The name of a management group which has been added to a tenant-
8964            unit. Groups may be limited by their roles and may have limited
8965            administrative and management capabilities."
8966        ::= { tenantUnitMgmtGroupListEntry 2 }
8967
8968    tenantUnitMgmtGroupListGroupRole OBJECT-TYPE
8969        SYNTAX  TenantUnitMgmtUserListUserRoleTC
8970        MAX-ACCESS  read-only
8971        STATUS  current
8972        DESCRIPTION
8973            "The role of a management group. Roles include tenant-admin and
8974            tenant-group."
8975        ::= { tenantUnitMgmtGroupListEntry 3 }
8976
8977    tenantUnitMgmtGroupListGroupType OBJECT-TYPE
8978        SYNTAX  TenantUnitMgmtGroupTypeTC
8979        MAX-ACCESS  read-only
8980        STATUS  current
8981        DESCRIPTION
8982            "The type of a management group.  Types include all, local, ad,
8983	     nis and ldap."
8984        ::= { tenantUnitMgmtGroupListEntry 4 }
8985
8986
8987-- **********************************************************************
8988--
8989-- quotaProperties
8990-- ====================
8991--
8992-- dataDomainMib                (1.3.6.1.4.1.19746)
8993--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
8994--     quota                    (1.3.6.1.4.1.19746.1.21)
8995--       quotaProperties        (1.3.6.1.4.1.19746.1.21.1)
8996--
8997-- **********************************************************************
8998
8999    quotaProperties       OBJECT IDENTIFIER ::= { quota 1 }
9000
9001    quotaCapacityStatus OBJECT-TYPE
9002        SYNTAX  DDStatusTC
9003        MAX-ACCESS  read-only
9004        STATUS  current
9005        DESCRIPTION
9006            "The status of the quota capacity property on a Data Domain System.
9007            If enabled quota limits are enforced and administrators can control
9008            the logical space consumed on a per-Mtree basis."
9009        ::= { quotaProperties 1 }
9010
9011
9012-- **********************************************************************
9013--
9014-- quotaCapacity
9015-- ====================
9016--
9017-- dataDomainMib                (1.3.6.1.4.1.19746)
9018--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
9019--     quota                    (1.3.6.1.4.1.19746.1.21)
9020--       quotaCapacity          (1.3.6.1.4.1.19746.1.21.2)
9021--
9022-- **********************************************************************
9023
9024    quotaCapacity                OBJECT IDENTIFIER ::= { quota 2 }
9025
9026    quotaCapacityTable OBJECT-TYPE
9027        SYNTAX  SEQUENCE OF QuotaCapacityEntry
9028        MAX-ACCESS  not-accessible
9029        STATUS  current
9030        DESCRIPTION
9031            "This table lists quota capacities for Mtrees and Storage-units. It
9032            provides information such as the Mtree name, the Pre-Comp (MiB)
9033            size, Soft-Limit (MiB), and Hard-Limit (MiB). It is comprised of
9034            entries of quotaCapacityEntry."
9035        ::= { quotaCapacity 1 }
9036
9037    quotaCapacityEntry OBJECT-TYPE
9038        SYNTAX  QuotaCapacityEntry
9039        MAX-ACCESS  not-accessible
9040        STATUS  current
9041        DESCRIPTION
9042        "An entry containing quota information for Mtrees and Storage-units on
9043        the DD System."
9044        INDEX { quotaCapacityIndex }
9045        ::= { quotaCapacityTable 1 }
9046
9047    QuotaCapacityEntry ::= SEQUENCE {
9048        quotaCapacityIndex                  DDMibTableIndexTC,
9049        quotaCapacityMtreeName              DDMibTableString512TC,
9050        quotaCapacityPreCompMiB             DDMibTableSizeMiBTC,
9051        quotaCapacitySoftLimitMiB           DDMibTableSizeMiBTC,
9052        quotaCapacityHardLimitMiB           DDMibTableSizeMiBTC,
9053        quotaCapacityTenantUnit             DDMibTableString512TC
9054    }
9055
9056    quotaCapacityIndex OBJECT-TYPE
9057        SYNTAX  DDMibTableIndexTC
9058        MAX-ACCESS  not-accessible
9059        STATUS  current
9060        DESCRIPTION
9061            "The index of an Mtree or Storage-unit. This index uniquely
9062            identifies the entry at a given time."
9063        ::= { quotaCapacityEntry 1 }
9064
9065    quotaCapacityMtreeName OBJECT-TYPE
9066        SYNTAX  DDMibTableString512TC
9067        MAX-ACCESS  read-only
9068        STATUS  current
9069        DESCRIPTION
9070            "The name of the Mtree or Storage-unit for which quota capacity
9071            information is provided."
9072        ::= { quotaCapacityEntry 2 }
9073
9074    quotaCapacityPreCompMiB OBJECT-TYPE
9075        SYNTAX  DDMibTableSizeMiBTC
9076        MAX-ACCESS  read-only
9077        STATUS  current
9078        DESCRIPTION
9079            "The Pre-Comp (MiB) size of the Mtree or Storage-unit. This is the
9080            amount of data written before compression."
9081        ::= { quotaCapacityEntry 3 }
9082
9083    quotaCapacitySoftLimitMiB OBJECT-TYPE
9084        SYNTAX  DDMibTableSizeMiBTC
9085        MAX-ACCESS  read-only
9086        STATUS  current
9087        DESCRIPTION
9088            "The Soft-Limit (MiB) quota for the Mtree or Storage-unit. Soft
9089            quotas provide only an alert when quota limits are reached, and the
9090            backup job is allowed to complete so that the administrator can
9091            take corrective actions that are convenient to the organization."
9092        ::= { quotaCapacityEntry 4 }
9093
9094    quotaCapacityHardLimitMiB OBJECT-TYPE
9095        SYNTAX  DDMibTableSizeMiBTC
9096        MAX-ACCESS  read-only
9097        STATUS  current
9098        DESCRIPTION
9099            "The Hard-Limit (MiB) quota for the Mtree or Storage-unit. Hard
9100            quotas provide a stricter enforcement model than soft quotas by
9101            failing the backup jobs or I/O when quota limits are reached."
9102        ::= { quotaCapacityEntry 5 }
9103
9104    quotaCapacityTenantUnit OBJECT-TYPE
9105        SYNTAX  DDMibTableString512TC
9106        MAX-ACCESS  read-only
9107        STATUS  current
9108        DESCRIPTION
9109            "The Tenant-unit to which this Mtree or Storage-unit is assigned.
9110            Tenant-units allow for secure and isolated logical partitions
9111            within an appliance and are part of the Secure Multi-Tenancy (SMT)
9112            feature."
9113        ::= { quotaCapacityEntry 6 }
9114
9115
9116
9117
9118-- **********************************************************************
9119--
9120-- highAvailability
9121-- ====================
9122--
9123-- dataDomainMib                (1.3.6.1.4.1.19746)
9124--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
9125--     highAvailability         (1.3.6.1.4.1.19746.1.22)
9126--       highAvailabilityStatus (1.3.6.1.4.1.19746.1.22.1)
9127--
9128-- **********************************************************************
9129
9130    highAvailabilityStatus       OBJECT IDENTIFIER ::= { highAvailability 1 }
9131
9132    haSystemName OBJECT-TYPE
9133        SYNTAX  DDMibTableString128TC
9134        MAX-ACCESS  read-only
9135        STATUS  current
9136        DESCRIPTION
9137            "High Availability System Name"
9138        ::= { highAvailabilityStatus 1 }
9139
9140    haSystemStatus OBJECT-TYPE
9141        SYNTAX  HaSystemStatusTC
9142        MAX-ACCESS  read-only
9143        STATUS  current
9144        DESCRIPTION
9145            "High Availability System Status"
9146        ::= { highAvailabilityStatus 2 }
9147
9148    haInterconnectStatus OBJECT-TYPE
9149        SYNTAX   HaStatusTC
9150        MAX-ACCESS  read-only
9151        STATUS  current
9152        DESCRIPTION
9153            "High Availability Interconnect Status"
9154        ::= { highAvailabilityStatus 3 }
9155
9156    haPrimaryHeartbeatStatus OBJECT-TYPE
9157        SYNTAX  HaStatusTC
9158        MAX-ACCESS  read-only
9159        STATUS  current
9160        DESCRIPTION
9161            "High Availability Primary Heartbeat Status"
9162        ::= { highAvailabilityStatus 4 }
9163
9164    haExternalLanHeartbeatStatus OBJECT-TYPE
9165        SYNTAX  HaStatusTC
9166        MAX-ACCESS  read-only
9167        STATUS  current
9168        DESCRIPTION
9169            "High Availability External LAN Heartbeat Status"
9170        ::= { highAvailabilityStatus 5 }
9171
9172    haHardwareCompatibilityCheck OBJECT-TYPE
9173        SYNTAX  HaStatusTC
9174        MAX-ACCESS  read-only
9175        STATUS  current
9176        DESCRIPTION
9177            "High Availability Hardware Compatibility Check"
9178        ::= { highAvailabilityStatus 6 }
9179
9180    haSoftwareVersionCheck OBJECT-TYPE
9181        SYNTAX  HaStatusTC
9182        MAX-ACCESS  read-only
9183        STATUS  current
9184        DESCRIPTION
9185            "High Availability Software Version Check"
9186        ::= { highAvailabilityStatus 7 }
9187
9188
9189-- **********************************************************************
9190--
9191-- highAvailabilityNode
9192-- ====================
9193--
9194-- dataDomainMib                (1.3.6.1.4.1.19746)
9195--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
9196--     highAvailability         (1.3.6.1.4.1.19746.1.22)
9197--       highAvailabilityNode   (1.3.6.1.4.1.19746.1.22.2)
9198--
9199-- **********************************************************************
9200
9201    highAvailabilityNode       OBJECT IDENTIFIER ::= { highAvailability 2 }
9202
9203    highAvailabilityNodeTable OBJECT-TYPE
9204        SYNTAX  SEQUENCE OF HighAvailabilityNodeEntry
9205        MAX-ACCESS  not-accessible
9206        STATUS  current
9207        DESCRIPTION
9208            "This table provides high availability node information.
9209            "
9210        ::= { highAvailabilityNode 1 }
9211
9212    highAvailabilityNodeEntry OBJECT-TYPE
9213        SYNTAX  HighAvailabilityNodeEntry
9214        MAX-ACCESS  not-accessible
9215        STATUS  current
9216        DESCRIPTION
9217            "An entry represents one instance about a high availability node.
9218	    "
9219        INDEX { highAvailabilityNodeIdx }
9220        ::= { highAvailabilityNodeTable 1 }
9221
9222    HighAvailabilityNodeEntry ::= SEQUENCE {
9223        highAvailabilityNodeIdx                DDMibTableIndexTC,
9224        highAvailabilityNodeName               DDMibTableString128TC,
9225        highAvailabilityNodeId                 DDMibTableString128TC,
9226        highAvailabilityNodeRole               DDMibTableString128TC,
9227        highAvailabilityNodeState              DDMibTableString128TC,
9228        highAvailabilityNodeHealth             HaStatusTC
9229    }
9230
9231    highAvailabilityNodeIdx OBJECT-TYPE
9232        SYNTAX  DDMibTableIndexTC
9233        MAX-ACCESS  not-accessible
9234        STATUS  current
9235        DESCRIPTION
9236            "The index into this table indentifying a particular node."
9237        ::= { highAvailabilityNodeEntry 1 }
9238
9239    highAvailabilityNodeName OBJECT-TYPE
9240        SYNTAX  DDMibTableString128TC
9241        MAX-ACCESS  read-only
9242        STATUS  current
9243        DESCRIPTION
9244            "The name of a high availability node."
9245        ::= { highAvailabilityNodeEntry 2 }
9246
9247    highAvailabilityNodeId OBJECT-TYPE
9248        SYNTAX  DDMibTableString128TC
9249        MAX-ACCESS  read-only
9250        STATUS  current
9251        DESCRIPTION
9252            "The ID of a high availability node."
9253        ::= { highAvailabilityNodeEntry 3 }
9254
9255    highAvailabilityNodeRole OBJECT-TYPE
9256        SYNTAX  DDMibTableString128TC
9257        MAX-ACCESS  read-only
9258        STATUS  current
9259        DESCRIPTION
9260            "The role of a high availability node."
9261        ::= { highAvailabilityNodeEntry 4 }
9262
9263    highAvailabilityNodeState OBJECT-TYPE
9264        SYNTAX  DDMibTableString128TC
9265        MAX-ACCESS  read-only
9266        STATUS  current
9267        DESCRIPTION
9268            "The state of a high availability node."
9269        ::= { highAvailabilityNodeEntry 5 }
9270
9271    highAvailabilityNodeHealth OBJECT-TYPE
9272        SYNTAX  HaStatusTC
9273        MAX-ACCESS  read-only
9274        STATUS  current
9275        DESCRIPTION
9276            "The health of the high availability node's resources."
9277        ::= { highAvailabilityNodeEntry 6 }
9278
9279
9280-- **********************************************************************
9281--
9282-- highAvailabilityComponent
9283-- =========================
9284--
9285-- dataDomainMib                    (1.3.6.1.4.1.19746)
9286--   dataDomainMibObjects           (1.3.6.1.4.1.19746.1)
9287--     highAvailability             (1.3.6.1.4.1.19746.1.22)
9288--       highAvailabilityComponent  (1.3.6.1.4.1.19746.1.22.3)
9289--
9290-- **********************************************************************
9291
9292    highAvailabilityComponent       OBJECT IDENTIFIER ::= { highAvailability 3 }
9293
9294    highAvailabilityComponentTable OBJECT-TYPE
9295        SYNTAX  SEQUENCE OF HighAvailabilityComponentEntry
9296        MAX-ACCESS  not-accessible
9297        STATUS  current
9298        DESCRIPTION
9299            "This table provides high availability component information.
9300            "
9301        ::= { highAvailabilityComponent 1 }
9302
9303    highAvailabilityComponentEntry OBJECT-TYPE
9304        SYNTAX  HighAvailabilityComponentEntry
9305        MAX-ACCESS  not-accessible
9306        STATUS  current
9307        DESCRIPTION
9308            "An entry represents one instance about a high availability component.
9309	    "
9310        INDEX { highAvailabilityComponentIdx }
9311        ::= { highAvailabilityComponentTable 1 }
9312
9313    HighAvailabilityComponentEntry ::= SEQUENCE {
9314        highAvailabilityComponentIdx                DDMibTableIndexTC,
9315        highAvailabilityComponentName               DDMibTableString128TC,
9316        highAvailabilityComponentState              HaStatusTC
9317    }
9318
9319    highAvailabilityComponentIdx OBJECT-TYPE
9320        SYNTAX  DDMibTableIndexTC
9321        MAX-ACCESS  not-accessible
9322        STATUS  current
9323        DESCRIPTION
9324            "The index into this table indentifying a particular component."
9325        ::= { highAvailabilityComponentEntry 1 }
9326
9327    highAvailabilityComponentName OBJECT-TYPE
9328        SYNTAX  DDMibTableString128TC
9329        MAX-ACCESS  read-only
9330        STATUS  current
9331        DESCRIPTION
9332            "The name of the component."
9333        ::= { highAvailabilityComponentEntry 2 }
9334
9335    highAvailabilityComponentState OBJECT-TYPE
9336        SYNTAX  HaStatusTC
9337        MAX-ACCESS  read-only
9338        STATUS  current
9339        DESCRIPTION
9340            "The status of the component."
9341        ::= { highAvailabilityComponentEntry 3 }
9342
9343
9344-- ************************************************************ **********
9345--
9346-- scsitargetProperties
9347-- ====================
9348--
9349-- dataDomainMib                (1.3.6.1.4.1.19746)
9350--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
9351--     scsitarget               (1.3.6.1.4.1.19746.1.23)
9352--       scsitargetProperties   (1.3.6.1.4.1.19746.1.23.1)
9353--
9354-- **********************************************************************
9355
9356    scsitargetProperties       OBJECT IDENTIFIER ::= { scsitarget 1 }
9357
9358    scsitargetAdminState OBJECT-TYPE
9359        SYNTAX  DDMibString96TC
9360        MAX-ACCESS  read-only
9361        STATUS  current
9362        DESCRIPTION
9363            "Scsitarget Admin State"
9364        ::= { scsitargetProperties 1 }
9365
9366    scsitargetProcessState OBJECT-TYPE
9367        SYNTAX  DDMibString96TC
9368        MAX-ACCESS  read-only
9369        STATUS  current
9370        DESCRIPTION
9371            "Scsitarget Process State"
9372        ::= { scsitargetProperties 2 }
9373
9374
9375-- **********************************************************************
9376--
9377-- scsitargetGroup
9378-- ====================
9379--
9380-- dataDomainMib                (1.3.6.1.4.1.19746)
9381--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
9382--     scsitarget               (1.3.6.1.4.1.19746.1.23)
9383--       scsitargetGroup        (1.3.6.1.4.1.19746.1.23.2)
9384--
9385-- **********************************************************************
9386
9387    scsitargetGroup                OBJECT IDENTIFIER ::= { scsitarget 2 }
9388
9389    scsitargetGroupTable OBJECT-TYPE
9390        SYNTAX  SEQUENCE OF ScsitargetGroupEntry
9391        MAX-ACCESS  not-accessible
9392        STATUS  current
9393        DESCRIPTION
9394            "Scsitarget Group Table"
9395        ::= { scsitargetGroup 1 }
9396
9397    scsitargetGroupEntry OBJECT-TYPE
9398        SYNTAX  ScsitargetGroupEntry
9399        MAX-ACCESS  not-accessible
9400        STATUS  current
9401        DESCRIPTION
9402            "scsitargetGroupEntry"
9403        INDEX { scsitargetGroupIndex }
9404        ::= { scsitargetGroupTable 1 }
9405
9406    ScsitargetGroupEntry ::= SEQUENCE {
9407        scsitargetGroupIndex                DDMibTableIndexTC,
9408        scsitargetGroupName                 DDMibTableString512TC,
9409        scsitargetGroupService              DDMibTableString512TC,
9410        scsitargetGroupActiveState          DDMibString96TC,
9411        scsitargetGroupNumInitiators        DDMibInteger32TC,
9412        scsitargetGroupNumDevices           DDMibInteger32TC
9413    }
9414
9415    scsitargetGroupIndex OBJECT-TYPE
9416        SYNTAX  DDMibTableIndexTC
9417        MAX-ACCESS  not-accessible
9418        STATUS  current
9419        DESCRIPTION
9420            "Scsitarget Group Index"
9421        ::= { scsitargetGroupEntry 1 }
9422
9423    scsitargetGroupName OBJECT-TYPE
9424        SYNTAX  DDMibTableString512TC
9425        MAX-ACCESS  read-only
9426        STATUS  current
9427        DESCRIPTION
9428            "Scsitarget Group Name"
9429        ::= { scsitargetGroupEntry 2 }
9430
9431    scsitargetGroupService OBJECT-TYPE
9432        SYNTAX  DDMibTableString512TC
9433        MAX-ACCESS  read-only
9434        STATUS  current
9435        DESCRIPTION
9436            "Scsitarget Group Service"
9437        ::= { scsitargetGroupEntry 3 }
9438
9439    scsitargetGroupActiveState OBJECT-TYPE
9440        SYNTAX  DDMibString96TC
9441        MAX-ACCESS  read-only
9442        STATUS  current
9443        DESCRIPTION
9444            "Scsitarget Group Active State"
9445        ::= { scsitargetGroupEntry 4 }
9446
9447    scsitargetGroupNumInitiators OBJECT-TYPE
9448        SYNTAX  DDMibInteger32TC
9449        MAX-ACCESS  read-only
9450        STATUS  current
9451        DESCRIPTION
9452            "Scsitarget Group Number of Initiators"
9453        ::= { scsitargetGroupEntry 5 }
9454
9455    scsitargetGroupNumDevices OBJECT-TYPE
9456        SYNTAX  DDMibInteger32TC
9457        MAX-ACCESS  read-only
9458        STATUS  current
9459        DESCRIPTION
9460            "Scsitarget Group Number of Devices"
9461        ::= { scsitargetGroupEntry 6 }
9462
9463
9464-- **********************************************************************
9465--
9466-- scsitargetInitiator
9467-- ====================
9468--
9469-- dataDomainMib                (1.3.6.1.4.1.19746)
9470--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
9471--     scsitarget               (1.3.6.1.4.1.19746.1.23)
9472--       scsitargetInitiator    (1.3.6.1.4.1.19746.1.23.3)
9473--
9474-- **********************************************************************
9475
9476    scsitargetInitiator            OBJECT IDENTIFIER ::= { scsitarget 3 }
9477
9478    scsitargetInitiatorTable OBJECT-TYPE
9479        SYNTAX  SEQUENCE OF ScsitargetInitiatorEntry
9480        MAX-ACCESS  not-accessible
9481        STATUS  current
9482        DESCRIPTION
9483            "Scsitarget Initiator Table"
9484        ::= { scsitargetInitiator 1 }
9485
9486    scsitargetInitiatorEntry OBJECT-TYPE
9487        SYNTAX  ScsitargetInitiatorEntry
9488        MAX-ACCESS  not-accessible
9489        STATUS  current
9490        DESCRIPTION
9491            "scsitargetInitiatorEntry"
9492        INDEX { scsitargetInitiatorIndex }
9493        ::= { scsitargetInitiatorTable 1 }
9494
9495    ScsitargetInitiatorEntry ::= SEQUENCE {
9496        scsitargetInitiatorIndex                DDMibTableIndexTC,
9497        scsitargetInitiatorName                 DDMibTableString512TC,
9498        scsitargetInitiatorSystemAddress        DDMibTableString512TC,
9499        scsitargetInitiatorGroup                DDMibTableString512TC,
9500        scsitargetInitiatorService              DDMibTableString512TC,
9501        scsitargetInitiatorAddressMethod        DDMibTableString512TC,
9502        scsitargetInitiatorTransport            DDMibTableString512TC,
9503        scsitargetInitiatorFcWwpn               DDMibTableString512TC,
9504        scsitargetInitiatorFcWwnn               DDMibTableString512TC,
9505        scsitargetInitiatorFcSymbolicPortName   DDMibTableString512TC
9506    }
9507
9508    scsitargetInitiatorIndex OBJECT-TYPE
9509        SYNTAX  DDMibTableIndexTC
9510        MAX-ACCESS  not-accessible
9511        STATUS  current
9512        DESCRIPTION
9513            "Scsitarget Initiator Index"
9514        ::= { scsitargetInitiatorEntry 1 }
9515
9516    scsitargetInitiatorName OBJECT-TYPE
9517        SYNTAX  DDMibTableString512TC
9518        MAX-ACCESS  read-only
9519        STATUS  current
9520        DESCRIPTION
9521            "Scsitarget Initiator Name"
9522        ::= { scsitargetInitiatorEntry 2 }
9523
9524    scsitargetInitiatorSystemAddress OBJECT-TYPE
9525        SYNTAX  DDMibTableString512TC
9526        MAX-ACCESS  read-only
9527        STATUS  current
9528        DESCRIPTION
9529            "Scsitarget Initiator System Address"
9530        ::= { scsitargetInitiatorEntry 3 }
9531
9532    scsitargetInitiatorGroup OBJECT-TYPE
9533        SYNTAX  DDMibTableString512TC
9534        MAX-ACCESS  read-only
9535        STATUS  current
9536        DESCRIPTION
9537            "Scsitarget Initiator Group"
9538        ::= { scsitargetInitiatorEntry 4 }
9539
9540    scsitargetInitiatorService OBJECT-TYPE
9541        SYNTAX  DDMibTableString512TC
9542        MAX-ACCESS  read-only
9543        STATUS  current
9544        DESCRIPTION
9545            "Scsitarget Initiator Service"
9546        ::= { scsitargetInitiatorEntry 5 }
9547
9548    scsitargetInitiatorAddressMethod OBJECT-TYPE
9549        SYNTAX  DDMibTableString512TC
9550        MAX-ACCESS  read-only
9551        STATUS  current
9552        DESCRIPTION
9553            "Scsitarget Initiator Address Method"
9554        ::= { scsitargetInitiatorEntry 6 }
9555
9556    scsitargetInitiatorTransport OBJECT-TYPE
9557        SYNTAX  DDMibTableString512TC
9558        MAX-ACCESS  read-only
9559        STATUS  current
9560        DESCRIPTION
9561            "Scsitarget Initiator Transport"
9562        ::= { scsitargetInitiatorEntry 7 }
9563
9564    scsitargetInitiatorFcWwpn OBJECT-TYPE
9565        SYNTAX  DDMibTableString512TC
9566        MAX-ACCESS  read-only
9567        STATUS  current
9568        DESCRIPTION
9569            "Scsitarget Initiator Fc Wwpn"
9570        ::= { scsitargetInitiatorEntry 8 }
9571
9572    scsitargetInitiatorFcWwnn OBJECT-TYPE
9573        SYNTAX  DDMibTableString512TC
9574        MAX-ACCESS  read-only
9575        STATUS  current
9576        DESCRIPTION
9577            "Scsitarget Initiator Fc Wwnn"
9578        ::= { scsitargetInitiatorEntry 9 }
9579
9580    scsitargetInitiatorFcSymbolicPortName OBJECT-TYPE
9581        SYNTAX  DDMibTableString512TC
9582        MAX-ACCESS  read-only
9583        STATUS  current
9584        DESCRIPTION
9585            "Scsitarget Initiator Fc Symbolic Port Name"
9586        ::= { scsitargetInitiatorEntry 10 }
9587
9588
9589    scsitargetInitiatorEndpTable OBJECT-TYPE
9590        SYNTAX  SEQUENCE OF ScsitargetInitiatorEndpEntry
9591        MAX-ACCESS  not-accessible
9592        STATUS  current
9593        DESCRIPTION
9594            "Scsitarget Initiator Endpoint Table"
9595        ::= { scsitargetInitiator 2 }
9596
9597    scsitargetInitiatorEndpEntry OBJECT-TYPE
9598        SYNTAX  ScsitargetInitiatorEndpEntry
9599        MAX-ACCESS  not-accessible
9600        STATUS  current
9601        DESCRIPTION
9602            "scsitargetInitiatorEndpEntry"
9603        INDEX { scsitargetInitiatorEndpIndex }
9604        ::= { scsitargetInitiatorEndpTable 1 }
9605
9606    ScsitargetInitiatorEndpEntry ::= SEQUENCE {
9607        scsitargetInitiatorEndpIndex                DDMibTableIndexTC,
9608        scsitargetInitiatorEndpInitiator            DDMibTableString512TC,
9609        scsitargetInitiatorEndpEndpoint             DDMibTableString512TC,
9610        scsitargetInitiatorEndpStatus               DDMibString96TC
9611    }
9612
9613    scsitargetInitiatorEndpIndex OBJECT-TYPE
9614        SYNTAX  DDMibTableIndexTC
9615        MAX-ACCESS  not-accessible
9616        STATUS  current
9617        DESCRIPTION
9618            "Scsitarget Initiator Endpoint Index"
9619        ::= { scsitargetInitiatorEndpEntry 1 }
9620
9621    scsitargetInitiatorEndpInitiator OBJECT-TYPE
9622        SYNTAX  DDMibTableString512TC
9623        MAX-ACCESS  read-only
9624        STATUS  current
9625        DESCRIPTION
9626            "Scsitarget Initiator"
9627        ::= { scsitargetInitiatorEndpEntry 2 }
9628
9629    scsitargetInitiatorEndpEndpoint OBJECT-TYPE
9630        SYNTAX  DDMibTableString512TC
9631        MAX-ACCESS  read-only
9632        STATUS  current
9633        DESCRIPTION
9634            "Scsitarget Initiator Endpoint"
9635        ::= { scsitargetInitiatorEndpEntry 3 }
9636
9637    scsitargetInitiatorEndpStatus OBJECT-TYPE
9638        SYNTAX  DDMibString96TC
9639        MAX-ACCESS  read-only
9640        STATUS  current
9641        DESCRIPTION
9642            "Scsitarget Initiator Endpoint Status"
9643        ::= { scsitargetInitiatorEndpEntry 4 }
9644
9645
9646-- **********************************************************************
9647--
9648-- scsitargetEndpoint
9649-- ====================
9650--
9651-- dataDomainMib                (1.3.6.1.4.1.19746)
9652--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
9653--     scsitarget               (1.3.6.1.4.1.19746.1.23)
9654--       scsitargetEndpoint     (1.3.6.1.4.1.19746.1.23.4)
9655--
9656-- **********************************************************************
9657
9658    scsitargetEndpoint             OBJECT IDENTIFIER ::= { scsitarget 4 }
9659
9660    scsitargetEndpointTable OBJECT-TYPE
9661        SYNTAX  SEQUENCE OF ScsitargetEndpointEntry
9662        MAX-ACCESS  not-accessible
9663        STATUS  current
9664        DESCRIPTION
9665            "Scsitarget Endpoint Table"
9666        ::= { scsitargetEndpoint 1 }
9667
9668    scsitargetEndpointEntry OBJECT-TYPE
9669        SYNTAX  ScsitargetEndpointEntry
9670        MAX-ACCESS  not-accessible
9671        STATUS  current
9672        DESCRIPTION
9673            "scsitargetEndpointEntry"
9674        INDEX { scsitargetEndpointIndex }
9675        ::= { scsitargetEndpointTable 1 }
9676
9677    ScsitargetEndpointEntry ::= SEQUENCE {
9678        scsitargetEndpointIndex                     DDMibTableIndexTC,
9679        scsitargetEndpointName                      DDMibTableString512TC,
9680        scsitargetEndpointCurrentSystemAddress      DDMibTableString512TC,
9681        scsitargetEndpointPrimarySystemAddress      DDMibTableString512TC,
9682        scsitargetEndpointSecondarySystemAddress    DDMibTableString512TC,
9683        scsitargetEndpointEnabled                   DDStatusTC,
9684        scsitargetEndpointStatus                    DDMibTableString512TC,
9685        scsitargetEndpointTransport                 DDMibTableString512TC,
9686        scsitargetEndpointFcWwnn                    DDMibTableString512TC,
9687        scsitargetEndpointFcWwpn                    DDMibTableString512TC
9688    }
9689
9690    scsitargetEndpointIndex OBJECT-TYPE
9691        SYNTAX  DDMibTableIndexTC
9692        MAX-ACCESS  not-accessible
9693        STATUS  current
9694        DESCRIPTION
9695            "Scsitarget Endpoint Index"
9696        ::= { scsitargetEndpointEntry 1 }
9697
9698    scsitargetEndpointName OBJECT-TYPE
9699        SYNTAX  DDMibTableString512TC
9700        MAX-ACCESS  read-only
9701        STATUS  current
9702        DESCRIPTION
9703            "Scsitarget Endpoint Name"
9704        ::= { scsitargetEndpointEntry 2 }
9705
9706    scsitargetEndpointCurrentSystemAddress OBJECT-TYPE
9707        SYNTAX  DDMibTableString512TC
9708        MAX-ACCESS  read-only
9709        STATUS  current
9710        DESCRIPTION
9711            "Scsitarget Endpoint Current System Address"
9712        ::= { scsitargetEndpointEntry 3 }
9713
9714    scsitargetEndpointPrimarySystemAddress OBJECT-TYPE
9715        SYNTAX  DDMibTableString512TC
9716        MAX-ACCESS  read-only
9717        STATUS  current
9718        DESCRIPTION
9719            "Scsitarget Endpoint Primary System Address"
9720        ::= { scsitargetEndpointEntry 4 }
9721
9722    scsitargetEndpointSecondarySystemAddress OBJECT-TYPE
9723        SYNTAX  DDMibTableString512TC
9724        MAX-ACCESS  read-only
9725        STATUS  current
9726        DESCRIPTION
9727            "Scsitarget Endpoint Secondary System Address"
9728        ::= { scsitargetEndpointEntry 5 }
9729
9730    scsitargetEndpointEnabled OBJECT-TYPE
9731        SYNTAX  DDStatusTC
9732        MAX-ACCESS  read-only
9733        STATUS  current
9734        DESCRIPTION
9735            "Scsitarget Endpoint Enabled"
9736        ::= { scsitargetEndpointEntry 6 }
9737
9738    scsitargetEndpointStatus OBJECT-TYPE
9739        SYNTAX  DDMibTableString512TC
9740        MAX-ACCESS  read-only
9741        STATUS  current
9742        DESCRIPTION
9743            "Scsitarget Endpoint Status"
9744        ::= { scsitargetEndpointEntry 7 }
9745
9746    scsitargetEndpointTransport OBJECT-TYPE
9747        SYNTAX  DDMibTableString512TC
9748        MAX-ACCESS  read-only
9749        STATUS  current
9750        DESCRIPTION
9751            "Scsitarget Endpoint Transport"
9752        ::= { scsitargetEndpointEntry 8 }
9753
9754    scsitargetEndpointFcWwnn OBJECT-TYPE
9755        SYNTAX  DDMibTableString512TC
9756        MAX-ACCESS  read-only
9757        STATUS  current
9758        DESCRIPTION
9759            "Scsitarget Endpoint Fc Wwnn"
9760        ::= { scsitargetEndpointEntry 9 }
9761
9762    scsitargetEndpointFcWwpn OBJECT-TYPE
9763        SYNTAX  DDMibTableString512TC
9764        MAX-ACCESS  read-only
9765        STATUS  current
9766        DESCRIPTION
9767            "Scsitarget Endpoint Fc Wwpn"
9768        ::= { scsitargetEndpointEntry 10 }
9769
9770
9771-- **********************************************************************
9772--
9773-- scsitargetPort
9774-- ====================
9775--
9776-- dataDomainMib                (1.3.6.1.4.1.19746)
9777--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
9778--     scsitarget               (1.3.6.1.4.1.19746.1.23)
9779--       scsitargetPort         (1.3.6.1.4.1.19746.1.23.5)
9780--
9781-- **********************************************************************
9782
9783    scsitargetPort                 OBJECT IDENTIFIER ::= { scsitarget 5 }
9784
9785    scsitargetPortTable OBJECT-TYPE
9786        SYNTAX  SEQUENCE OF ScsitargetPortEntry
9787        MAX-ACCESS  not-accessible
9788        STATUS  current
9789        DESCRIPTION
9790            "Scsitarget Port Table"
9791        ::= { scsitargetPort 1 }
9792
9793    scsitargetPortEntry OBJECT-TYPE
9794        SYNTAX  ScsitargetPortEntry
9795        MAX-ACCESS  not-accessible
9796        STATUS  current
9797        DESCRIPTION
9798            "scsitargetPortEntry"
9799        INDEX { scsitargetPortIndex }
9800        ::= { scsitargetPortTable 1 }
9801
9802    ScsitargetPortEntry ::= SEQUENCE {
9803        scsitargetPortIndex                 DDMibTableIndexTC,
9804        scsitargetPortSystemAddress         DDMibTableString512TC,
9805        scsitargetPortEnabled               DDStatusTC,
9806        scsitargetPortStatus                DDMibTableString512TC,
9807        scsitargetPortTransport             DDMibTableString512TC,
9808        scsitargetPortOperationalStatus     DDMibTableString512TC,
9809        scsitargetPortFcNpiv                DDMibTableString512TC,
9810        scsitargetPortPortId                DDMibTableString512TC,
9811        scsitargetPortModel                 DDMibTableString512TC,
9812        scsitargetPortFirmware              DDMibTableString512TC,
9813        scsitargetPortFcBaseWwnn            DDMibTableString512TC,
9814        scsitargetPortFcBaseWwpn            DDMibTableString512TC,
9815        scsitargetPortFcCurrentWwnn         DDMibTableString512TC,
9816        scsitargetPortFcCurrentWwpn         DDMibTableString512TC,
9817        scsitargetPortFcp2Retry             DDMibTableString512TC,
9818        scsitargetPortConnectionType        DDMibTableString512TC,
9819        scsitargetPortLinkSpeed             DDMibTableString512TC,
9820        scsitargetPortFcTopology            DDMibTableString512TC
9821    }
9822
9823    scsitargetPortIndex OBJECT-TYPE
9824        SYNTAX  DDMibTableIndexTC
9825        MAX-ACCESS  not-accessible
9826        STATUS  current
9827        DESCRIPTION
9828            "Scsitarget Port Index"
9829        ::= { scsitargetPortEntry 1 }
9830
9831    scsitargetPortSystemAddress OBJECT-TYPE
9832        SYNTAX  DDMibTableString512TC
9833        MAX-ACCESS  read-only
9834        STATUS  current
9835        DESCRIPTION
9836            "Scsitarget Port System Address"
9837        ::= { scsitargetPortEntry 2 }
9838
9839    scsitargetPortEnabled OBJECT-TYPE
9840        SYNTAX  DDStatusTC
9841        MAX-ACCESS  read-only
9842        STATUS  current
9843        DESCRIPTION
9844            "Scsitarget Port Enabled"
9845        ::= { scsitargetPortEntry 3 }
9846
9847    scsitargetPortStatus OBJECT-TYPE
9848        SYNTAX  DDMibTableString512TC
9849        MAX-ACCESS  read-only
9850        STATUS  current
9851        DESCRIPTION
9852            "Scsitarget Port Status"
9853        ::= { scsitargetPortEntry 4 }
9854
9855    scsitargetPortTransport OBJECT-TYPE
9856        SYNTAX  DDMibTableString512TC
9857        MAX-ACCESS  read-only
9858        STATUS  current
9859        DESCRIPTION
9860            "Scsitarget Port Transport"
9861        ::= { scsitargetPortEntry 5 }
9862
9863    scsitargetPortOperationalStatus OBJECT-TYPE
9864        SYNTAX  DDMibTableString512TC
9865        MAX-ACCESS  read-only
9866        STATUS  current
9867        DESCRIPTION
9868            "Scsitarget Port Operational Status"
9869        ::= { scsitargetPortEntry 6 }
9870
9871    scsitargetPortFcNpiv OBJECT-TYPE
9872        SYNTAX  DDMibTableString512TC
9873        MAX-ACCESS  read-only
9874        STATUS  current
9875        DESCRIPTION
9876            "Scsitarget Port Fc Npiv"
9877        ::= { scsitargetPortEntry 7 }
9878
9879    scsitargetPortPortId OBJECT-TYPE
9880        SYNTAX  DDMibTableString512TC
9881        MAX-ACCESS  read-only
9882        STATUS  current
9883        DESCRIPTION
9884            "Scsitarget Port Port Id"
9885        ::= { scsitargetPortEntry 8 }
9886
9887    scsitargetPortModel OBJECT-TYPE
9888        SYNTAX  DDMibTableString512TC
9889        MAX-ACCESS  read-only
9890        STATUS  current
9891        DESCRIPTION
9892            "Scsitarget Port Model"
9893        ::= { scsitargetPortEntry 9 }
9894
9895    scsitargetPortFirmware OBJECT-TYPE
9896        SYNTAX  DDMibTableString512TC
9897        MAX-ACCESS  read-only
9898        STATUS  current
9899        DESCRIPTION
9900            "Scsitarget Port Firmware"
9901        ::= { scsitargetPortEntry 10 }
9902
9903    scsitargetPortFcBaseWwnn OBJECT-TYPE
9904        SYNTAX  DDMibTableString512TC
9905        MAX-ACCESS  read-only
9906        STATUS  current
9907        DESCRIPTION
9908            "Scsitarget Port Fc Base Wwnn"
9909        ::= { scsitargetPortEntry 11 }
9910
9911    scsitargetPortFcBaseWwpn OBJECT-TYPE
9912        SYNTAX  DDMibTableString512TC
9913        MAX-ACCESS  read-only
9914        STATUS  current
9915        DESCRIPTION
9916            "Scsitarget Port Fc Base Wwpn"
9917        ::= { scsitargetPortEntry 12 }
9918
9919    scsitargetPortFcCurrentWwnn OBJECT-TYPE
9920        SYNTAX  DDMibTableString512TC
9921        MAX-ACCESS  read-only
9922        STATUS  current
9923        DESCRIPTION
9924            "Scsitarget Port Fc Current Wwnn"
9925        ::= { scsitargetPortEntry 13 }
9926
9927    scsitargetPortFcCurrentWwpn OBJECT-TYPE
9928        SYNTAX  DDMibTableString512TC
9929        MAX-ACCESS  read-only
9930        STATUS  current
9931        DESCRIPTION
9932            "Scsitarget Port Fc Current Wwpn"
9933        ::= { scsitargetPortEntry 14 }
9934
9935    scsitargetPortFcp2Retry OBJECT-TYPE
9936        SYNTAX  DDMibTableString512TC
9937        MAX-ACCESS  read-only
9938        STATUS  current
9939        DESCRIPTION
9940            "Scsitarget Port Fcp2 Retry"
9941        ::= { scsitargetPortEntry 15 }
9942
9943    scsitargetPortConnectionType OBJECT-TYPE
9944        SYNTAX  DDMibTableString512TC
9945        MAX-ACCESS  read-only
9946        STATUS  current
9947        DESCRIPTION
9948            "scsitarget Port Connection Type"
9949        ::= { scsitargetPortEntry 16 }
9950
9951    scsitargetPortLinkSpeed OBJECT-TYPE
9952        SYNTAX  DDMibTableString512TC
9953        MAX-ACCESS  read-only
9954        STATUS  current
9955        DESCRIPTION
9956            "Scsitarget Port Link Speed"
9957        ::= { scsitargetPortEntry 17 }
9958
9959    scsitargetPortFcTopology OBJECT-TYPE
9960        SYNTAX  DDMibTableString512TC
9961        MAX-ACCESS  read-only
9962        STATUS  current
9963        DESCRIPTION
9964            "Scsitarget Port Fc Topology"
9965        ::= { scsitargetPortEntry 18 }
9966
9967
9968    scsitargetPortEndpTable OBJECT-TYPE
9969        SYNTAX  SEQUENCE OF ScsitargetPortEndpEntry
9970        MAX-ACCESS  not-accessible
9971        STATUS  current
9972        DESCRIPTION
9973            "Scsitarget Port Endpoint Table"
9974        ::= { scsitargetPort 2 }
9975
9976    scsitargetPortEndpEntry OBJECT-TYPE
9977        SYNTAX  ScsitargetPortEndpEntry
9978        MAX-ACCESS  not-accessible
9979        STATUS  current
9980        DESCRIPTION
9981            "scsitargetPortEndpEntry"
9982        INDEX { scsitargetPortEndpIndex }
9983        ::= { scsitargetPortEndpTable 1 }
9984
9985    ScsitargetPortEndpEntry ::= SEQUENCE {
9986        scsitargetPortEndpIndex                DDMibTableIndexTC,
9987        scsitargetPortEndpPort                 DDMibTableString512TC,
9988        scsitargetPortEndpEndpoint             DDMibTableString512TC,
9989        scsitargetPortEndpEnabled              DDStatusTC,
9990        scsitargetPortEndpStatus               DDMibString96TC,
9991        scsitargetPortEndpCurrentInstance      DDMibTableString512TC
9992    }
9993
9994    scsitargetPortEndpIndex OBJECT-TYPE
9995        SYNTAX  DDMibTableIndexTC
9996        MAX-ACCESS  not-accessible
9997        STATUS  current
9998        DESCRIPTION
9999            "Scsitarget Port Endpoint Index"
10000        ::= { scsitargetPortEndpEntry 1 }
10001
10002    scsitargetPortEndpPort OBJECT-TYPE
10003        SYNTAX  DDMibTableString512TC
10004        MAX-ACCESS  read-only
10005        STATUS  current
10006        DESCRIPTION
10007            "Scsitarget Port"
10008        ::= { scsitargetPortEndpEntry 2 }
10009
10010    scsitargetPortEndpEndpoint OBJECT-TYPE
10011        SYNTAX  DDMibTableString512TC
10012        MAX-ACCESS  read-only
10013        STATUS  current
10014        DESCRIPTION
10015            "Scsitarget Port Endpoint"
10016        ::= { scsitargetPortEndpEntry 3 }
10017
10018    scsitargetPortEndpEnabled OBJECT-TYPE
10019        SYNTAX  DDStatusTC
10020        MAX-ACCESS  read-only
10021        STATUS  current
10022        DESCRIPTION
10023            "Scsitarget Port Endpoint Enabled"
10024        ::= { scsitargetPortEndpEntry 4 }
10025
10026    scsitargetPortEndpStatus OBJECT-TYPE
10027        SYNTAX  DDMibString96TC
10028        MAX-ACCESS  read-only
10029        STATUS  current
10030        DESCRIPTION
10031            "Scsitarget Port Endpoint Status"
10032        ::= { scsitargetPortEndpEntry 5 }
10033
10034    scsitargetPortEndpCurrentInstance OBJECT-TYPE
10035        SYNTAX  DDMibTableString512TC
10036        MAX-ACCESS  read-only
10037        STATUS  current
10038        DESCRIPTION
10039            "Scsitarget Port Endpoint Current Instance"
10040        ::= { scsitargetPortEndpEntry 6 }
10041
10042
10043-- **********************************************************************
10044--
10045-- scsitargetDevice
10046-- ====================
10047--
10048-- dataDomainMib                (1.3.6.1.4.1.19746)
10049--   dataDomainMibObjects       (1.3.6.1.4.1.19746.1)
10050--     scsitarget               (1.3.6.1.4.1.19746.1.23)
10051--       scsitargetDevice       (1.3.6.1.4.1.19746.1.23.6)
10052--
10053-- **********************************************************************
10054
10055    scsitargetDevice               OBJECT IDENTIFIER ::= { scsitarget 6 }
10056
10057    scsitargetDeviceTable OBJECT-TYPE
10058        SYNTAX  SEQUENCE OF ScsitargetDeviceEntry
10059        MAX-ACCESS  not-accessible
10060        STATUS  current
10061        DESCRIPTION
10062            "Scsitarget Device Table"
10063        ::= { scsitargetDevice 1 }
10064
10065    scsitargetDeviceEntry OBJECT-TYPE
10066        SYNTAX  ScsitargetDeviceEntry
10067        MAX-ACCESS  not-accessible
10068        STATUS  current
10069        DESCRIPTION
10070            "scsitargetDeviceEntry"
10071        INDEX { scsitargetDeviceIndex }
10072        ::= { scsitargetDeviceTable 1 }
10073
10074    ScsitargetDeviceEntry ::= SEQUENCE {
10075        scsitargetDeviceIndex           DDMibTableIndexTC,
10076        scsitargetDeviceName            DDMibTableString512TC,
10077        scsitargetDeviceService         DDMibTableString512TC,
10078        scsitargetDeviceActiveState     DDMibString96TC,
10079        scsitargetDeviceAddress         DDMibTableString512TC
10080    }
10081
10082    scsitargetDeviceIndex OBJECT-TYPE
10083        SYNTAX  DDMibTableIndexTC
10084        MAX-ACCESS  not-accessible
10085        STATUS  current
10086        DESCRIPTION
10087            "Scsitarget Device Index"
10088        ::= { scsitargetDeviceEntry 1 }
10089
10090    scsitargetDeviceName OBJECT-TYPE
10091        SYNTAX  DDMibTableString512TC
10092        MAX-ACCESS  read-only
10093        STATUS  current
10094        DESCRIPTION
10095            "Scsitarget Device Name"
10096        ::= { scsitargetDeviceEntry 2 }
10097
10098    scsitargetDeviceService OBJECT-TYPE
10099        SYNTAX  DDMibTableString512TC
10100        MAX-ACCESS  read-only
10101        STATUS  current
10102        DESCRIPTION
10103            "Scsitarget Device Service"
10104        ::= { scsitargetDeviceEntry 3 }
10105
10106    scsitargetDeviceActiveState OBJECT-TYPE
10107        SYNTAX  DDMibString96TC
10108        MAX-ACCESS  read-only
10109        STATUS  current
10110        DESCRIPTION
10111            "Scsitarget Device Active State"
10112        ::= { scsitargetDeviceEntry 4 }
10113
10114    scsitargetDeviceAddress OBJECT-TYPE
10115        SYNTAX  DDMibTableString512TC
10116        MAX-ACCESS  read-only
10117        STATUS  current
10118        DESCRIPTION
10119            "Scsitarget Device Address"
10120        ::= { scsitargetDeviceEntry 5 }
10121
10122
10123    scsitargetDeviceGrpTable OBJECT-TYPE
10124        SYNTAX  SEQUENCE OF ScsitargetDeviceGrpEntry
10125        MAX-ACCESS  not-accessible
10126        STATUS  current
10127        DESCRIPTION
10128            "Scsitarget Device Group Table"
10129        ::= { scsitargetDevice 2 }
10130
10131    scsitargetDeviceGrpEntry OBJECT-TYPE
10132        SYNTAX  ScsitargetDeviceGrpEntry
10133        MAX-ACCESS  not-accessible
10134        STATUS  current
10135        DESCRIPTION
10136            "scsitargetDeviceGrpEntry"
10137        INDEX { scsitargetDeviceGrpIndex }
10138        ::= { scsitargetDeviceGrpTable 1 }
10139
10140    ScsitargetDeviceGrpEntry ::= SEQUENCE {
10141        scsitargetDeviceGrpIndex                DDMibTableIndexTC,
10142        scsitargetDeviceGrpDevice               DDMibTableString512TC,
10143        scsitargetDeviceGrpGroupName            DDMibTableString512TC,
10144        scsitargetDeviceGrpLun                  DDMibTableString512TC,
10145        scsitargetDeviceGrpPrimaryEndpoints     DDMibTableString512TC,
10146        scsitargetDeviceGrpSecondaryEndpoints   DDMibTableString512TC,
10147        scsitargetDeviceGrpInUseEndpoints       DDMibTableString512TC
10148    }
10149
10150    scsitargetDeviceGrpIndex OBJECT-TYPE
10151        SYNTAX  DDMibTableIndexTC
10152        MAX-ACCESS  not-accessible
10153        STATUS  current
10154        DESCRIPTION
10155            "Scsitarget Device Group Index"
10156        ::= { scsitargetDeviceGrpEntry 1 }
10157
10158    scsitargetDeviceGrpDevice OBJECT-TYPE
10159        SYNTAX  DDMibTableString512TC
10160        MAX-ACCESS  read-only
10161        STATUS  current
10162        DESCRIPTION
10163            "Scsitarget Device"
10164        ::= { scsitargetDeviceGrpEntry 2 }
10165
10166    scsitargetDeviceGrpGroupName OBJECT-TYPE
10167        SYNTAX  DDMibTableString512TC
10168        MAX-ACCESS  read-only
10169        STATUS  current
10170        DESCRIPTION
10171            "Scsitarget Device Group Name"
10172        ::= { scsitargetDeviceGrpEntry 3 }
10173
10174    scsitargetDeviceGrpLun OBJECT-TYPE
10175        SYNTAX  DDMibTableString512TC
10176        MAX-ACCESS  read-only
10177        STATUS  current
10178        DESCRIPTION
10179            "Scsitarget Device Group Lun"
10180        ::= { scsitargetDeviceGrpEntry 4 }
10181
10182    scsitargetDeviceGrpPrimaryEndpoints OBJECT-TYPE
10183        SYNTAX  DDMibTableString512TC
10184        MAX-ACCESS  read-only
10185        STATUS  current
10186        DESCRIPTION
10187            "Scsitarget Device Group Primary Endpoints"
10188        ::= { scsitargetDeviceGrpEntry 5 }
10189
10190    scsitargetDeviceGrpSecondaryEndpoints OBJECT-TYPE
10191        SYNTAX  DDMibTableString512TC
10192        MAX-ACCESS  read-only
10193        STATUS  current
10194        DESCRIPTION
10195            "Scsitarget Device Group Secondary Endpoints"
10196        ::= { scsitargetDeviceGrpEntry 6 }
10197
10198    scsitargetDeviceGrpInUseEndpoints OBJECT-TYPE
10199        SYNTAX  DDMibTableString512TC
10200        MAX-ACCESS  read-only
10201        STATUS  current
10202        DESCRIPTION
10203            "Scsitarget Device Group In Use Endpoints"
10204        ::= { scsitargetDeviceGrpEntry 7 }
10205
10206
10207--
10208-- Common Notifications
10209-- ====================
10210--
10211-- dataDomainMib        	(1.3.6.1.4.1.19746)
10212--  dataDomainMibNotifications	(1.3.6.1.4.1.19746.2)
10213--
10214-- **********************************************************************
10215
10216dataDomainMibTraps OBJECT IDENTIFIER ::= { dataDomainMibNotifications 0 }
10217
10218  powerSupplyFailedAlarm NOTIFICATION-TYPE
10219	STATUS deprecated
10220        DESCRIPTION
10221            "Meaning: Power Supply failed
10222             What to do: replace the power supply"
10223        ::= { dataDomainMibTraps 1 }
10224
10225  systemOverheatWarningAlarm NOTIFICATION-TYPE
10226        OBJECTS { tempSensorDescription }
10227	STATUS deprecated
10228	DESCRIPTION
10229	    "Meaning: the temperature reading of one of the thermometers in the Chassis  has exceeded
10230	     the 'warning' temperature level.  If it continues to rise, it may eventually trigger a
10231	     shutdown of the DDR.  The index value of the alarm indicates the thermometer index that
10232	     may be looked up in the environmentals table 'temperatures' for more information about
10233	     the actual thermometer reading the high value.
10234	     What to do: check the Fan status, temperatures of the environment in which the DDR is,
10235	     and other factors which may increase the temperature."
10236	::= { dataDomainMibTraps 2 }
10237
10238  systemOverheatAlertAlarm NOTIFICATION-TYPE
10239        OBJECTS { tempSensorDescription }
10240	STATUS deprecated
10241	DESCRIPTION
10242	    "Meaning: the temperature reading of one of the thermometers in the Chassis is more than
10243	     halfway between the 'warning' and 'shutdown' temperature levels.  If it continues to rise,
10244	     it may eventually trigger a shutdown of the DDR.  The index value of the alarm indicates
10245	     the thermometer index that may be looked up in the environmentals table 'temperatures'
10246	     for more information about the actual thermometer reading the high value.
10247	     What to do: check the Fan status, temperatures of the environment in which the DDR is,
10248	     and other factors which may increase the system temperature."
10249	::= { dataDomainMibTraps 3 }
10250
10251  systemOverheatShutdownAlarm NOTIFICATION-TYPE
10252        OBJECTS { tempSensorDescription }
10253	STATUS deprecated
10254	DESCRIPTION
10255	    "Meaning: the temperature reading of one of the thermometers in the Chassis has reached
10256	     or exceeded the 'shutdown' temperature level. The DDR will be shutdown to prevent damage
10257	     to the system.  The index value of the alarm indicates the thermometer index that may be
10258	     looked up in the environmentals table 'temperatures' for more information about the actual
10259	     thermometer reading the high value.
10260	     What to do: Once the system has been brought back up, after checking for high environment
10261	     temperatures or other factors which may increase the system temperature, check other
10262	     environmental values, such as Fan Status, Disk Temperatures, etc..."
10263	::= { dataDomainMibTraps 4 }
10264
10265  fanModuleFailedAlarm NOTIFICATION-TYPE
10266        OBJECTS { fanDescription }
10267	STATUS deprecated
10268        DESCRIPTION
10269            "Meaning: a Fan Module in the enclosure has failed.  The index of the fan is given
10270             as the index of the alarm.  This same index can be looked up in the environmentals
10271             table 'fanProperies' for more information about which fan has failed.
10272             What to do: replace the fan"
10273        ::= { dataDomainMibTraps 5 }
10274
10275  nvramFailingAlarm NOTIFICATION-TYPE
10276	STATUS deprecated
10277        DESCRIPTION
10278            "Meaning: The system has detected that the NVRAM is potentially failing.  There has
10279            been an excessive amount of PCI or Memory errors. The nvram tables 'nvramProperties'
10280            and 'nvramStats' may provide for information on why the NVRAM is failing.
10281            What to do: check the status of the NVRAM after reboot, and replace if the
10282            errors continue."
10283        ::= { dataDomainMibTraps 6 }
10284
10285  fileSystemFailedAlarm NOTIFICATION-TYPE
10286	STATUS deprecated
10287        DESCRIPTION
10288            "Meaning: The File System process on the DDR has had a serious problem and has had
10289             to restart.
10290             What to do: check the system logs for conditions that may be triggering the failure.
10291             Other alarms may also indicate why the File System is having problems."
10292        ::= { dataDomainMibTraps 7 }
10293
10294  fileSpaceMaintenanceAlarm NOTIFICATION-TYPE
10295        OBJECTS { fileSystemResourceName }
10296	STATUS deprecated
10297	DESCRIPTION
10298	    "Meaning: DDVAR File System Resource Space is running low for system maintenance activities.  The
10299	     system may not have enough space for the routine system activities to run without error.
10300	     What to do: Delete unneeded files, such as old log files, support bundles, core files,
10301	     upgrade rpm files stored in the /ddvar file system."
10302	::= { dataDomainMibTraps 8 }
10303
10304  fileSpacePreWarningAlarm NOTIFICATION-TYPE
10305        OBJECTS { fileSystemResourceName }
10306	STATUS deprecated
10307	DESCRIPTION
10308	    "Meaning: A File System Resource space is 80-85% utilized.  While not critical, the space usage
10309	     should be monitored.  The index value of the alarm indicates the file system index that may be
10310	     looked up in the fileSystem table 'fileSystemSpace' for more information about the actual FS
10311	     that is getting full.
10312	     What to do: no action is necessary, but the file system should be monitored more closely as it
10313	     grows more full.  Further alarms will be sent when and if the file system space is approaching very full."
10314	::= { dataDomainMibTraps 9 }
10315
10316  fileSpaceWarningAlarm NOTIFICATION-TYPE
10317        OBJECTS { fileSystemResourceName }
10318	STATUS deprecated
10319	DESCRIPTION
10320	    "Meaning: A File System Resource space is 90% utilized.  The index value of the alarm indicates
10321	     the file system index that may be looked up in the fileSystem table 'fileSystemSpace'
10322	     for more information about the actual FS that is getting full.
10323	     What to do: Delete unneeded files, such as old log files, support bundles, core files,
10324	     upgrade rpm files stored in the /ddvar file system.  Consider upgrading the hardware or adding
10325	     shelves to high-end units.  Reducing the retention times for backup data can also help. When
10326	     files are deleted from outside of the /ddvar space, filesys clean will have to be done before
10327	     the space is recovered."
10328	::= { dataDomainMibTraps 10 }
10329
10330  fileSpaceSevereAlarm NOTIFICATION-TYPE
10331        OBJECTS { fileSystemResourceName }
10332	STATUS deprecated
10333	DESCRIPTION
10334	    "Meaning: A File System Resource space is 95% utilized.  The index value of the alarm indicates
10335	     the file system index that may be looked up in the fileSystem table 'fileSystemSpace'
10336	     for more information about the actual FS that is getting full.
10337	     What to do: Delete unneeded files, such as old log files, support bundles, core files,
10338	     upgrade rpm files stored in the /ddvar file system.  Consider upgrading the hardware or adding
10339	     shelves to high-end units.  Reducing the retention times for backup data can also help. When
10340	     files are deleted from outside of the /ddvar space, filesys clean will have to be done before
10341	     the space is recovered."
10342	::= { dataDomainMibTraps 11 }
10343
10344  fileSpaceCriticalAlarm NOTIFICATION-TYPE
10345        OBJECTS { fileSystemResourceName }
10346	STATUS deprecated
10347	DESCRIPTION
10348	    "Meaning: A File System Resource space is 100% utilized.  The index value of the alarm indicates
10349	     the file system index that may be looked up in the fileSystem table 'fileSystemSpace'
10350	     for more information about the actual FS that is full.
10351	     What to do: Delete unneeded files, such as old log files, support bundles, core files,
10352	     upgrade rpm files stored in the /ddvar file system.  Consider upgrading the hardware or adding
10353	     shelves to high-end units.  Reducing the retention times for backup data can also help. When
10354	     files are deleted from outside of the /ddvar space, filesys clean will have to be done before
10355	     the space is recovered."
10356	::= { dataDomainMibTraps 12 }
10357
10358  diskFailedAlarm NOTIFICATION-TYPE
10359        OBJECTS { diskSerialNumber }
10360	STATUS deprecated
10361        DESCRIPTION
10362            "Meaning: some problem has been detected about the indicated disk.  The index value
10363             of the alarm indicates the disk index that may be looked up in the disk tables
10364             'diskProperties', 'diskPerformance', and 'diskReliability' for more information
10365             about the actual disk that has failed.
10366             What to do: replace the disk."
10367        ::= { dataDomainMibTraps 14 }
10368
10369  diskOverheatWarningAlarm NOTIFICATION-TYPE
10370        OBJECTS { diskTemperature }
10371	STATUS deprecated
10372	DESCRIPTION
10373	    "Meaning: the temperature reading of the indicated disk has exceeded the 'warning'
10374	     temperature level.  If it continues to rise, it may eventually trigger a
10375	     shutdown of the DDR.  The index value of the alarm indicates the disk index that
10376	     may be looked up in the disk tables 'diskProperties', 'diskPerformance', and
10377	     'diskReliability' for more information about the actual disk reading the high value.
10378	     What to do: check the disk status, temperatures of the environment in which the DDR is,
10379	     and other factors which may increase the temperature."
10380	::= { dataDomainMibTraps 15 }
10381
10382  diskOverheatAlertAlarm NOTIFICATION-TYPE
10383        OBJECTS { diskTemperature }
10384	STATUS deprecated
10385	DESCRIPTION
10386	    "Meaning: the temperature reading of the indicated disk is more than halfway between
10387	     the 'warning' and 'shutdown' temperature levels. If it continues to rise, it will
10388	     trigger a shutdown of the DDR.  The index value of the alarm indicates the disk index that
10389	     may be looked up in the disk tables 'diskProperties', 'diskPerformance', and
10390	     'diskReliability' for more information about the actual disk reading the high value.
10391	     What to do: check the disk status, temperatures of the environment in which the DDR is,
10392	     and other factors which may increase the temperature.  If the temperature continues stays
10393	     at this level or rises, and no other disks are reading this trouble, consider 'failing'
10394	     the disk, and get a replacement."
10395	::= { dataDomainMibTraps 16 }
10396
10397  diskOverheatShutdownAlarm NOTIFICATION-TYPE
10398        OBJECTS { diskTemperature }
10399	STATUS deprecated
10400	DESCRIPTION
10401	    "Meaning: the temperature reading of the indicated disk has surpassed the 'shutdown'
10402	     temperature level. The DDR will be shutdown.  The index value of the alarm indicates
10403	     the disk index that may be looked up in the disk tables 'diskProperties', 'diskPerformance',
10404	     and 'diskReliability' for more information about the actual disk reading the high value.
10405	     What to do: Boot the DDR and monitor the status and temperatures.  If the same disk has
10406	     continued problems, consider 'failing' it and get a replacement disk."
10407	::= { dataDomainMibTraps 17 }
10408
10409  raidReconSevereAlarm NOTIFICATION-TYPE
10410	STATUS deprecated
10411	DESCRIPTION
10412	    "Meaning: A raid group is MAX degraded with no reconstruction after less than 71 hours or
10413             A disk group is degraded with none max degraded with no reconstruction. This alarm is sent
10414             every 1 hour until 71 hours after which raidReconCriticalAlarm or raidReconCriticalShutdown
10415             alarm is generated. This can happen due to a disk failing at run-time or boot-time.
10416	     What to do: while it is still possible that the reconstruction could succeed, the disk
10417	     should be replaced to ensure data safety."
10418	::= { dataDomainMibTraps 18 }
10419
10420  raidReconCriticalAlarm NOTIFICATION-TYPE
10421	STATUS deprecated
10422	DESCRIPTION
10423	    "Meaning: Raid group is MAX degraded with no reconstruction after 71 hours. This can
10424	     happen due to a disk failing at run-time or boot-up.
10425	     What to do: the disk should be replaced to ensure data safety."
10426	::= { dataDomainMibTraps 19 }
10427
10428  raidReconCriticalShutdownAlarm NOTIFICATION-TYPE
10429	STATUS deprecated
10430	DESCRIPTION
10431	    "Meaning: Raid group is MAX degraded with no reconstruction after 71 hours. This can
10432             happen due to a disk failing at run-time or boot-up.
10433	     What to do: the disk must be replaced."
10434	::= { dataDomainMibTraps 20 }
10435
10436  raidGroupMissingAlarm NOTIFICATION-TYPE
10437	STATUS deprecated
10438	DESCRIPTION
10439	    "Meaning: one or more raid groups are missing.
10440	     What to do: disk may need replacement, or raid administration may be necessary."
10441	::= { dataDomainMibTraps 21 }
10442
10443  diskNoSpareAlarm NOTIFICATION-TYPE
10444	STATUS deprecated
10445	DESCRIPTION
10446	    "Meaning: there is no spare available for the raid group.
10447	     What to do: disk may need replacement, or raid administration may be necessary."
10448	::= { dataDomainMibTraps 22 }
10449
10450  diskPathAlarm NOTIFICATION-TYPE
10451        OBJECTS { diskSerialNumber }
10452	STATUS deprecated
10453	DESCRIPTION
10454	    "Meaning: multipath configuration is experiencing a problem.  The number of paths set up is less than
10455	    the required number of paths.  Disk index is the first disk in the enclosure with multipath.
10456	     What to do: multipath disk administration may be necessary."
10457	::= { dataDomainMibTraps 23 }
10458
10459  diskSASAlarm NOTIFICATION-TYPE
10460	STATUS deprecated
10461	DESCRIPTION
10462	    "Meaning: SAS configuration error.  Maximum enclosures has been reached, or there
10463	    is a topology problem.
10464	     What to do: SAS configuration documentation should be consulted.  administration may be necessary."
10465	::= { dataDomainMibTraps 24 }
10466
10467  diskSASHBAAlarm NOTIFICATION-TYPE
10468        OBJECTS { diskSerialNumber }
10469	STATUS deprecated
10470	DESCRIPTION
10471	    "Meaning: Unsupported multi-path setting is enabled in the hba firmware.
10472	     What to do: contact Data Domain support."
10473	::= { dataDomainMibTraps 25 }
10474
10475  snapshotFullAlarm NOTIFICATION-TYPE
10476	STATUS deprecated
10477	DESCRIPTION
10478	    "Meaning: maximum number of snapshots has been reached.
10479	     What to do: expire some old snapshots to make room."
10480	::= { dataDomainMibTraps 26 }
10481
10482  snapshotHWMAlarm NOTIFICATION-TYPE
10483	STATUS deprecated
10484	DESCRIPTION
10485	    "Meaning: the number of snapshots has exceeded a predefined percentage (current 90%) of the maximum.
10486	     What to do: begin expiring snapshots so that the maximum is not reached."
10487	::= { dataDomainMibTraps 27 }
10488
10489  clusterNodeAlarm NOTIFICATION-TYPE
10490	STATUS deprecated
10491	DESCRIPTION
10492	    "Meaning: node is not reachable on any network interface.
10493	     What to do: check status of network and wiring.  if that fails, try
10494	     rebooting the node."
10495	::= { dataDomainMibTraps 28 }
10496
10497  clusterInterfaceAlarm NOTIFICATION-TYPE
10498	STATUS deprecated
10499	DESCRIPTION
10500	    "Meaning: one interface of the cluster node is down.
10501	     What to do: check status of network and wiring.  if that fails, try
10502	     rebooting the node."
10503	::= { dataDomainMibTraps 29 }
10504
10505  replSyncAlarm NOTIFICATION-TYPE
10506  		OBJECTS { replStatus }
10507	STATUS deprecated
10508	DESCRIPTION
10509	    "Meaning: a replication context is disabled due to nvram loss.
10510	     What to do: break replication on source and destination, then reconfigure
10511	     them and run replication sync."
10512	::= { dataDomainMibTraps 30 }
10513
10514  systemStartupAlarm NOTIFICATION-TYPE
10515	STATUS deprecated
10516	DESCRIPTION
10517	    "Meaning: system has rebooted or started.  this does not indicate any abnormal activity.
10518	     What to do: nothing, unless reboot was triggered by other abnormal conditions, such as
10519	     temperature, fan or power problems."
10520	::= { dataDomainMibTraps 31 }
10521
10522  filesysRelaunchAlarm NOTIFICATION-TYPE
10523	STATUS deprecated
10524	DESCRIPTION
10525	    "Meaning: file system has undergone too many relaunches.  it is probably unstable.
10526	     What to do: consult system logs.  software or hardware restart may fix the malfunction."
10527	::= { dataDomainMibTraps 32 }
10528
10529  filesysDDGCFailedAlarm NOTIFICATION-TYPE
10530	STATUS deprecated
10531	DESCRIPTION
10532	    "Meaning: DDGC cleaning process has failed.
10533	     What to do: consult system logs.  software or hardware restart may fix the malfunction."
10534	::= { dataDomainMibTraps 33 }
10535
10536  filesysGeneralProblemAlarm NOTIFICATION-TYPE
10537	STATUS deprecated
10538	DESCRIPTION
10539	    "Meaning: a general problem has occurred with the file system.
10540	     What to do: consult system logs.  software or hardware restart may fix the malfunction."
10541	::= { dataDomainMibTraps 34 }
10542
10543  diskUnsupportedAlarm NOTIFICATION-TYPE
10544        OBJECTS { diskSerialNumber }
10545	STATUS deprecated
10546        DESCRIPTION
10547            "Meaning: the model of the disk is unsupported by current DD platform.  The index value
10548             of the alarm indicates the disk index that may be looked up in the disk tables
10549             'diskProperties', 'diskPerformance', and 'diskReliability' for more information
10550             about the actual disk.
10551             What to do: replace the disk."
10552        ::= { dataDomainMibTraps 35 }
10553
10554  eventIPMIUnmanageAlarm NOTIFICATION-TYPE
10555	STATUS deprecated
10556        DESCRIPTION
10557            "Meaning: IPMI unmanaged alert detected.
10558             What to do: check alert message"
10559        ::= { dataDomainMibTraps 36 }
10560
10561-- autogenerated notifications here
10562-- generated notifications
10563generatedNotificationsGroup NOTIFICATION-GROUP
10564NOTIFICATIONS {
10565   cpismissing,
10566   controllerUnreachableAlert,
10567   controllerIfaceUnreachableAlert,
10568   containerMarkedInvalid,
10569   cMTaskEnded,
10570   correctableECCLimitReached,
10571   uncorrectableECCerror,
10572   dIMMFailure,
10573   compromisedEncryptionKeys,
10574   newEncryptionKey,
10575   encryptionKeyTableFull,
10576   encryptionKeyExportFailed,
10577   insufficientSpaceForEncryption,
10578   corruptEncryptionKeys,
10579   legacyChassisTempWarning,
10580   legacyChassisTempCritical,
10581   legacyPowerSupplyWarning,
10582   legacyFanWarning,
10583   powerSupplyWarning,
10584   fanWarning,
10585   voltageWarning,
10586   powerWarning,
10587   correctECCWarning,
10588   processorWarning,
10589   powerUnitWarning,
10590   unCorrectECCWarning,
10591   chassisSensorCritical,
10592   chassisTempWarning,
10593   chassisTempCritical,
10594   cPUFailureWarning,
10595   legacyBMCHangCritical,
10596   bMCHangCritical,
10597   abnormalShutdown,
10598   smiMrc,
10599   bMCPartialHang,
10600   fanFault,
10601   powerSupplyInputFault,
10602   powerSupplyFailure,
10603   powerSupplyAbsent,
10604   unsupportedACVoltage,
10605   iOModuleFault,
10606   iOModuleInserted,
10607   mgmtModuleFault,
10608   sPFault,
10609   chassisFailure,
10610   forcedControllerShutdown,
10611   systemReset,
10612   enclosureHighTemp,
10613   unsupportedSystemType,
10614   bMCHangShutdown,
10615   bMCFailure,
10616   unsupportedHardwareConfig,
10617   unsupportedVirtualCPU,
10618   unsupportedPowerSupply,
10619   openFanDrawer,
10620   memoryRiserFault,
10621   bMCFailureSysBBU,
10622   unsupportedEnclosurePSU,
10623   pCILinkDegraded,
10624   invalidHardwareCritical,
10625   invalidHardwareWarning,
10626   correctableErrorWarning,
10627   generalHardwareFailure,
10628   targetDriverPortOffline,
10629   targetDriverPortOnline,
10630   targetDriverPortCore,
10631   targetDriverPortMultipleCore,
10632   targetDriverPortFWLoadFailed,
10633   targetDriverPortUnreadable,
10634   targetDriverPortTooManyOsc,
10635   tooManyRelaunches,
10636   filesystemProblem,
10637   dDFSFailedInShutdown,
10638   dDFSNoHeartbeat,
10639   dDFSDiedAfterReboot,
10640   dDFSDied,
10641   dDFSRebooted,
10642   dDFSRebootedDisabled,
10643   indexRebuildComplete,
10644   filesystemNVRAMDataLoss,
10645   recoverFromNVRAMFailed,
10646   dDFSRequiresReboot,
10647   metadataWarningThreshold,
10648   filesystemCorruption,
10649   physicalCapacityMeasurementTasksLost,
10650   physicalCapacityMeasurementTasksLostMTree,
10651   physicalCapacityMeasurementScheduleFailed,
10652   uncertifiedFirmware,
10653   fileMigrationError,
10654   cleaningError,
10655   hAdegraded,
10656   hAofflineErrors,
10657   hATimeOutOfSync,
10658   historicalDatabaseRecoverError,
10659   historicalDatabaseBackupError,
10660   historicalDatabaseUpgradeError,
10661   historicalDatabasePruneError,
10662   noHistoricalDatabaseError,
10663   historicalDatabaseFailoverError,
10664   hDTFileTransferFailed,
10665   hDTSystemError,
10666   spuriousInterruptDisabled,
10667   licenseExpiring,
10668   licenseExpired,
10669   dIMMFailureAlert,
10670   memoryAlert,
10671   portPathDisabled,
10672   diskPathRedundancy,
10673   missingPortConnection,
10674   missingLunPath,
10675   missingDiskPath,
10676   missingEnclosurePath,
10677   interfaceConnectivityDown,
10678   interfaceConnectivityIntermittent,
10679   interfaceMisconfiguration,
10680   interfaceConnectivityUpAndRunning,
10681   duplicateAddressDetection,
10682   invalidNICSlot,
10683   unsupportedNIC,
10684   tcpZeroWindowAlert,
10685   dNSUnresponsive,
10686   nISCommFailure,
10687   iOModuleMacFault,
10688   missingSlaveInterface,
10689   nTPDFailed,
10690   nvramWarning,
10691   nvramBatteryAlert,
10692   nvramErrorAlert,
10693   nvramBatteryLowChargeAlert,
10694   ext3NvlogDisabled,
10695   nvramHWAlert,
10696   nvramBattAlert,
10697   nvramEnvAlert,
10698   nvramCondAlert,
10699   nvramEventHWAlert,
10700   nvramBattEndOfLife,
10701   phyalert,
10702   mtreeQuotaSoftLimit,
10703   mtreeQuotaHardLimit,
10704   storageUnitStreamSoftLimit,
10705   replProgressThreshholdReached,
10706   replNeedResync,
10707   replLogFull,
10708   replIncompatibleWorm,
10709   replDestNotConfigured,
10710   replLagThreshholdReached,
10711   replPathTooLong,
10712   missingCreplUnits,
10713   mtreeCascadeNeedResync,
10714   insecureEncryptedReplication,
10715   suspendedMReplMissingUnits,
10716   sASEnclosureCheck,
10717   sASTopologyCheck,
10718   sASPortDisabled,
10719   sASHBAFailure,
10720   sASHBAErrors,
10721   unsupportedSASDevice,
10722   invalidEnclosureTopology,
10723   diskPathSpeedDegraded,
10724   enclosureMixType,
10725   enclosureMixDriveType,
10726   sCSITGTInvalidRegistry,
10727   sSLCertificateCorrupted,
10728   unusableHostCertificate,
10729   missingHostCertificate,
10730   expiredHostCertificate,
10731   sMSUnresponsive,
10732   mailserverError,
10733   snapshotOver90Percent,
10734   snapshotLimitReached,
10735   sNTZMultipleIterations,
10736   coredumpWarning,
10737   coredumpDisabled,
10738   spaceOver80Percent,
10739   spaceOver90Percent,
10740   spaceReclRestartFailed,
10741   spaceReclMissingUnit,
10742   spaceReclUnitReclaimed,
10743   spaceReclError,
10744   spaceReclSuspended,
10745   spaceReclUnitError,
10746   diskAccessError,
10747   diskFailure,
10748   diskTemperatureWarning,
10749   diskTemperatureShutdown,
10750   unsupportedHardwareSpareSize,
10751   missingDiskGroup,
10752   diskGroupReconstructionNoProgress,
10753   diskGroupReconstruction,
10754   diskGroupReconstructionShutdown,
10755   diskGroupReconstructionCritical,
10756   diskUnknown,
10757   lowSpares,
10758   unsupportedConfigurationROL,
10759   foreignEnclosure,
10760   sSDEndOfLife,
10761   multipleDiskReadErrors,
10762   unsupportedDriveModel,
10763   driveMixType,
10764   missingTierStorage,
10765   storageMigrationCopyComplete,
10766   storageMigrationCannotResume,
10767   storageMigrationUserSuspend,
10768   foreignPack,
10769   upgradeFailure,
10770   upgradeCompleted,
10771   upgradeInProgress,
10772   vDiskSCSITargetMismatch,
10773   tapeReposition,
10774   duplicateVTLPoolNames,
10775   vTLEnabled,
10776   vTLDisabled
10777}
10778STATUS  current
10779DESCRIPTION
10780   "A collection of objects providing  notifications, automatically generated by build."
10781::= { dataDomainMibGroups 5000 }
10782
10783cpismissing NOTIFICATION-TYPE
10784   OBJECTS { systemSerialNumber, alertInfoDescription }
10785STATUS current
10786   DESCRIPTION
10787   "Description:
10788        An archive unit is missing which could result in failure to access files in that unit.
10789
10790   Action:
10791        - check power connection of each shelf.
10792        - check data cables of each shelf.
10793        - if a hardware problem is found and fixed, restart the files system and verify that the archive unit is online.
10794        - If the problem persists,  contact your contracted support provider or visit us online at https://support.emc.com.
10795    "
10796::= { dataDomainMibTraps 5500 }
10797
10798controllerUnreachableAlert NOTIFICATION-TYPE
10799   OBJECTS { systemSerialNumber, alertInfoDescription }
10800STATUS current
10801   DESCRIPTION
10802   "Description:
10803        This is a GDA event raised by the Master controller when it fails to reach a Worker
10804        controller for more than 5 minutes. An unreachable Worker controller implies none of the Worker
10805        controller interfaces are pingable from the Master controller.
10806
10807   Action:
10808        Check the status of network interfaces on both controllers.
10809        Check network connectivity between the Master and Worker controller.
10810        Make sure all cables are securely connected.
10811    "
10812::= { dataDomainMibTraps 5002 }
10813
10814controllerIfaceUnreachableAlert NOTIFICATION-TYPE
10815   OBJECTS { systemSerialNumber, alertInfoDescription }
10816STATUS current
10817   DESCRIPTION
10818   "Description:
10819        This is a GDA event raised by the Master controller when it fails to reach a particular
10820        Worker controller interface for more than 5 minutes. An unreachable interface implies that
10821        it is not pingable from its Master controller equivalent interface.
10822
10823   Action:
10824        Check network interface status on both controllers.
10825        Check network connectivity between the Master and Worker controller.
10826        Make sure all cables are securely connected.
10827    "
10828::= { dataDomainMibTraps 5003 }
10829
10830containerMarkedInvalid NOTIFICATION-TYPE
10831   OBJECTS { systemSerialNumber, alertInfoDescription }
10832STATUS current
10833   DESCRIPTION
10834   "Description:
10835        The restorer filesystem has detected a data integrity check failure
10836        due to hardware/software problems. There is potential for data loss or
10837        corruption and needs immediate attention.
10838
10839   Action:
10840        Contact your contracted support provider or visit us online at https://support.emc.com.
10841    "
10842::= { dataDomainMibTraps 5501 }
10843
10844cMTaskEnded NOTIFICATION-TYPE
10845   OBJECTS { systemSerialNumber, alertInfoDescription }
10846STATUS current
10847   DESCRIPTION
10848   "Description:
10849        A long running task has ended.
10850
10851   Action:
10852        Contact your contracted support provider or visit us online at https://support.emc.com
10853    "
10854::= { dataDomainMibTraps 10503 }
10855
10856correctableECCLimitReached NOTIFICATION-TYPE
10857   OBJECTS { systemSerialNumber, alertInfoDescription }
10858STATUS current
10859   DESCRIPTION
10860   "Description:
10861      Single bit correctable ECC limit reached.
10862
10863   Action:
10864      Replace the failed DIMM(s).
10865      Contact your contracted support provider or visit us online at https://support.emc.com.
10866    "
10867::= { dataDomainMibTraps 5004 }
10868
10869uncorrectableECCerror NOTIFICATION-TYPE
10870   OBJECTS { systemSerialNumber, alertInfoDescription }
10871STATUS current
10872   DESCRIPTION
10873   "Description:
10874      Multi bit uncorrectable ECC error.
10875
10876   Action:
10877      Replace the failed DIMM(s).
10878      Contact your contracted support provider or visit us online at https://support.emc.com.
10879    "
10880::= { dataDomainMibTraps 5005 }
10881
10882dIMMFailure NOTIFICATION-TYPE
10883   OBJECTS { systemSerialNumber, alertInfoDescription }
10884STATUS current
10885   DESCRIPTION
10886   "Description:
10887        A fault has been detected on a memory card. The memory may no longer be usable by the system and the system may not function with the reduced memory capacity.
10888
10889   Action:
10890        The failing memory card must be replaced.Contact your contracted support provider or visit us online at https://support.emc.com
10891    "
10892::= { dataDomainMibTraps 6525 }
10893
10894compromisedEncryptionKeys NOTIFICATION-TYPE
10895   OBJECTS { systemSerialNumber, alertInfoDescription }
10896STATUS current
10897   DESCRIPTION
10898   "Description:
10899    Data on disk may be at risk of disclosure. Data encrypted with
10900    the compromised keys should be re-encrypted before shipping the disks.
10901    One can get the list of compromised keys either from CLI or Enterprise Manager.
10902
10903   Action:
10904    Start file system cleaning to re-encrypt the affected data.
10905    For extended retention systems, run space reclamation to re-encrypt affected data in the archive tier.
10906    Note, these operations will take a long time to complete.
10907    "
10908::= { dataDomainMibTraps 6001 }
10909
10910newEncryptionKey NOTIFICATION-TYPE
10911   OBJECTS { systemSerialNumber, alertInfoDescription }
10912STATUS current
10913   DESCRIPTION
10914   "Description:
10915    Old key is still used for encrypting new data.
10916    The file system needs to be restarted to activate the new key.
10917
10918   Action:
10919    Restart the filesystem.
10920    "
10921::= { dataDomainMibTraps 6002 }
10922
10923encryptionKeyTableFull NOTIFICATION-TYPE
10924   OBJECTS { systemSerialNumber, alertInfoDescription }
10925STATUS current
10926   DESCRIPTION
10927   "Description:
10928        Encryption key table is full. No new keys can be added until some keys are
10929        deleted.
10930
10931   Action:
10932        Free up key table space by deleting an unused key and then add the new key.
10933    "
10934::= { dataDomainMibTraps 6003 }
10935
10936encryptionKeyExportFailed NOTIFICATION-TYPE
10937   OBJECTS { systemSerialNumber, alertInfoDescription }
10938STATUS current
10939   DESCRIPTION
10940   "Description:
10941        The automatic export of the encryption keys failed.
10942        This could result in encrypted data being inaccessible.
10943
10944   Action:
10945        Manually export the encryption keys.
10946    "
10947::= { dataDomainMibTraps 6540 }
10948
10949insufficientSpaceForEncryption NOTIFICATION-TYPE
10950   OBJECTS { systemSerialNumber, alertInfoDescription }
10951STATUS current
10952   DESCRIPTION
10953   "Description:
10954    Additional space is needed on the archive tier to encrypt the existing data.
10955    Free space up to 1% of data size may be required.
10956    Un-encrypted data will not get encrypted until sufficient space is available.
10957
10958   Action:
10959    Make free space available in the archive tier by doing one or all of the following:
10960    1. Delete any unwanted data in archive tier and run space-reclamation to reclaim free space.
10961    2. Expand the archive unit by adding some storage, and run space-reclamation.
10962    "
10963::= { dataDomainMibTraps 7515 }
10964
10965corruptEncryptionKeys NOTIFICATION-TYPE
10966   OBJECTS { systemSerialNumber, alertInfoDescription }
10967STATUS current
10968   DESCRIPTION
10969   "Description:
10970    File system was locked as the encryption keys cannot not be validated. One or more
10971    encryption keys could be corrupt.
10972
10973   Action:
10974    Contact your contracted support provider or visit us online at https://support.emc.com
10975  "
10976::= { dataDomainMibTraps 10009 }
10977
10978legacyChassisTempWarning NOTIFICATION-TYPE
10979   OBJECTS { systemSerialNumber, alertInfoDescription }
10980STATUS current
10981   DESCRIPTION
10982   "Description:
10983        Current temperature sensor reading exceeds warning threshold.
10984
10985   Action:
10986        Monitor temperature readings. If alert persists, check ambient room temperature and for blocked air flow.
10987        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
10988    "
10989::= { dataDomainMibTraps 5006 }
10990
10991legacyChassisTempCritical NOTIFICATION-TYPE
10992   OBJECTS { systemSerialNumber, alertInfoDescription }
10993STATUS current
10994   DESCRIPTION
10995   "Description:
10996        Current temperature sensor reading exceeds critical threshold.
10997
10998   Action:
10999        Check ambient room temperature and for blocked air flow.
11000        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11001    "
11002::= { dataDomainMibTraps 5007 }
11003
11004legacyPowerSupplyWarning NOTIFICATION-TYPE
11005   OBJECTS { systemSerialNumber, powerModuleDescription }
11006STATUS current
11007   DESCRIPTION
11008   "Description:
11009        A power supply has failed, is unplugged, or absent.
11010
11011   Action:
11012        Check power supply cables and LED. Replace with other working power supply.
11013        If there are outstanding alerts for all power supplies in an enclosure, the
11014        system must be shutdown before replacing any power supply.
11015        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11016    "
11017::= { dataDomainMibTraps 5008 }
11018
11019legacyFanWarning NOTIFICATION-TYPE
11020   OBJECTS { systemSerialNumber, alertInfoDescription }
11021STATUS current
11022   DESCRIPTION
11023   "Description:
11024        A fan has failed.
11025
11026   Action:
11027        Check for any failed fan. If failed, replace with new fan.
11028        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11029    "
11030::= { dataDomainMibTraps 5009 }
11031
11032powerSupplyWarning NOTIFICATION-TYPE
11033   OBJECTS { systemSerialNumber, alertInfoDescription }
11034STATUS current
11035   DESCRIPTION
11036   "Description:
11037        A power supply has failed, is unplugged, or absent.
11038
11039   Action:
11040        Check power supply cables and LED. Replace with other working power supply.
11041        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11042    "
11043::= { dataDomainMibTraps 5010 }
11044
11045fanWarning NOTIFICATION-TYPE
11046   OBJECTS { systemSerialNumber, alertInfoDescription }
11047STATUS current
11048   DESCRIPTION
11049   "Description:
11050        A fan has failed or is missing.
11051
11052   Action:
11053        Check for any failed or missing fan. Reseat the fan.
11054        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11055    "
11056::= { dataDomainMibTraps 5011 }
11057
11058voltageWarning NOTIFICATION-TYPE
11059   OBJECTS { systemSerialNumber, alertInfoDescription }
11060STATUS current
11061   DESCRIPTION
11062   "Description:
11063        Voltage sensor reading exceeds warning threshold.
11064
11065   Action:
11066        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11067    "
11068::= { dataDomainMibTraps 5012 }
11069
11070powerWarning NOTIFICATION-TYPE
11071   OBJECTS { systemSerialNumber, alertInfoDescription }
11072STATUS current
11073   DESCRIPTION
11074   "Description:
11075        Current power consumption reading exceeds warning threshold.
11076
11077   Action:
11078        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11079    "
11080::= { dataDomainMibTraps 5013 }
11081
11082correctECCWarning NOTIFICATION-TYPE
11083   OBJECTS { systemSerialNumber, alertInfoDescription }
11084STATUS current
11085   DESCRIPTION
11086   "Description:
11087        Memory correctable ECC errors exceed warning threshold.
11088
11089   Action:
11090        These memory errors are automatically corrected by the system.
11091        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11092    "
11093::= { dataDomainMibTraps 5014 }
11094
11095processorWarning NOTIFICATION-TYPE
11096   OBJECTS { systemSerialNumber, alertInfoDescription }
11097STATUS current
11098   DESCRIPTION
11099   "Description:
11100        Processor status sensor alert.
11101
11102   Action:
11103        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11104    "
11105::= { dataDomainMibTraps 5016 }
11106
11107powerUnitWarning NOTIFICATION-TYPE
11108   OBJECTS { systemSerialNumber, alertInfoDescription }
11109STATUS current
11110   DESCRIPTION
11111   "Description:
11112        This event is expected after power off, power cycle, or AC power loss event.
11113
11114   Action:
11115        If this alert is not expected, check power cords and AC power.
11116        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11117    "
11118::= { dataDomainMibTraps 5017 }
11119
11120unCorrectECCWarning NOTIFICATION-TYPE
11121   OBJECTS { systemSerialNumber, alertInfoDescription }
11122STATUS current
11123   DESCRIPTION
11124   "Description:
11125        Memory uncorrectable ECC error alert.
11126
11127   Action:
11128        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11129    "
11130::= { dataDomainMibTraps 5018 }
11131
11132chassisSensorCritical NOTIFICATION-TYPE
11133   OBJECTS { systemSerialNumber, alertInfoDescription }
11134STATUS current
11135   DESCRIPTION
11136   "Description:
11137        Current sensor reading or state exceeds critical condition.
11138
11139   Action:
11140        Check the specific alert message for information.
11141        Monitor temperature readings. If alert persists, check ambient room temperature
11142        and for blocked air flow.
11143        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11144    "
11145::= { dataDomainMibTraps 5020 }
11146
11147chassisTempWarning NOTIFICATION-TYPE
11148   OBJECTS { systemSerialNumber, alertInfoDescription }
11149STATUS current
11150   DESCRIPTION
11151   "Description:
11152        Current temperature sensor reading exceeds warning threshold.
11153
11154   Action:
11155        Monitor temperature readings. If alert persists, check ambient room temperature
11156        and for blocked air flow.
11157        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11158    "
11159::= { dataDomainMibTraps 5021 }
11160
11161chassisTempCritical NOTIFICATION-TYPE
11162   OBJECTS { systemSerialNumber, alertInfoDescription }
11163STATUS current
11164   DESCRIPTION
11165   "Description:
11166        Current temperature sensor reading exceeds critical threshold.
11167
11168   Action:
11169        Check ambient room temperature and for blocked air flow.
11170        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11171    "
11172::= { dataDomainMibTraps 5022 }
11173
11174cPUFailureWarning NOTIFICATION-TYPE
11175   OBJECTS { systemSerialNumber, alertInfoDescription }
11176STATUS current
11177   DESCRIPTION
11178   "Description:
11179        DDOS has detected a fault with the indicated CPU.
11180
11181   Action:
11182         Contact your contracted support provider or visit us online at https://support.emc.com.
11183    "
11184::= { dataDomainMibTraps 5023 }
11185
11186legacyBMCHangCritical NOTIFICATION-TYPE
11187   OBJECTS { systemSerialNumber, alertInfoDescription }
11188STATUS current
11189   DESCRIPTION
11190   "Description:
11191        While BMC is unresponsive, environmental monitoring and remote access via IPMI is not operational.
11192        This could mask serious problems such as overheating.
11193
11194   Action:
11195        Use CLI or Enterprise Manager to check fan, voltage, and power supply readings.
11196        If the system fails to fetch the readings, gracefully shut down the system and pull out all power cables to reset BMC.
11197        Wait until all LEDS are off. Reinsert the power cables and then power the system up.
11198        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11199    "
11200::= { dataDomainMibTraps 5024 }
11201
11202bMCHangCritical NOTIFICATION-TYPE
11203   OBJECTS { systemSerialNumber, alertInfoDescription }
11204STATUS current
11205   DESCRIPTION
11206   "Description:
11207        While BMC is unresponsive, environmental monitoring and remote access via IPMI is not operational.
11208        This could mask serious problems such as overheating.
11209
11210   Action:
11211        Use CLI or Enterprise Manager to check fan, voltage, and power supply readings.
11212        If the system fails to fetch the readings, gracefully shut down the system and pull out all power cables to reset BMC.
11213        Wait until all LEDS are off. Reinsert the power cables and then power the system up.
11214        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11215    "
11216::= { dataDomainMibTraps 5025 }
11217
11218abnormalShutdown NOTIFICATION-TYPE
11219   OBJECTS { systemSerialNumber, alertInfoDescription }
11220STATUS current
11221   DESCRIPTION
11222   "Description:
11223        The system has been shutdown by abnormal method, i.e. not by one of the following:
11224        1) Via IPMI chassis control command
11225        2) Via power button
11226        3) Via OS shutdown
11227
11228   Action:
11229        This alert is expected after loss of AC (main power) event.
11230        If this shutdown is not expected and persists, contact your contracted support provider or visit us online at https://support.emc.com.
11231    "
11232::= { dataDomainMibTraps 5026 }
11233
11234smiMrc NOTIFICATION-TYPE
11235   OBJECTS { systemSerialNumber, alertInfoDescription }
11236STATUS current
11237   DESCRIPTION
11238   "Description:
11239        BIOS SMI MRC interrupt
11240
11241   Action:
11242        Check if system memory size has been decreased due to a DIMM has been disabled.
11243        If yes, replace the bad DIMM.
11244        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11245    "
11246::= { dataDomainMibTraps 5502 }
11247
11248bMCPartialHang NOTIFICATION-TYPE
11249   OBJECTS { systemSerialNumber, alertInfoDescription }
11250STATUS current
11251   DESCRIPTION
11252   "Description:
11253        BMC firmware is not responsive.
11254
11255   Action:
11256        Use CLI or Enterprise Manager to check fan, voltage, and power supply readings.
11257        If the system fails to fetch the readings, gracefully shut down the system and pull out all power cables to reset BMC.
11258        Wait until all LEDS are off. Reinsert the power cables and then power the system up.
11259        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11260    "
11261::= { dataDomainMibTraps 6015 }
11262
11263fanFault NOTIFICATION-TYPE
11264   OBJECTS { systemSerialNumber, alertInfoDescription }
11265STATUS current
11266   DESCRIPTION
11267   "Description:
11268        A hardware fault has been detected in an enclosure cooling fan. This may allow the enclosure to overheat.
11269
11270   Action:
11271        The fan must be replaced. Contact your contracted support provider or visit us online at https://support.emc.com
11272    "
11273::= { dataDomainMibTraps 6517 }
11274
11275powerSupplyInputFault NOTIFICATION-TYPE
11276   OBJECTS { systemSerialNumber, alertInfoDescription }
11277STATUS current
11278   DESCRIPTION
11279   "Description:
11280        A power loss has been detected in an enclosure power supply.  This can be caused by a loss of AC power to one power supply.
11281
11282   Action:
11283        Check if AC main power is available to the system.
11284        Check if power supply cables are properly connected.
11285        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com to replace the power supply.
11286    "
11287::= { dataDomainMibTraps 6518 }
11288
11289powerSupplyFailure NOTIFICATION-TYPE
11290   OBJECTS { systemSerialNumber, alertInfoDescription }
11291STATUS current
11292   DESCRIPTION
11293   "Description:
11294        A power loss has been detected in an enclosure power supply.  This can be caused by a failure in the power supply.
11295
11296   Action:
11297        Power supply needs to be replaced. Contact your contracted support provider or visit us online at https://support.emc.com
11298    "
11299::= { dataDomainMibTraps 6519 }
11300
11301powerSupplyAbsent NOTIFICATION-TYPE
11302   OBJECTS { systemSerialNumber, alertInfoDescription }
11303STATUS current
11304   DESCRIPTION
11305   "Description:
11306        An enclosure power supply is absent.
11307
11308   Action:
11309        Power supply needs to be replaced. Contact your contracted support provider or visit us online at https://support.emc.com
11310    "
11311::= { dataDomainMibTraps 6520 }
11312
11313unsupportedACVoltage NOTIFICATION-TYPE
11314   OBJECTS { systemSerialNumber, alertInfoDescription }
11315STATUS current
11316   DESCRIPTION
11317   "Description:
11318        The power supply for this enclosure is connected to an unsupported AC voltage.
11319        The system may operate at a reduced capacity or unexpectedly shut down.
11320
11321   Action:
11322         Replace the input power with the supported voltage.
11323    "
11324::= { dataDomainMibTraps 6521 }
11325
11326iOModuleFault NOTIFICATION-TYPE
11327   OBJECTS { systemSerialNumber, alertInfoDescription }
11328STATUS current
11329   DESCRIPTION
11330   "Description:
11331        A fault has been detected with an I/O module and it will not function correctly.
11332
11333   Action:
11334        The I/O module must be replaced.Contact your contracted support provider or visit us online at https://support.emc.com
11335    "
11336::= { dataDomainMibTraps 6522 }
11337
11338iOModuleInserted NOTIFICATION-TYPE
11339   OBJECTS { systemSerialNumber, alertInfoDescription }
11340STATUS current
11341   DESCRIPTION
11342   "Description:
11343        An I/O module has been inserted during system runtime. The I/O module will not be powered on until the system is restarted.
11344
11345   Action:
11346        Restart the system to activate this module.
11347    "
11348::= { dataDomainMibTraps 6523 }
11349
11350mgmtModuleFault NOTIFICATION-TYPE
11351   OBJECTS { systemSerialNumber, alertInfoDescription }
11352STATUS current
11353   DESCRIPTION
11354   "Description:
11355        A fault has been detected in the management I/O module. Management functions requiring the I/O module will not work.
11356
11357   Action:
11358        The management I/O module must be replaced.Contact your contracted support provider or visit us online at https://support.emc.com
11359    "
11360::= { dataDomainMibTraps 6524 }
11361
11362sPFault NOTIFICATION-TYPE
11363   OBJECTS { systemSerialNumber, alertInfoDescription }
11364STATUS current
11365   DESCRIPTION
11366   "Description:
11367        A fault has been detected on the storage processor. The system may experience unexpected behavior.
11368
11369   Action:
11370        The failed storage processor must be replaced.Contact your contracted support provider or visit us online at https://support.emc.com
11371    "
11372::= { dataDomainMibTraps 6526 }
11373
11374chassisFailure NOTIFICATION-TYPE
11375   OBJECTS { systemSerialNumber, alertInfoDescription }
11376STATUS current
11377   DESCRIPTION
11378   "Description:
11379        A fault has been detected in one of the chassis components. The system may experience unexpected behavior.
11380
11381   Action:
11382        The chassis must be replaced.Contact your contracted support provider or visit us online at https://support.emc.com
11383    "
11384::= { dataDomainMibTraps 6527 }
11385
11386forcedControllerShutdown NOTIFICATION-TYPE
11387   OBJECTS { systemSerialNumber, alertInfoDescription }
11388STATUS current
11389   DESCRIPTION
11390   "Description:
11391        An environmental condition or hardware fault has been detected that may cause significant damage to the hardware or possible data loss, and the system unit is being shut down.
11392
11393   Action:
11394        Check the environment, If the system environment is at a normal state, restart the system and review the alert history to determine the source of the problem.
11395        Contact your contracted support provider or visit us online at https://support.emc.com
11396    "
11397::= { dataDomainMibTraps 6528 }
11398
11399systemReset NOTIFICATION-TYPE
11400   OBJECTS { systemSerialNumber, alertInfoDescription }
11401STATUS current
11402   DESCRIPTION
11403   "Description:
11404        A critical failure caused the system to unexpectedly shut down.
11405        The system was able to boot successfully either because the fault was corrected, the fault was transient, or the system was able to boot without the component causing the fault.
11406
11407   Action:
11408        Review the system for earlier alerts to determine the cause of the unexpected shut down.
11409        Check the system inventory to verify all components are configured as expected.
11410        If this alert is issued again, contact your contracted support provider or visit us online at https://support.emc.com
11411    "
11412::= { dataDomainMibTraps 6529 }
11413
11414enclosureHighTemp NOTIFICATION-TYPE
11415   OBJECTS { systemSerialNumber, alertInfoDescription }
11416STATUS current
11417   DESCRIPTION
11418   "Description:
11419        The temperature inside the enclosure is high and has exceeded the warning threshold.If no action is taken and the temperature continue to increase, the system will shut down.
11420
11421   Action:
11422        If the temperature around the system unit is within the documented operating limits and the air flow is not blocked,
11423        Contact your contracted support provider or visit us online at https://support.emc.com
11424    "
11425::= { dataDomainMibTraps 6535 }
11426
11427unsupportedSystemType NOTIFICATION-TYPE
11428   OBJECTS { systemSerialNumber, alertInfoDescription }
11429STATUS current
11430   DESCRIPTION
11431   "Description:
11432            An unsupported system type has been detected and needs
11433            to be modified or replaced.
11434
11435   Action:
11436            Contact your contracted support provider or visit us online at https://support.emc.com
11437        "
11438::= { dataDomainMibTraps 6536 }
11439
11440bMCHangShutdown NOTIFICATION-TYPE
11441   OBJECTS { systemSerialNumber, alertInfoDescription }
11442STATUS current
11443   DESCRIPTION
11444   "Description:
11445       While BMC is unresponsive, environmental monitoring and remote access via IPMI is not operational.  This could mask serious problems such as overheating.
11446
11447   Action:
11448        After the system is shut down, pull out all power cables from the controller to reset BMC.
11449        Wait until all LEDs are off, reinsert the power cables, and then power the system up.
11450        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com
11451    "
11452::= { dataDomainMibTraps 6537 }
11453
11454bMCFailure NOTIFICATION-TYPE
11455   OBJECTS { systemSerialNumber, alertInfoDescription }
11456STATUS current
11457   DESCRIPTION
11458   "Description:
11459        BMC is unresponsive or unable to access some required information. This may be corrected by a BMC reset procedure. If the condition is serious, the file system will be disabled.
11460
11461   Action:
11462        Shut the system down and pull out all power cables from the controller to reset BMC.
11463        Wait until all LEDs are off, reinsert the power cables, and then power the system up.
11464        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com
11465    "
11466::= { dataDomainMibTraps 7000 }
11467
11468unsupportedHardwareConfig NOTIFICATION-TYPE
11469   OBJECTS { systemSerialNumber, alertInfoDescription }
11470STATUS current
11471   DESCRIPTION
11472   "Description:
11473        Unsupported virtual machine hardware configuration was detected.
11474        This configuration may cause unexpected behavior.
11475
11476   Action:
11477        Fix the hardware configuration to resolve the problem.
11478        If problem persists, restart the system.
11479    "
11480::= { dataDomainMibTraps 7502 }
11481
11482unsupportedVirtualCPU NOTIFICATION-TYPE
11483   OBJECTS { systemSerialNumber, alertInfoDescription }
11484STATUS current
11485   DESCRIPTION
11486   "Description:
11487            The current number of CPU sockets and cores in the
11488            virtual machine configuration is not valid for the
11489            current storage capacity. The file system will not
11490            be enabled.
11491
11492   Action:
11493            Power off this virtual machine instance and change
11494            the virtual machine configuration to match the supported values.
11495            If you made this change to add storage capacity, you must
11496            add the additional capacity before enabling the file system.
11497        "
11498::= { dataDomainMibTraps 7503 }
11499
11500unsupportedPowerSupply NOTIFICATION-TYPE
11501   OBJECTS { systemSerialNumber, alertInfoDescription }
11502STATUS current
11503   DESCRIPTION
11504   "Description:
11505        The installed power supply is an unsupported model.
11506        The system may exhibit unexpected behavior.
11507
11508   Action:
11509        Replace the power supply with a supported model.
11510        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com
11511    "
11512::= { dataDomainMibTraps 10001 }
11513
11514openFanDrawer NOTIFICATION-TYPE
11515   OBJECTS { systemSerialNumber, alertInfoDescription }
11516STATUS current
11517   DESCRIPTION
11518   "Description:
11519        Fan drawer is not closed securely.
11520        Failure to secure the fan drawer may allow the system to overheat and shut down.
11521
11522   Action:
11523        Close and secure the fan drawer.
11524        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com
11525    "
11526::= { dataDomainMibTraps 10002 }
11527
11528memoryRiserFault NOTIFICATION-TYPE
11529   OBJECTS { systemSerialNumber, alertInfoDescription }
11530STATUS current
11531   DESCRIPTION
11532   "Description:
11533        A critical failure has been detected in a memory riser.
11534        Memory attached to this riser may disappear from the system inventory.
11535        The system may exhibit unexpected behavior.
11536
11537   Action:
11538        Contact your contracted support provider or visit us online at https://support.emc.com to replace the memory riser.
11539    "
11540::= { dataDomainMibTraps 10003 }
11541
11542bMCFailureSysBBU NOTIFICATION-TYPE
11543   OBJECTS { systemSerialNumber, alertInfoDescription }
11544STATUS current
11545   DESCRIPTION
11546   "Description:
11547        BMC is unresponsive or unable to access some required information. This may be corrected by a BMC reset procedure. If the condition is serious, the file system will be disabled.
11548
11549   Action:
11550        Shut the system down and remove all external power sources from the controller.
11551        Remove the system battery backup unit (BBU).
11552        Wait until all LEDs are off, reinsert the BBU, connect external power, and then power the system up.
11553        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com
11554    "
11555::= { dataDomainMibTraps 7524 }
11556
11557unsupportedEnclosurePSU NOTIFICATION-TYPE
11558   OBJECTS { systemSerialNumber, alertInfoDescription }
11559STATUS current
11560   DESCRIPTION
11561   "Description:
11562        A power supply has been detected in an enclosure which does not provide complete environmental information.
11563        This will not affect normal operations but should be replaced as soon as convenient.
11564
11565   Action:
11566        Contact your contracted support provider or visit us online at https://support.emc.com.
11567    "
11568::= { dataDomainMibTraps 10000 }
11569
11570pCILinkDegraded NOTIFICATION-TYPE
11571   OBJECTS { systemSerialNumber, alertInfoDescription }
11572STATUS current
11573   DESCRIPTION
11574   "Description:
11575        The system has detected that PCI communication speed is degraded.
11576        This will not cause the system to fail but may impact performance of affected components.
11577
11578   Action:
11579        Reboot the system.
11580        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11581    "
11582::= { dataDomainMibTraps 10004 }
11583
11584invalidHardwareCritical NOTIFICATION-TYPE
11585   OBJECTS { systemSerialNumber, alertInfoDescription }
11586STATUS current
11587   DESCRIPTION
11588   "Description:
11589        During device inventory verification, the system found missing or invalid hardware, or devices installed in the wrong location.
11590        The filesystem cannot be enabled with the current hardware configuration.
11591
11592   Action:
11593        View enclosure misconfiguration to determine the problem.
11594        For assistance, contact your contracted support provider or visit us online at https://support.emc.com.
11595        "
11596::= { dataDomainMibTraps 10005 }
11597
11598invalidHardwareWarning NOTIFICATION-TYPE
11599   OBJECTS { systemSerialNumber, alertInfoDescription }
11600STATUS current
11601   DESCRIPTION
11602   "Description:
11603        During device inventory verification, the system found missing or invalid hardware, or devices installed in the wrong location.
11604        Some components may not operate as expected.
11605
11606   Action:
11607        View enclosure misconfiguration to determine the problem.
11608        For assistance, contact your contracted support provider or visit us online at https://support.emc.com.
11609        "
11610::= { dataDomainMibTraps 10006 }
11611
11612correctableErrorWarning NOTIFICATION-TYPE
11613   OBJECTS { systemSerialNumber, alertInfoDescription }
11614STATUS current
11615   DESCRIPTION
11616   "Description:
11617        The system has detected excessive correctable errors on a component that may indicate a hardware failure.
11618
11619   Action:
11620         Contact your contracted support provider or visit us online at https://support.emc.com.
11621    "
11622::= { dataDomainMibTraps 10007 }
11623
11624generalHardwareFailure NOTIFICATION-TYPE
11625   OBJECTS { systemSerialNumber, alertInfoDescription }
11626STATUS current
11627   DESCRIPTION
11628   "Description:
11629        A critical failure has been detected in one or more chassis components.
11630        The system may exhibit unexpected behavior.
11631
11632   Action:
11633        Contact your contracted support provider or visit us online at https://support.emc.com.
11634    "
11635::= { dataDomainMibTraps 10011 }
11636
11637targetDriverPortOffline NOTIFICATION-TYPE
11638   OBJECTS { systemSerialNumber, alertInfoDescription }
11639STATUS current
11640   DESCRIPTION
11641   "Description:
11642        No connection is detected on the Fibre Channel Port.
11643
11644   Action:
11645        If this port is not in use, please disable it. If port is being
11646        used, please restore Fibre Channel Port connectivity. Alert will be cleared
11647        when port is disabled or online.
11648    "
11649::= { dataDomainMibTraps 7508 }
11650
11651targetDriverPortOnline NOTIFICATION-TYPE
11652   OBJECTS { systemSerialNumber, alertInfoDescription }
11653STATUS current
11654   DESCRIPTION
11655   "Description:
11656        Fibre Channel Port is online.
11657
11658   Action:
11659        No action required
11660    "
11661::= { dataDomainMibTraps 7509 }
11662
11663targetDriverPortCore NOTIFICATION-TYPE
11664   OBJECTS { systemSerialNumber, alertInfoDescription }
11665STATUS current
11666   DESCRIPTION
11667   "Description:
11668        An error occurred on the Fibre Channel Port that resulted in a HBA core.
11669
11670   Action:
11671        Contact your contracted support provider or visit us online at https://support.emc.com to extract and analyze the HBA core.
11672    "
11673::= { dataDomainMibTraps 7510 }
11674
11675targetDriverPortMultipleCore NOTIFICATION-TYPE
11676   OBJECTS { systemSerialNumber, alertInfoDescription }
11677STATUS current
11678   DESCRIPTION
11679   "Description:
11680        An error occurred on the Fibre Channel Port that caused multiple HBA core attempts. The Fibre Channel Port is disabled.
11681
11682   Action:
11683        Contact your contracted support provider or visit us online at https://support.emc.com to replace Fibre Channel HBA.
11684    "
11685::= { dataDomainMibTraps 7511 }
11686
11687targetDriverPortFWLoadFailed NOTIFICATION-TYPE
11688   OBJECTS { systemSerialNumber, alertInfoDescription }
11689STATUS current
11690   DESCRIPTION
11691   "Description:
11692        The Fibre Channel Port is unable to load required firmware. The Fibre Channel Port is disabled.
11693
11694   Action:
11695        Contact your contracted support provider or visit us online at https://support.emc.com to replace Fibre Channel HBA.
11696    "
11697::= { dataDomainMibTraps 7512 }
11698
11699targetDriverPortUnreadable NOTIFICATION-TYPE
11700   OBJECTS { systemSerialNumber, alertInfoDescription }
11701STATUS current
11702   DESCRIPTION
11703   "Description:
11704        Unable to access one or more resources on the HBA. The Fibre Channel Port is disabled.
11705
11706   Action:
11707        Contact contact your contracted support provider or visit us online at https://support.emc.com to replace Fibre Channel HBA.
11708    "
11709::= { dataDomainMibTraps 7513 }
11710
11711targetDriverPortTooManyOsc NOTIFICATION-TYPE
11712   OBJECTS { systemSerialNumber, alertInfoDescription }
11713STATUS current
11714   DESCRIPTION
11715   "Description:
11716        The system has detected a Fibre Channel Port has been transitioning
11717        between online and offline too frequently. This may cause disruption in i/o.
11718
11719   Action:
11720        Please ensure stable port connectivity. Disable the port if it is not in use.
11721    "
11722::= { dataDomainMibTraps 7514 }
11723
11724tooManyRelaunches NOTIFICATION-TYPE
11725   OBJECTS { systemSerialNumber, alertInfoDescription }
11726STATUS current
11727   DESCRIPTION
11728   "Description:
11729    The filesystem has failed to restart after multiple attempts.  Backup and restore services are unavailable.
11730
11731   Action:
11732    Contact your contracted support provider or visit us online at https://support.emc.com to diagnose the failure.
11733    "
11734::= { dataDomainMibTraps 5027 }
11735
11736filesystemProblem NOTIFICATION-TYPE
11737   OBJECTS { systemSerialNumber, alertInfoDescription }
11738STATUS current
11739   DESCRIPTION
11740   "Description:
11741    A problem is preventing the filesystem from running. This usually
11742    involves the storage being unavailable.
11743
11744   Action:
11745    Check disk shelf cabling.  If problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11746    "
11747::= { dataDomainMibTraps 5028 }
11748
11749dDFSFailedInShutdown NOTIFICATION-TYPE
11750   OBJECTS { systemSerialNumber, alertInfoDescription }
11751STATUS current
11752   DESCRIPTION
11753   "Description:
11754    The filesystem shut down encountered an error. This can potentially leave data in the NVRAM
11755    which would be normally flushed to the disk.  Failed shutdown can leave the filesystem in a
11756    state that can prevent certain operations from being performed (i.e. system upgrade,
11757    filesys destroy, etc.) and may cause data loss.
11758
11759   Action:
11760    Re-enable the filesystem and try shutting it down again. If the problem persists,
11761    Contact your contracted support provider or visit us online at https://support.emc.com.
11762    "
11763::= { dataDomainMibTraps 5030 }
11764
11765dDFSNoHeartbeat NOTIFICATION-TYPE
11766   OBJECTS { systemSerialNumber, alertInfoDescription }
11767STATUS current
11768   DESCRIPTION
11769   "Description:
11770    Filesystem has encountered an error and is forced to restart.
11771
11772   Action:
11773    If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
11774    "
11775::= { dataDomainMibTraps 5034 }
11776
11777dDFSDiedAfterReboot NOTIFICATION-TYPE
11778   OBJECTS { systemSerialNumber, alertInfoDescription }
11779STATUS current
11780   DESCRIPTION
11781   "Description:
11782    The filesystem failed to startup immediately after system reboot.
11783
11784   Action:
11785    Contact your contracted support provider or visit us online at https://support.emc.com for diagnosis of the cause of failure. No other
11786    action required if filesystem successfully restarts.
11787    "
11788::= { dataDomainMibTraps 5036 }
11789
11790dDFSDied NOTIFICATION-TYPE
11791   OBJECTS { systemSerialNumber, alertInfoDescription }
11792STATUS current
11793   DESCRIPTION
11794   "Description:
11795    The filesystem process failed and is restarting.
11796
11797   Action:
11798    Contact your contracted support provider or visit us online at https://support.emc.com for diagnosis of the cause of failure. No other
11799    action required if filesystem successfully restarts.
11800    "
11801::= { dataDomainMibTraps 5037 }
11802
11803dDFSRebooted NOTIFICATION-TYPE
11804   OBJECTS { systemSerialNumber }
11805STATUS current
11806   DESCRIPTION
11807   "Description:
11808    This is just a notification alert that the system has been rebooted.
11809
11810   Action:
11811    No action required.
11812    "
11813::= { dataDomainMibTraps 5038 }
11814
11815dDFSRebootedDisabled NOTIFICATION-TYPE
11816   OBJECTS { systemSerialNumber }
11817STATUS current
11818   DESCRIPTION
11819   "Description:
11820    This is a notification alert sent out during system startup following a
11821    reboot. The system is rebooted with the filesystem in disabled state.
11822
11823   Action:
11824    No action is required unless the intent is to have the filesystem enabled.
11825    In that case, invoke the 'filesys enable' command.
11826    "
11827::= { dataDomainMibTraps 5039 }
11828
11829indexRebuildComplete NOTIFICATION-TYPE
11830   OBJECTS { systemSerialNumber, alertInfoDescription }
11831STATUS current
11832   DESCRIPTION
11833   "Description:
11834        The metadata rebuild operation that was started by support has completed. The system is ready for the next action.
11835
11836   Action:
11837        Contact your contracted support provider or visit us online at https://support.emc.com to perform the next operation on your system.
11838    "
11839::= { dataDomainMibTraps 5040 }
11840
11841filesystemNVRAMDataLoss NOTIFICATION-TYPE
11842   OBJECTS { systemSerialNumber }
11843STATUS current
11844   DESCRIPTION
11845   "Description:
11846       Filesystem cannot be enabled because of NVRAM mismatch. This can happen because of an improper headswap or NVRAM card replacement operation.
11847
11848   Action:
11849      Contact your contracted support provider or visit us online at https://support.emc.com
11850    "
11851::= { dataDomainMibTraps 6005 }
11852
11853recoverFromNVRAMFailed NOTIFICATION-TYPE
11854   OBJECTS { systemSerialNumber, alertInfoDescription }
11855STATUS current
11856   DESCRIPTION
11857   "Description:
11858        Due to NVRAM issues, filesystem has been disabled in order to maintain data integrity.
11859        No backups will run until this problem is resolved.
11860
11861   Action:
11862        Contact your contracted support provider or visit us online at https://support.emc.com.
11863    "
11864::= { dataDomainMibTraps 6013 }
11865
11866dDFSRequiresReboot NOTIFICATION-TYPE
11867   OBJECTS { systemSerialNumber, alertInfoDescription }
11868STATUS current
11869   DESCRIPTION
11870   "Description:
11871    File system was unable to start because an abnormal internal
11872    condition was detected.
11873
11874   Action:
11875    Reboot the system. If problem persists, contact your contracted support provider or visit us online at https://support.emc.com
11876    "
11877::= { dataDomainMibTraps 7516 }
11878
11879metadataWarningThreshold NOTIFICATION-TYPE
11880   OBJECTS { systemSerialNumber, alertInfoDescription }
11881STATUS current
11882   DESCRIPTION
11883   "Description:
11884        Large amount of metadata has been created by the filesystem.
11885        Continuing without cleaning would cause the filesystem to enter into read-only mode.
11886
11887   Action:
11888        Clean the filesystem as soon as possible.
11889        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com
11890    "
11891::= { dataDomainMibTraps 7519 }
11892
11893filesystemCorruption NOTIFICATION-TYPE
11894   OBJECTS { systemSerialNumber, alertInfoDescription }
11895STATUS current
11896   DESCRIPTION
11897   "Description:
11898        Filesystem processing detected some corruption.
11899        This may be isolated to a single file or multiple files,
11900        preventing you from reading the corrupted files.
11901        If a system file is affected, the filesystem could be disabled.
11902        Until this corruption is fixed, you will not be able to run cleaning,
11903        data-movement or space reclamation on the affected tier.
11904
11905   Action:
11906        Contact your contracted support provider or visit us online at https://support.emc.com
11907    "
11908::= { dataDomainMibTraps 7521 }
11909
11910physicalCapacityMeasurementTasksLost NOTIFICATION-TYPE
11911   OBJECTS { systemSerialNumber, alertInfoDescription }
11912STATUS current
11913   DESCRIPTION
11914   "Description:
11915        File system has been disabled either by a failure or user action.
11916        Physical-capacity-measurement samples for these tasks are no longer available.
11917
11918   Action:
11919        Restart physical-capacity-measurement sample tasks that have not completed.
11920    "
11921::= { dataDomainMibTraps 10504 }
11922
11923physicalCapacityMeasurementTasksLostMTree NOTIFICATION-TYPE
11924   OBJECTS { systemSerialNumber, alertInfoDescription }
11925STATUS current
11926   DESCRIPTION
11927   "Description:
11928        MTree replication was broken or resynced causing one or more physical-capacity-measurement sample tasks to be cancelled.
11929        Physical-capacity-measurement samples for these tasks are no longer available.
11930
11931   Action:
11932        Restart physical-capacity-measurement sample tasks that have not completed for this MTree.
11933    "
11934::= { dataDomainMibTraps 10505 }
11935
11936physicalCapacityMeasurementScheduleFailed NOTIFICATION-TYPE
11937   OBJECTS { systemSerialNumber, alertInfoDescription }
11938STATUS current
11939   DESCRIPTION
11940   "Description:
11941        A physical-capacity-measurement sample task that was scheduled to run was unable to start due to an error.
11942        Some or all of the physical-capacity-measurement samples for these tasks are not available.
11943
11944   Action:
11945        Review scheduled physical-capacity-measurement sample task errors to determine the reason for the failure.
11946        Resubmit failed tasks if needed.
11947    "
11948::= { dataDomainMibTraps 10506 }
11949
11950uncertifiedFirmware NOTIFICATION-TYPE
11951   OBJECTS { systemSerialNumber, alertInfoDescription }
11952STATUS current
11953   DESCRIPTION
11954   "Description:
11955    Firmware version is not compatible with this version of DDOS and may cause unexpected behavior.
11956
11957   Action:
11958    The firmware must be updated as soon as possible, contact your contracted support provider or visit us online at https://support.emc.com.
11959    "
11960::= { dataDomainMibTraps 6004 }
11961
11962fileMigrationError NOTIFICATION-TYPE
11963   OBJECTS { systemSerialNumber, alertInfoDescription }
11964STATUS current
11965   DESCRIPTION
11966   "Description:
11967        File migration is suspended until this problem is resolved.
11968
11969   Action:
11970        Contact your contracted support provider or visit us online at https://support.emc.com.
11971    "
11972::= { dataDomainMibTraps 6016 }
11973
11974cleaningError NOTIFICATION-TYPE
11975   OBJECTS { systemSerialNumber, alertInfoDescription }
11976STATUS current
11977   DESCRIPTION
11978   "Description:
11979        Unable to reclaim unused space and this may impact the ability to backup.
11980
11981   Action:
11982        Contact your contracted support provider or visit us online at https://support.emc.com.
11983    "
11984::= { dataDomainMibTraps 6014 }
11985
11986hAdegraded NOTIFICATION-TYPE
11987   OBJECTS { systemSerialNumber, alertInfoDescription }
11988STATUS current
11989   DESCRIPTION
11990   "Description:
11991       A condition has been detected causing the configured HA system to be degraded.
11992       Any failover attempt will not succeed.
11993
11994   Action:
11995       Display the HA detailed status to determine the failed component.
11996       Repairing the failed component can return the HA system to available state.
11997    "
11998::= { dataDomainMibTraps 10508 }
11999
12000hAofflineErrors NOTIFICATION-TYPE
12001   OBJECTS { systemSerialNumber, alertInfoDescription }
12002STATUS current
12003   DESCRIPTION
12004   "Description:
12005       Critical system errors have been detected causing the configured HA system to be in offline state.
12006       Access to system services may be unavailable.
12007
12008   Action:
12009       Review exisiting alerts.
12010       Fixing issues identified by these alerts may resolve this alert.
12011       If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
12012    "
12013::= { dataDomainMibTraps 10510 }
12014
12015hATimeOutOfSync NOTIFICATION-TYPE
12016   OBJECTS { systemSerialNumber, alertInfoDescription }
12017STATUS current
12018   DESCRIPTION
12019   "Description:
12020       Timestamps of logs and system events will not match between the HA nodes.
12021       This condition will not have an effect on HA functionality or system operation.
12022
12023   Action:
12024       Set the time on the standby node to match the active node.
12025       If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
12026    "
12027::= { dataDomainMibTraps 10514 }
12028
12029historicalDatabaseRecoverError NOTIFICATION-TYPE
12030   OBJECTS { systemSerialNumber }
12031STATUS current
12032   DESCRIPTION
12033   "Description:
12034        All existing historical data has been lost. Data in the historical
12035        database is used for some system reports, but it is not required for proper
12036        system functioning. This failure may occur during head swap processing if
12037        recovery to create the new head primary historical database from the shelf
12038        database files fails or historical database may be corrupted.
12039
12040   Action:
12041        Contact your contracted support provider or visit us online at https://support.emc.com
12042        to debug this problem and possibly attempt recovery of the lost historical data.
12043    "
12044::= { dataDomainMibTraps 5041 }
12045
12046historicalDatabaseBackupError NOTIFICATION-TYPE
12047   OBJECTS { systemSerialNumber }
12048STATUS current
12049   DESCRIPTION
12050   "Description:
12051        Historical database backup failed. If the primary historical
12052        database fails without a recent backup present, some or all of the historical
12053        data can be lost when the primary historical database is restored from its
12054        backup and log files. Data in the historical database is used for some system
12055        reports, but it is not required for proper system functioning.
12056
12057   Action:
12058        Contact your contracted support provider or visit us online at https://support.emc.com
12059        to help debug the problem.
12060    "
12061::= { dataDomainMibTraps 5042 }
12062
12063historicalDatabaseUpgradeError NOTIFICATION-TYPE
12064   OBJECTS { systemSerialNumber, alertInfoDescription }
12065STATUS current
12066   DESCRIPTION
12067   "Description:
12068            Historical database upgrade failed during software upgrade.  New historical
12069            data fields will not be saved.  Some UI reports might be unavailable, or
12070            be missing data. Otherwise, this should not affect the system.
12071
12072   Action:
12073            Contact your contracted support provider or visit us online at https://support.emc.com
12074            to help debug the problem and upgrade the historical database.
12075        "
12076::= { dataDomainMibTraps 5043 }
12077
12078historicalDatabasePruneError NOTIFICATION-TYPE
12079   OBJECTS { systemSerialNumber, alertInfoDescription }
12080STATUS current
12081   DESCRIPTION
12082   "Description:
12083            Historical database pruning failed.  Pruning ensures the historical database
12084            does not consume more than its allocated disk space.
12085
12086   Action:
12087            Contact your contracted support provider or visit us online at https://support.emc.com
12088            to help debug the problem.
12089        "
12090::= { dataDomainMibTraps 5044 }
12091
12092noHistoricalDatabaseError NOTIFICATION-TYPE
12093   OBJECTS { systemSerialNumber }
12094STATUS current
12095   DESCRIPTION
12096   "Description:
12097        Data in the historical database is used for some system reports,
12098        but it is not required for proper system functioning. This failure may occur
12099        during head swap processing if recovery to create the new head primary
12100        historical database from the shelf database files fails or the database has
12101        been corrupted. The system is running without historical database after failing
12102        to create a new one.
12103
12104   Action:
12105        Contact your contracted support provider or visit us online at https://support.emc.com
12106        to debug this problem and possibly attempt recovery of the lost historical data.
12107    "
12108::= { dataDomainMibTraps 5045 }
12109
12110historicalDatabaseFailoverError NOTIFICATION-TYPE
12111   OBJECTS { systemSerialNumber, alertInfoDescription }
12112STATUS current
12113   DESCRIPTION
12114   "Description:
12115            Historical database failover failed.
12116
12117   Action:
12118            Contact your contracted support provider or visit us online at https://support.emc.com
12119            to help debug the problem.
12120        "
12121::= { dataDomainMibTraps 10507 }
12122
12123hDTFileTransferFailed NOTIFICATION-TYPE
12124   OBJECTS { systemSerialNumber, alertInfoDescription }
12125STATUS current
12126   DESCRIPTION
12127   "Description:
12128		Unable to send historical data update file to Data Domain Management Center.
12129
12130   Action:
12131		Check DNS settings and network connection between the Data Domain
12132		System and Data Domain Management Center.  If the problem persists,
12133		contact your contracted support provider or visit us online at https://support.emc.com.
12134    "
12135::= { dataDomainMibTraps 5046 }
12136
12137hDTSystemError NOTIFICATION-TYPE
12138   OBJECTS { systemSerialNumber, alertInfoDescription }
12139STATUS current
12140   DESCRIPTION
12141   "Description:
12142		System Error occurred while sending historical data to Data Domain Management Center.
12143
12144   Action:
12145		Check configuration and system status, messages logs for indicative problems.
12146		If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
12147    "
12148::= { dataDomainMibTraps 5047 }
12149
12150spuriousInterruptDisabled NOTIFICATION-TYPE
12151   OBJECTS { systemSerialNumber, alertInfoDescription }
12152STATUS current
12153   DESCRIPTION
12154   "Description:
12155       Excessive spurious hardware messages have been detected that may indicate a hardware failure.
12156
12157   Action:
12158       Contact your contracted support provider or visit us online at https://support.emc.com
12159    "
12160::= { dataDomainMibTraps 10008 }
12161
12162licenseExpiring NOTIFICATION-TYPE
12163   OBJECTS { systemSerialNumber, alertInfoDescription }
12164STATUS current
12165   DESCRIPTION
12166   "Description:
12167        The temporary license indicated is about to expire. The function provided by this license will cease to operate.
12168
12169   Action:
12170        Contact your [account team] to purchase a license if you wish to continue to use this feature.
12171    "
12172::= { dataDomainMibTraps 8001 }
12173
12174licenseExpired NOTIFICATION-TYPE
12175   OBJECTS { systemSerialNumber, alertInfoDescription }
12176STATUS current
12177   DESCRIPTION
12178   "Description:
12179        The temporary license indicated has expired. The function provided by this license has stopped operating.
12180
12181   Action:
12182        Contact your [account team] to purchase a license if you wish to use this feature.
12183    "
12184::= { dataDomainMibTraps 8002 }
12185
12186dIMMFailureAlert NOTIFICATION-TYPE
12187   OBJECTS { systemSerialNumber, alertInfoDescription }
12188STATUS current
12189   DESCRIPTION
12190   "Description:
12191            DIMM failure detected. DDFS can't be enabled.
12192
12193   Action:
12194            Replace the bad DIMMS.
12195        "
12196::= { dataDomainMibTraps 5048 }
12197
12198memoryAlert NOTIFICATION-TYPE
12199   OBJECTS { systemSerialNumber, alertInfoDescription }
12200STATUS current
12201   DESCRIPTION
12202   "Description:
12203            Current memory is less than configured. DDFS can't be enabled.
12204
12205   Action:
12206            Check the DIMMS in DDR. Add new DIMMS and/or replace the bad DIMMS.
12207        "
12208::= { dataDomainMibTraps 5049 }
12209
12210portPathDisabled NOTIFICATION-TYPE
12211   OBJECTS { systemSerialNumber, alertInfoDescription }
12212STATUS current
12213   DESCRIPTION
12214   "Description:
12215        A path is disabled. Multipath failover will not work correctly until the port is enabled.
12216
12217   Action:
12218        Verify all storage cabling is connected correctly.
12219        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
12220    "
12221::= { dataDomainMibTraps 5050 }
12222
12223diskPathRedundancy NOTIFICATION-TYPE
12224   OBJECTS { systemSerialNumber, alertInfoDescription }
12225STATUS current
12226   DESCRIPTION
12227   "Description:
12228        Since only one HBA controller has been detected, disk path redundancy is lost.
12229
12230   Action:
12231        If the HBA configuration is correct, disable multipath configuration. Otherwise: 1)Use
12232        'disk multipath status' to examine connection status; 2)Verify all storage cabling is connected
12233        correctly; 3)Use 'enclosure' commands to verify that HBA controllers are functional.
12234        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
12235    "
12236::= { dataDomainMibTraps 5051 }
12237
12238missingPortConnection NOTIFICATION-TYPE
12239   OBJECTS { systemSerialNumber, alertInfoDescription }
12240STATUS current
12241   DESCRIPTION
12242   "Description:
12243        A port and the attached storage have disappeared.
12244
12245   Action:
12246        Verify the connection and any external storage connected to the missing port.
12247    "
12248::= { dataDomainMibTraps 5052 }
12249
12250missingLunPath NOTIFICATION-TYPE
12251   OBJECTS { systemSerialNumber, alertInfoDescription }
12252STATUS current
12253   DESCRIPTION
12254   "Description:
12255        The number of active paths to a LUN has changed.
12256
12257   Action:
12258        If this is due to reconfiguration, verify the topology and disable then re-enable
12259        multipath monitoring to reset the monitoring. If not, verify the storage cabling and that
12260        all paths are connected.
12261    "
12262::= { dataDomainMibTraps 5053 }
12263
12264missingDiskPath NOTIFICATION-TYPE
12265   OBJECTS { systemSerialNumber, diskSerialNumber }
12266STATUS current
12267   DESCRIPTION
12268   "Description:
12269        The number of active paths to a disk has decreased. Multipath redundancy has been lost
12270        unless there are more than one connection paths.
12271
12272   Action:
12273        Contact your contracted support provider or visit us online at https://support.emc.com.
12274    "
12275::= { dataDomainMibTraps 5054 }
12276
12277missingEnclosurePath NOTIFICATION-TYPE
12278   OBJECTS { systemSerialNumber, alertInfoDescription }
12279STATUS current
12280   DESCRIPTION
12281   "Description:
12282        The number of active paths to a disk has decreased. Multipath redundancy has been lost
12283        unless there are more than one connection paths.
12284
12285   Action:
12286        Use 'enclosure' commands to verify that HBAs are functional.
12287        If this condition is due to configuration change: verify the topology, and then disable and
12288        re-enable disk multipath monitoring to reset connection counts.
12289        If not, verify the storage cabling is connected correctly.
12290        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
12291    "
12292::= { dataDomainMibTraps 5055 }
12293
12294interfaceConnectivityDown NOTIFICATION-TYPE
12295   OBJECTS { systemSerialNumber, ifIndex, ifDescr }
12296STATUS current
12297   DESCRIPTION
12298   "Description:
12299        Network connectivity on this interface is down.
12300        This interface is not pingable and cannot be used to send or receive any data.
12301        All data transfers using this interface will fail.
12302
12303   Action:
12304       Please view the Hardware->Network GUI page, or use the 'net show settings' and 'net show config' CLIs to check the current configuration.
12305       Make sure that the cable is securely connected to both endpoints and that the interfaces on both ends are properly configured.
12306       Otherwise the cable or network hardware could be faulty and may need to be replaced.
12307    "
12308::= { dataDomainMibTraps 6009 }
12309
12310interfaceConnectivityIntermittent NOTIFICATION-TYPE
12311   OBJECTS { systemSerialNumber, ifIndex, ifDescr }
12312STATUS current
12313   DESCRIPTION
12314   "Description:
12315        Network connectivity on this interface is intermittent. Data may not be sent or received successfully.
12316        Data transfers using this interface may experience performance degradation or intermittent failures.
12317
12318   Action:
12319        Please view the Hardware->Network GUI page, or use the 'net show settings' and 'net show config' CLIs to check the current configuration.
12320        Make sure that the cable is securely connected to both endpoints and that the interfaces on both ends are properly configured.
12321        Otherwise the cable or network hardware could be faulty and may need to be replaced.
12322        If the network is configured properly and the problem still persists, contact your contracted support provider or visit us online at https://support.emc.com.
12323    "
12324::= { dataDomainMibTraps 6010 }
12325
12326interfaceMisconfiguration NOTIFICATION-TYPE
12327   OBJECTS { systemSerialNumber, ifIndex, ifDescr }
12328STATUS current
12329   DESCRIPTION
12330   "Description:
12331        Network interface configuration problem detected. This may be a result of changing the NIC hardware without reconfiguring the interface.
12332        This could indicate an unsupported configuration, network environment or hardware problem.
12333        A misconfigured interface can potentially cause connectivity problems on subsequent reboots.
12334
12335   Action:
12336        Please view the Hardware->Network GUI page, or use 'net show settings', 'net config' and 'net show hardware' to check network configuration.
12337        Try to fix the problem by reconfiguring the interface with 'net config'.
12338    "
12339::= { dataDomainMibTraps 6011 }
12340
12341interfaceConnectivityUpAndRunning NOTIFICATION-TYPE
12342   OBJECTS { systemSerialNumber, ifIndex, ifDescr }
12343STATUS current
12344   DESCRIPTION
12345   "Description:
12346        Network interface is up and running for a period of time after experiencing instability.
12347
12348   Action:
12349        No action needed.
12350    "
12351::= { dataDomainMibTraps 6020 }
12352
12353duplicateAddressDetection NOTIFICATION-TYPE
12354   OBJECTS { systemSerialNumber }
12355STATUS current
12356   DESCRIPTION
12357   "Description:
12358        This IP address has been detected on the network. Connections to this IP address will be adversely impacted.
12359
12360   Action:
12361        Make sure the local and remote systems are using different IP addresses. Clear the alert once the problem is resolved.
12362    "
12363::= { dataDomainMibTraps 6530 }
12364
12365invalidNICSlot NOTIFICATION-TYPE
12366   OBJECTS { systemSerialNumber, alertInfoDescription }
12367STATUS current
12368   DESCRIPTION
12369   "Description:
12370        Network interface cards must be installed in their designated slots.
12371        The network card may not function correctly when installed in the wrong slot.
12372
12373   Action:
12374        Please make sure that the Network interface card is installed in a valid slot.
12375    "
12376::= { dataDomainMibTraps 6512 }
12377
12378unsupportedNIC NOTIFICATION-TYPE
12379   OBJECTS { systemSerialNumber, alertInfoDescription }
12380STATUS current
12381   DESCRIPTION
12382   "Description:
12383        An unsupported network interface card is installed in the system.
12384        Having an unsupported card installed in the system can cause unexpected errors.
12385
12386   Action:
12387        Remove the card from system.
12388    "
12389::= { dataDomainMibTraps 6513 }
12390
12391tcpZeroWindowAlert NOTIFICATION-TYPE
12392   OBJECTS { systemSerialNumber, alertInfoDescription }
12393STATUS current
12394   DESCRIPTION
12395   "Description:
12396        The TCP connection is active but data is not being transferred.
12397        This may cause other communication failures.
12398
12399   Action:
12400        Check the remote application that uses this TCP connection.
12401        Check the network path between the local and remote systems.
12402        If problem persists, contact your contracted support provider or visit us online at https://support.emc.com
12403    "
12404::= { dataDomainMibTraps 6101 }
12405
12406dNSUnresponsive NOTIFICATION-TYPE
12407   OBJECTS { systemSerialNumber, alertInfoDescription }
12408STATUS current
12409   DESCRIPTION
12410   "Description:
12411        No DNS servers responded to a DNS query. This may be caused by a network failure or a DNS server problem.
12412        System functions that require name address resolution will fail.
12413
12414   Action:
12415        Check the network path and the DNS server to establish communication or remove the DNS entries and add host entries to the hosts table.
12416        If this problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
12417    "
12418::= { dataDomainMibTraps 7504 }
12419
12420nISCommFailure NOTIFICATION-TYPE
12421   OBJECTS { systemSerialNumber, alertInfoDescription }
12422STATUS current
12423   DESCRIPTION
12424   "Description:
12425        Unable to query information from the NIS server.
12426        This could be a network problem or an authentication failure with the NIS server.
12427        This could prevent NIS servers from completing backups or restoring existing backups.
12428        This alert will clear when communication is established with the NIS server.
12429
12430   Action:
12431        Verify network connection to the NIS server and verify NIS configurations for both systems.
12432        If this problem persists, contact your contracted support provider or visit us online at https://support.emc.com .
12433    "
12434::= { dataDomainMibTraps 7501 }
12435
12436iOModuleMacFault NOTIFICATION-TYPE
12437   OBJECTS { systemSerialNumber, alertInfoDescription }
12438STATUS current
12439   DESCRIPTION
12440   "Description:
12441        A Mac fault has been detected with an I/O module and it will not function correctly.
12442
12443   Action:
12444        The I/O module must be replaced.Contact your contracted support provider or visit us online at https://support.emc.com
12445    "
12446::= { dataDomainMibTraps 10013 }
12447
12448missingSlaveInterface NOTIFICATION-TYPE
12449   OBJECTS { systemSerialNumber, alertInfoDescription }
12450STATUS current
12451   DESCRIPTION
12452   "Description:
12453        The bonded interface has been created with the remaining interfaces and
12454        may experience degraded performance or reduced failover capability.
12455
12456   Action:
12457        Replace the network interface or reconfigure the bonded interface to
12458        restore functionality. If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com
12459    "
12460::= { dataDomainMibTraps 10523 }
12461
12462nTPDFailed NOTIFICATION-TYPE
12463   OBJECTS { systemSerialNumber, alertInfoDescription }
12464STATUS current
12465   DESCRIPTION
12466   "Description:
12467      Network Time Protocol (NTP) daemon is not running. NTP daemon has detected a
12468      time difference between this system and the configured network time server
12469      (drift) greater than the configured maximum and has shut down.
12470
12471   Action:
12472      Disable NTP. Verify time on the NTP server. Set system date/time to match the
12473      time on the NTP server. Enable NTP. If this problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
12474    "
12475::= { dataDomainMibTraps 7505 }
12476
12477nvramWarning NOTIFICATION-TYPE
12478   OBJECTS { systemSerialNumber, alertInfoDescription }
12479STATUS current
12480   DESCRIPTION
12481   "Description:
12482			DDFS is disabled due to a problem with the NVRAM subsystem.
12483
12484   Action:
12485			Check for other NVRAM-related alerts and follow the action described in those alerts.
12486        "
12487::= { dataDomainMibTraps 5059 }
12488
12489nvramBatteryAlert NOTIFICATION-TYPE
12490   OBJECTS { systemSerialNumber, nvramBatteryStatus }
12491STATUS current
12492   DESCRIPTION
12493   "Description:
12494		DD OS detected an NVRAM card Battery Unit hardware fault.
12495		Probable causes:  1) Battery charging is disabled, or  2) One or more batteries are not charging.
12496
12497   Action:
12498		Run CLI command 'system show nvram' to check battery status.
12499		If the problem persists,   contact your contracted support provider or visit us online at https://support.emc.com.
12500    "
12501::= { dataDomainMibTraps 5060 }
12502
12503nvramErrorAlert NOTIFICATION-TYPE
12504   OBJECTS { systemSerialNumber, alertInfoDescription }
12505STATUS current
12506   DESCRIPTION
12507   "Description:
12508        DD OS detected an NVRAM card fault.
12509        Probable cause: Excessive correctable errors exceed the warning threshold number.
12510
12511   Action:
12512        The NVRAM card may need to be replaced.
12513        Contact your contracted support provider or visit us online at https://support.emc.com.
12514    "
12515::= { dataDomainMibTraps 5061 }
12516
12517nvramBatteryLowChargeAlert NOTIFICATION-TYPE
12518   OBJECTS { systemSerialNumber, alertInfoDescription }
12519STATUS current
12520   DESCRIPTION
12521   "Description:
12522        The NVRAM battery is charging, but is below the threshold.
12523        The filesystem will not start until the battery charge reaches the threshold.
12524
12525   Action:
12526        Wait for the battery charge to reach threshold.
12527        If the battery does not reach threshold within 3 hours, contact your contracted support provider or visit us online at https://support.emc.com
12528    "
12529::= { dataDomainMibTraps 5508 }
12530
12531ext3NvlogDisabled NOTIFICATION-TYPE
12532   OBJECTS { systemSerialNumber, alertInfoDescription }
12533STATUS current
12534   DESCRIPTION
12535   "Description:
12536		DDOS RAID log is disabled due to a problem with the NVRAM subsystem.
12537
12538   Action:
12539		Check for other NVRAM-related alerts and follow the action described in those alerts.
12540        "
12541::= { dataDomainMibTraps 5527 }
12542
12543nvramHWAlert NOTIFICATION-TYPE
12544   OBJECTS { systemSerialNumber, alertInfoDescription }
12545STATUS current
12546   DESCRIPTION
12547   "Description:
12548        The NVRAM card is not in a usable state.
12549        The file system cannot be accessed until the fault is corrected or the NVRAM card is replaced.
12550
12551   Action:
12552        Contact your contracted support provider or visit us online at https://support.emc.com.
12553    "
12554::= { dataDomainMibTraps 6504 }
12555
12556nvramBattAlert NOTIFICATION-TYPE
12557   OBJECTS { systemSerialNumber, alertInfoDescription }
12558STATUS current
12559   DESCRIPTION
12560   "Description:
12561        The remote battery for an NVRAM card is not in a usable state.
12562        The file system cannot be accessed until the fault is corrected or the NVRAM remote battery is replaced.
12563
12564   Action:
12565        Check NVRAM battery status.
12566        Check the cables between the remote battery and the power source, and between the remote battery
12567        and the NVRAM card. If the cables are correctly connected and the problem persists,
12568        Contact your contracted support provider or visit us online at https://support.emc.com.
12569    "
12570::= { dataDomainMibTraps 6507 }
12571
12572nvramEnvAlert NOTIFICATION-TYPE
12573   OBJECTS { systemSerialNumber, alertInfoDescription }
12574STATUS current
12575   DESCRIPTION
12576   "Description:
12577	The temperature sensor on the NVRAM card or the remote battery detected a temperature
12578        that is higher than the warning threshold.  If there are other environmental alerts,
12579        this may indicate a cooling problem where the system is installed.
12580        If there are no other environmental alerts, this may indicate a problem with this component.
12581        When the temperature is reduced, this alert will clear.
12582
12583   Action:
12584        Check cooling and airflow around the system unit.  Remove any blockage, or ensure
12585        the environmental systems are operating correctly, and the environment is at a normal
12586        temperature.  If there is no problem in the environment, or if only the NVRAM or
12587        remote battery are reporting this problem, contact your contracted support provider or visit us online at https://support.emc.com.
12588    "
12589::= { dataDomainMibTraps 6505 }
12590
12591nvramCondAlert NOTIFICATION-TYPE
12592   OBJECTS { systemSerialNumber, alertInfoDescription }
12593STATUS current
12594   DESCRIPTION
12595   "Description:
12596        The NVRAM battery power or charging has been set as disabled.
12597        This condition is either the result of an explicit setting, or indicates a fault
12598        in the NVRAM card or battery unit.
12599
12600   Action:
12601        If the NVRAM battery power was explicitly disabled, enable it using
12602        the reverse of the procedure used to disable it.  If not, reboot the system.
12603        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com
12604    "
12605::= { dataDomainMibTraps 6508 }
12606
12607nvramEventHWAlert NOTIFICATION-TYPE
12608   OBJECTS { systemSerialNumber, alertInfoDescription }
12609STATUS current
12610   DESCRIPTION
12611   "Description:
12612        NVRAM firmware detects an NVRAM card hardware fault.
12613
12614   Action:
12615        The NVRAM card may need to be replaced. Contact your contracted support provider or visit us online at https://support.emc.com.
12616    "
12617::= { dataDomainMibTraps 6506 }
12618
12619nvramBattEndOfLife NOTIFICATION-TYPE
12620   OBJECTS { systemSerialNumber, alertInfoDescription }
12621STATUS current
12622   DESCRIPTION
12623   "Description:
12624        The remote battery for NVRAM us currently usable but is approaching the end of its life.
12625        If the battery is not replaced before it reaches end of its life, the filesystem will be disabled.
12626
12627   Action:
12628        To schedule a replacement, contact your contracted support provider or visit us online at https://support.emc.com.
12629    "
12630::= { dataDomainMibTraps 6545 }
12631
12632phyalert NOTIFICATION-TYPE
12633   OBJECTS { systemSerialNumber, alertInfoDescription }
12634STATUS current
12635   DESCRIPTION
12636   "Description:
12637        Enclosure slot has been disabled due to continuous discovery caused by a failed drive.
12638
12639   Action:
12640        Replace the failed drive.
12641        Use 'disk rescan' command specifying the disk and enclosure id to re-enable the slot.
12642    "
12643::= { dataDomainMibTraps 5062 }
12644
12645mtreeQuotaSoftLimit NOTIFICATION-TYPE
12646   OBJECTS { systemSerialNumber, alertInfoDescription }
12647STATUS current
12648   DESCRIPTION
12649   "Description:
12650	The Soft Limit Quota for this MTree has been reached.  This will not affect the operation of the system and is only a warning.
12651    If a Quota Hard Limit is set for this MTree, you are approaching that limit and operations writing data to this MTree may fail if the hard limit is reached.
12652
12653   Action:
12654     To clear this alert, either raise the quota limits or reduce the data in the MTree by deleting files.
12655    "
12656::= { dataDomainMibTraps 6007 }
12657
12658mtreeQuotaHardLimit NOTIFICATION-TYPE
12659   OBJECTS { systemSerialNumber, alertInfoDescription }
12660STATUS current
12661   DESCRIPTION
12662   "Description:
12663	The Hard Limit Quota for this MTree has been reached. No more data will be written to this MTree.
12664    If a backup operation was running, it probably failed and must be restarted after clearing this condition.
12665
12666   Action:
12667	To clear this alert, either raise the Quota Hard Limit for this MTree, or reduce the data in the MTree by deleting files.
12668    "
12669::= { dataDomainMibTraps 6008 }
12670
12671storageUnitStreamSoftLimit NOTIFICATION-TYPE
12672   OBJECTS { systemSerialNumber, alertInfoDescription }
12673STATUS current
12674   DESCRIPTION
12675   "Description:
12676        Stream soft limit quota for this storage-unit and type of stream has been exceeded.
12677        Crossing this limit may cause reduced performance as the system hard limits are reached.
12678
12679   Action:
12680        To clear this alert, configure the backup application to use fewer concurrent streams.
12681        Otherwise, increase the soft limit quota on this storage-unit for this stream type.
12682    "
12683::= { dataDomainMibTraps 7517 }
12684
12685replProgressThreshholdReached NOTIFICATION-TYPE
12686   OBJECTS { systemSerialNumber, replStatus }
12687STATUS current
12688   DESCRIPTION
12689   "Description:
12690       Collection replication has not made progress and there is data waiting to be replicated.
12691       This means your replica is not up to date.
12692
12693   Action:
12694        - check the 'replication status' or the GUI for errors
12695        - check the replica filesystem
12696        - check the network
12697        - if problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
12698    "
12699::= { dataDomainMibTraps 5063 }
12700
12701replNeedResync NOTIFICATION-TYPE
12702   OBJECTS { systemSerialNumber, replStatus }
12703STATUS current
12704   DESCRIPTION
12705   "Description:
12706        Replication will not proceed until this context is resynced.
12707
12708   Action:
12709        To re-establish replication
12710            - Note the context information
12711            - break the context
12712            - reconfigure contexts on both source and destination
12713            - resync context on the source
12714    "
12715::= { dataDomainMibTraps 5064 }
12716
12717replLogFull NOTIFICATION-TYPE
12718   OBJECTS { systemSerialNumber, alertInfoDescription }
12719STATUS current
12720   DESCRIPTION
12721   "Description:
12722        No data can be written to the filesystem. Too much data remains to be replicated.
12723        This can be caused by disabled contexts or slow replication.
12724        When the condition is resolved, the filesystem will be writable again.
12725
12726   Action:
12727        Refer to knowledge base for articles discussing ways to reduce replication lag.
12728    "
12729::= { dataDomainMibTraps 5065 }
12730
12731replIncompatibleWorm NOTIFICATION-TYPE
12732   OBJECTS { systemSerialNumber, alertInfoDescription }
12733STATUS current
12734   DESCRIPTION
12735   "Description:
12736        New retention-locked files detected on destination during replication resync. Resync cannot proceed.
12737
12738   Action:
12739        Break the existing context and resync to a new destination.
12740    "
12741::= { dataDomainMibTraps 5066 }
12742
12743replDestNotConfigured NOTIFICATION-TYPE
12744   OBJECTS { systemSerialNumber, replConfigDest }
12745STATUS current
12746   DESCRIPTION
12747   "Description:
12748        Replication context on the destination is missing or mis-matched. Cannot initialize context.
12749
12750   Action:
12751        - Check both the source and destination configured context URL pair. The context is identified by the destination URL.
12752        - Make sure the destination has a matching configuration for this context.
12753    "
12754::= { dataDomainMibTraps 5067 }
12755
12756replLagThreshholdReached NOTIFICATION-TYPE
12757   OBJECTS { systemSerialNumber, alertInfoDescription }
12758STATUS current
12759   DESCRIPTION
12760   "Description:
12761        Replication lag threshold has been exceeded.
12762
12763   Action:
12764        Refer to the knowledge base on ways to resolve the replication lag.
12765    "
12766::= { dataDomainMibTraps 5068 }
12767
12768replPathTooLong NOTIFICATION-TYPE
12769   OBJECTS { systemSerialNumber, alertInfoDescription }
12770STATUS current
12771   DESCRIPTION
12772   "Description:
12773       Path is too long
12774
12775   Action:
12776        Shorten the path.
12777    "
12778::= { dataDomainMibTraps 5531 }
12779
12780missingCreplUnits NOTIFICATION-TYPE
12781   OBJECTS { systemSerialNumber, alertInfoDescription }
12782STATUS current
12783   DESCRIPTION
12784   "Description:
12785        The collection replication destination is not in a consistent state and will not be usable until matching retention units are added to the destination.
12786
12787   Action:
12788        Add the required retention units to the collection replication destination.
12789    "
12790::= { dataDomainMibTraps 6544 }
12791
12792mtreeCascadeNeedResync NOTIFICATION-TYPE
12793   OBJECTS { systemSerialNumber, replStatus }
12794STATUS current
12795   DESCRIPTION
12796   "Description:
12797       This Mtree is now a cascaded source.  Since this mtree already has data, this replication context requires a resync to proceed.
12798
12799   Action:
12800        To re-establish replication
12801            - Note the context information
12802            - break the context
12803            - reconfigure contexts on both source and destination
12804            - resync context on the source
12805    "
12806::= { dataDomainMibTraps 7520 }
12807
12808insecureEncryptedReplication NOTIFICATION-TYPE
12809   OBJECTS { systemSerialNumber, alertInfoDescription }
12810STATUS current
12811   DESCRIPTION
12812   "Description:
12813       Encrypted replication is configured between this system and the remote host.
12814       The remote host is running a DDOS version that does not support a fully secure communication protocol.
12815       Unauthorized individuals may be able to intercept and decrypt the replicated data.
12816
12817   Action:
12818       Upgrade the remote system to a release that supports the desired communication protocol.
12819       Contact your contracted support provider or visit us online at https://support.emc.com
12820    "
12821::= { dataDomainMibTraps 6102 }
12822
12823suspendedMReplMissingUnits NOTIFICATION-TYPE
12824   OBJECTS { systemSerialNumber, alertInfoDescription }
12825STATUS current
12826   DESCRIPTION
12827   "Description:
12828        Mtree replication on this context cannot continue until all archive units used by this Mtree are online.
12829        Replication will resume automatically once all archive units come online.
12830
12831   Action:
12832        Return missing archive units to the system to resume MTree replication for this context.
12833        If the archive units cannot be restored, contact your contracted support provider or visit us online at https://support.emc.com
12834    "
12835::= { dataDomainMibTraps 10511 }
12836
12837sASEnclosureCheck NOTIFICATION-TYPE
12838   OBJECTS { systemSerialNumber, alertInfoDescription }
12839STATUS current
12840   DESCRIPTION
12841   "Description:
12842        The number of enclosures connected to the port has exceeded the maximum supported limit.
12843        This may cause an unexpected behavior.
12844
12845   Action:
12846        Reduce the number of enclosures down to the limit for the system.
12847    "
12848::= { dataDomainMibTraps 5069 }
12849
12850sASTopologyCheck NOTIFICATION-TYPE
12851   OBJECTS { systemSerialNumber, alertInfoDescription }
12852STATUS current
12853   DESCRIPTION
12854   "Description:
12855        Invalid cabling has been detected. This may cause unexpected behavior.
12856
12857   Action:
12858        Refer to the cabling guide. Verify the connectivity of the SAS enclosures by using command
12859         'enclosure show topology'.
12860    "
12861::= { dataDomainMibTraps 5070 }
12862
12863sASPortDisabled NOTIFICATION-TYPE
12864   OBJECTS { systemSerialNumber, alertInfoDescription }
12865STATUS current
12866   DESCRIPTION
12867   "Description:
12868        Excessive errors have caused this port to be disabled. This could be caused by faulty cables or shelf controllers.
12869
12870   Action:
12871        Contact your contracted support provider or visit us online at https://support.emc.com .
12872    "
12873::= { dataDomainMibTraps 5071 }
12874
12875sASHBAFailure NOTIFICATION-TYPE
12876   OBJECTS { systemSerialNumber, alertInfoDescription }
12877STATUS current
12878   DESCRIPTION
12879   "Description:
12880        Storage is no longer accessible through this HBA.
12881
12882   Action:
12883        Contact your contracted support provider or visit us online at https://support.emc.com
12884    "
12885::= { dataDomainMibTraps 6514 }
12886
12887sASHBAErrors NOTIFICATION-TYPE
12888   OBJECTS { systemSerialNumber, alertInfoDescription }
12889STATUS current
12890   DESCRIPTION
12891   "Description:
12892        A SAS HBA has detected correctable errors exceeding the warning threshold.
12893        This will reduce throughput and may indicate a failing HBA.
12894
12895   Action:
12896        If this condition persists for more than 24 hours, contact your contracted support provider or visit us online at https://support.emc.com
12897    "
12898::= { dataDomainMibTraps 6515 }
12899
12900unsupportedSASDevice NOTIFICATION-TYPE
12901   OBJECTS { systemSerialNumber, alertInfoDescription }
12902STATUS current
12903   DESCRIPTION
12904   "Description:
12905        A SAS HBA has reported a device that is not recognized.
12906        This device is not usable and may adversely affect the system.
12907
12908   Action:
12909        Identify the device and remove it from the topology.
12910        If you believe it is a supported device, contact your contracted support provider or visit us online at https://support.emc.com
12911    "
12912::= { dataDomainMibTraps 6516 }
12913
12914invalidEnclosureTopology NOTIFICATION-TYPE
12915   OBJECTS { systemSerialNumber, alertInfoDescription }
12916STATUS current
12917   DESCRIPTION
12918   "Description:
12919        The cables connecting enclosures to the controller are not installed correctly. This can cause unpredictable system behavior. Recable the enclosures immediately.
12920
12921   Action:
12922        Display the topology to identify the invalid path(s). Power down the system and cable the enclosures according to the cabling guide for your system.
12923    "
12924::= { dataDomainMibTraps 7506 }
12925
12926diskPathSpeedDegraded NOTIFICATION-TYPE
12927   OBJECTS { systemSerialNumber, alertInfoDescription }
12928STATUS current
12929   DESCRIPTION
12930   "Description:
12931        SAS connection speed is degraded and could reduce disk performance.
12932
12933   Action:
12934        Check cable seating and replace if needed.
12935        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com
12936    "
12937::= { dataDomainMibTraps 7507 }
12938
12939enclosureMixType NOTIFICATION-TYPE
12940   OBJECTS { systemSerialNumber, alertInfoDescription }
12941STATUS current
12942   DESCRIPTION
12943   "Description:
12944        An unsupported mix of enclosure models have been detected. For example, a mixture of ES30s and ES20s.
12945
12946   Action:
12947        Refer to the configuration guide for valid cabling configurations.
12948    "
12949::= { dataDomainMibTraps 5528 }
12950
12951enclosureMixDriveType NOTIFICATION-TYPE
12952   OBJECTS { systemSerialNumber, alertInfoDescription }
12953STATUS current
12954   DESCRIPTION
12955   "Description:
12956        An unsupported mix of enclosures with different drive types may impact performance and lead to unexpected system behavior.
12957
12958   Action:
12959        Recable the enclosures to eliminate the unsupported mix. Refer to the configuration guide for valid cabling configurations.
12960    "
12961::= { dataDomainMibTraps 10515 }
12962
12963sCSITGTInvalidRegistry NOTIFICATION-TYPE
12964   OBJECTS { systemSerialNumber, alertInfoDescription }
12965STATUS current
12966   DESCRIPTION
12967   "Description:
12968        A registry entry used in the SCSI Target system is invalid.
12969        The SCSI Target services, including VTL, DD-BOOST FC and VDISK will be
12970        inaccessible until this problem is resolved.
12971
12972   Action:
12973        The registry entry must be corrected.
12974        Contact your contracted support provider or visit us online at https://support.emc.com
12975    "
12976::= { dataDomainMibTraps 6539 }
12977
12978sSLCertificateCorrupted NOTIFICATION-TYPE
12979   OBJECTS { systemSerialNumber, alertInfoDescription }
12980STATUS current
12981   DESCRIPTION
12982   "Description:
12983            The SSL certificate used to establish mutual trust between Data Domain systems is broken.
12984
12985   Action:
12986            Contact your contracted support provider or visit us online at https://support.emc.com
12987        "
12988::= { dataDomainMibTraps 5072 }
12989
12990unusableHostCertificate NOTIFICATION-TYPE
12991   OBJECTS { systemSerialNumber }
12992STATUS current
12993   DESCRIPTION
12994   "Description:
12995            Enterprise Manager will not start up using the imported certificate. However, it will start up using the default self-signed certificate.
12996 Following is the list of possible causes of this alert,
12997    - the file system is locked
12998    - the system passphrase is missing
12999    - the imported certificate is corrupted
13000
13001   Action:
13002            Unlock the file system if it is locked.
13003            Enter the system passphrase if it is missing.
13004            Delete and reimport the current host certificate if it is corrupted.
13005            In all cases, the Enterprise Manager needs to be restarted.
13006            If the condition persists, contact your contracted support provider or visit us online at https://support.emc.com
13007        "
13008::= { dataDomainMibTraps 6017 }
13009
13010missingHostCertificate NOTIFICATION-TYPE
13011   OBJECTS { systemSerialNumber }
13012STATUS current
13013   DESCRIPTION
13014   "Description:
13015            The imported certificate is missing. However, the Enterprise Manager will start up using the default self-signed certificate.
13016
13017   Action:
13018            If you want to use your own certificate, import it again.
13019        "
13020::= { dataDomainMibTraps 6018 }
13021
13022expiredHostCertificate NOTIFICATION-TYPE
13023   OBJECTS { systemSerialNumber }
13024STATUS current
13025   DESCRIPTION
13026   "Description:
13027            Communication using this certificate is vulnerable to disclosure.
13028
13029   Action:
13030            Replace the host certificate with a valid certificate.
13031        "
13032::= { dataDomainMibTraps 6538 }
13033
13034sMSUnresponsive NOTIFICATION-TYPE
13035   OBJECTS { systemSerialNumber, alertInfoDescription }
13036STATUS current
13037   DESCRIPTION
13038   "Description:
13039        The System Management Service has reached the maximum number of concurrent
13040        requests and has been unresponsive for over five minutes. This may indicate
13041        a serious condition that may need to be addressed by support. The system is
13042        unable to accept additional commands.
13043
13044   Action:
13045        If this condition persists, contact your contracted support provider or visit us online at https://support.emc.com
13046    "
13047::= { dataDomainMibTraps 7500 }
13048
13049mailserverError NOTIFICATION-TYPE
13050   OBJECTS { systemSerialNumber, alertInfoDescription }
13051STATUS current
13052   DESCRIPTION
13053   "Description:
13054            There is a problem communicating with the configured mail server.
13055            The system will not be able to send out any email notifications that includes alerts, autosupports and daily summary emails.
13056
13057   Action:
13058            Make sure that the mail server is configured correctly.
13059            Verify the configured mail server by sending out a test email from the system.
13060            If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com
13061        "
13062::= { dataDomainMibTraps 6511 }
13063
13064snapshotOver90Percent NOTIFICATION-TYPE
13065   OBJECTS { systemSerialNumber, alertInfoDescription }
13066STATUS current
13067   DESCRIPTION
13068   "Description:
13069        Current number of snapshots for an Mtree is at 90% or more of the maximum number of snapshots allowed.
13070
13071   Action:
13072        Consider expiring existing snapshots of that Mtree with the 'snapshot expire' command or
13073        adjusting scheduled snapshot retention periods with the 'snapshot schedule modify' command.
13074    "
13075::= { dataDomainMibTraps 5075 }
13076
13077snapshotLimitReached NOTIFICATION-TYPE
13078   OBJECTS { systemSerialNumber, alertInfoDescription }
13079STATUS current
13080   DESCRIPTION
13081   "Description:
13082        Data Domain system has a limit on the number of existing snapshots held at once for a single Mtree.
13083        Once this limit is reached no more snapshots can be created of that Mtree.
13084
13085   Action:
13086        Consider expiring existing snapshots of that Mtree with 'snapshot expire' command to make room for newer ones.
13087    "
13088::= { dataDomainMibTraps 5076 }
13089
13090sNTZMultipleIterations NOTIFICATION-TYPE
13091   OBJECTS { systemSerialNumber, alertInfoDescription }
13092STATUS current
13093   DESCRIPTION
13094   "Description:
13095    Indicates that sanitization will be run in multiple iterations.
13096    In the worst case this can take 15-20 days for 280 TBs. It means
13097    that the system will not run at full speed for that period of
13098    time and that GC will not be run to reclaim space. However,
13099    sanitization will also reclaim space back but it might not be
13100    as efficient as GC is.
13101
13102   Action:
13103    Make sure that you have enough space to not run out of space and
13104    that you can wait that many days in the worst case. You should have
13105    at least 20% of physical space available. Other option is
13106    to abort sanitization, delete a bunch of files and try again. You can
13107    do this process iteratively until you do not get this alert anymore.
13108"
13109::= { dataDomainMibTraps 5077 }
13110
13111coredumpWarning NOTIFICATION-TYPE
13112   OBJECTS { systemSerialNumber, alertInfoDescription }
13113STATUS current
13114   DESCRIPTION
13115   "Description:
13116        /ddvar might soon run out of space to save system core dumps.
13117
13118   Action:
13119        Remove unwanted files from /ddvar to free up some space.
13120        Lack of space can result in missing core dumps that will hamper debugging operations.
13121    "
13122::= { dataDomainMibTraps 5078 }
13123
13124coredumpDisabled NOTIFICATION-TYPE
13125   OBJECTS { systemSerialNumber, alertInfoDescription }
13126STATUS current
13127   DESCRIPTION
13128   "Description:
13129        Space in /ddvar is not sufficient enough for saving system core dumps.
13130
13131   Action:
13132        Remove unwanted files from /ddvar to free up some space.
13133        Lack of space can result in missing core dumps that will hamper debugging operations.
13134    "
13135::= { dataDomainMibTraps 5079 }
13136
13137spaceOver80Percent NOTIFICATION-TYPE
13138   OBJECTS { systemSerialNumber, fileSystemSpaceUsed }
13139STATUS current
13140   DESCRIPTION
13141   "Description:
13142        Space usage has exceeded 80% of the total capacity.
13143        Lack of space can result in missing important logs or loss of file system functionality.
13144
13145   Action:
13146        If it is in root, contact your contracted support provider or visit us online at https://support.emc.com to free up some space.
13147        If it is in /ddvar, remove unwanted files to free up some space.
13148        If it is in active tier, remove unwanted files and start file system cleaning or add storage.
13149        If it is in archive tier, remove unwanted files or add more archive units to the filesystem.
13150    "
13151::= { dataDomainMibTraps 5080 }
13152
13153spaceOver90Percent NOTIFICATION-TYPE
13154   OBJECTS { systemSerialNumber, fileSystemSpaceUsed }
13155STATUS current
13156   DESCRIPTION
13157   "Description:
13158        Space usage has exceeded 90% of the total capacity.
13159        Lack of space can result in missing important logs or loss of file system functionality.
13160
13161   Action:
13162        If it is in root, contact your contracted support provider or visit us online at https://support.emc.com to free up some space.
13163        If it is in /ddvar, remove unwanted files to free up some space.
13164        If it is in active tier, remove unwanted files and start file system cleaning or add storage.
13165        If it is in archive tier, remove unwanted files or add more archive units to the filesystem.
13166    "
13167::= { dataDomainMibTraps 5081 }
13168
13169spaceReclRestartFailed NOTIFICATION-TYPE
13170   OBJECTS { systemSerialNumber, alertInfoDescription }
13171STATUS current
13172   DESCRIPTION
13173   "Description:
13174        Archive space reclamation was running before the last shutdown of the filesystem and could not be restarted automatically.
13175        Space will not be reclaimed in the archive tier until space reclamation is restarted.
13176
13177   Action:
13178        Start space reclamation.
13179    "
13180::= { dataDomainMibTraps 6531 }
13181
13182spaceReclMissingUnit NOTIFICATION-TYPE
13183   OBJECTS { systemSerialNumber, alertInfoDescription }
13184STATUS current
13185   DESCRIPTION
13186   "Description:
13187        Archive units are missing. Space reclamation cannot run unless all configured units are attached.
13188        Space will not be reclaimed in the archive tier until space reclamation is restarted.
13189
13190   Action:
13191        Return missing archive units to the system and start space reclamation.
13192    "
13193::= { dataDomainMibTraps 6532 }
13194
13195spaceReclUnitReclaimed NOTIFICATION-TYPE
13196   OBJECTS { systemSerialNumber, alertInfoDescription }
13197STATUS current
13198   DESCRIPTION
13199   "Description:
13200        All space on the archive unit has been reclaimed. This unit is available to reuse.
13201
13202   Action:
13203        No action is required.
13204    "
13205::= { dataDomainMibTraps 6533 }
13206
13207spaceReclError NOTIFICATION-TYPE
13208   OBJECTS { systemSerialNumber, alertInfoDescription }
13209STATUS current
13210   DESCRIPTION
13211   "Description:
13212        Archive space reclamation has stopped due to the specified error.
13213        Space will not be reclaimed in the archive tier until the error condition is resolved and space reclamation is restarted.
13214
13215   Action:
13216        Contact your contracted support provider or visit us online at https://support.emc.com.
13217    "
13218::= { dataDomainMibTraps 6534 }
13219
13220spaceReclSuspended NOTIFICATION-TYPE
13221   OBJECTS { systemSerialNumber, alertInfoDescription }
13222STATUS current
13223   DESCRIPTION
13224   "Description:
13225        Archive space reclamation has suspended due to the specified error.
13226        Space will not be reclaimed in the archive tier until the error condition is resolved and space reclamation is resumed.
13227
13228   Action:
13229         Resume space reclamation after the underlying error condition is corrected. If problem persists,
13230         Contact your contracted support provider or visit us online at https://support.emc.com.
13231    "
13232::= { dataDomainMibTraps 7518 }
13233
13234spaceReclUnitError NOTIFICATION-TYPE
13235   OBJECTS { systemSerialNumber, alertInfoDescription }
13236STATUS current
13237   DESCRIPTION
13238   "Description:
13239        Space reclamation encountered an error and cannot proceed on the specified archive unit.
13240        If you have more than one archive unit, space reclamation will continue on the next unit.
13241        Space will not be reclaimed in this archive unit until the error condition is resolved
13242        and space reclamation finishes successfully on this unit.
13243
13244   Action:
13245        Contact your contracted support provider or visit us online at https://support.emc.com.
13246    "
13247::= { dataDomainMibTraps 7523 }
13248
13249diskAccessError NOTIFICATION-TYPE
13250   OBJECTS { systemSerialNumber, diskSerialNumber }
13251STATUS current
13252   DESCRIPTION
13253   "Description:
13254        A hardware fault has been detected for this drive. The drive or the cabling to it may have a problem.
13255
13256   Action:
13257        Contact your contracted support provider or visit us online at https://support.emc.com.
13258    "
13259::= { dataDomainMibTraps 5082 }
13260
13261diskFailure NOTIFICATION-TYPE
13262   OBJECTS { systemSerialNumber, diskSerialNumber }
13263STATUS current
13264   DESCRIPTION
13265   "Description:
13266        Unable to communicate with a disk. This disk cannot be used at this time.
13267
13268   Action:
13269        Contact your contracted support provider or visit us online at https://support.emc.com.
13270    "
13271::= { dataDomainMibTraps 5083 }
13272
13273diskTemperatureWarning NOTIFICATION-TYPE
13274   OBJECTS { systemSerialNumber, diskTemperature }
13275STATUS current
13276   DESCRIPTION
13277   "Description:
13278        The disk temperature has exceeded a specified threshold. If the temperature continues to increase,
13279        the system could fail or the system could be shut down.
13280
13281   Action:
13282        If the temperature is high due to high activity for a short period, it should return to normal in a short time.
13283        Verify the environment is at its normal temperature. If not, correct this condition.
13284        Check for fan failures and free air flow.
13285        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com.
13286    "
13287::= { dataDomainMibTraps 5084 }
13288
13289diskTemperatureShutdown NOTIFICATION-TYPE
13290   OBJECTS { systemSerialNumber }
13291STATUS current
13292   DESCRIPTION
13293   "Description:
13294        One or more disks have exceeded the shut down temperature threshold. The system is shutting down.
13295
13296   Action:
13297        Verify the environment is at its normal temperature. If not, correct this condition.
13298        Check for fan failures and free air flow.
13299    "
13300::= { dataDomainMibTraps 5085 }
13301
13302unsupportedHardwareSpareSize NOTIFICATION-TYPE
13303   OBJECTS { systemSerialNumber, diskSerialNumber }
13304STATUS current
13305   DESCRIPTION
13306   "Description:
13307        The disk capacity is too small for it to be of any use in the system.
13308
13309   Action:
13310        Replace with a larger capacity disk.
13311    "
13312::= { dataDomainMibTraps 5086 }
13313
13314missingDiskGroup NOTIFICATION-TYPE
13315   OBJECTS { systemSerialNumber, alertInfoDescription }
13316STATUS current
13317   DESCRIPTION
13318   "Description:
13319        One or more critical disks/LUNs are unavailable.
13320
13321   Action:
13322        Make sure all storage is securely connected.
13323        Look at alert history for any path failures.
13324        Check for any core files, a critical layer may be unavailable.
13325        Verify that all storage is working and recognized correctly.
13326    "
13327::= { dataDomainMibTraps 5087 }
13328
13329diskGroupReconstructionNoProgress NOTIFICATION-TYPE
13330   OBJECTS { systemSerialNumber, alertInfoDescription }
13331STATUS current
13332   DESCRIPTION
13333   "Description:
13334        One or more disks are failed and the RAID reconstruction is not running.
13335
13336   Action:
13337        Make sure there is/are spare disk(s) in the system.
13338    "
13339::= { dataDomainMibTraps 5088 }
13340
13341diskGroupReconstruction NOTIFICATION-TYPE
13342   OBJECTS { systemSerialNumber, alertInfoDescription }
13343STATUS current
13344   DESCRIPTION
13345   "Description:
13346        Two or more disks are failed and the RAID protection is in critical state.
13347        If an additional disk fails, there might be permanent loss of data.
13348        The system will shut down if the problem is not fixed.
13349
13350   Action:
13351        Make sure there is/are spare disk(s) in the system.
13352    "
13353::= { dataDomainMibTraps 5089 }
13354
13355diskGroupReconstructionShutdown NOTIFICATION-TYPE
13356   OBJECTS { systemSerialNumber, alertInfoDescription }
13357STATUS current
13358   DESCRIPTION
13359   "Description:
13360        Two or more disks are failed and the RAID protection is in critical state for over a
13361        considerable period of time. If an additional disk fails, there might be permanent loss of
13362        data. The system will shut down.
13363
13364   Action:
13365        Restart the system and make sure there is/are spare disk(s) in the system.
13366    "
13367::= { dataDomainMibTraps 5090 }
13368
13369diskGroupReconstructionCritical NOTIFICATION-TYPE
13370   OBJECTS { systemSerialNumber, alertInfoDescription }
13371STATUS current
13372   DESCRIPTION
13373   "Description:
13374        Two or more disks are failed and the RAID protection is in critical state for over a
13375        considerable period of time. If an additional disk fails, there might be permanent loss of
13376        data.
13377
13378   Action:
13379        Make sure there is/are spare disk(s) in the system.
13380    "
13381::= { dataDomainMibTraps 5091 }
13382
13383diskUnknown NOTIFICATION-TYPE
13384   OBJECTS { systemSerialNumber, alertInfoDescription }
13385STATUS current
13386   DESCRIPTION
13387   "Description:
13388        Disk is unknown.
13389
13390   Action:
13391        Add disk to the system.
13392    "
13393::= { dataDomainMibTraps 5092 }
13394
13395lowSpares NOTIFICATION-TYPE
13396   OBJECTS { systemSerialNumber, alertInfoDescription }
13397STATUS current
13398   DESCRIPTION
13399   "Description:
13400        Not enough spare disks can be detected for this tier.
13401        There may be failed disks or connectivity issues with disks or enclosures.
13402
13403   Action:
13404        Replace any failed or absent disks. Check enclosure connectivity.
13405    "
13406::= { dataDomainMibTraps 5094 }
13407
13408unsupportedConfigurationROL NOTIFICATION-TYPE
13409   OBJECTS { systemSerialNumber, alertInfoDescription }
13410STATUS current
13411   DESCRIPTION
13412   "Description:
13413        Raid on LUN from 4.8 is no longer supported.  Please follow instruction on how to increase
13414        usable space in your filesystem.
13415
13416   Action:
13417                1) migrate data away
13418                2) do a filesystem destroy
13419                3) add your LUN
13420                4) migrate data back
13421    "
13422::= { dataDomainMibTraps 5095 }
13423
13424foreignEnclosure NOTIFICATION-TYPE
13425   OBJECTS { systemSerialNumber, enclosureListNum }
13426STATUS current
13427   DESCRIPTION
13428   "Description:
13429        The enclosure is unusable by the filesystem.
13430        Storage configuration can not be modified while a foreign device is present.
13431
13432   Action:
13433        If this is expected as part of a chassis swap or chassis upgrade, proceed with
13434        the headswap operation to make the foreign filesystem available.
13435        Otherwise contact your contracted support provider or visit us online at https://support.emc.com.
13436    "
13437::= { dataDomainMibTraps 6019 }
13438
13439sSDEndOfLife NOTIFICATION-TYPE
13440   OBJECTS { systemSerialNumber, diskSerialNumber }
13441STATUS current
13442   DESCRIPTION
13443   "Description:
13444        The SSD has reached end of life and could fail at any time.
13445        The system may shut down unexpectedly if the drive is not replaced.
13446
13447   Action:
13448        Contact your contracted support provider or visit us online at https://support.emc.com
13449    "
13450::= { dataDomainMibTraps 6541 }
13451
13452multipleDiskReadErrors NOTIFICATION-TYPE
13453   OBJECTS { systemSerialNumber, alertInfoDescription }
13454STATUS current
13455   DESCRIPTION
13456   "Description:
13457        There are too many disks reporting read errors in the same RAID group.
13458        As each of these disks completes reconstruction it will be failed.
13459        If the ongoing RAID reconstruction fails, there might be permanent loss of data.
13460
13461   Action:
13462        Contact your contracted support provider or visit us online at https://support.emc.com to determine the number of drives that need to be replaced.
13463    "
13464::= { dataDomainMibTraps 6543 }
13465
13466unsupportedDriveModel NOTIFICATION-TYPE
13467   OBJECTS { systemSerialNumber, alertInfoDescription }
13468STATUS current
13469   DESCRIPTION
13470   "Description:
13471        This system only supports certain drive models.
13472        The unsupported drives are unusable and must be replaced for proper system operation.
13473
13474   Action:
13475        Identify and remove/replace the unsupported drives.
13476        For assistance, contact your contracted support provider or visit us online at https://support.emc.com
13477    "
13478::= { dataDomainMibTraps 7001 }
13479
13480driveMixType NOTIFICATION-TYPE
13481   OBJECTS { systemSerialNumber, alertInfoDescription }
13482STATUS current
13483   DESCRIPTION
13484   "Description:
13485        Mixing drive types within an enclosure is not supported and may cause unexpected system behavior.
13486
13487   Action:
13488        Ensure that all drives within the enclosure are of the same type.
13489        For assistance, contact your contracted support provider or visit us online at https://support.emc.com
13490    "
13491::= { dataDomainMibTraps 7002 }
13492
13493missingTierStorage NOTIFICATION-TYPE
13494   OBJECTS { systemSerialNumber, alertInfoDescription }
13495STATUS current
13496   DESCRIPTION
13497   "Description:
13498        Critical storage resources are unavailable, preventing the tier from functioning.
13499
13500   Action:
13501        Verify all storage is functional and configured correctly.
13502        If the problem persists, contact your contracted support provider or visit us online at https://support.emc.com
13503    "
13504::= { dataDomainMibTraps 7522 }
13505
13506storageMigrationCopyComplete NOTIFICATION-TYPE
13507   OBJECTS { systemSerialNumber, alertInfoDescription }
13508STATUS current
13509   DESCRIPTION
13510   "Description:
13511        All data has been moved from old enclosures to the new enclosures.
13512        Storage migration must be finalized to decommission old enclosures and
13513        add new capacity to the file system.
13514
13515   Action:
13516        Finalize the storage migration.
13517    "
13518::= { dataDomainMibTraps 10501 }
13519
13520storageMigrationCannotResume NOTIFICATION-TYPE
13521   OBJECTS { systemSerialNumber, alertInfoDescription }
13522STATUS current
13523   DESCRIPTION
13524   "Description:
13525        The system has detected a condition which prevented the storage
13526        migration from continuing and has suspended the data copy phase.
13527
13528   Action:
13529        Contact your contracted support provider or visit us online at https://support.emc.com
13530    "
13531::= { dataDomainMibTraps 10500 }
13532
13533storageMigrationUserSuspend NOTIFICATION-TYPE
13534   OBJECTS { systemSerialNumber, alertInfoDescription }
13535STATUS current
13536   DESCRIPTION
13537   "Description:
13538        An administrator has suspended the data copy phase of storage migration.
13539        Data copy cannot proceed until it is manually resumed.
13540
13541   Action:
13542        Resume the storage migration.
13543    "
13544::= { dataDomainMibTraps 10502 }
13545
13546foreignPack NOTIFICATION-TYPE
13547   OBJECTS { systemSerialNumber, enclosurePackID }
13548STATUS current
13549   DESCRIPTION
13550   "Description:
13551        The enclosure pack is unusable by the file system.
13552        Storage configuration can not be modified while a foreign device is present.
13553
13554   Action:
13555        If this is expected as part of a chassis swap or chassis upgrade, proceed with
13556        the headswap operation to make the foreign filesystem available.
13557        Otherwise contact your contracted support provider or visit us online at https://support.emc.com.
13558    "
13559::= { dataDomainMibTraps 10512 }
13560
13561upgradeFailure NOTIFICATION-TYPE
13562   OBJECTS { systemSerialNumber, alertInfoDescription }
13563STATUS current
13564   DESCRIPTION
13565   "Description:
13566            During the upgrade process, there was an error that requires manual intervention. The system is not usable.
13567
13568   Action:
13569            Contact your contracted support provider or visit us online at https://support.emc.com.
13570        "
13571::= { dataDomainMibTraps 6509 }
13572
13573upgradeCompleted NOTIFICATION-TYPE
13574   OBJECTS { systemSerialNumber, alertInfoDescription }
13575STATUS current
13576   DESCRIPTION
13577   "Description:
13578            The DD OS upgrade is completed successfully. The system will be ready to use when the filesystem is enabled.
13579
13580   Action:
13581            No action required.
13582        "
13583::= { dataDomainMibTraps 6510 }
13584
13585upgradeInProgress NOTIFICATION-TYPE
13586   OBJECTS { systemSerialNumber, alertInfoDescription }
13587STATUS current
13588   DESCRIPTION
13589   "Description:
13590            DD OS upgrade is in progress.
13591            The system will not be available for backup and restore operations.
13592            The alert will be cleared after the upgrade operation is complete.
13593
13594   Action:
13595            Allow the upgrade operation to complete. If the upgrade takes longer than usual, contact your contracted support provider or visit us online at https://support.emc.com
13596        "
13597::= { dataDomainMibTraps 10509 }
13598
13599vDiskSCSITargetMismatch NOTIFICATION-TYPE
13600   OBJECTS { systemSerialNumber, alertInfoDescription }
13601STATUS current
13602   DESCRIPTION
13603   "Description:
13604        VDisk configuration does not match SCSI Target configuration.
13605        Non-matching devices are not available and must be deleted or repaired.
13606
13607   Action:
13608        Contact your contracted support provider or visit us online at https://support.emc.com
13609    "
13610::= { dataDomainMibTraps 10513 }
13611
13612tapeReposition NOTIFICATION-TYPE
13613   OBJECTS { systemSerialNumber, alertInfoDescription }
13614STATUS current
13615   DESCRIPTION
13616   "Description:
13617        The tape volume was adjusted to the last consistent data position during
13618        VTL recovery. Recent pending updates to the volume may have been discarded.
13619
13620   Action:
13621        Verify that any backup sent to the affected tape at the time of this alert
13622        completed successfully. Reissue the backup if necessary.
13623    "
13624::= { dataDomainMibTraps 6542 }
13625
13626duplicateVTLPoolNames NOTIFICATION-TYPE
13627   OBJECTS { systemSerialNumber, alertInfoDescription }
13628STATUS current
13629   DESCRIPTION
13630   "Description:
13631        VTL directory pool and a VTL mtree pool have been detected with the same name.
13632        Viewing pool information will only retrieve tapes from the mtree pool. Tapes in the
13633        directory pool will not be visible to DataDomain system administration interfaces.
13634        Backups and restores using the directory pool will operate normally.
13635
13636   Action:
13637        Rename one of the pools to make the name unique. The duplicate pool name may have been created as
13638        part of a replication pair.If problem persists, contact your contracted support provider or visit us online at https://support.emc.com
13639"
13640::= { dataDomainMibTraps 10010 }
13641
13642vTLEnabled NOTIFICATION-TYPE
13643   OBJECTS { systemSerialNumber, alertInfoDescription }
13644STATUS current
13645   DESCRIPTION
13646   "Description:
13647        VTL is enabled. VTL functionality is available to the user.
13648
13649   Action:
13650        Some backup applications may need manual rescanning for devices.
13651    "
13652::= { dataDomainMibTraps 11105 }
13653
13654vTLDisabled NOTIFICATION-TYPE
13655   OBJECTS { systemSerialNumber, alertInfoDescription }
13656STATUS current
13657   DESCRIPTION
13658   "Description:
13659        VTL is disabled. VTL functionality is unavailable to the user.
13660
13661   Action:
13662        No Action required.
13663    "
13664::= { dataDomainMibTraps 11106 }
13665
13666-- **********************************************************************
13667--
13668-- DataDomainMibCompliance
13669-- =======================
13670--
13671-- dataDomainMib                        (1.3.6.1.4.1.19746)
13672--   dataDomainMibConformance           (1.3.6.1.4.1.19746.0)
13673--      dataDomainMibComplicances       (1.3.6.1.4.1.19746.0.1)
13674--          dataDoamainMibCompliance    (1.3.6.1.4.1.19746.0.1.1)
13675--
13676-- **********************************************************************
13677
13678    dataDomainMibCompliances    OBJECT IDENTIFIER ::= { dataDomainMibConformance 1 }
13679
13680    dataDomainMibCompliance MODULE-COMPLIANCE
13681        STATUS  deprecated
13682        DESCRIPTION
13683            "The compliance statement for SNMP entities which
13684            implement this MIB module."
13685        MODULE  -- this module
13686            MANDATORY-GROUPS { environmentalsGroup, nvramGroup, fileSystemGroup, alertsGroup, statisticsGroup,
13687                               replGroup, basicNotificationsGroup, nfsGroup, cifsGroup, vtlGroup }
13688
13689            GROUP   internalDiskStorageGroup
13690            DESCRIPTION
13691                "This group is mandatory for SNMP entities which
13692                support internal disk storage"
13693
13694            GROUP   internalDiskStorageNotificationsGroup
13695            DESCRIPTION
13696                "This group is mandatory for SNMP entities which
13697                support internal disk storage"
13698
13699            GROUP   externalUnmanagedDiskStorageGroup
13700            DESCRIPTION
13701                "This group is mandatory for SNMP entities which
13702                support external unmanaged disk storage"
13703
13704    ::= { dataDomainMibCompliances 1 }
13705
13706    dataDomainMibComplianceRev1 MODULE-COMPLIANCE
13707        STATUS  deprecated
13708        DESCRIPTION
13709            "The compliance statement for SNMP entities which
13710            implement this MIB module."
13711        MODULE  -- this module
13712            MANDATORY-GROUPS { environmentalsGroup,
13713                               nvramGroup,
13714                               fileSystemGroupRev1,
13715                               alertsGroup,
13716                               statisticsGroup,
13717                               replGroup,
13718                               nfsGroup,
13719                               cifsGroup,
13720                               vtlGroup,
13721                               ddboostGroup,
13722                               ddsystemGroup,
13723                               artGroup,
13724                               mtreeGroup,
13725                               enclosureGroup,
13726                               networkGroup,
13727                               generatedNotificationsGroup
13728                             }
13729
13730            GROUP   internalDiskStorageGroup
13731            DESCRIPTION
13732                "This group is mandatory for SNMP entities which
13733                support internal disk storage"
13734
13735            GROUP   externalUnmanagedDiskStorageGroup
13736            DESCRIPTION
13737                "This group is mandatory for SNMP entities which
13738                support external unmanaged disk storage"
13739
13740            GROUP   managedObjectsGroup
13741            DESCRIPTION
13742                "This group is mandatory for SNMP entities which
13743                support multiple Data Domain Systems"
13744
13745    ::= { dataDomainMibCompliances 2 }
13746
13747 dataDomainMibComplianceRev2 MODULE-COMPLIANCE
13748        STATUS  deprecated
13749        DESCRIPTION
13750            "The compliance statement for SNMP entities which
13751            implement this MIB module."
13752        MODULE  -- this module
13753            MANDATORY-GROUPS { environmentalsGroup,
13754                               nvramGroup,
13755                               fileSystemGroupRev1,
13756                               alertsGroup,
13757                               statisticsGroup,
13758                               replGroup,
13759                               nfsGroup,
13760                               cifsGroup,
13761                               vtlGroup,
13762                               ddboostGroup,
13763                               ddsystemGroupRev1,
13764                               artGroup,
13765                               mtreeGroup,
13766                               enclosureGroup,
13767                               networkGroup,
13768                               generatedNotificationsGroup
13769                             }
13770
13771            GROUP   internalDiskStorageGroup
13772            DESCRIPTION
13773                "This group is mandatory for SNMP entities which
13774                support internal disk storage"
13775
13776            GROUP   externalUnmanagedDiskStorageGroup
13777            DESCRIPTION
13778                "This group is mandatory for SNMP entities which
13779                support external unmanaged disk storage"
13780
13781            GROUP   managedObjectsGroup
13782            DESCRIPTION
13783                "This group is mandatory for SNMP entities which
13784                support multiple Data Domain Systems"
13785
13786    ::= { dataDomainMibCompliances 3 }
13787
13788 dataDomainMibComplianceRev3 MODULE-COMPLIANCE
13789        STATUS  deprecated
13790        DESCRIPTION
13791            "The compliance statement for SNMP entities which
13792            implement this MIB module."
13793        MODULE  -- this module
13794            MANDATORY-GROUPS { environmentalsGroup,
13795                               nvramGroup,
13796                               fileSystemGroupRev1,
13797                               alertsGroup,
13798                               statisticsGroup,
13799                               replGroup,
13800                               nfsGroup,
13801                               cifsGroup,
13802                               vtlGroup,
13803                               ddboostGroupRev1,
13804                               ddsystemGroupRev1,
13805                               artGroup,
13806                               mtreeGroup,
13807                               enclosureGroup,
13808                               networkGroup,
13809                               generatedNotificationsGroup,
13810                               smtGroup,
13811                               quotaGroup
13812                             }
13813
13814            GROUP   internalDiskStorageGroup
13815            DESCRIPTION
13816                "This group is mandatory for SNMP entities which
13817                support internal disk storage"
13818
13819            GROUP   externalUnmanagedDiskStorageGroup
13820            DESCRIPTION
13821                "This group is mandatory for SNMP entities which
13822                support external unmanaged disk storage"
13823
13824            GROUP   managedObjectsGroup
13825            DESCRIPTION
13826                "This group is mandatory for SNMP entities which
13827                support multiple Data Domain Systems"
13828
13829    ::= { dataDomainMibCompliances 4 }
13830
13831 dataDomainMibComplianceRev4 MODULE-COMPLIANCE
13832        STATUS  deprecated
13833        DESCRIPTION
13834            "The compliance statement for SNMP entities which
13835            implement this MIB module."
13836        MODULE  -- this module
13837            MANDATORY-GROUPS { environmentalsGroup,
13838                               nvramGroup,
13839                               fileSystemGroupRev1,
13840                               alertsGroup,
13841                               statisticsGroup,
13842                               replGroup,
13843                               nfsGroup,
13844                               cifsGroup,
13845                               vtlGroup,
13846                               ddboostGroupRev2,
13847                               ddsystemGroupRev1,
13848                               artGroup,
13849                               mtreeGroup,
13850                               enclosureGroup,
13851                               networkGroup,
13852                               generatedNotificationsGroup,
13853                               smtGroup,
13854                               quotaGroup,
13855                               highAvailabilityGroup,
13856                               scsitargetObjectGroup
13857                             }
13858
13859            GROUP   internalDiskStorageGroup
13860            DESCRIPTION
13861                "This group is mandatory for SNMP entities which
13862                support internal disk storage"
13863
13864            GROUP   externalUnmanagedDiskStorageGroup
13865            DESCRIPTION
13866                "This group is mandatory for SNMP entities which
13867                support external unmanaged disk storage"
13868
13869            GROUP   managedObjectsGroup
13870            DESCRIPTION
13871                "This group is mandatory for SNMP entities which
13872                support multiple Data Domain Systems"
13873
13874    ::= { dataDomainMibCompliances 5 }
13875
13876 dataDomainMibComplianceRev5 MODULE-COMPLIANCE
13877        STATUS  current
13878        DESCRIPTION
13879            "The compliance statement for SNMP entities which
13880            implement this MIB module."
13881        MODULE  -- this module
13882            MANDATORY-GROUPS { environmentalsGroup,
13883                               nvramGroup,
13884                               fileSystemGroupRev1,
13885                               alertsGroup,
13886                               statisticsGroup,
13887                               replGroup,
13888                               nfsGroup,
13889                               cifsGroupRev1,
13890                               vtlGroup,
13891                               ddboostGroupRev2,
13892                               ddsystemGroupRev1,
13893                               artGroup,
13894                               mtreeGroup,
13895                               enclosureGroup,
13896                               networkGroup,
13897                               generatedNotificationsGroup,
13898                               smtGroup,
13899                               quotaGroup,
13900                               highAvailabilityGroup,
13901                               scsitargetObjectGroup
13902                             }
13903
13904            GROUP   internalDiskStorageGroup
13905            DESCRIPTION
13906                "This group is mandatory for SNMP entities which
13907                support internal disk storage"
13908
13909            GROUP   externalUnmanagedDiskStorageGroup
13910            DESCRIPTION
13911                "This group is mandatory for SNMP entities which
13912                support external unmanaged disk storage"
13913
13914            GROUP   managedObjectsGroup
13915            DESCRIPTION
13916                "This group is mandatory for SNMP entities which
13917                support multiple Data Domain Systems"
13918
13919    ::= { dataDomainMibCompliances 6 }
13920
13921-- **********************************************************************
13922--
13923-- DataDomainMibCompliance
13924-- =======================
13925--
13926-- dataDomainMib                        (1.3.6.1.4.1.19746)
13927--   dataDomainMibConformance           (1.3.6.1.4.1.19746.0)
13928--      dataDoamainMibGroups            (1.3.6.1.4.1.19746.0.2)
13929--
13930-- **********************************************************************
13931
13932    environmentalsGroup OBJECT-GROUP
13933        OBJECTS {
13934            powerModuleDescription,
13935            powerModuleStatus,
13936            tempSensorDescription,
13937            tempSensorCurrentValue,
13938            tempSensorStatus,
13939            fanDescription,
13940            fanLevel,
13941            fanStatus,
13942            tempSensorTrapIndex,
13943            fanTrapIndex
13944        }
13945        STATUS  current
13946        DESCRIPTION
13947            "A collection of objects providing environmental monitoring information."
13948        ::= { dataDomainMibGroups 1 }
13949
13950    nvramGroup OBJECT-GROUP
13951        OBJECTS {
13952            nvramMemorySize,
13953            nvramWindowSize,
13954            nvramPCIErrorCount,
13955            nvramMemoryErrorCount,
13956            nvramBatteryStatus,
13957            nvramBatteryCharge,
13958            nvramHCMemorySize
13959        }
13960        STATUS  current
13961        DESCRIPTION
13962            "A collection of objects providing nvram monitoring information."
13963        ::= { dataDomainMibGroups 2 }
13964
13965    fileSystemGroup OBJECT-GROUP
13966        OBJECTS {
13967            fileSystemStatus,
13968            fileSystemVirtualSpace,
13969            fileSystemResourceName,
13970            fileSystemSpaceSize,
13971            fileSystemSpaceUsed,
13972            fileSystemSpaceAvail,
13973            fileSystemPercentUsed,
13974            fileSystemSpaceCleanable,
13975            fileSystemCompressionPeriod,
13976            fileSystemCompressionStartTime,
13977            fileSystemCompressionEndTime,
13978            fileSystemPreCompressionSize,
13979            fileSystemPostCompressionSize,
13980            fileSystemGlobalCompressionFactor,
13981            fileSystemLocalCompressionFactor,
13982            fileSystemTotalCompressionFactor,
13983            fileSystemReductionPercent
13984        }
13985        STATUS  deprecated
13986        DESCRIPTION
13987            "A collection of objects providing file system monitoring information."
13988        ::= { dataDomainMibGroups 3 }
13989
13990    alertsGroup OBJECT-GROUP
13991        OBJECTS {
13992            currentAlertTimestamp,
13993            currentAlertDescription,
13994            currentAlertSeverity,
13995	    currentAlertID,
13996            alertHistoryTimestamp,
13997            alertHistoryDescription,
13998            alertHistorySeverity,
13999            alertHistoryStatus,
14000            alertInfoDescription
14001        }
14002        STATUS  current
14003        DESCRIPTION
14004            "A collection of objects providing alert monitoring information."
14005        ::= { dataDomainMibGroups 4 }
14006
14007    statisticsGroup OBJECT-GROUP
14008        OBJECTS {
14009            cpuAvgPercentageBusy,
14010            cpuMaxPercentageBusy,
14011            nfsOpsPerSecond,
14012            nfsIdlePercentage,
14013            nfsProcPercentage,
14014            nfsSendPercentage,
14015            nfsReceivePercentage,
14016            cifsOpsPerSecond,
14017            diskReadKBytesPerSecond,
14018            diskWriteKBytesPerSecond,
14019            diskBusyPercentage,
14020            nvramReadKBytesPerSecond,
14021            nvramWriteKBytesPerSecond,
14022            replInKBytesPerSecond,
14023            replOutKBytesPerSecond
14024        }
14025        STATUS  current
14026        DESCRIPTION
14027            "A collection of objects providing statistics information."
14028        ::= { dataDomainMibGroups 5 }
14029
14030    internalDiskStorageGroup OBJECT-GROUP
14031        OBJECTS {
14032            diskModel,
14033            diskFirmwareVersion,
14034            diskSerialNumber,
14035            diskCapacity,
14036            diskPropState,
14037	    diskPack,
14038            diskSectorsRead,
14039            diskSectorsWritten,
14040            diskTotalKBytes,
14041            diskBusy,
14042            diskPerfState,
14043            diskTemperature,
14044            diskTimeoutCount,
14045            diskReadFailCount,
14046            diskWriteFailCount,
14047            diskMiscFailCount,
14048            diskOffTrackErrCount,
14049            diskSoftEccCount,
14050            diskCrcErrCount,
14051            diskProbationalCount,
14052            diskReallocCount,
14053            diskErrState
14054        }
14055        STATUS  current
14056        DESCRIPTION
14057            "A collection of objects providing internal disk monitoring information."
14058        ::= { dataDomainMibGroups 7 }
14059
14060    externalUnmanagedDiskStorageGroup OBJECT-GROUP
14061        OBJECTS {
14062            diskModel,
14063            diskFirmwareVersion,
14064            diskSerialNumber,
14065            diskCapacity,
14066            diskPropState,
14067            diskSectorsRead,
14068            diskSectorsWritten,
14069            diskTotalKBytes,
14070            diskBusy,
14071            diskPerfState,
14072            diskPropTrapIndex,
14073            diskErrTrapIndex
14074        }
14075        STATUS  current
14076        DESCRIPTION
14077            "A collection of objects providing external unmanaged disk monitoring information."
14078        ::= { dataDomainMibGroups 8 }
14079
14080    basicNotificationsGroup NOTIFICATION-GROUP
14081        NOTIFICATIONS {
14082            powerSupplyFailedAlarm,
14083            systemOverheatWarningAlarm,
14084            systemOverheatAlertAlarm,
14085            systemOverheatShutdownAlarm,
14086            fanModuleFailedAlarm,
14087            nvramFailingAlarm,
14088            fileSystemFailedAlarm,
14089            fileSpaceMaintenanceAlarm,
14090            fileSpacePreWarningAlarm,
14091            fileSpaceWarningAlarm,
14092            fileSpaceSevereAlarm,
14093            fileSpaceCriticalAlarm,
14094            diskOverheatWarningAlarm,
14095            diskOverheatAlertAlarm,
14096            diskOverheatShutdownAlarm,
14097            diskFailedAlarm,
14098            diskNoSpareAlarm,
14099            diskPathAlarm,
14100            diskSASAlarm,
14101            diskSASHBAAlarm,
14102            snapshotFullAlarm,
14103            snapshotHWMAlarm,
14104            clusterNodeAlarm,
14105            clusterInterfaceAlarm,
14106            replSyncAlarm,
14107            systemStartupAlarm,
14108            filesysRelaunchAlarm,
14109            filesysDDGCFailedAlarm,
14110            filesysGeneralProblemAlarm,
14111            diskUnsupportedAlarm,
14112            eventIPMIUnmanageAlarm,
14113            raidReconSevereAlarm,
14114            raidReconCriticalAlarm,
14115            raidReconCriticalShutdownAlarm,
14116            raidGroupMissingAlarm
14117        }
14118        STATUS  deprecated
14119        DESCRIPTION
14120            "A collection of objects providing basic notifications."
14121        ::= { dataDomainMibGroups 9 }
14122
14123    internalDiskStorageNotificationsGroup NOTIFICATION-GROUP
14124        NOTIFICATIONS {
14125            diskFailedAlarm,
14126            diskOverheatWarningAlarm,
14127            diskOverheatAlertAlarm,
14128            diskOverheatShutdownAlarm
14129        }
14130        STATUS  deprecated
14131        DESCRIPTION
14132            "A collection of objects providing internal disk storage notifications."
14133        ::= { dataDomainMibGroups 10 }
14134
14135        replGroup OBJECT-GROUP
14136        OBJECTS {
14137                replState,
14138                replStatus,
14139                replFileSysStatus,
14140                replConnTime,
14141                replSource,
14142                replDestination,
14143                replPreCompBytesSent,
14144                replPostCompBytesSent,
14145                replPreCompBytesRemaining,
14146                replPostCompBytesReceived,
14147                replThrottle,
14148                replSyncedAsOfTime,
14149                replConfigContextId,
14150                replConfigSource,
14151                replConfigDest,
14152                replConfigConnHost,
14153                replConfigConnPort,
14154                replConfigLowBWOptim,
14155                replConfigEnabled,
14156                replConfigTenantUnit,
14157                replHistoryDate,
14158                replHistoryTime,
14159                replHistoryPreCompWritten,
14160                replHistoryPreCompRemaining,
14161                replHistoryPreCompressed,
14162                replHistoryPostFiltered,
14163                replHistoryPostLowBwOptim,
14164                replHistoryPostLocalComp,
14165                replHistoryBytesNetwork,
14166                replHistorySyncedAsOfTime,
14167                replTrapContext,
14168                replPerformancePreCompKBPerSec,
14169                replPerformanceNetworkKBPerSec,
14170                replPerformanceStreams,
14171                replPerformanceBusyReading,
14172                replPerformanceBusyMeta,
14173                replPerformanceWaitingDest,
14174                replPerformanceWaitingNetwork
14175        }
14176        STATUS  current
14177        DESCRIPTION
14178                "a collection of objects providing replication pair config and monitoring information."
14179        ::= { dataDomainMibGroups 11 }
14180
14181    nfsGroup OBJECT-GROUP
14182        OBJECTS {
14183            nfsStatus,
14184            nfsClientPath,
14185            nfsClientClients,
14186            nfsClientOptions,
14187            nfsStatsExportPoint,
14188            nfsStatsFilesystemType,
14189            nfsStatsCacheEntry,
14190            nfsStatsFileHandleLookup,
14191            nfsStatsMaxCacheSize,
14192            nfsStatsCurrentOpenStreams,
14193            nfsActivePath,
14194            nfsActiveClients,
14195            nfsPortService,
14196            nfsPortPort
14197        }
14198        STATUS  current
14199        DESCRIPTION
14200            "A collection of objects providing NFS monitoring information."
14201        ::= { dataDomainMibGroups 12 }
14202
14203    cifsGroup OBJECT-GROUP
14204        OBJECTS {
14205            cifsStatus,
14206            cifsConfigMode,
14207            cifsConfigWINSServer,
14208            cifsConfigNetBIOSHostname,
14209            cifsConfigDomainController,
14210            cifsConfigDNS,
14211            cifsConfigGroupName,
14212            cifsConfigMaxConnection,
14213            cifsConfigMaxOpenFilesPerConnection,
14214            cifsShareName,
14215            cifsSharePath,
14216            cifsShareClients,
14217            cifsShareUser,
14218            cifsShareComment,
14219            cifsShareBrowsing,
14220            cifsShareWriteable,
14221            cifsShareMaxConnection,
14222            cifsOptionsName,
14223            cifsOptionsValue
14224        }
14225        STATUS  deprecated
14226        DESCRIPTION
14227            "A collection of objects providing CIFS monitoring information."
14228        ::= { dataDomainMibGroups 13 }
14229
14230    vtlGroup OBJECT-GROUP
14231        OBJECTS {
14232            vtlAdminState,
14233            vtlProcessState,
14234            vtlLibraryName,
14235            vtlLibraryVendor,
14236            vtlLibraryModel,
14237            vtlLibraryRevision,
14238            vtlLibrarySerial,
14239            vtlLibraryTotalDrives,
14240            vtlLibraryTotalSlots,
14241            vtlLibraryTotalCaps,
14242            vtlLibraryStatus,
14243            vtlDriveName,
14244            vtlDriveVendor,
14245            vtlDriveModel,
14246            vtlDriveRevision,
14247            vtlDriveSerial,
14248            vtlDriveLibraryName,
14249            vtlDriveStatus,
14250            vtlDriveTapeVolume,
14251            vtlGroupName,
14252            vtlGroupInitiaterCount,
14253            vtlGroupDeviceCount,
14254            vtlGroupDeviceGroupName,
14255            vtlGroupDeviceDeviceName,
14256            vtlGroupDeviceLun,
14257            vtlGroupDevicePrimaryPorts,
14258            vtlGroupDeviceSecondaryPorts,
14259            vtlGroupDeviceInUsePorts,
14260            vtlInitiatorName,
14261            vtlInitiatorStatus,
14262            vtlInitiatorGroup,
14263            vtlInitiatorWWNN,
14264            vtlInitiatorWWPN,
14265            vtlInitiatorPort,
14266            vtlPoolPool,
14267            vtlPoolStatus,
14268            vtlPoolTapes,
14269            vtlPoolSize,
14270            vtlPoolUsed,
14271            vtlPoolComp,
14272            vtlPortName,
14273            vtlPortID,
14274            vtlPortModel,
14275            vtlPortFirmware,
14276            vtlPortWWNN,
14277            vtlPortWWPN,
14278            vtlPortConnectionType,
14279            vtlPortSpeed,
14280            vtlPortEnabled,
14281            vtlPortStatus,
14282            vtlPortTrapIndex,
14283            vtlStatsPort,
14284            vtlStatsConrolCommands,
14285            vtlStatsWriteCommands,
14286            vtlStatsReadCommands,
14287            vtlStatsIn,
14288            vtlStatsOut,
14289            vtlStatsLinkFailures,
14290            vtlStatsLIPCount,
14291            vtlStatsSyncLosses,
14292            vtlStatsSignalLosses,
14293            vtlStatsPrimSeqProtoErrors,
14294            vtlStatsInvalidTxWords,
14295            vtlStatsInvalidCRCs,
14296            vtlTapeBarCode,
14297            vtlTapePool,
14298            vtlTapeLocation,
14299            vtlTapeState,
14300            vtlTapeSize,
14301            vtlTapeUsed,
14302            vtlTapeComp,
14303            vtlTapeModTime
14304        }
14305        STATUS  current
14306        DESCRIPTION
14307            "A collection of objects providing VTL monitoring information."
14308        ::= { dataDomainMibGroups 14 }
14309
14310    ddboostGroup OBJECT-GROUP
14311        OBJECTS {
14312            ddboostAccessClientsName,
14313            ddboostAccessClientsEncryStrength,
14314            ddboostAccessClientsAuthMode,
14315            ddboostInterface,
14316            ddboostifGroupMember,
14317            ddboostBackupConnections,
14318            ddboostRestoreConnections,
14319            ddboostControlConnections,
14320            ddboostTotalConnections,
14321            ddboostFileReplHistoryDirection,
14322            ddboostFileReplHistoryNetwork,
14323            ddboostFileReplHistoryPreComp,
14324            ddboostFileReplHistoryPostComp,
14325            ddboostFileReplHistoryLowBWOpt,
14326            ddboostFileReplHistoryErrors,
14327            ddboostFileReplHistoryDate,
14328            ddboostFileReplHistoryTime,
14329            ddboostFileReplStatsDirection,
14330            ddboostFileReplStatsNetworkSent,
14331            ddboostFileReplStatsPreCompSent,
14332            ddboostFileReplStatsFiltered,
14333            ddboostFileReplStatsLowBWOpt,
14334            ddboostFileReplStatsLocalComp,
14335            ddboostFileReplStatsCompRatio,
14336            ddboostIfGroupInterface,
14337            ddboostOptionsName,
14338            ddboostOptionsStatus,
14339            ddboostStatus,
14340            ddboostUser,
14341            ddboostIfGroupStatus,
14342            ddboostPreCompKBytesPerSecond,
14343            ddboostPostCompKBytesPerSecond,
14344            ddboostNetworkKBytesPerSecond,
14345            ddboostReadKBytesPerSecond,
14346            ddboostStatsBackupConn,
14347            ddboostStatsRestoreConn,
14348            ddboostStatsImageCreatesCount,
14349            ddboostStatsImageCreatesErrors,
14350            ddboostStatsImageDeletesCount,
14351            ddboostStatsImageDeletesErrors,
14352            ddboostStatsPrecompBytesReceived,
14353            ddboostStatsBytesAfterFiltering,
14354            ddboostStatsBytesAfterLc,
14355            ddboostStatsNetworkBytesReceived,
14356            ddboostStatsCompressionRatio,
14357            ddboostStatsTotalBytesReadCount,
14358            ddboostStatsTotalBytesReadErrors,
14359            ddboostStorageUnitName,
14360            ddboostStorageUnitBytes,
14361            ddboostStorageUnitGlobalComp,
14362            ddboostStorageUnitLocalComp,
14363            ddboostStorageUnitMetaData,
14364            ddboostFileRepliPerfInPreCompKBPerSec,
14365            ddboostFileRepliPerfInNetworkKBPerSec,
14366            ddboostFileRepliPerfOutPreCompKBPerSec,
14367            ddboostFileRepliPerfOutNetworkKBPerSec
14368        }
14369        STATUS  deprecated
14370        DESCRIPTION
14371            "A collection of objects providing DDBoost monitoring information."
14372        ::= { dataDomainMibGroups 15 }
14373
14374    ddsystemGroup OBJECT-GROUP
14375        OBJECTS {
14376            systemLicenseKey,
14377            systemLicenseFeature,
14378            systemCapacityLicenseKey,
14379            systemCapacityLicenseFeature,
14380            systemCapacityLicenseModel,
14381            systemCapacityLicenseCapacity,
14382            systemHardwareSlot,
14383            systemHardwareVendor,
14384            systemHardwareDevice,
14385            systemHardwarePorts,
14386            systemPortsPort,
14387            systemPortsConnectionType,
14388            systemPortsLinkSpeed,
14389            systemPortsFirmware,
14390            systemPortsHardwareAddress,
14391            systemSerialNumber,
14392            systemCurrentTime,
14393            systemVersion,
14394            systemModelNumber,
14395            sysNotes,
14396            systemTimeZoneName,
14397            systemUserName,
14398            systemUserUID,
14399            systemUserRole,
14400            systemUserStatus
14401        }
14402        STATUS  deprecated
14403        DESCRIPTION
14404            "A collection of objects providing system monitoring information."
14405        ::= { dataDomainMibGroups 16 }
14406
14407    artGroup OBJECT-GROUP
14408        OBJECTS {
14409            artConfigStatus,
14410            artConfigMigrationSchedule,
14411            artConfigDefaultAge,
14412            artConfigFileSystemClean,
14413            artConfigCompression,
14414            artMigrationPolicyMtreeName,
14415            artMigrationPolicyDefaultAge,
14416            artMigrationScheduleSchedule,
14417            artMigrationScheduleStatus
14418        }
14419        STATUS  current
14420        DESCRIPTION
14421            "A collection of objects providing art monitoring information."
14422        ::= { dataDomainMibGroups 17 }
14423
14424    mtreeGroup OBJECT-GROUP
14425        OBJECTS {
14426            mtreeCompressionMtreePath,
14427            mtreeCompressionPreCompGib,
14428            mtreeCompressionPostCompGib,
14429            mtreeCompressionGlobalCompFactor,
14430            mtreeCompressionLocalCompFactor,
14431            mtreeCompressionPostTotalCompFactor,
14432            mtreeCompressionTimePeriod,
14433            mtreeListMtreeName,
14434            mtreeListPreCompGib,
14435            mtreeListStatus,
14436            mtreeRetentionLockMtreeName,
14437            mtreeRetentionLockStatus,
14438            mtreeRetentionLockUUID,
14439            mtreeRetentionLockMinRetentionPeriod,
14440            mtreeRetentionLockMaxRetentionPeriod
14441        }
14442        STATUS  current
14443        DESCRIPTION
14444            "A collection of objects providing mtree monitoring information."
14445        ::= { dataDomainMibGroups 18 }
14446
14447    enclosureGroup OBJECT-GROUP
14448        OBJECTS {
14449            enclosureListNum,
14450            enclosureListModel,
14451            enclosureListSerialNum,
14452            enclosureListOemName,
14453            enclosureListOemValue,
14454            enclosureListCapacity,
14455            enclosurePackID
14456        }
14457        STATUS  current
14458        DESCRIPTION
14459            "A collection of objects providing enclousure information."
14460        ::= { dataDomainMibGroups 19 }
14461
14462    managedObjectsGroup OBJECT-GROUP
14463        OBJECTS {
14464            managedSystemHostname,
14465            managedSystemSerial,
14466            managedSystemState,
14467            managedSystemStatus,
14468            managedSystemDDOSVersion,
14469            managedSystemHDSyncTime,
14470            managedSystemCDSyncTime,
14471            taskHistoryUser,
14472            taskHistoryID,
14473            taskHistoryParent,
14474            taskHistoryName,
14475            taskHistoryState,
14476            taskHistoryStartTime,
14477            taskHistoryDuration,
14478            taskActiveUser,
14479            taskActiveID,
14480            taskActiveParent,
14481            taskActiveName,
14482            taskActiveState,
14483            taskActiveStartTime,
14484            taskActiveDuration
14485        }
14486        STATUS  current
14487        DESCRIPTION
14488            "A collection of objects providing ddms system information."
14489        ::= { dataDomainMibGroups 20 }
14490
14491    networkGroup OBJECT-GROUP
14492        OBJECTS {
14493            dnsServer,
14494            searchDomainsName,
14495            snmpTrapHostsName,
14496            snmpTrapHostsVersion,
14497            nisDomain,
14498            nisServers,
14499            nisAdminGroups,
14500            nisUserGroups,
14501            nisBackupOperatorGroups,
14502            nisEnabled,
14503            nisStatus
14504        }
14505        STATUS  current
14506        DESCRIPTION
14507            "A collection of objects providing network information."
14508        ::= { dataDomainMibGroups 21 }
14509
14510    fileSystemGroupRev1 OBJECT-GROUP
14511        OBJECTS {
14512            fileSystemStatus,
14513            fileSystemVirtualSpace,
14514            fileSystemResourceName,
14515            fileSystemSpaceSize,
14516            fileSystemSpaceUsed,
14517            fileSystemSpaceAvail,
14518            fileSystemPercentUsed,
14519            fileSystemSpaceCleanable,
14520            fileSystemResourceTier,
14521            fileSystemCompressionPeriod,
14522            fileSystemCompressionStartTime,
14523            fileSystemCompressionEndTime,
14524            fileSystemPreCompressionSize,
14525            fileSystemPostCompressionSize,
14526            fileSystemGlobalCompressionFactor,
14527            fileSystemLocalCompressionFactor,
14528            fileSystemTotalCompressionFactor,
14529            fileSystemArchiveUnitName,
14530            fileSystemArchiveUnitState,
14531            fileSystemArchiveUnitStatus,
14532            fileSystemArchiveUnitStartTime,
14533            fileSystemArchiveUnitEndTime,
14534            fileSystemArchiveUnitSize,
14535            fileSystemArchiveUnitDiskGroups,
14536            fileSystemCleanStatus,
14537            fileSystemCleanSchedule,
14538            fileSystemCleanThrottle,
14539            fileSystemReductionPercent1,
14540            fileSystemOptionsName,
14541            fileSystemOptionsValue,
14542            fileSystemUpTime,
14543            fileSystemStatusMessage,
14544            fileSystemResourceTrapIndex
14545        }
14546        STATUS  current
14547        DESCRIPTION
14548            "A collection of objects providing file system monitoring information."
14549        ::= { dataDomainMibGroups 22 }
14550
14551     ddsystemGroupRev1 OBJECT-GROUP
14552        OBJECTS {
14553            systemLicenseKey,
14554            systemLicenseFeature,
14555            systemCapacityLicenseKey,
14556            systemCapacityLicenseFeature,
14557            systemCapacityLicenseModel,
14558            systemCapacityLicenseCapacity,
14559            systemHardwareVendor,
14560            systemHardwareDevice,
14561            systemHardwarePorts,
14562            systemHardwareSlotName,
14563            systemPortsPort,
14564            systemPortsConnectionType,
14565            systemPortsLinkSpeed,
14566            systemPortsFirmware,
14567            systemPortsHardwareAddress,
14568            systemSerialNumber,
14569            systemCurrentTime,
14570            systemVersion,
14571            systemModelNumber,
14572            systemTimeZoneName,
14573            systemUserName,
14574            systemUserUID,
14575            systemUserRole,
14576            systemUserStatus,
14577            systemActiveUserName,
14578            systemActiveUserIdleTime,
14579            systemActiveUserLoginTime,
14580            systemActiveUserLoginFrom,
14581            systemActiveUserTty
14582        }
14583        STATUS  current
14584        DESCRIPTION
14585            "A collection of objects providing system monitoring information."
14586        ::= { dataDomainMibGroups 23 }
14587
14588        smtGroup OBJECT-GROUP
14589        OBJECTS {
14590            smtStatus,
14591            tenantUnitListName,
14592            tenantUnitListNumberOfMgmtUsers,
14593            tenantUnitListNumberOfMtrees,
14594            tenantUnitListNumberOfDdboostStus,
14595            tenantUnitListTenantSelfServiceMode,
14596	    tenantUnitListParentTenantName,
14597	    tenantUnitListType,
14598            tenantUnitListSecurityMode,
14599            tenantUnitListNumberOfMgmtGroups,
14600            tenantUnitMgmtUserListUserRole,
14601            tenantUnitMtreeListMtreeName,
14602            tenantUnitDdboostStuListStuName,
14603            tenantUnitAdminIpInfoType,
14604    	    tenantInfoTenantName,
14605	    tenantInfoTenantUnitName,
14606            tenantUnitMgmtGroupListGroupRole,
14607            tenantUnitMgmtGroupListGroupType
14608        }
14609        STATUS  current
14610        DESCRIPTION
14611            "A collection of objects providing Secure Multi-Tenancy (SMT) information."
14612        ::= { dataDomainMibGroups 24 }
14613
14614        quotaGroup OBJECT-GROUP
14615        OBJECTS {
14616            quotaCapacityStatus,
14617            quotaCapacityMtreeName,
14618            quotaCapacityPreCompMiB,
14619            quotaCapacitySoftLimitMiB,
14620            quotaCapacityHardLimitMiB,
14621            quotaCapacityTenantUnit
14622        }
14623        STATUS  current
14624        DESCRIPTION
14625            "A collection of objects providing quota information."
14626        ::= { dataDomainMibGroups 25 }
14627
14628    ddboostGroupRev1 OBJECT-GROUP
14629        OBJECTS {
14630            ddboostAccessClientsName,
14631            ddboostInterface,
14632            ddboostifGroupMember,
14633            ddboostBackupConnections,
14634            ddboostRestoreConnections,
14635            ddboostControlConnections,
14636            ddboostTotalConnections,
14637            ddboostFileReplHistoryDirection,
14638            ddboostFileReplHistoryNetwork,
14639            ddboostFileReplHistoryPreComp,
14640            ddboostFileReplHistoryPostComp,
14641            ddboostFileReplHistoryLowBWOpt,
14642            ddboostFileReplHistoryErrors,
14643            ddboostFileReplHistoryDate,
14644            ddboostFileReplHistoryTime,
14645            ddboostFileReplStatsDirection,
14646            ddboostFileReplStatsNetworkSent,
14647            ddboostFileReplStatsPreCompSent,
14648            ddboostFileReplStatsFiltered,
14649            ddboostFileReplStatsLowBWOpt,
14650            ddboostFileReplStatsLocalComp,
14651            ddboostFileReplStatsCompRatio,
14652            ddboostIfGroupInterface,
14653            ddboostOptionsName,
14654            ddboostOptionsStatus,
14655            ddboostStatus,
14656            ddboostUserName,
14657            ddboostIfGroupStatus,
14658            ddboostPreCompKBytesPerSecond,
14659            ddboostPostCompKBytesPerSecond,
14660            ddboostNetworkKBytesPerSecond,
14661            ddboostReadKBytesPerSecond,
14662            ddboostStatsBackupConn,
14663            ddboostStatsRestoreConn,
14664            ddboostStatsImageCreatesCount,
14665            ddboostStatsImageCreatesErrors,
14666            ddboostStatsImageDeletesCount,
14667            ddboostStatsImageDeletesErrors,
14668            ddboostStatsPrecompBytesReceived,
14669            ddboostStatsBytesAfterFiltering,
14670            ddboostStatsBytesAfterLc,
14671            ddboostStatsNetworkBytesReceived,
14672            ddboostStatsCompressionRatio,
14673            ddboostStatsTotalBytesReadCount,
14674            ddboostStatsTotalBytesReadErrors,
14675            ddboostStorageUnitName,
14676            ddboostStorageUnitBytes,
14677            ddboostStorageUnitGlobalComp,
14678            ddboostStorageUnitLocalComp,
14679            ddboostStorageUnitMetaData,
14680            ddboostFileRepliPerfInPreCompKBPerSec,
14681            ddboostFileRepliPerfInNetworkKBPerSec,
14682            ddboostFileRepliPerfOutPreCompKBPerSec,
14683            ddboostFileRepliPerfOutNetworkKBPerSec
14684        }
14685        STATUS  deprecated
14686        DESCRIPTION
14687            "A collection of objects providing DDBoost monitoring information."
14688        ::= { dataDomainMibGroups 26 }
14689
14690    ddboostGroupRev2 OBJECT-GROUP
14691        OBJECTS {
14692            ddboostAccessClientsName,
14693            ddboostInterface,
14694            ddboostifGroupMember,
14695            ddboostBackupConnections,
14696            ddboostRestoreConnections,
14697            ddboostControlConnections,
14698            ddboostTotalConnections,
14699            ddboostFileReplHistoryDirection,
14700            ddboostFileReplHistoryNetwork,
14701            ddboostFileReplHistoryPreComp,
14702            ddboostFileReplHistoryPostComp,
14703            ddboostFileReplHistoryLowBWOpt,
14704            ddboostFileReplHistoryErrors,
14705            ddboostFileReplHistoryDate,
14706            ddboostFileReplHistoryTime,
14707            ddboostFileReplStatsDirection,
14708            ddboostFileReplStatsNetworkSent,
14709            ddboostFileReplStatsPreCompSent,
14710            ddboostFileReplStatsFiltered,
14711            ddboostFileReplStatsLowBWOpt,
14712            ddboostFileReplStatsLocalComp,
14713            ddboostFileReplStatsCompRatio,
14714            ddboostIfGroupInterface,
14715            ddboostOptionsName,
14716            ddboostOptionsStatus,
14717            ddboostStatus,
14718            ddboostUserName,
14719	    ddboostUserDefaultTenantUnit,
14720	    ddboostIfGroupName,
14721	    ddboostIfGroupCurrentStatus,
14722            ddboostPreCompKBytesPerSecond,
14723            ddboostPostCompKBytesPerSecond,
14724            ddboostNetworkKBytesPerSecond,
14725            ddboostReadKBytesPerSecond,
14726            ddboostStatsBackupConn,
14727            ddboostStatsRestoreConn,
14728            ddboostStatsImageCreatesCount,
14729            ddboostStatsImageCreatesErrors,
14730            ddboostStatsImageDeletesCount,
14731            ddboostStatsImageDeletesErrors,
14732            ddboostStatsPrecompBytesReceived,
14733            ddboostStatsBytesAfterFiltering,
14734            ddboostStatsBytesAfterLc,
14735            ddboostStatsNetworkBytesReceived,
14736            ddboostStatsCompressionRatio,
14737            ddboostStatsTotalBytesReadCount,
14738            ddboostStatsTotalBytesReadErrors,
14739            ddboostStorageUnitName,
14740            ddboostStorageUnitBytes,
14741            ddboostStorageUnitGlobalComp,
14742            ddboostStorageUnitLocalComp,
14743            ddboostStorageUnitMetaData,
14744            ddboostStorageUnitStatus,
14745            ddboostStorageUnitPreComp,
14746            ddboostStorageUnitUser,
14747            ddboostStorageUnitReportPhysicalSize,
14748            ddboostFileRepliPerfInPreCompKBPerSec,
14749            ddboostFileRepliPerfInNetworkKBPerSec,
14750            ddboostFileRepliPerfOutPreCompKBPerSec,
14751            ddboostFileRepliPerfOutNetworkKBPerSec
14752        }
14753        STATUS  current
14754        DESCRIPTION
14755            "A collection of objects providing DDBoost monitoring information."
14756        ::= { dataDomainMibGroups 27 }
14757
14758        highAvailabilityGroup OBJECT-GROUP
14759        OBJECTS {
14760            haSystemName,
14761            haSystemStatus,
14762            haInterconnectStatus,
14763            haPrimaryHeartbeatStatus,
14764            haExternalLanHeartbeatStatus,
14765            haHardwareCompatibilityCheck,
14766            haSoftwareVersionCheck,
14767            highAvailabilityNodeName,
14768            highAvailabilityNodeId,
14769            highAvailabilityNodeRole,
14770            highAvailabilityNodeState,
14771            highAvailabilityNodeHealth,
14772            highAvailabilityComponentName,
14773            highAvailabilityComponentState
14774        }
14775        STATUS  current
14776        DESCRIPTION
14777            "A collection of objects providing High Availability information."
14778        ::= { dataDomainMibGroups 28 }
14779
14780        scsitargetObjectGroup OBJECT-GROUP
14781        OBJECTS {
14782            scsitargetAdminState,
14783            scsitargetProcessState,
14784            scsitargetGroupName,
14785            scsitargetGroupService,
14786            scsitargetGroupActiveState,
14787            scsitargetGroupNumInitiators,
14788            scsitargetGroupNumDevices,
14789            scsitargetInitiatorName,
14790            scsitargetInitiatorSystemAddress,
14791            scsitargetInitiatorGroup,
14792            scsitargetInitiatorService,
14793            scsitargetInitiatorAddressMethod,
14794            scsitargetInitiatorTransport,
14795            scsitargetInitiatorFcWwpn,
14796            scsitargetInitiatorFcWwnn,
14797            scsitargetInitiatorFcSymbolicPortName,
14798            scsitargetInitiatorEndpInitiator,
14799            scsitargetInitiatorEndpEndpoint,
14800            scsitargetInitiatorEndpStatus,
14801            scsitargetEndpointName,
14802            scsitargetEndpointCurrentSystemAddress,
14803            scsitargetEndpointPrimarySystemAddress,
14804            scsitargetEndpointSecondarySystemAddress,
14805            scsitargetEndpointEnabled,
14806            scsitargetEndpointStatus,
14807            scsitargetEndpointTransport,
14808            scsitargetEndpointFcWwnn,
14809            scsitargetEndpointFcWwpn,
14810            scsitargetPortSystemAddress,
14811            scsitargetPortEnabled,
14812            scsitargetPortStatus,
14813            scsitargetPortTransport,
14814            scsitargetPortOperationalStatus,
14815            scsitargetPortFcNpiv,
14816            scsitargetPortPortId,
14817            scsitargetPortModel,
14818            scsitargetPortFirmware,
14819            scsitargetPortFcBaseWwnn,
14820            scsitargetPortFcBaseWwpn,
14821            scsitargetPortFcCurrentWwnn,
14822            scsitargetPortFcCurrentWwpn,
14823            scsitargetPortFcp2Retry,
14824            scsitargetPortConnectionType,
14825            scsitargetPortLinkSpeed,
14826            scsitargetPortFcTopology,
14827            scsitargetPortEndpPort,
14828            scsitargetPortEndpEndpoint,
14829            scsitargetPortEndpEnabled,
14830            scsitargetPortEndpStatus,
14831            scsitargetPortEndpCurrentInstance,
14832            scsitargetDeviceName,
14833            scsitargetDeviceService,
14834            scsitargetDeviceActiveState,
14835            scsitargetDeviceAddress,
14836            scsitargetDeviceGrpDevice,
14837            scsitargetDeviceGrpGroupName,
14838            scsitargetDeviceGrpLun,
14839            scsitargetDeviceGrpPrimaryEndpoints,
14840            scsitargetDeviceGrpSecondaryEndpoints,
14841            scsitargetDeviceGrpInUseEndpoints
14842        }
14843        STATUS  current
14844        DESCRIPTION
14845            "A collection of objects providing Scsitarget information."
14846        ::= { dataDomainMibGroups 29 }
14847
14848    cifsGroupRev1 OBJECT-GROUP
14849        OBJECTS {
14850            cifsStatus,
14851            cifsConfigMode,
14852            cifsConfigWINSServer,
14853            cifsConfigNetBIOSHostname,
14854            cifsConfigDomainController,
14855            cifsConfigDNS,
14856            cifsConfigGroupName,
14857            cifsConfigMaxConnection,
14858            cifsConfigMaxOpenFiles,
14859            cifsShareName,
14860            cifsSharePath,
14861            cifsShareClients,
14862            cifsShareUser,
14863            cifsShareComment,
14864            cifsShareBrowsing,
14865            cifsShareWriteable,
14866            cifsShareMaxConnection,
14867            cifsOptionsName,
14868            cifsOptionsValue
14869        }
14870        STATUS  current
14871        DESCRIPTION
14872            "A collection of objects providing CIFS monitoring information."
14873        ::= { dataDomainMibGroups 30 }
14874
14875END
14876