System information

12-96
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
delete scsirouter
Usage Guidelines In a cluster environment, changes to the SCSI routing instance can only be made on the storage router
that is the currently running that instance. The SCSI routing instance may be in a stopped state at the
time it is deleted.
The force option allows the SCSI routing instance to be deleted from a storage router that is not currently
running the instance. The force option should only be used when the storage router, or a specific SCSI
routing instance, is in an abnormal state and cannot be recovered without rebooting.
When used with the target or LUN keywords, the force option allows the specified object to be deleted,
even if in use by an iSCSI driver. Under normal circumstances, a target or LUN cannot be deleted if an
iSCSI driver is logged in.
Use the all keyword to delete all attributes of a named SCSI routing instance. The named SCSI routing
instance, however, is not deleted.
Note When making changes to SCSI routing instances (such as adding or deleting targets or changing access)
be sure to make the complimentary changes to the iSCSI configuration of IP hosts using these services
to access the storage resources. See the readme files for the appropriate iSCSI drivers for additional
details. You can access the latest iSCSI drivers and readme and example configuration files from
Cisco.com.
Examples The following example deletes all targets associated with the SCSI routing instance named foo:
[SN5428-2A]# delete scsirouter foo target all
The following example deletes the specified VLAN from the Gigabit Ethernet interface, ge2, used by the
SCSI routing instance named foo2:
[SN5428-2A]# delete scsirouter foo2 serverif ge2 vlan 101
The following example deletes all attributes of the SCSI routing instance named foo3. The SCSI routing
instance named foo3 remains available for configuration on the storage router.
[SN5428-2A]# delete scsirouter foo3 all
The following example deletes the entire SCSI routing instance named foo4:
[SN5428-2A]# delete scsirouter foo4
Note All examples update the currently running configuration only. To make a deletion permanent, issue the
appropriate save all bootconfig or save scsirouter bootconfig command.