a3sysFmError
A3Com-System-r8-MIB ·
.1.3.6.1.4.1.43.2.13.12.8
Object
scalar
mandatory
Enumeration
This object identifies the results of the
most recent attempt at a file operation. If no
file operations have been attempted since the
system was initialized, this object will have the
value none(1).
If the last operation was successful, this object
will have the value successful(2).
If the last operation could not be initiated
because there was another operation in progress,
this object will have the value inProgress (3).
If the source IP Address is invalid, this object
will have the value badSourceAddr(4).
If the source file name contains a syntax error,
this object will have the value badSourceFile(5).
If the target IP Address is invalid, this object
will have the value badTargetAddr(6).
If there was a syntax error in the identification
of the target file (a3sysFmTargetFile), this
object will have the value badTargetFile(7).
If the remote server does not respond, this
object will have the value noResponse(8).
If either the source file or target file could
not be found, this object will have the value
noFile(9).
If there is no space on the destination system
this object will have the value noSpace(10).
If the destination file location is write protected,
this object will have the value noPermission(11).
If there is an error encountered while
writing the file to its destination, this object
will have the value writeError(12).
If the transfer took too much time and exceeded
its limits, this object will have the value timeout(13).
If the verify operation failed, this object will have
the value badChecksum(14).
If the operation requested is not supported by this
platform or software version, this object will have
the value badOperation(15).
If the opereration was aborted by a user, this object
will have the value aborted(16).
If no drive is indicated in either the source or target
files, and the default drive is not local (this will be
the case when the system obtained its config files over
the network the last time it booted), this object will
have the value badDefaultDrv(18).
This object will have the value other(17) if an error
occured that is not listed here.
Context
- MIB
- A3Com-System-r8-MIB
- OID
.1.3.6.1.4.1.43.2.13.12.8- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- a3ComFileMgmt
- Siblings
- 10
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | successful |
3 | inProgress |
4 | badSourceAddr |
5 | badSourceFile |
6 | badTargetAddr |
7 | badTargetFile |
8 | noResponse |
9 | noFile |
10 | noSpace |
11 | noPermission |
12 | writeError |
13 | timeout |
14 | badChecksum |
15 | badOperation |
16 | aborted |
17 | other |
18 | badDefaultDrv |
19 | badTargetPort |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| a3sysFmOperation mandatory This object is used to initiate a file
management operation. When set to copy(2), the
system will get the file from the Source device
(identified by a3sysFmSourceIpAddr and
a3s… | scalar | Enumeration | .1.3.6.1.4.1.43.2.13.12.1 |
| a3ComFmCksum | node | - | .1.3.6.1.4.1.43.2.13.12.10 |
| a3ComFileInfo | node | - | .1.3.6.1.4.1.43.2.13.12.11 |
| a3sysFmSourceIpAddr mandatory This object specifies the IP address of
the Source device from which files are
obtained.
If this is set to zero's, the local storage
device is assumed. | scalar | RFC1155-SMIIpAddress | .1.3.6.1.4.1.43.2.13.12.2 |
| a3sysFmSourceFile mandatory This specifies the path and name of
a source file. For example, if the
action specified by a3sysFmOperation is
copy(2) or rename(5), this identifies the
path and name of the fil… | scalar | RFC1213-MIBDisplayString | .1.3.6.1.4.1.43.2.13.12.3 |
| a3sysFmTargetIpAddr mandatory This object specifies the IP address of
the target device to which files are
copied, renamed, etc. | scalar | RFC1155-SMIIpAddress | .1.3.6.1.4.1.43.2.13.12.4 |
| a3sysFmTargetFile mandatory This specifies the path and name of
the target file on the target system.
(The filename may contain the string '@M'
which will be expanded to the system MAC address.
Alternative… | scalar | RFC1213-MIBDisplayString | .1.3.6.1.4.1.43.2.13.12.5 |
| a3sysFmStatus mandatory This identifies the current status
of the file management operation. This applies
to the following operations: copy(2),
and directory(6). If there
is an operation in progress, … | scalar | Enumeration | .1.3.6.1.4.1.43.2.13.12.6 |
| a3sysFmTimeStamp mandatory This specifies the value of sysUpTime when
the most recent file management operation was
initiated. | scalar | RFC1155-SMITimeTicks | .1.3.6.1.4.1.43.2.13.12.7 |
| a3ComFileList | node | - | .1.3.6.1.4.1.43.2.13.12.9 |