Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Restore the Configuration (Oracle ILOM CLI)

If a configuration has been backed up, you can restore it at any time. When the configuration is restored, the switch resumes operation with the parameters from the last configuration that was backed up.


Note -  You must use the correct passphrase when restoring the configuration that was backed up with a passphrase.
  1. Set the passphrase for the restore.
    -> set /SP/config passphrase=phrase
    

    where phrase is an alphanumeric string. For example, type:

    -> set /SP/config passphrase=user1234
    Set 'passphrase' to 'user1234'
    ->
    
  2. Restore the configuration.
    -> set /SP/config load_uri=URI
    

    where URI is the uniform resource indicator.

    For example, to load the configuration as the my.config file from the /opt/dump directory on a server with IP address 123.45.67.89 using the SCP protocol, type:

    -> set /SP/config load_uri=scp://root:changeme@123.45.67.89/opt/dump/my.config
    Load successful.
    ->
    

    The configuration is restored.

Related Information