ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network interface check cluster-connectivity start

    Start the cluster check function

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

    Description

    The network interface check cluster-connectivity start command initiates an accessibility check from every logical interface to every aggregate. Automatic checks run periodically, but this command manually initiates a check immediately.

    This command produces no direct output. Any errors encountered during the check are reported via the cluster-check show and the event log. See the network interface check cluster-connectivity show and event log show commands for more information.

    Parameters

    -node {<nodename>|local} - Node

    This optionally selects the node on which to initiate the accessibility check. If no node is specified, the accessibility check is initiated on the local node.

    Examples

    This example shows an execution of this command with no parameter which will initiate the accessibility check on the local node.

    cluster1::> network interface check cluster-connecivity start
    Top of Page