vserver iscsi connection shutdown
Shut down a connection on a node
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
This command shuts down a specified iSCSI connection within a session. If you want to shut down all iSCSI connections in a session, use the vserver iscsi session shutdown command.
Parameters
- -vserver <Vserver Name> - Vserver
- Specifies the Vserver.
- -tpgroup <text> - Target Portal Group
- Specifies the target portal group that contains the connection you want to shut down.
- -tsih <integer> - Target Session ID
- Specifies the target session ID that you want to shut down.
- -connection-id <integer> - Connection ID
- Specifies the connection ID that you want to shut down.
Examples
cluster1::*> vserver iscsi connection shutdown -vserver vs_1 -tpgroup tpgroup_1 -tsih 4 -connection-id 0
Give documentation feedback