HPN-ICF-FLASH-MAN-MIB

File: HPN-ICF-FLASH-MAN-MIB.mib (41221 bytes)

Imported modules

ENTITY-MIB HPN-ICF-OID-MIB SNMPv2-CONF
SNMPv2-SMI INET-ADDRESS-MIB SNMPv2-TC
HCNUM-TC

Imported symbols

PhysicalIndex hpnicfCommon OBJECT-GROUP
MODULE-COMPLIANCE NOTIFICATION-GROUP TimeTicks
IpAddress Integer32 Gauge32
Counter32 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE InetAddressType InetAddress
DisplayString TimeStamp TruthValue
RowStatus TEXTUAL-CONVENTION CounterBasedGauge64

Defined Types

HpnicfFlashOperationStatus  
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.
TEXTUAL-CONVENTION    
  INTEGER opInProgress(1), opSuccess(2), opInvalid(3), opInvalidProtocol(4), opInvalidSourceName(5), opInvalidDestName(6), opInvalidServerAddress(7), opDeviceBusy(8), opDeviceOpenError(9), opDeviceError(10), opDeviceNotProgrammable(11), opDeviceFull(12), opFileOpenError(13), opFileTransferError(14), opFileChecksumError(15), opNoMemory(16), opAuthFail(17), opTimeout(18), opUnknownFailure(19), opDeleteFileOpenError(20), opDeleteInvalidDevice(21), opDeleteInvalidFunction(22), opDeleteOperationError(23), opDeleteInvalidFileName(24), opDeleteDeviceBusy(25), opDeleteParaError(26), opDeleteInvalidPath(27), opDeleteFileNotExistInSlave(28), opDeleteFileFailedInSlave(29), opSlaveFull(30), opCopyToSlaveFailure(31)  

HpnicfFlashPartitionUpgradeMode  
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.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), rxbootFLH(2), direct(3)  

HpnicfFlashPartitionStatus  
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'.
TEXTUAL-CONVENTION    
  INTEGER readOnly(1), runFromFlash(2), readWrite(3)  

HpnicfFlashEntry  
SEQUENCE    
  hpnicfFlhIndex Integer32
  hpnicfFlhSize Integer32
  hpnicfFlhPos PhysicalIndex
  hpnicfFlhName DisplayString
  hpnicfFlhChipNum Integer32
  hpnicfFlhDescr DisplayString
  hpnicfFlhInitTime TimeStamp
  hpnicfFlhRemovable TruthValue
  hpnicfFlhPartitionBool TruthValue
  hpnicfFlhMinPartitionSize Integer32
  hpnicfFlhMaxPartitions Integer32
  hpnicfFlhPartitionNum Integer32
  hpnicfFlhKbyteSize Integer32
  hpnicfFlhHCSize CounterBasedGauge64

HpnicfFlhChipEntry  
SEQUENCE    
  hpnicfFlhChipSerialNo Integer32
  hpnicfFlhChipID DisplayString
  hpnicfFlhChipDescr DisplayString
  hpnicfFlhChipWriteTimesLimit Integer32
  hpnicfFlhChipWriteTimes Counter32
  hpnicfFlhChipEraseTimesLimit Integer32
  hpnicfFlhChipEraseTimes Counter32

HpnicfFlhPartitionEntry  
SEQUENCE    
  hpnicfFlhPartIndex Integer32
  hpnicfFlhPartFirstChip Integer32
  hpnicfFlhPartLastChip Integer32
  hpnicfFlhPartSpace Integer32
  hpnicfFlhPartSpaceFree Gauge32
  hpnicfFlhPartFileNum Integer32
  hpnicfFlhPartChecksumMethod INTEGER
  hpnicfFlhPartStatus HpnicfFlashPartitionStatus
  hpnicfFlhPartUpgradeMode HpnicfFlashPartitionUpgradeMode
  hpnicfFlhPartName DisplayString
  hpnicfFlhPartRequireErase TruthValue
  hpnicfFlhPartFileNameLen Integer32
  hpnicfFlhPartBootable TruthValue
  hpnicfFlhPartPathForGlobalOpt TruthValue
  hpnicfFlhPartHCSpace CounterBasedGauge64
  hpnicfFlhPartHCSpaceFree CounterBasedGauge64

HpnicfFlhFileEntry  
SEQUENCE    
  hpnicfFlhFileIndex Integer32
  hpnicfFlhFileName DisplayString
  hpnicfFlhFileSize Integer32
  hpnicfFlhFileStatus INTEGER
  hpnicfFlhFileChecksum OCTET STRING
  hpnicfFlhFileHCSize CounterBasedGauge64

