ONTAP 9.12.1 commands

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

    Start the NDMP service

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

    Description

    The system services ndmp service start command starts the NDMP service daemon for a node. This is different from the system services ndmp on command. The system services ndmp on command enables the daemon to accept NDMP requests. The NDMP service daemon starts automatically on a node when it boots up. Use this command to start the NDMP service daemon that has been stopped by the system services ndmp service stop command.

    Parameters

    -node {<nodename>|local} - Node

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

    Examples

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

    Starts the NDMP service on node0.

    Top of Page