ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver iscsi session shutdown

    Shut down a session on a node

    Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

    Description

    This command forces a shutdown of all connections in a session. If you want to shut down a single connection in a session, use the vserver iscsi connection shutdown command.

    Parameters

    -vserver <Vserver Name> - Vserver

    Specifies the Vserver.

    -tpgroup <text> - Target Portal Group

    Specifies the target portal group that contains the session you want to shutdown.

    -tsih <integer> - Target Session ID

    Specifies the target session ID that you want to shut down.

    Examples

    cluster1::*> vserver iscsi session shutdown -vserver vs_1 -tpgroup tpgroup_1 -tsih 2

    Forces a session shutdown for target session ID 2 in tpgroup_1 in Vserver vs_1 .

    Top of Page