HpnicfFlhOpEntry  
SEQUENCE    
  hpnicfFlhOperIndex Integer32
  hpnicfFlhOperType INTEGER
  hpnicfFlhOperProtocol INTEGER
  hpnicfFlhOperServerAddress IpAddress
  hpnicfFlhOperServerUser DisplayString
  hpnicfFlhOperPassword DisplayString
  hpnicfFlhOperSourceFile DisplayString
  hpnicfFlhOperDestinationFile DisplayString
  hpnicfFlhOperStatus HpnicfFlashOperationStatus
  hpnicfFlhOperEndNotification TruthValue
  hpnicfFlhOperProgress TimeTicks
  hpnicfFlhOperRowStatus RowStatus
  hpnicfFlhOperServerPort Integer32
  hpnicfFlhOperFailReason DisplayString
  hpnicfFlhOperSrvAddrType InetAddressType
  hpnicfFlhOperSrvAddrRev InetAddress
  hpnicfFlhOperSrvVPNName DisplayString

Defined Values

hpnicfFlash 1.3.6.1.4.1.11.2.14.11.15.2.5
This MIB contains objects to manage flash cards and flash card operations. There are no constraints on this MIB.
MODULE-IDENTITY    

hpnicfFlashManMIBObjects 1.3.6.1.4.1.11.2.14.11.15.2.5.1
OBJECT IDENTIFIER    

hpnicfFlashDevice 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1
OBJECT IDENTIFIER    

hpnicfFlhSupportNum 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlashTable 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2
This table gives the properties of all the flashes on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfFlashEntry

hpnicfFlashEntry 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1
The entry of hpnicfFlashTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfFlashEntry  

hpnicfFlhIndex 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfFlhSize 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.2
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlhPos 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  PhysicalIndex  

hpnicfFlhName 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.4
The flash name within the system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hpnicfFlhChipNum 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.5
The chip numbers in the flash.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..64  

hpnicfFlhDescr 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.6
Description of the purpose of the flash in the system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

hpnicfFlhInitTime 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

hpnicfFlhRemovable 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.9
The value indicates whether the flash indexed can be removed or not. The true(1) value indicates the flash device CAN be removed.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfFlhPartitionBool 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.11
The value indicates whether the flash indexed can be partitioned or not. The true(1) value indicates the flash CAN be partitioned.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfFlhMinPartitionSize 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.12
Minimum partition size supported. If hpnicfFlhDevicePartitionBool is false, the value of this object is the same as hpnicfFlhSize.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlhMaxPartitions 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.13
The maximum count of partitions which the system supports for this flash. If hpnicfFlhPartitionBool is false, the object value is 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..8  

hpnicfFlhPartitionNum 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.14
The actual number of partitions supported by the system for this flash. If hpnicfFlhPartitionBool is false, this value is 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlhKbyteSize 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.15
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlhHCSize 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.2.1.16
Specifies the total size of the flash indexed by hpnicfFlhIndex. This node is a 64-bit substitute for hpnicfFlhSize.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hpnicfFlashChips 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3
OBJECT IDENTIFIER    

hpnicfFlhChipTable 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1
Table of properties for all flash chips. Used mainly for diagnostics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfFlhChipEntry

hpnicfFlhChipEntry 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1
The entry of hpnicfFlhChipTable
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfFlhChipEntry  

hpnicfFlhChipSerialNo 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.1
Index of hpnicfFlhChipTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..64  

hpnicfFlhChipID 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.2
The manufacturer code (the upper byte) and device code (the lower byte) for a chip. Unknown chip code is presented as 00:00.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..5)  

hpnicfFlhChipDescr 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.3
The description of the flash chip.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

hpnicfFlhChipWriteTimesLimit 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlhChipWriteTimes 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfFlhChipEraseTimesLimit 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlhChipEraseTimes 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.3.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfFlashPartitions 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4
OBJECT IDENTIFIER    

hpnicfFlhPartitionTable 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1
Properties for the flash partitions. Minimum of one entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfFlhPartitionEntry

hpnicfFlhPartitionEntry 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1
An entry of the hpnicfFlhPartitionTable.Indexed by flash number and partition number.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfFlhPartitionEntry  

hpnicfFlhPartIndex 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.1
An index which specifies a sequenced partition in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..8  

hpnicfFlhPartFirstChip 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.2
The first chip's sequence number in the partition, by which a chip can be indexed in chip table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..64  

hpnicfFlhPartLastChip 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.3
The last chip's sequence number in the partition, by which a chip can be indexed in chip table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..64  

hpnicfFlhPartSpace 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.4
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlhPartSpaceFree 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.5
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

hpnicfFlhPartFileNum 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.6
The number of all the files in the flash partition.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlhPartChecksumMethod 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.7
The Checksum method which the file system uses.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER simpleChecksum(1), undefined(2), simpleCRC(3)  

hpnicfFlhPartStatus 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.8
The flash partition status.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfFlashPartitionStatus  

hpnicfFlhPartUpgradeMode 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.9
The upgrade mode of the Flash partition
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfFlashPartitionUpgradeMode  

hpnicfFlhPartName 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.10
The name of the flash partition given by the system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hpnicfFlhPartRequireErase 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.11
Shows whether a write operation is conditional on partition erase.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfFlhPartFileNameLen 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.12
The maximum length of file name supported in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..256  

