flhOperStatus
FIBERSTORE-MIB ·
.1.3.6.1.4.1.52642.1.1.5.1.2.1.1.9
Object
column FlashOperationStatus
The status of the specified operation can be one of the following. opInProgress(1) : the operation is in process. opSuccess(2) : the operation has been completed successfully. opInvalid(3) : the command is invalid or command-protocol-device combination is unsupported by the system. opInvalidProtocol(4) :invalid protocol is specified opInvalidSourceName(5) :invalid source file name is specified. opInvalidDestName(6) :invalid target name is specified. opInvalidServerAddress(7) :invalid server address is specified opDeviceBusy(8) :the device is in use and locked by another process opDeviceOpenError(9) :invalid device name is specified. opDeviceError(10) : device read, write or erase error opDeviceNotProgrammable(11) :device isread-only but a write or erase operation was specified. opDeviceFull(12) : device is filled to capacity opFileOpenError(13) :invalid file name; file not found in partition opFileTransferError(14) :file transfer was unsuccessful opFileChecksumError(15) :file checksum in Flash is invalid opNoMemory(16) :system is running in low on memory opUnknownFailure(19) :failure which is unknown opDeleteFileOpenError(20) :file is in used by another process opDeleteInvalidDevice(21) :invalid device name is specified opDeleteInvalidFunction(22) :deleted operation is unsupported by the device. opDeleteOperationError(23) :operation is in a low error opDeleteInvalidFileName(24) :invalid file name is specified pDeleteDeviceBusy(25) :the device is in use and locked by another process. opDeleteParaError(26) :the parameters are invalid opDeleteInvalidPath(27) :the file path is invalid. opBootImageSetError(28) :the boot image set error.
Context
- MIB
- FIBERSTORE-MIB
- OID
.1.3.6.1.4.1.52642.1.1.5.1.2.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- flhOpEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FIBERSTORE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBERSTORE-MIB::flhOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIBERSTORE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBERSTORE-MIB::flhOperStatus.<flhOperIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIBERSTORE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIBERSTORE-MIB::flhOperStatus'
Syntax
- Source
- FlashOperationStatus
- Base type
Enumeration
Type Description
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 isread-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.
Values & Constraints
Type Values
1 | opInProgress |
2 | opSuccess |
3 | opInvalid |
4 | opInvalidProtocol |
5 | opInvalidSourceName |
6 | opInvalidDestName |
7 | opInvalidServerAddress |
8 | opDeviceBusy |
9 | opDeviceOpenError |
10 | opDeviceError |
11 | opDeviceNotProgrammable |
12 | opDeviceFull |
13 | opFileOpenError |
14 | opFileTransferError |
15 | opFileChecksumError |
16 | opNoMemory |
17 | opAuthFail |
18 | opTimeout |
19 | opUnknownFailure |
20 | opDeleteFileOpenError |
21 | opDeleteInvalidDevice |
22 | opDeleteInvalidFunction |
23 | opDeleteOperationError |
24 | opDeleteInvalidFileName |
25 | opDeleteDeviceBusy |
26 | opDeleteParaError |
27 | opDeleteInvalidPath |