Go to main content
Oracle® Switch ES1-24 Product Notes

Exit Print View

Updated: November 2016
 
 

Back Up the Current Configuration Before Upgrading

Save the current configuration to a remote site before upgrading the software. Refer to the Oracle Switch ES1-24 Configuration Guide for additional information.

You can also use the backup and restore feature from Oracle ILOM to save the current Oracle ILOM and SEFOS configurations to a remote server. You can then restore the switch configuration after upgrading the firmware. See Include the SEFOS Configuration in Backups.


Note - During the upgrade, if you answer yes to the question Preserve existing configuration (y/n)?, the Oracle ILOM and SEFOS configurations are automatically preserved. There is no need to explicitly restore the configuration.
  1. Configure the default IP address.
    1. Enter Global Configuration mode.
      SEFOS# configure terminal
      
    2. Configure the default IP address and subnet mask as 10.0.0.100 and 255.255.0.0.
      SEFOS(config)# default ip address 10.0.0.100 subnet-mask 255.255.0.0
      
    3. Exit Global Configuration mode.
      SEFOS(config)# end
      
  2. Configure the restoration file name.
    1. Enter Global Configuration mode.
      SEFOS# configure terminal
      
    2. Configure a configuration restoration file name.
      SEFOS(config)# default restore-file myconfig.conf
      
    3. Exit Global Configuration mode.
      SEFOS(config)# end
      
  3. Save the current configuration for restoration.
    SEFOS(config)# write startup-config
    
  4. Copy the configuration file to a remote location.
    SEFOS(config)# copy startup-config tftp://12.0.0.100/switch.conf
    
  5. Exit and restart the switch.
    SEFOS# exit
    -> reset /SP
    Are you sure you want to reset /SP (y/n)? y
    Performing reset on /SP
    
  6. Log in and save the current configuration again before starting the upgrade.
    SEFOS# write startup-config
    SEFOS# copy startup-config tftp://12.0.0.100/switch.conf
    
  7. Download the switch firmware package.

    See Download the Switch Firmware Package.