Device Manager 3.0 # Go back one pageGo to the next page#Go to this book's Index

FileSystem dialog box items


Item Description
LoadServerAddr
IP address of the load server for the configuration file and/or the image file. If not used, then the value is 0.0.0.0.
ConfigFileName
Name of the configuration file currently associated with the interface. When not used, the value is a zero length string.
ImageFileName
Name of the image file(s) currently associated with the interface. When the object is not used, the value is a zero length string.
Action
This is used to download or upload a config file or an image file. In read operation, if there is no action taken since the boot up, it will return with a value of other. Otherwise, it will return the latest action. Actions include:
  • other -- if no action taken since the boot up
  • dnldConfig -- download a config file to a device.
  • dnldImg -- download an image to a device.
  • upldConfig -- upload a config file to a server from a device.
  • Config file contain the current MIB object values of the unit.
  • upldImg -- upload an image from a device to a server.
Status
This is used to get the status of the latest action as shown by s5AgInfoFileAction. The values that can be read are:
  • other -- if no action taken since the boot up.
  • inProgress -- the operation is in progress.
  • success -- the operation succeeds.
  • fail -- the operation failed.

See also


Go back one pageGo to the next page##Go to this book's Index