Specifications
12-259
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
restore scsirouter
restore scsirouter
To cause the previously saved configuration information related to the named SCSI routing instance to
be copied from the specified configuration file into the bootable configuration, use the
restore scsirouter command. The configuration file must exist in the savedconfig directory. Use the
show savedconfig command to display the contents of the savedconfig directory.
Note This does not change the running configuration of the storage router.
restore scsirouter {name |all} from filename
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines A SCSI routing instance must be inactive before it can be restored. Use the no scsirouter enable
command to stop an active SCSI routing instance so it can be restored. After the specified SCSI routing
instance is restored, issue the scsirouter enable command to start the instance and update the running
configuration of the storage router.
A restore command never deletes existing SCSI routing instances. The restore command will add
missing instances and will overwrite configuration information for existing instances of the same name.
If necessary, you can delete a SCSI routing instance and then restore it from a saved configuration file.
Examples The following example restores the SCSI routing instance foo from the configuration file named
scsi_backup001:
[SN5428-2A]# restore scsirouter foo from scsi_backup001
name The name of the SCSI routing instance to be restored.
all Keyword to restore all SCSI routing instances.
from filename The name of the configuration file containing the information to be
restored. This file must exist in the savedconfig directory.
Release Modification
3.2.1 This command was introduced.