HP-ICF-JOB-SCHEDULER-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.5.1.105
- Last updated
- 2016-05-04 00:00
- Organization
- HP Networking
- Revisions
- 2016-05-04 00:00, 2016-04-19 00:00, 2015-08-27 00:00, 2015-05-13 00:00, 2013-10-05 00:00
- Namespace
- hp
- Source file
HP-ICF-JOB-SCHEDULER-MIB- Digest
sha256:8308bbbac544d3e7d6e1746a7a3f611470dfc4131f6d88295e4af81f17dafa6b
Description
This MIB module contains HP proprietary objects used to configure Job Scheduling.
Contact
Hewlett-Packard Company 8000 Foothills Blvd. Roseville, CA 95747
Imports
| From | Symbols |
|---|---|
| HP-ICF-OID | hpSwitch |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DateAndTime, DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HP-ICF-JOB-SCHEDULER-MIB HP-ICF-OID SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hpicfJobSchedulerObjects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.105.1 | |||
| hpicfJobSchedulerTable OBJECT-TYPE This table defines a set of jobs which run as per the schedule or when a particular event occurs. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1 | not-accessible | current | |
| hpicfJobSchedulerEntry OBJECT-TYPE An entry in the table which provides information about a scheduled job. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1 | not-accessible | current | |
| hpicfJobSchedulerName OBJECT-TYPE A unique name for a scheduled job. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.1 | DisplayString (SIZE(1..40)) | not-accessible | current |
| hpicfJobSchedulerRowStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.2 | RowStatus | read-create | current |
| hpicfJobSchedulerCommand OBJECT-TYPE The CLI command to execute when the job is run. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.3 | OCTET STRING (SIZE(0..255)) | read-write | current |
| hpicfJobSchedulerConfigSave OBJECT-TYPE This flag causes any configuration changes made by the job to be saved at completion. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.4 | TruthValue | read-write | current |
| hpicfJobSchedulerRunCount OBJECT-TYPE The number of times since the device booted that the job has run. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.5 | Unsigned32 | read-only | current |
| hpicfJobSchedulerErrorCount OBJECT-TYPE The number of times since the device booted that the job has resulted in an error. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.6 | Unsigned32 | read-only | current |
| hpicfJobSchedulerLastOutput OBJECT-TYPE The first 255 characters of output from the last job execution. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.7 | OCTET STRING (SIZE(0..255)) | read-only | current |
| hpicfJobSchedulerEvent OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.8 | Bits {reboot(0), failover(1)} | read-write | current |
| hpicfJobSchedulerCalendarMonth OBJECT-TYPE The set of months when this job should run. Some devices may allow only a single month to be specified in the bitmap. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.9 | 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)} | read-write | current |
| hpicfJobSchedulerCalendarDayOfMonth OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.10 | 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)} | read-write | current |
| hpicfJobSchedulerCalendarDayOfWeek OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.11 | Bits {sunday(0), monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6)} | read-write | current |
| hpicfJobSchedulerCalendarHour OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.12 | 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)} | read-write | current |
| hpicfJobSchedulerCalendarMinute OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.13 | 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)} | read-write | current |
| hpicfJobSchedulerDelay OBJECT-TYPE The delay in minutes before running the job. For recurring jobs, this value is the delay before running the job again. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.14 | Unsigned32 (1..527039) | read-write | current |
| hpicfJobSchedulerCount OBJECT-TYPE The object is set to determine the number of times this job would run. The object value is set 0 if the job has no expiration count. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.15 | Unsigned32 (0..1000) | read-write | current |
| hpicfJobSchedulerStatus OBJECT-TYPE Indicates whether the job is enabled or disabled. The object has value true(1) if job status is enabled; otherwise the object has value false(2) if job is disabled. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.16 | TruthValue | read-write | current |
| hpicfJobSchedulerRunningStatus OBJECT-TYPE Indicates whether the job running status is Active, Inactive or Expired. If the job is running, the status becomes Active. If the count has Expired, the status becomes Expired and if the job is Disabled, the running status becomes Inactive. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.17 | INTEGER {active(1), inactive(2), expired(3)} | read-only | current |
| hpicfJobSchedulerLastRunTime OBJECT-TYPE Indicates the Last Run date and time of the scheduled job.When job has not run even for once, it will show value as 0. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.18 | DateAndTime | read-only | current |
| hpicfJobSchedulerSkipCount OBJECT-TYPE This object indicates the number of times this job is skipped for execution. If no job is skipped, the value of this object is set to 0. | 1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.19 | Unsigned32 (0..1000) | read-only | current |
| hpicfJobSchedulerConformance OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.105.2 | |||
| hpicfJobSchedulerMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.105.2.1 | |||
| hpicfJobSchedulerMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.105.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| hpicfJobSchedulerMIBCompliance MODULE-COMPLIANCE The compliance statement for device support of HP-ICF-JOB-SCHEDULER-MIB. | 1.3.6.1.4.1.11.2.14.11.5.1.105.2.1.1 | deprecated |
| hpicfJobSchedulerMIBCompliance1 MODULE-COMPLIANCE The compliance statement for device support of HP-ICF-JOB-SCHEDULER-MIB. | 1.3.6.1.4.1.11.2.14.11.5.1.105.2.1.2 | deprecated |
| hpicfJobSchedulerMIBCompliance2 MODULE-COMPLIANCE The compliance statement for device support of HP-ICF-JOB-SCHEDULER-MIB. | 1.3.6.1.4.1.11.2.14.11.5.1.105.2.1.3 | deprecated |
| hpicfJobSchedulerMIBCompliance3 MODULE-COMPLIANCE The compliance statement for device support of HP-ICF-JOB-SCHEDULER-MIB. | 1.3.6.1.4.1.11.2.14.11.5.1.105.2.1.4 | current |
| hpicfJobSchedulerGroup OBJECT-GROUP A collection of objects providing configuration of scheduled jobs. | 1.3.6.1.4.1.11.2.14.11.5.1.105.2.2.1 | deprecated |
| hpicfJobSchedulerGroup1 OBJECT-GROUP A collection of objects providing configuration of scheduled jobs. | 1.3.6.1.4.1.11.2.14.11.5.1.105.2.2.2 | deprecated |
| hpicfJobSchedulerGroup2 OBJECT-GROUP A collection of objects providing configuration of scheduled jobs. | 1.3.6.1.4.1.11.2.14.11.5.1.105.2.2.3 | deprecated |
| hpicfJobSchedulerGroup3 OBJECT-GROUP A collection of objects providing configuration of scheduled jobs. | 1.3.6.1.4.1.11.2.14.11.5.1.105.2.2.4 | current |