HP-ICF-JOB-SCHEDULER-MIB

File: HP-ICF-JOB-SCHEDULER-MIB.mib (13137 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
HP-ICF-OID

Imported symbols

MODULE-IDENTITY OBJECT-TYPE MODULE-COMPLIANCE
OBJECT-GROUP Unsigned32 DisplayString
RowStatus TruthValue hpSwitch

Defined Types

HpIcfSwitchJobSchedulerEntry  
SEQUENCE    
  hpicfJobSchedulerName DisplayString
  hpicfJobSchedulerRowStatus RowStatus
  hpicfJobSchedulerCommand OCTET STRING
  hpicfJobSchedulerConfigSave TruthValue
  hpicfJobSchedulerRunCount Unsigned32
  hpicfJobSchedulerErrorCount Unsigned32
  hpicfJobSchedulerLastOutput OCTET STRING
  hpicfJobSchedulerEvent BITS
  hpicfJobSchedulerCalendarMonth BITS
  hpicfJobSchedulerCalendarDayOfMonth BITS
  hpicfJobSchedulerCalendarDayOfWeek BITS
  hpicfJobSchedulerCalendarHour BITS
  hpicfJobSchedulerCalendarMinute BITS

Defined Values

hpicfJobSchedulerMIB 1.3.6.1.4.1.11.2.14.11.5.1.105
This MIB module contains HP proprietary objects used to configure Job Scheduling.
MODULE-IDENTITY    

hpicfJobSchedulerObjects 1.3.6.1.4.1.11.2.14.11.5.1.105.1
OBJECT IDENTIFIER    

hpicfJobSchedulerConformance 1.3.6.1.4.1.11.2.14.11.5.1.105.2
OBJECT IDENTIFIER    

hpicfJobSchedulerTable 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1
This table defines a set of jobs which run as per the schedule or when a particular event occurs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpIcfSwitchJobSchedulerEntry

hpicfJobSchedulerEntry 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1
An entry in the table which provides information about a scheduled job.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpIcfSwitchJobSchedulerEntry  

hpicfJobSchedulerName 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.1
A unique name for a scheduled job.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..40)  

hpicfJobSchedulerRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.2
The Row Status of this entry. To create a new entry, send an SNMP SET request with a RowStatus of 'createAndGo'. active - the job is ready to run as scheduled. notInService - not valid for this table. notReady - the job is not fully configured. createAndGo - create a new entry. createAndWait - not valid for this table. delete - delete the entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfJobSchedulerCommand 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.3
The CLI command to execute when the job is run.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpicfJobSchedulerConfigSave 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.4
This flag causes any configuration changes made by the job to be saved at completion.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfJobSchedulerRunCount 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.5
The number of times since the device booted that the job has run.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfJobSchedulerErrorCount 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.6
The number of times since the device booted that the job has resulted in an error.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfJobSchedulerLastOutput 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.7
The first 255 characters of output from the last job execution.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpicfJobSchedulerEvent 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.8
A set of events that will cause this job to run. reboot - the job is run as soon as possible after the device boots. failover - the job is executed after failover to a standby management module. This event only applies to devices that have a standby module and is ignored on other devices. The Calendar schedule objects below are ignored when any event bit is set in this object.
Status: current Access: read-write
OBJECT-TYPE    
  BITS reboot(0), failover(1)  

hpicfJobSchedulerCalendarMonth 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.9
The set of months when this job should run. Some devices may allow only a single month to be specified in the bitmap.
Status: current Access: read-write
OBJECT-TYPE    
  BITS january(0), february(1), march(2), april(3), may(4), june(5), july(6), august(7), september(8), october(9), november(10), december(11)  

hpicfJobSchedulerCalendarDayOfMonth 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.10
The set of days of the month when this job should run. Bits beginning with 'd' specify a day relative to the first day of the month. Bits beginning with 'r' specify a day relative to the last day of the month. Bit 'r1' is the last day of the month, bit 'r2' is the second to last day of the month, etc. Some devices may allow only a single day to be specified in the bitmap.
Status: current Access: read-write
OBJECT-TYPE    
  BITS d1(0), d2(1), d3(2), d4(3), d5(4), d6(5), d7(6), d8(7), d9(8), d10(9), d11(10), d12(11), d13(12), d14(13), d15(14), d16(15), d17(16), d18(17), d19(18), d20(19), d21(20), d22(21), d23(22), d24(23), d25(24), d26(25), d27(26), d28(27), d29(28), d30(29), d31(30), r1(31), r2(32), r3(33), r4(34), r5(35), r6(36), r7(37), r8(38), r9(39), r10(40), r11(41), r12(42), r13(43), r14(44), r15(45), r16(46), r17(47), r18(48), r19(49), r20(50), r21(51), r22(52), r23(53), r24(54), r25(55), r26(56), r27(57), r28(58), r29(59), r30(60), r31(61)  

hpicfJobSchedulerCalendarDayOfWeek 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.11
The days of the week when the job is scheduled to run. The Month and DayOfMonth objects above are ignored when any bit is set in this object.
Status: current Access: read-write
OBJECT-TYPE    
  BITS sunday(0), monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6)  

hpicfJobSchedulerCalendarHour 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.12
A bitmap of hours of the day when the job is scheduled to run. Times are local. Some devices may allow only a single hour to be specified in the bitmap.
Status: current Access: read-write
OBJECT-TYPE    
  BITS h0(0), h1(1), h2(2), h3(3), h4(4), h5(5), h6(6), h7(7), h8(8), h9(9), h10(10), h11(11), h12(12), h13(13), h14(14), h15(15), h16(16), h17(17), h18(18), h19(19), h20(20), h21(21), h22(22), h23(23)  

hpicfJobSchedulerCalendarMinute 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.13
A bitmap of minutes of the hour when the job is scheduled to run. Times are local. This value is combined with the Hour bitmap to create a set of times for the job to run on each scheduled day. Some devices may allow only a single minute to be specified in the bitmap.
Status: current Access: read-write
OBJECT-TYPE    
  BITS m0(0), m1(1), m2(2), m3(3), m4(4), m5(5), m6(6), m7(7), m8(8), m9(9), m10(10), m11(11), m12(12), m13(13), m14(14), m15(15), m16(16), m17(17), m18(18), m19(19), m20(20), m21(21), m22(22), m23(23), m24(24), m25(25), m26(26), m27(27), m28(28), m29(29), m30(30), m31(31), m32(32), m33(33), m34(34), m35(35), m36(36), m37(37), m38(38), m39(39), m40(40), m41(41), m42(42), m43(43), m44(44), m45(45), m46(46), m47(47), m48(48), m49(49), m50(50), m51(51), m52(52), m53(53), m54(54), m55(55), m56(56), m57(57), m58(58), m59(59)  

hpicfJobSchedulerGroup 1.3.6.1.4.1.11.2.14.11.5.1.105.2.2.1
A collection of objects providing configuration of scheduled jobs.
Status: current Access: read-write
OBJECT-GROUP    

hpicfJobSchedulerMIBCompliances 1.3.6.1.4.1.11.2.14.11.5.1.105.2.1
OBJECT IDENTIFIER    

hpicfJobSchedulerMIBGroups 1.3.6.1.4.1.11.2.14.11.5.1.105.2.2
OBJECT IDENTIFIER    

hpicfJobSchedulerMIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.105.2.1.1
The compliance statement for device support of HP-ICF-JOB-SCHEDULER-MIB.
Status: current Access: read-write
MODULE-COMPLIANCE