hwFlhPartUpgradeMode
HUAWEI-FLASH-MAN-MIB ·
.1.3.6.1.4.1.2011.6.9.1.1.4.1.1.9
Object
column
HwFlashPartitionUpgradeMode
The upgrade method of Flash partition, ie., 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 eg., 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(1) - 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(2) - 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(3) - will be done directly by this image.
Context
- MIB
- HUAWEI-FLASH-MAN-MIB
- OID
.1.3.6.1.4.1.2011.6.9.1.1.4.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwFlhPartitionEntry
- Table
- hwFlhPartitionTable
- Siblings
- 11
Syntax
HwFlashPartitionUpgradeMode
- Source
- HwFlashPartitionUpgradeMode
- Base type
Enumeration
Values & Constraints
Type Values
1 | unknown |
2 | rxbootFLH |
3 | direct |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| hwFlhPartIndex The one of indexes which specifies a partition in system.
It is the sequence number of partitions. | column | Integer32 | .1.3.6.1.4.1.2011.6.9.1.1.4.1.1.1 |
| hwFlhPartName The name of flash partition.
It was referred by the system. | column | OctetString | .1.3.6.1.4.1.2011.6.9.1.1.4.1.1.10 |
| hwFlhPartRequireErase Indicates whether the partition of flash needed
to be erased or not before write operation on it. | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.2011.6.9.1.1.4.1.1.11 |
| hwFlhPartFileNameLen The maximum length of file name in the system. | column | Integer32 | .1.3.6.1.4.1.2011.6.9.1.1.4.1.1.12 |
| hwFlhPartFirstChip The first chip's sequence number in the
partition, by which a chip can be indexed in
chip table. | column | Integer32 | .1.3.6.1.4.1.2011.6.9.1.1.4.1.1.2 |
| hwFlhPartLastChip The last chip's sequence number in the
partition, by which a chip can be indexed in
chip table. | column | Integer32 | .1.3.6.1.4.1.2011.6.9.1.1.4.1.1.3 |
| hwFlhPartSpace The total space of the flash partition.
The following should be satisfied:
hwFlhPartSpace = n*hwFlhMinPartitionSize | column | bytes SNMPv2-SMIInteger32 | .1.3.6.1.4.1.2011.6.9.1.1.4.1.1.4 |
| hwFlhPartSpaceFree The Flash partition's free space. | column | bytes SNMPv2-SMIGauge32 | .1.3.6.1.4.1.2011.6.9.1.1.4.1.1.5 |
| hwFlhPartFileNum The number of all the file in the flash
partition. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.2011.6.9.1.1.4.1.1.6 |
| hwFlhPartChecksumMethod The Checksum algorithm identifier
checksum method which the
file system uses. | column | Enumeration | .1.3.6.1.4.1.2011.6.9.1.1.4.1.1.7 |
| hwFlhPartStatus The flash partition status.
If device is not programmable the value of it will be 'readOnly(1)';
If the current image is running from this partition, the value of it
will be 'run… | column | HwFlashPartitionStatus | .1.3.6.1.4.1.2011.6.9.1.1.4.1.1.8 |