ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system services ndmp service stop

    Stop the NDMP service

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

    Description

    The system services ndmp service stop command stops the NDMP service daemon on a node. This is a disruptive command and should not be used in normal scenarios. Processing of active sessions continues but the ability to view or kill sessions is lost. This is different from the system services ndmp off command. The system services ndmp off command disables new NDMP connections on the node but does not stop the NDMP service daemon.

    Parameters

    -node {<nodename>|local} - Node

    The node on which the NDMP service needs to be stopped.

    Examples

    cluster1::*> system services ndmp service stop -node node0

    Stops the NDMP service on node0.

    Top of Page