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

FileSystem dialog box

The following table describes the FileSystem dialog box items.


Note Note: Do not use Device Manager to upgrade to Version 2.2 of the switch software. Instead, use either the command line interface (CLI), the console interface, or the Web-based management system. For more information, see Using the BayStack 470-48T 10/100/1000 Switch, Software Version 2.2.


Item Description
LoadServerAddr
The 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.
BinaryConfigFileName
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.
FwFileName (Diag)
Specifies a file name. When the object is not used, the value is a zero length string.
Action
This object 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 such as:
  • dnldConfig
  • dnldImg
  • upldConfig
In a write operation, the value that can be written is:
  • dnldConfig - download a config file to a device.
The new config file will not take effect until the next boot cycle of the device. Possible values are:
  • dnldImg - download an image to a device.
  • upldConfig - upload a config file to a server from a device.
The config file contains the current MIB object values of the device.
Status
This object 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.


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