# 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.0 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 Business Policy Switch 2000 Version 2.0.


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.
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.
450ImgFileName
Name of the image file(s) currently associated with any BayStack 450 units in the stack. When the object is not used, the value is a zero length string. This field is absent when there are no BayStack 450s in the stack.
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.

See also


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