The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Delete an iSCSI service for an SVM
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can delete an iSCSI service for a storage virtual machine (SVM) if it is no longer required.
What you'll need
The administration status of the iSCSI service must be in the “down” state before you can delete an iSCSI service. You can move the administration status to down with the vserver iscsi modify
command.
Steps
-
Use the
vserver iscsi modify
command to stop the I/O to the LUN.vserver iscsi modify -vserver vs1 -status-admin down
-
Use the
vserver iscsi delete
command to remove the iscsi service from the SVM.vserver iscsi delete -vserver vs_1
-
Use the
vserver iscsi show command
to verify that you deleted the iSCSI service from the SVM.vserver iscsi show -vserver vs1