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 restartable contexts
-
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
If you want to start a backup instead of restarting a context, you can delete the context.
About this task
You can delete a restartable context using the vserver services ndmp restartable-backup delete
command by providing the SVM name and the context ID.
Steps
-
Delete a restartable context:
vserver services ndmp restartable-backup delete -vserver vserver-name -context-id context_identifier
.cluster::> vserver services ndmpd restartable-backup show Vserver Context Identifier Is Cleanup Pending? ----------- ------------------------------------ ------------------- vserver1 330e6739-0179-11e6-a299-005056bb4bc9 false vserver1 481025c1-0179-11e6-a299-005056bb4bc9 false vserver2 5cf10132-0179-11e6-a299-005056bb4bc9 false 3 entries were displayed. cluster::> cluster::> vserver services ndmp restartable-backup delete -vserver vserver1 -context-id 481025c1-0179-11e6-a299-005056bb4bc9 cluster::> vserver services ndmpd restartable-backup show Vserver Context Identifier Is Cleanup Pending? ----------- ------------------------------------ ------------------- vserver1 330e6739-0179-11e6-a299-005056bb4bc9 false vserver2 5cf10132-0179-11e6-a299-005056bb4bc9 false 3 entries were displayed. cluster::>"