Specifications
12-291
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
scsirouter enable
scsirouter enable
To start the named SCSI routing instance on this SN 5428-2 Storage Router, use the scsirouter enable
command. To stop the named SCSI routing instance, use the no form of this command.
scsirouter {name | all} enable
no scsirouter {name |all} enable
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines SCSI routing instances are automatically started by the storage router during the creation process, when
the storage router is restarted, and when they are failed over to another storage router in a cluster. Use
this command to manually control the running state of SCSI routing instances; for example, when a SCSI
routing instance is restored from a saved configuration file.
SCSI routing instances that are in a stopped state are not running anywhere in the cluster. To restart a
stopped SCSI routing instance, use the scsirouter enable command. Use the all keyword to start all
instances on the SN 5428-2. All instances previously stopped on this storage router or available instances
not running elsewhere in the cluster will start on this SN 5428-2.
The SCSI routing instance can only be started from the storage router on which it was stopped. A stopped
SCSI routing instance is no longer known to any other storage router in the cluster.
Use the scsirouter enable command to bring a restored SCSI routing instance into the running
configuration. A restored instance must be started before you can make any additional configuration
changes to that instance.
Examples The following example starts the SCSI routing instance named foo2. This instance must have been
previously stopped.
[SN5428-2A]# scsirouter foo2 enable
The following example stops all SCSI routing instances running on the storage router:
[SN5428-2A]# no scsirouter all enable
name The name of the SCSI routing instance to be started.
all Start all SCSI routing instances on this storage router.
Release Modification
3.2.1 This command was introduced.