SET CHASSIS BACKUP

Enter this command to save the chassis configuration to the chassis non-volatile memory. The backup is saved as a series of commands that restores the chassis configuration when entered into a new Moonshot 1500 CM module. Use the command show chassis backup to see all the commands saved in the backup. See Backing up the chassis configuration for the complete procedure.


[NOTE: ]

NOTE: User accounts are not saved as part of the chassis configuration backup.


Command Syntax

set chassis backup

Access privilege

Administrator

Restrictions

None

Output

Command output example

hpiLO-> set chassis backup

#------------------------------------------------------------------------------
# The commands below can be used to configure an iLO Chassis Management Module
# to a previous state.
#    NOTE: In the "User Configuration" section, the ADD USER commands are
#          commented out.  This is because the user password is required to add
#          a user account, and we do not want to expose the current password.
#          The ADD USER command is provided as a template.  The user account
#          must be added for the other USER commands to succeed.
#------------------------------------------------------------------------------
# Date: 11/05/2013
# Time: 06:28
# Timezone: CST6CDT

#-----------------------
# Chassis Configuration
#-----------------------
SET CHASSIS NAME "Test"
SET CHASSIS ASSET "Test"
SET CHASSIS AUTOPOWER Off

#-----------------------
# Network Configuration
#-----------------------
SET NETWORK HOSTNAME "hostname1"
SET NETWORK DAISY Disabled
.
.
.
#---------------------
# Alert Configuration
#---------------------
DISABLE ALERTMAIL
SET ALERTMAIL PORT 25

DISABLE SYSLOG
SET SYSLOG PORT 514

#--------------------
# Node Configuration
#--------------------
SET NODE BOOT PXE C1N1
SET NODE BOOT PXE C2N1
.
.
.
#--------------------
# User Configuration
#--------------------
# Must add the user if they don't exist, with the proper password.  Example:
#    ADD USER "Administrator" <password>
SET USER FULLNAME "Administrator" "Administrator"
SET USER PRIVILEGE "Administrator" ADMINISTRATOR
ENABLE USER "Administrator"

Saving configuration to chassis.