Specifications

12-109
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
failover scsirouter
failover scsirouter
To cause the named SCSI routing instance to cease running on this storage router and start running on
another storage router in the cluster, use the failover scsirouter command.
Note If no eligible storage router is found, the SCSI routing instance will start running again on the same node.
If the storage router is configured as a standalone system, failover is not allowed.
failover scsirouter name [pri | sec | to systemname]
failover scsirouter all [to systemname]
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines Use the all keyword to failover all SCSI routing instances currently running on this storage router. Each
storage router can run a maximum of 12 SCSI routing instances; there is a maximum of 12 SCSI routing
instances per cluster.
Examples The following example causes the SCSI routing instance named foo to failover to another storage router
in the cluster:
[SN5428-2A]# failover scsirouter foo
The following example causes all SCSI routing instances to failover to the storage router named
TestLab1:
[SN5428-2A]# failover scsirouter all to TestLab1
name The name of the SCSI routing instance to be failed over.
all Failover all instances currently running on this storage router.
pri (Optional) Force failover to the designated primary storage router on the
failover list.
sec (Optional) Force failover to the designated secondary storage router on the
failover list.
to systemname (Optional) Perform the failover to the specified storage router. This node
must be active in the cluster.
Release Modification
3.2.1 This command was introduced.