HPN-ICF-ISSU-MIB: View SNMP OID List / Download MIB
VENDOR: HEWLETT-PACKARD
Home | MIB: HPN-ICF-ISSU-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
hpnicfIssuUpgrade | 1.3.6.1.4.1.11.2.14.11.15.2.133 |
This MIB provides objects for upgrading images on modules in the system, objects for showing the result of an upgrade operation, and objects for showing the result of a test operation. To perform an upgrade operation, a management application must first read the hpnicfIssuUpgradeImageTable table and use the information in other tables, as explained below. You can configure a new image name for each image type as listed in hpnicfIssuUpgradeImageTable. The system will use this image on the particular module at the next reboot. The management application used to perform an upgrade operation must first check if an upgrade operation is already in progress in the system. This is done by reading the hpnicfIssuOpType ('none' indicates that no other upgrade operation is in progress. Any other value indicates that an upgrade is already in progress and a new upgrade operation is not allowed. To start an 'install' operation, the user must first perform a 'test' operation to examine the version compatibility between the given set of images and the running images. Only if the result of the 'test' operation is 'success' can the user proceed to do an install operation. The table hpnicfIssuTestResultTable provides the result of the 'test' operation performed by using hpnicfIssuOpType. The table hpnicfIssuUpgradeResultTable provides the result of the 'install' operation performed by using hpnicfIssuOpType. |
||
hpnicfIssuUpgradeMibObjects | 1.3.6.1.4.1.11.2.14.11.15.2.133.1 | |||
hpnicfIssuUpgradeGroup | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1 | |||
hpnicfIssuUpgradeImageTable | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.1 | no-access |
A table listing the image variable types that exist in the device. |
|
1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.1.1 | no-access |
An hpnicfIssuUpgradeImageEntry entry. Each entry provides an image variable type that exists in the device. |
||
hpnicfIssuUpgradeImageIndex | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.1.1.1 | integer32 | no-access |
Index of each image. |
hpnicfIssuUpgradeImageType | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.1.1.2 | integer | read-only |
Types of images that the system can run. The value of this object has four image variables names - 'boot', 'system', 'feature' and 'ipe'. This table will then list these four strings as follows: hpnicfIssuUpgradeImageType boot system feature IPE The user can assign images (using hpnicfIssuUpgradeImageURL) to these variables and the system will use the assigned images to boot. Enumeration: 'ipe': 4, 'boot': 1, 'system': 2, 'feature': 3. |
hpnicfIssuUpgradeImageURL | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.1.1.3 | displaystring | read-only |
This object contains the path of the image of this entity. |
hpnicfIssuUpgradeImageRowStatus | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.1.1.4 | rowstatus | read-only |
Row-status of image table. |
hpnicfIssuOp | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.2 | |||
hpnicfIssuOpType | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.2.1 | integer | read-write |
Command to be executed. The 'test' command must be performed before the 'install' command can be executed. The 'install' command is allowed only if a read of this object returns 'test' and the value of object hpnicfIssuOpStatus is 'success'. Command Remarks none If the user sets this object to 'none', the agent will return a success without performing an upgrade operation. done If this object returns any value other than 'none', setting this to 'done' will do the required cleanup of the previous upgrade operation and get the system ready for a new upgrade operation. test Check the version compatibility and upgrade method for the given set of image files. install For all the image entities listed in the hpnicfIssuUpgradeImageTable, perform the required upgrade operation listed in that table. rollback Abort the current 'install' operation and roll back to the previous version. Enumeration: 'test': 3, 'rollback': 5, 'none': 1, 'done': 2, 'install': 4. |
hpnicfIssuImageFileOverwrite | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.2.2 | truthvalue | read-write |
If you want to overwrite the existing file, set the value of this object to enable. Otherwise, set the value of this object to disable. |
hpnicfIssuOpTrapEnable | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.2.3 | truthvalue | read-write |
If you want to enable the trap, set the value of this object to enable. Otherwise, set the value of this object to disable. |
hpnicfIssuOpStatus | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.2.4 | integer | read-only |
Status of the specified operation. none - No operation was performed. failure - Specified operation has failed. inProgress - Specified operation is in progress. success - Specified operation completed successfully. rollbackInProgress - Rollback operation is in progress. rollbackSuccess - Rollback operation completed successfully. Enumeration: 'none': 1, 'success': 4, 'rollbackSuccess': 6, 'rollbackInProgress': 5, 'failure': 2, 'inProgress': 3. |
hpnicfIssuFailedReason | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.2.5 | displaystring | read-only |
Indicates the the cause of 'failure' state of the object 'hpnicfIssuOpStatus'. This object would be a null string if the value of 'hpnicfIssuOpStatus' is not 'failure'. |
hpnicfIssuOpTimeCompleted | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.2.6 | displaystring | read-only |
Indicates the time when the upgrade operation was completed. This object would be a null string if hpnicfIssuOpType is 'none'. |
hpnicfIssuLastOpType | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.2.7 | integer | read-only |
This object indicates the previous hpnicfIssuOp value. It will be updated after a new hpnicfIssuOp is set and delivered to the upgrade process. Command Remarks none If the user sets this object to 'none', agent will return a success without performing an upgrade operation. done If this object returns any value other than 'none', setting this to 'done' will do the required cleanup of the previous upgrade operation and get the system ready for a new upgrade operation. test Check the version compatibility and upgrade method for the given set of image files. install For all the image entities listed in the hpnicfIssuUpgradeImageTable, perform the required upgrade operation listed in that table. rollback Abort the current install operation and roll back to the previous version. Enumeration: 'test': 3, 'rollback': 5, 'none': 1, 'done': 2, 'install': 4. |
hpnicfIssuLastOpStatus | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.2.8 | integer | read-only |
This object indicates previous hpnicfIssuOpStatus value. It will be updated after new hpnicfIssuOp is set and delivered to upgrade process. none - No operation was performed. failure - Specified operation has failed. inProgress - Specified operation is active. success - Specified operation completed successfully. rollbackInProgress - Rollback operation is in progress. rollbackSuccess - Rollback operation completed successfully. Enumeration: 'none': 1, 'success': 4, 'rollbackSuccess': 6, 'rollbackInProgress': 5, 'failure': 2, 'inProgress': 3. |
hpnicfIssuLastOpFailedReason | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.2.9 | displaystring | read-only |
Indicates the cause of 'failure' state of the object 'hpnicfIssuOpStatus'. This object would be a null string if the value of 'hpnicfIssuOpStatus' is not 'failure'. The value will be updated when new hpnicfIssuOp is set and delivered to the upgrade process. |
hpnicfIssuLastOpTimeCompleted | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.1.2.10 | displaystring | read-only |
Indicates the previous hpnicfIssuOpTimeCompleted value. The value will be updated when new hpnicfIssuOp is set and delivered to the upgrade process. |
hpnicfIssuUpgradeResultGroup | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2 | |||
hpnicfIssuCompatibleResult | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.1 | |||
hpnicfIssuCompatibleResultStatus | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.1.1 | integer | read-only |
Specifies whether the images provided in hpnicfIssuUpgradeImageTable are compatible with each other as far as this module is concerned. none - No operation was performed. inCompatible - The images provided are compatible and can be run on this module. compatible - The images provided are incompatible and can be run on this module. failure - Failed to get the compatibility. Enumeration: 'compatible': 3, 'failure': 4, 'none': 1, 'inCompatible': 2. |
hpnicfIssuCompatibleResultFailedReason | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.1.2 | displaystring | read-only |
Indicates the cause of 'failure' state of the object 'hpnicfIssuCompatibleResultStatus'. This object would be a null string if the value of 'hpnicfIssuCompatibleResultStatus' is not 'failure'. |
hpnicfIssuTestResultTable | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.2 | no-access |
Shows the result of the test operation, from which you can see the upgrade method. |
|
1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.2.1 | no-access |
An hpnicfIssuTestResultEntry entry. Each entry provides the test result of a card in the device. |
||
hpnicfIssuTestResultIndex | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.2.1.1 | integer32 | no-access |
Internal index, not accessible. |
hpnicfIssuTestDeviceChassisID | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.2.1.2 | integer32 | read-only |
Chassis ID of the card. |
hpnicfIssuTestDeviceSlotID | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.2.1.3 | integer32 | read-only |
Slot ID of the card. |
hpnicfIssuTestDeviceCpuID | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.2.1.4 | integer32 | read-only |
CPU ID of the card. |
hpnicfIssuTestDeviceUpgradeWay | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.2.1.5 | integer | read-only |
Upgrade method of the device. none - No operation was performed. reboot - The upgrade method of this device is Reboot. sequenceReboot - The upgrade method of this device is SequenceReboot. issuReboot - The upgrade method of this device is IssuReboot. serviceUpgrade - The upgrade method of this device is ServiceReboot. fileUpgrade - The upgrade method of this device is FileReboot. incompatibleUpgrade - The upgrade method of this device is IncompatibleUpgrade. Enumeration: 'none': 1, 'issuReboot': 4, 'fileUpgrade': 6, 'incompatibleUpgrade': 7, 'serviceUpgrade': 5, 'sequenceReboot': 3, 'reboot': 2. |
hpnicfIssuUpgradeResultTable | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.3 | no-access |
Shows the result of the install operation. |
|
1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.3.1 | no-access |
An hpnicfIssuUpgradeResultEntry entry. Each entry provides the upgrade result of a card in the device. |
||
hpnicfIssuUpgradeResultIndex | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.3.1.1 | integer32 | no-access |
Internal Index, not accessible. |
hpnicfIssuUpgradeDeviceChassisID | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.3.1.2 | integer32 | read-only |
Chassis ID of the card. |
hpnicfIssuUpgradeDeviceSlotID | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.3.1.3 | integer32 | read-only |
Slot ID of the card. |
hpnicfIssuUpgradeDeviceCpuID | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.3.1.4 | integer32 | read-only |
CPU ID of the card. |
hpnicfIssuUpgradeState | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.3.1.5 | integer | read-only |
Upgrade status of the device. init -The current status of the device is Init. loading -The current status of the device is Loading. loaded -The current status of the device is Loaded. switching -The current status of the device is Switching. switchover -The current status of the device is Switchover. committing -The current status of the device is Committing. committed -The current status of the device is Committed. rollbacking -The current status of the device is Rollbacking. rollbacked -The current status of the device is Rollbacked. Enumeration: 'switchover': 5, 'loading': 2, 'committing': 6, 'rollbacking': 8, 'rollbacked': 9, 'init': 1, 'committed': 7, 'loaded': 3, 'switching': 4. |
hpnicfIssuDeviceUpgradeWay | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.3.1.6 | integer | read-only |
Upgrade method of the card. none - No operation was performed. reboot - The upgrade method of this device is Reboot. sequenceReboot - The upgrade method of this device is SequenceReboot. issuReboot - The upgrade method of this device is IssuReboot. serviceUpgrade - The upgrade method of this device is ServiceReboot. fileUpgrade - The upgrade method of this device is FileReboot. incompatibleUpgrade - The upgrade method of this device is IncompatibleUpgrade. Enumeration: 'none': 1, 'issuReboot': 4, 'fileUpgrade': 6, 'incompatibleUpgrade': 7, 'serviceUpgrade': 5, 'sequenceReboot': 3, 'reboot': 2. |
hpnicfIssuUpgradeDeviceStatus | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.3.1.7 | integer | read-only |
Upgrade status of the device. Enumeration: 'waitingUpgrade': 1, 'inProcess': 2, 'success': 3, 'failure': 4. |
hpnicfIssuUpgradeFailedReason | 1.3.6.1.4.1.11.2.14.11.15.2.133.1.2.3.1.8 | displaystring | read-only |
Indicates the cause of 'failure' state of the object 'hpnicfIssuUpgradeDeviceStatus'. This object would be a null string if the value of 'hpnicfIssuCompatibleResultStatus' is not 'failure'. |
hpnicfIssuUpgradeNotify | 1.3.6.1.4.1.11.2.14.11.15.2.133.2 | |||
hpnicfIssuUpgradeTrapPrefix | 1.3.6.1.4.1.11.2.14.11.15.2.133.2.0 | |||
hpnicfIssuUpgradeOpCompletionNotify | 1.3.6.1.4.1.11.2.14.11.15.2.133.2.0.1 |
An hpnicfIssuUpgradeOpCompletionNotify is sent at the completion of upgrade operation denoted by hpnicfIssuOp object, if such a notification was requested when the operation was initiated. hpnicfIssuOpType indicates the type of the operation. hpnicfIssuOpStatus indicates the result of the operation. hpnicfIssuFailedReason indicates the operation failure reason. hpnicfIssuOpTimeCompleted indicates the time when the operation was completed. |