system services ndmp log stop
(DEPRECATED)-Stop logging for the specified NDMP session
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
Note
This node-scoped NDMP command is deprecated. Node-scoped NDMP functionality may be removed in a future release of Data ONTAP. Use the Vserver-aware "vserver services ndmp log stop" command.
Parameters
- -node {<nodename>|local} - Node
- This parameter specifies the node.
- -session-id {<integer>|server} - Session Identifier
- This parameter specifies the NDMP session-id on which logging needs to be stopped. The session-id is associated with a unique NDMP session. Specify server to stop logging on the NDMP server session.
Examples
The following example shows how to stop logging on a specific NDMP session 35512, running on node cluster1-01.
cluster1::*> system services ndmp log stop -session-id 35512 -node cluster1-01
The following example shows how to stop logging on the NDMP server session, running on node cluster1-01.
cluster1::*> system services ndmp log stop -session-id server -node cluster1-01
Give documentation feedback