ONTAP 9.12.1 commands

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

    Delete a Vserver’s iSCSI service

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

    Description

    This command deletes the iSCSI service from a Vserver.

    You must first disable the service with the command vserver iscsi modify with "-status-admin down" before you can delete the service.

    Parameters

    -vserver <Vserver Name> - Vserver

    Specifies the Vserver for the iSCSI service.

    Examples

    cluster1::> vserver iscsi delete -vserver vs_1

    Deletes the iSCSI service for Vserver vs_1.

    Top of Page