HPN-ICF-FLASH-MAN-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.15.2.5
- Last updated
- 2013-05-23 00:00
- Revisions
- 2013-05-23 00:00
- Namespace
- hp
- Source file
HPN-ICF-FLASH-MAN-MIB- Digest
sha256:832a85b046ce8774f72ab64c12cc7459894339119eadd6813e73b6a0761d6dac
Description
This MIB contains objects to manage flash cards and flash card operations. There are no constraints on this MIB.
Imports
| From | Symbols |
|---|---|
| ENTITY-MIB | PhysicalIndex |
| HCNUM-TC | CounterBasedGauge64 |
| HPN-ICF-OID-MIB | hpnicfCommon |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp, 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.
ENTITY-MIB HCNUM-TC HPN-ICF-FLASH-MAN-MIB HPN-ICF-OID-MIB IANA-ENTITY-MIB INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC UUID-TC-MIB
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| HpnicfFlashOperationStatus TEXTUAL-CONVENTION The status of the specified operation can be one of the following. opInProgress : The operation is in process. opSuccess : The operation has been completed successfully. opInvalid : The command is invalid or command-protocol-device combination is unsupported by the system. opInvalidProtocol : Invalid protocol is specified. opInvalidSourceName : Invalid source file name is specified. opInvalidDestName : Invalid target name is specified. opInvalidServerAddress : Invalid server address is specified. opDeviceBusy : The device is in use and locked by another process. opDeviceOpenError : Invalid device name is specified. opDeviceError : Device read, write or erase error. opDeviceNotProgrammable : Device is read-only but a write or erase operation was specified. opDeviceFull : Device is filled to capacity. opFileOpenError : Invalid file name; file not found in partition. opFileTransferError : File transfer was unsuccessful. opFileChecksumError : File checksum in Flash is invalid. opNoMemory : System is running in low on memory. opUnknownFailure : Failure which is unknown. opDeleteFileOpenError : File is in used by another process. opDeleteInvalidDevice : Invalid device name is specified. opDeleteInvalidFunction : Deleted operation is unsupported by the device. opDeleteOperationError : Operation is in a low error. opDeleteInvalidFileName : Invalid file name is specified. pDeleteDeviceBusy : The device is in use and locked by another process. opDeleteParaError : The parameters are invalid. opDeleteInvalidPath : The file path is invalid. opDeleteFileNotExistInSlave : Failed to delete file, because the file is not exist in the slave. opDeleteFileFailedInSlave : Operation is fail when delete file in the slave. opSlaveFull : Operation is fail for the slave don't have enough space. opCopyToSlaveFailure : Operation is fail when copy file to the slave. | current | |||
| HpnicfFlashPartitionStatus TEXTUAL-CONVENTION If device is not programmable the value of it will be 'readOnly'; If the current image is running from this partition the value of it will be 'runFromFlash' If device is programmable the value of it will be 'readWrite'. | current | |||
| HpnicfFlashPartitionUpgradeMode TEXTUAL-CONVENTION Flash partition upgrade method, i.e., method by which new files can be downloaded into the partition. FLH stands for Flash Load Helper, a feature provided on run-from-Flash systems for upgrading Flash. This feature uses the bootstrap code in ROMs to help in automatic download. This object should be retrieved if the partition status is runFromFlash(2). If the partition status is readOnly(1), the upgrade method would depend on the reason for the readOnly status. For example, it may simply be a matter of installing the programming jumper, or it may require execution of a later version of software that supports the Flash chips. unknown - the current system image does not know how Flash can be programmed. A possible method would be to reload the ROM image and perform the upgrade manually. rxbootFLH - the Flash Load Helper is available to download files to Flash. A copy-to-flash command can be used and this system image will automatically reload the Rxboot image in ROM and direct it to carry out the download request. direct - will be done directly by this image. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hpnicfFlashManMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.5.1 | |||
| hpnicfFlashDevice OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1 | |||
| hpnicfFlhSupportNum OBJECT-TYPE Specifies the total number of flash which the system supported. The MIB should not be loaded if there is no flash in the system and so the value here will be a minimum of 1. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.1 | Integer32 | read-only | current |
| hpnicfFlashTable OBJECT-TYPE This table gives the properties of all the flashes on the system. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2 | not-accessible | current | |
| hpnicfFlashEntry OBJECT-TYPE The entry of hpnicfFlashTable. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1 | not-accessible | current | |
| hpnicfFlhIndex OBJECT-TYPE The index of hpnicfFlashTable. There are two parts for this index depicted as follows: 31 15 0 +++++++++++++++++++++++++++++++++++++++++ + entity index + random index + + ( bit 16..31 ) ( bit 0..15 ) + +++++++++++++++++++++++++++++++++++++++++ From bit0 to bit15 (two bytes), it has a minimum value of 1, and maximum value of the same as the value of hpnicfFlhSupportNum. From bit16 to bit31 (two bytes), it is the physical index the same as the entPhysicalIndex specified in ENTITY-MIB. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.1 | Integer32 (1..2147483647) | read-only | current |
| hpnicfFlhSize OBJECT-TYPE Specifies the total size of the flash indexed by hpnicfFlhIndex. The value should be zero if the flash is removed for a removable device. If the total size of the flash exceeds 2,147,483,647 bytes, hpnicfFlhHCSize specifies the actual size. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.2 | Integer32 | read-only | deprecated |
| hpnicfFlhPos OBJECT-TYPE The position of the flash device in system. This object is an index of entPhysicalTable in ENTITY-MIB. If the value of this object is 0, the main processor is indicated. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.3 | PhysicalIndex | read-only | current |
| hpnicfFlhName OBJECT-TYPE The flash name within the system. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.4 | DisplayString (SIZE(0..255)) | read-only | current |
| hpnicfFlhChipNum OBJECT-TYPE The chip numbers in the flash. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.5 | Integer32 (1..64) | read-only | current |
| hpnicfFlhDescr OBJECT-TYPE Description of the purpose of the flash in the system. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.6 | DisplayString (SIZE(0..64)) | read-only | current |
| hpnicfFlhInitTime OBJECT-TYPE The initialization time for the flash component or partition, recorded using the system time. This will be the boot time for a fixed device. For a removable component or a partition, it will be the initialization time. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.8 | TimeStamp | read-only | current |
| hpnicfFlhRemovable OBJECT-TYPE The value indicates whether the flash indexed can be removed or not. The true(1) value indicates the flash device CAN be removed. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.9 | TruthValue | read-only | current |
| hpnicfFlhPartitionBool OBJECT-TYPE The value indicates whether the flash indexed can be partitioned or not. The true(1) value indicates the flash CAN be partitioned. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.11 | TruthValue | read-write | current |
| hpnicfFlhMinPartitionSize OBJECT-TYPE Minimum partition size supported. If hpnicfFlhDevicePartitionBool is false, the value of this object is the same as hpnicfFlhSize. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.12 | Integer32 | read-only | current |
| hpnicfFlhMaxPartitions OBJECT-TYPE The maximum count of partitions which the system supports for this flash. If hpnicfFlhPartitionBool is false, the object value is 1. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.13 | Integer32 (1..8) | read-only | current |
| hpnicfFlhPartitionNum OBJECT-TYPE The actual number of partitions supported by the system for this flash. If hpnicfFlhPartitionBool is false, this value is 1. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.14 | Integer32 | read-only | current |
| hpnicfFlhKbyteSize OBJECT-TYPE Specifies the total size of the flash device indexed by hpnicfFlhIndex. The value should be zero if the flash is removed for a removable device. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.15 | Integer32 | read-only | current |
| hpnicfFlhHCSize OBJECT-TYPE Specifies the total size of the flash indexed by hpnicfFlhIndex. This node is a 64-bit substitute for hpnicfFlhSize. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.16 | CounterBasedGauge64 | read-only | current |
| hpnicfFlashChips OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3 | |||
| hpnicfFlhChipTable OBJECT-TYPE Table of properties for all flash chips. Used mainly for diagnostics. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1 | not-accessible | current | |
| hpnicfFlhChipEntry OBJECT-TYPE The entry of hpnicfFlhChipTable | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1 | not-accessible | current | |
| hpnicfFlhChipSerialNo OBJECT-TYPE Index of hpnicfFlhChipTable. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.1 | Integer32 (1..64) | not-accessible | current |
| hpnicfFlhChipID OBJECT-TYPE The manufacturer code (the upper byte) and device code (the lower byte) for a chip. Unknown chip code is presented as 00:00. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.2 | DisplayString (SIZE(0..5)) | read-only | current |
| hpnicfFlhChipDescr OBJECT-TYPE The description of the flash chip. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.3 | DisplayString (SIZE(0..32)) | read-only | current |
| hpnicfFlhChipWriteTimesLimit OBJECT-TYPE The limit for the number of write times (retries) for a flash chip. If the limit is exceeded an error should be reported by the management station. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.4 | Integer32 | read-only | current |
| hpnicfFlhChipWriteTimes OBJECT-TYPE A count of write times (retries) for the flash chip since initialization. A count of 25 or more for a single chip indicates a write error. Management stations should note the value of this MIB before and after a write operation, and report any errors accordingly. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.5 | Counter32 | read-only | current |
| hpnicfFlhChipEraseTimesLimit OBJECT-TYPE The limit for the number of erase times (retries) for a flash chip. If the limit is exceeded an error should be reported by the management station. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.6 | Integer32 | read-only | current |
| hpnicfFlhChipEraseTimes OBJECT-TYPE A count of erase times (retries) for the flash chip since initialization. A count of 2000 or more for a single chip indicates a write error. Management stations should note the value of this MIB before and after an erase operation, and report any errors accordingly. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.7 | Counter32 | read-only | current |
| hpnicfFlashPartitions OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4 | |||
| hpnicfFlhPartitionTable OBJECT-TYPE Properties for the flash partitions. Minimum of one entry in this table. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1 | not-accessible | current | |
| hpnicfFlhPartitionEntry OBJECT-TYPE An entry of the hpnicfFlhPartitionTable.Indexed by flash number and partition number. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1 | not-accessible | current | |
| hpnicfFlhPartIndex OBJECT-TYPE An index which specifies a sequenced partition in the system. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.1 | Integer32 (1..8) | not-accessible | current |
| hpnicfFlhPartFirstChip OBJECT-TYPE The first chip's sequence number in the partition, by which a chip can be indexed in chip table. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.2 | Integer32 (1..64) | read-only | current |
| hpnicfFlhPartLastChip OBJECT-TYPE The last chip's sequence number in the partition, by which a chip can be indexed in chip table. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.3 | Integer32 (1..64) | read-only | current |
| hpnicfFlhPartSpace OBJECT-TYPE The total space of the flash partition. The following should be satisfied: hpnicfFlhPartSpace = n*hpnicfFlhMinPartitionSize If the total size of the flash partition exceeds 2,147,483,647 bytes, hpnicfFlhPartHCSpace specifies the actual size. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.4 | Integer32 | read-only | deprecated |
| hpnicfFlhPartSpaceFree OBJECT-TYPE The flash partition's free space. If the free space of the flash partition exceeds 2,147,483,647 bytes, hpnicfFlhPartHCSpaceFree specifies the actual free space. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.5 | Gauge32 | read-only | deprecated |
| hpnicfFlhPartFileNum OBJECT-TYPE The number of all the files in the flash partition. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.6 | Integer32 | read-only | current |
| hpnicfFlhPartChecksumMethod OBJECT-TYPE The Checksum method which the file system uses. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.7 | INTEGER {simpleChecksum(1), undefined(2), simpleCRC(3)} | read-only | current |
| hpnicfFlhPartStatus OBJECT-TYPE The flash partition status. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.8 | HpnicfFlashPartitionStatus | read-only | current |
| hpnicfFlhPartUpgradeMode OBJECT-TYPE The upgrade mode of the Flash partition | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.9 | HpnicfFlashPartitionUpgradeMode | read-only | current |
| hpnicfFlhPartName OBJECT-TYPE The name of the flash partition given by the system. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.10 | DisplayString (SIZE(0..255)) | read-only | current |
| hpnicfFlhPartRequireErase OBJECT-TYPE Shows whether a write operation is conditional on partition erase. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.11 | TruthValue | read-only | current |
| hpnicfFlhPartFileNameLen OBJECT-TYPE The maximum length of file name supported in the system. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.12 | Integer32 (1..256) | read-only | current |
| hpnicfFlhPartBootable OBJECT-TYPE The value indicates whether the partition is a bootable partition. The true(1) value indicates a bootable partition. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.13 | TruthValue | read-only | current |
| hpnicfFlhPartPathForGlobalOpt OBJECT-TYPE The value indicates whether the partition is used in a global file operation. The true(1) value indicates that in one global file operation files will be copied to or deleted from this partition. When hpnicfFlhPartPathForGlobalOpt in one entry is set to true(1), hpnicfFlhPartPathForGlobalOpt in other entries with the same entity index will be set to false(0). | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.14 | TruthValue | read-write | current |
| hpnicfFlhPartHCSpace OBJECT-TYPE The total space of the flash partition. This node is a 64-bit substitue for hpnicfFlhPartSpace. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.15 | CounterBasedGauge64 | read-only | current |
| hpnicfFlhPartHCSpaceFree OBJECT-TYPE The flash partition's free space. This node is a 64-bit substitue for hpnicfFlhPartSpace. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.16 | CounterBasedGauge64 | read-only | current |
| hpnicfFlhFiles OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2 | |||
| hpnicfFlhFileTable OBJECT-TYPE Table of file information. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1 | not-accessible | current | |
| hpnicfFlhFileEntry OBJECT-TYPE An entry representing a file. Indexed using flash number, partition number, and file number. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1 | not-accessible | current | |
| hpnicfFlhFileIndex OBJECT-TYPE Index of the table, whose range is from 1 to 2147483647 | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| hpnicfFlhFileName OBJECT-TYPE A valid file name supported by the file system. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1.2 | DisplayString (SIZE(1..255)) | read-only | current |
| hpnicfFlhFileSize OBJECT-TYPE The file size in bytes excluding the file header of file system. The value should be greater than zero. If the file size exceeds 2,147,483,647 bytes, hpnicfFlhFileHCSize specifies the actual size. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1.3 | Integer32 | read-only | deprecated |
| hpnicfFlhFileStatus OBJECT-TYPE The status should be as follows: deleted(1): The file is in recycle bin. invalidChecksum(2): The checksum of file is invalid; valid(3): A valid file. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1.4 | INTEGER {deleted(1), invalidChecksum(2), valid(3)} | read-only | current |
| hpnicfFlhFileChecksum OBJECT-TYPE The file checksum in the header of file. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1.5 | OCTET STRING | read-only | current |
| hpnicfFlhFileHCSize OBJECT-TYPE The file size in bytes. This node is a 64-bit substitue for hpnicfFlhFileSize. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1.6 | CounterBasedGauge64 | read-only | current |
| hpnicfFlashOperate OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2 | |||
| hpnicfFlhOpTable OBJECT-TYPE Table used to operate flash. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1 | not-accessible | current | |
| hpnicfFlhOpEntry OBJECT-TYPE Note an operation can not be stopped until it is finished. If notification is configured, NMS will receive a notification at the end of the operation. Entries in the table will be removed automatically in 5 minutes. It can also be deleted by NMS directly. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1 | not-accessible | current | |
| hpnicfFlhOperIndex OBJECT-TYPE Specifies the index of an entry. It is a random value when creating an entry. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| hpnicfFlhOperType OBJECT-TYPE Specifies the operation to be executed. net2FlashWithErase Copy a file to flash; erase flash beforehand. net2FlashWithoutErase Copy a file to flash; do not erase flash beforehand. flash2Net Copy a file from flash. delete Delete a file from flash, the file name is specified by hpnicfFlhOperSourceFile; rename Change a file's name. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.2 | INTEGER {net2FlashWithErase(1), net2FlashWithoutErase(2), flash2Net(3), delete(4), rename(5)} | read-create | current |
| hpnicfFlhOperProtocol OBJECT-TYPE Specifies the protocol used to transfer file. The default protocol is ftp. when 'clusterftp' or 'clustertftp' is selected, the hpnicfFlhOperServerAddress needn't be set, the server address can be acquired automatically, the value of hpnicfFlhOperServerAddress is uncertain during operation. Both member switch and commander switch can use them if they support HGMP v2. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.3 | INTEGER {ftp(1), tftp(2), clusterftp(3), clustertftp(4)} | read-create | current |
| hpnicfFlhOperServerAddress OBJECT-TYPE The address of remote host acting as server for operation. The default value is 255.255.255.255 This object is replaced by hpnicfFlhOperSrvAddrRev for it only support IPv4. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.4 | IpAddress | read-create | deprecated |
| hpnicfFlhOperServerUser OBJECT-TYPE When using ftp to transfer files, the user name must be specified through this node. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.5 | DisplayString | read-create | current |
| hpnicfFlhOperPassword OBJECT-TYPE Remote user password for copying via ftp protocol. Optionally, This object may be ignored for protocols other than ftp. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.6 | DisplayString | read-create | current |
| hpnicfFlhOperSourceFile OBJECT-TYPE Specifies the source file name to be transferred. It may be located on flash or remote server. It may include the file path if it is applicable. It must be specified. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.7 | DisplayString (SIZE(1..255)) | read-create | current |
| hpnicfFlhOperDestinationFile OBJECT-TYPE Specifies the destination file name. It may be located on flash or remote server. It may include the file path if it is applicable. If it is not specified, the destination file name is the same as source file name for application. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.8 | DisplayString | read-create | current |
| hpnicfFlhOperStatus OBJECT-TYPE The status of operation. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.9 | HpnicfFlashOperationStatus | read-only | current |
| hpnicfFlhOperEndNotification OBJECT-TYPE If the value of it is specified 'true', a notification will be generated at the end of the operation. Else no notification will be generated. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.10 | TruthValue | read-create | current |
| hpnicfFlhOperProgress OBJECT-TYPE The progress described as the time taken for the operation. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.11 | TimeTicks | read-only | current |
| hpnicfFlhOperRowStatus OBJECT-TYPE The row status of this table entry. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.12 | RowStatus | read-create | current |
| hpnicfFlhOperServerPort OBJECT-TYPE The port of remote host acting as server for operation. If the value of this object is not specified, the server port is the known protocol port. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.13 | Integer32 (0..65535) | read-create | current |
| hpnicfFlhOperFailReason OBJECT-TYPE The failure reasons of operation. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.14 | DisplayString | read-only | current |
| hpnicfFlhOperSrvAddrType OBJECT-TYPE The type of IP address for hpnicfFlhOperSrvAddrRev. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.15 | InetAddressType | read-create | current |
| hpnicfFlhOperSrvAddrRev OBJECT-TYPE The address of remote host acting as server for operation. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.16 | InetAddress | read-create | current |
| hpnicfFlhOperSrvVPNName OBJECT-TYPE The VPN instance of this operation uses. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.17 | DisplayString | read-create | current |
| hpnicfFlashNotification OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.3 | |||
| hpnicfFlashMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.5.2 | |||
| hpnicfFlhMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.5.2.1 | |||
| hpnicfFlashMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| hpnicfFlhOperNotification NOTIFICATION-TYPE A hpnicfFlhOperNotification is sent at the completion of a flash copy operation if hpnicfFlhOperEndNotification is true. | 1.3.6.1.4.1.11.2.14.11.15.2.5.1.3.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| hpnicfFlhMIBCompliance MODULE-COMPLIANCE The statement of compliance for those implementing this MIB. | 1.3.6.1.4.1.11.2.14.11.15.2.5.2.1.1 | current |
| hpnicfFlhGroup OBJECT-GROUP A collection of objects on Flash level information. | 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2.1 | current |
| hpnicfFlhChipGroup OBJECT-GROUP A collection of objects on chip level information. | 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2.3 | current |
| hpnicfFlhPartitionGroup OBJECT-GROUP A collection of objects providing on partition level information. | 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2.4 | current |
| hpnicfFlhFileGroup OBJECT-GROUP A collection of objects on file level information. | 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2.5 | current |
| hpnicfFlhOperationGroup OBJECT-GROUP A collection of objects of flash operations. | 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2.6 | current |
| hpnicfFlhNotificationGroup NOTIFICATION-GROUP The collection of notifications in the module | 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2.7 | current |