dellLanFileActionEntry
Dell-LAN-SYSMNG-MIB ·
.1.3.6.1.4.1.674.10895.5000.1.2.2.4.1
Object
row
There is only exactly one row in this table and the row index is
always set to 1 (dellLanFileActionIndex = 1). When an action is
required to manipulate the file system, the entire action must
be sent in the same SNMP SET request where the varbind includes
all parameters required for the action operation and must include
the action to be performed (dellLanFileActionCommand). If there
is a missing parameter or if the action command is not given, then
an error is returned immediately and all parameters are cleared and
the dellLanFileActionResultCode will reflect the error. If the
action is well formed and is properly executed, the result of the
set will be successful and the dellLanFileActionResultCode will
indicate a successful action.
The following actions may be executed using this table. Included
with the action description is a list of all required parameters
(which must be included in the same SNMP SET as the action itself):
- rename = rename the file.
- dellLanFileActionSourceFile
- dellLanFileActionDestFile
- copy = copy a file. A copy operation requires that
the source and destination files are of the same
type of file. For example, if the source is
a configuration file, then the destination must
also be a configuration file. If the source is
an image file, then the destination must also be
an image file. Note that you cannot copy on to
the active image file.
The 'dellLanFileActionForceAction' may be set to
true to indicate that the copy function should try
to overwrite the destination file if it exists. The
overwrite may still fail if permission is denied or
the destination file is protected.
- dellLanFileActionSourceFile
- dellLanFileActionDestFile
- dellLanFileActionForceAction
- delete = delete a file.
- dellLanFileActionSourceFile
The following are possible error codes relating to each type of
actions:
- rename: fileNotFound; invalidCmd; unknownError.
- copy: fileNotFound; tftpServerConnectFailed; fileSystemFull;
overwriteNotRequested; overwriteFailed; permissionDenied;
invalidCmd; incompatFileType; invalidDest; unknownError.
- delete: fileNotFound; permissionDenied; invalidCmd; unknownError.
Context
- MIB
- Dell-LAN-SYSMNG-MIB
- OID
.1.3.6.1.4.1.674.10895.5000.1.2.2.4.1- Type
- row
- Status
- current
- Parent
- dellLanFileActionTable
- Table
- dellLanFileActionTable
- Children
- 6
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| dellLanFileActionIndex This parameter is always 1 since this table consists of always just
one row. | column | Integer32 | .1.3.6.1.4.1.674.10895.5000.1.2.2.4.1.1 |
| dellLanFileActionSourceFile The source file may be specified using a URL addressing scheme.
The format of this address are as follows:
- flash://filename => indicate a file on the flash
… | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.674.10895.5000.1.2.2.4.1.2 |
| dellLanFileActionDestFile The destination file may be specified using a URL addressing scheme.
The format of this address are as follows:
- flash://filename => indicate a file on the flash
… | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.674.10895.5000.1.2.2.4.1.3 |
| dellLanFileActionForceAction This option indicate that the system should force the operation
if possible. For example, if this is used with the copy command,
then the system will try to overwrite the destina… | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.674.10895.5000.1.2.2.4.1.4 |
| dellLanFileActionCommand Perform the specific action on the file. When the action is
performed the set of required parameters (see description in the
table & entry definition above) must be included in t… | column | Enumeration | .1.3.6.1.4.1.674.10895.5000.1.2.2.4.1.5 |
| dellLanFileActionResultCode Each time the action is attempted, the result of the action will
be provided here. The user should always read this result code
immediately after executing the action to check th… | column | Enumeration | .1.3.6.1.4.1.674.10895.5000.1.2.2.4.1.6 |
Indexes
| Object | Type | Syntax | OID |
|---|---|---|---|
| dellLanFileActionIndex This parameter is always 1 since this table consists of always just
one row. | column | Integer32 | .1.3.6.1.4.1.674.10895.5000.1.2.2.4.1.1 |