ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system switch ethernet configure-health-monitor

    Ethernet switch health monitor configuration file setup.

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

    Description

    The system switch ethernet configure-health-monitor command downloads an Ethernet switch’s health monitor configuration file in the ZIP format, which contains the XML file and a signed version file. After download, ONTAP will check the signed file. If valid, the Ethernet switch health monitor restarts to use the new Ethernet switch health monitor configuration file.

    Parameters

    -node {<nodename>|local} - Node

    This specifies the node or nodes on which the Ethernet switch health monitor configuration file is to be updated.

    -package-url <text> - Package URL

    This parameter specifies the URL that provides the location of the package to be downloaded. Standard URL schemes, including HTTP, HTTPS, FTP and FILE, are accepted.

    Examples

    The following example downloads Ethernet switch health monitor configuration file to node1 from a web server and enables Ethernet switch health monitor to process it:

    cluster1::*> system switch ethernet configure-health-monitor -node node1 -package-url
    http://example.com/hm_config.zip
    Top of Page