C H A P T E R  10

Backing Up and Restoring ILOM Configuration

Topics

Description

Links

Back up the ILOM configuration

Restore the ILOM configuration

Edit the backup XML file

Reset ILOM configuration to default settings



Related Topics

For ILOM

Chapter or Section

Guide

  • Concepts
  • Configuration Management and Firmware Updates

Oracle Integrated Lights Out Manager (ILOM) 3.0 Concepts Guide (820-6410)

  • Web interface
  • Backing Up and Restoring ILOM Configuration

Oracle Integrated Lights Out Manager (ILOM) 3.0 Web Interface Procedures Guide (820-6411)

  • IPMI and SNMP hosts
  • Managing the ILOM Configuration

Oracle Integrated Lights Out Manager (ILOM) 3.0 Management Protocols Reference Guide (820-6413)

The ILOM 3.0 Documentation Collection is available at: http://docs.sun.com/app/docs/prod/int.lights.mgr30#hic.



Backing Up the ILOM Configuration


Topics

Description

Links

Platform Feature Support

Back up your ILOM configuration

  • x86 system server SP
  • SPARC system server SP
  • CMM

Before You Begin


procedure icon  Back Up the ILOM Configuration

1. Log in to the ILOM SP CLI or the CMM CLI.

2. Change to the /SP/config directory. Type:

-> cd /SP/config

3. If you want sensitive data, such as user passwords, SSH keys, certificates, and so forth, to be backed up, you must provide a passphrase. Type:

-> set passphrase=passphrase

4. To initiate the Backup operation, type the following command from within the /SP/config directory:

-> set dump_uri=transfer_method://username:password@ipaddress_or_hostname/directorypath/filename

Where:

For example:

-> set dump_uri=scp://adminuser:userpswd@1.2.3.4/Backup/Lab9/SP123.config

The Backup operation executes and you will be prompted when the operation completes. A Backup operation typically takes two to three minutes to complete.



Note - While the Backup operation is executing, sessions on the ILOM SP will be momentarily suspended. The sessions will resume normal operation once the Backup operation is complete.



Restoring the ILOM Configuration


Topics

Description

Links

Platform Feature Support

Restore the ILOM configuration

  • x86 system server SP
  • SPARC system server SP
  • CMM

Before You Begin


procedure icon  Restore the ILOM Configuration

1. Log in to the ILOM SP CLI or the CMM CLI.

2. Change to the /SP/config directory. Type:

-> cd /SP/config

3. If a passphrase was specified when the backup file was created, you must specify the same passphrase to perform the Restore operation. Type:

-> set passphrase=passphrase

The passphrase must be the same passphrase that was used when the backup file was created.

4. To initiate the Restore operation, type the following:

-> set load_uri=transfer_method://username:password@ipaddress_or_hostname/directorypath/filename

Where:

For example:

-> set load_uri=scp://adminuser:userpswd@1.2.3.4/Backup/Lab9/SP123.config

The Restore operation executes. The XML file is parsed. A Restore operation typically takes two to three minutes to complete.



Note - While the Restore operation is executing, sessions on the ILOM SP will be momentarily suspended. The sessions will resume normal operation once the Restore operation is complete.



Edit the Backup XML file


Topics

Description

Links

Platform Feature Support

Edit the backup XML file

  • x86 system server SP
  • SPARC system server SP
  • CMM

Before You Begin


procedure icon  Edit the Backup XML File

The following is an example of a backed up XML file. The contents of the file are abbreviated for the example used in this procedure.


<SP_config version="3.0">
<entry>
<property>/SP/check_physical_presence</property>
<value>false</value>
</entry>
<entry>
<property>/SP/hostname</property>
<value>labysystem12</value>
</entry>
<entry>
<property>/SP/system_identifier</property>
<value>SUN BLADE X8400 SERVER MODULE, ILOM v3.0.0.0, r32722
</value>
</entry>
.
.
.
<entry>
<property>/SP/clock/datetime</property>
<value>Mon May 12 15:31:09 2008</value>
</entry>
.
.
.
<entry>
<property>/SP/config/passphrase</property>
<value encrypted="true">89541176be7c</value>
</entry>
.
.
.
<entry>
<property>/SP/network/pendingipaddress</property>
<value>1.2.3.4</value>
</entry>
.
.
.
<entry>
<property>/SP/network/commitpending</property>
<value>true</value>
</entry>
.
.
.
<entry>
<property>/SP/services/snmp/sets</property>
<value>enabled</value>
</entry>
.
.
.
<entry>
<property>/SP/users/john/role</property>
<value>aucro</value>
</entry>
<entry>
<entry>
<property>/SP/users/john/password</property>
<value encrypted="true">c21f5a3df51db69fdf</value>
</entry>
</SP_config>

1. Consider the following in the example XML file:

2. To modify the configuration settings that are in clear text, change the values or add new configuration settings.

For example:

3. After you have made the changes to the backup XML file, save the file so that you can use it for a Restore operation on the same system or a different system.


Resetting the ILOM Configuration


Topics

Description

Links

Platform Feature Support

Reset the ILOM configuration to the default settings

  • x86 system server SP
  • SPARC system server SP
  • CMM

Before You Begin


procedure icon  Reset the ILOM Configuration to Defaults

1. Log in to the ILOM SP CLI or the CMM CLI.

2. Change to the /SP directory, type:

-> cd /SP

3. Type one of the following commands, depending on the option you select to reset the default settings.

-> set reset_to_defaults=all

On the next reboot of the ILOM SP, the ILOM configuration default settings are restored.

-> set reset_to_defaults=factory

On the next reboot of the ILOM SP, the ILOM configuration default settings are restored and the log files are erased.

-> set reset_to_defaults=none

The previously issued reset_to_defaults command is canceled provided the reset_to_defaults=none command is issued before the ILOM SP reboots.