hpnicfFlhPartBootable 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.13
The value indicates whether the partition is a bootable partition. The true(1) value indicates a bootable partition.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfFlhPartPathForGlobalOpt 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.14
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).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfFlhPartHCSpace 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.15
The total space of the flash partition. This node is a 64-bit substitue for hpnicfFlhPartSpace.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hpnicfFlhPartHCSpaceFree 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.1.1.16
The flash partition's free space. This node is a 64-bit substitue for hpnicfFlhPartSpace.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hpnicfFlhFiles 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2
OBJECT IDENTIFIER    

hpnicfFlhFileTable 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1
Table of file information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfFlhFileEntry

hpnicfFlhFileEntry 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1
An entry representing a file. Indexed using flash number, partition number, and file number.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfFlhFileEntry  

hpnicfFlhFileIndex 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1.1
Index of the table, whose range is from 1 to 2147483647
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfFlhFileName 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1.2
A valid file name supported by the file system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

hpnicfFlhFileSize 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1.3
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfFlhFileStatus 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER deleted(1), invalidChecksum(2), valid(3)  

hpnicfFlhFileChecksum 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1.5
The file checksum in the header of file.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

hpnicfFlhFileHCSize 1.3.6.1.4.1.11.2.14.11.15.2.5.1.1.4.2.1.1.6
The file size in bytes. This node is a 64-bit substitue for hpnicfFlhFileSize.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hpnicfFlashOperate 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2
OBJECT IDENTIFIER    

hpnicfFlhOpTable 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1
Table used to operate flash.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfFlhOpEntry

hpnicfFlhOpEntry 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfFlhOpEntry  

hpnicfFlhOperIndex 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.1
Specifies the index of an entry. It is a random value when creating an entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfFlhOperType 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER net2FlashWithErase(1), net2FlashWithoutErase(2), flash2Net(3), delete(4), rename(5)  

hpnicfFlhOperProtocol 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ftp(1), tftp(2), clusterftp(3), clustertftp(4)  

hpnicfFlhOperServerAddress 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.4
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.
Status: deprecated Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfFlhOperServerUser 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.5
When using ftp to transfer files, the user name must be specified through this node.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

hpnicfFlhOperPassword 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.6
Remote user password for copying via ftp protocol. Optionally, This object may be ignored for protocols other than ftp.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

hpnicfFlhOperSourceFile 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..255)  

hpnicfFlhOperDestinationFile 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.8
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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

hpnicfFlhOperStatus 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.9
The status of operation.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfFlashOperationStatus  

hpnicfFlhOperEndNotification 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.10
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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfFlhOperProgress 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.11
The progress described as the time taken for the operation.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hpnicfFlhOperRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.12
The row status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfFlhOperServerPort 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.13
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfFlhOperFailReason 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.14
The failure reasons of operation.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hpnicfFlhOperSrvAddrType 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.15
The type of IP address for hpnicfFlhOperSrvAddrRev.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfFlhOperSrvAddrRev 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.16
The address of remote host acting as server for operation.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfFlhOperSrvVPNName 1.3.6.1.4.1.11.2.14.11.15.2.5.1.2.1.1.17
The VPN instance of this operation uses.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

hpnicfFlashNotification 1.3.6.1.4.1.11.2.14.11.15.2.5.1.3
OBJECT IDENTIFIER    

hpnicfFlhOperNotification 1.3.6.1.4.1.11.2.14.11.15.2.5.1.3.1
A hpnicfFlhOperNotification is sent at the completion of a flash copy operation if hpnicfFlhOperEndNotification is true.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfFlashMIBConformance 1.3.6.1.4.1.11.2.14.11.15.2.5.2
OBJECT IDENTIFIER    

hpnicfFlhMIBCompliances 1.3.6.1.4.1.11.2.14.11.15.2.5.2.1
OBJECT IDENTIFIER    

hpnicfFlhMIBCompliance 1.3.6.1.4.1.11.2.14.11.15.2.5.2.1.1
The statement of compliance for those implementing this MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

hpnicfFlashMIBGroups 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2
OBJECT IDENTIFIER    

hpnicfFlhGroup 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2.1
A collection of objects on Flash level information.
Status: current Access: read-create
OBJECT-GROUP    

hpnicfFlhChipGroup 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2.3
A collection of objects on chip level information.
Status: current Access: read-create
OBJECT-GROUP    

hpnicfFlhPartitionGroup 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2.4
A collection of objects providing on partition level information.
Status: current Access: read-create
OBJECT-GROUP    

hpnicfFlhFileGroup 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2.5
A collection of objects on file level information.
Status: current Access: read-create
OBJECT-GROUP    

hpnicfFlhOperationGroup 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2.6
A collection of objects of flash operations.
Status: current Access: read-create
OBJECT-GROUP    

hpnicfFlhNotificationGroup 1.3.6.1.4.1.11.2.14.11.15.2.5.2.2.7
The collection of notifications in the module
Status: current Access: read-create
NOTIFICATION-GROUP