ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system switch fibre-channel remove

    Remove a back-end fibre-channel switch from monitoring

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

    Description

    The system switch fibre-channel remove command enables you to remove back-end fibre-channel (FC) switches that were previously added for SNMP monitoring.

    Parameters

    -switch-name <text> - FC Switch Name

    This parameter specifies the name of the back-end FC switch added for monitoring.

    Examples

    The following command removes 'Cisco_10.226.197.34' switch from monitoring:

    cluster1::> system switch fibre-channel show
                    Symbolic                                     Is        Monitor
        Switch      Name     Vendor  Model      Switch WWN       Monitored Status
        ----------- -------- ------- ---------- ---------------- --------- -------
        Cisco_10.226.197.34
                    mcc-cisco-8Gb-fab-4
                             Cisco   DS-C9148-16P-K9
                                                2000547fee78f088 true      ok
        mcc-cisco-8Gb-fab-1
                    mcc-cisco-8Gb-fab-1
                             Cisco   -          -                false     -
        mcc-cisco-8Gb-fab-2
                    mcc-cisco-8Gb-fab-2
                             Cisco   -          -                false     -
        mcc-cisco-8Gb-fab-3
                    mcc-cisco-8Gb-fab-3
                             Cisco   -          -                false     -
        4 entries were displayed.
    cluster1::> system switch fibre-channel remove -switch-name Cisco_10.226.197.34
    cluster1::> system switch fibre-channel show
                    Symbolic                                     Is        Monitor
        Switch      Name     Vendor  Model      Switch WWN       Monitored Status
        ----------- -------- ------- ---------- ---------------- --------- -------
        mcc-cisco-8Gb-fab-4
                    mcc-cisco-8Gb-fab-4
                             Cisco
                                     -          -                false     -
        mcc-cisco-8Gb-fab-1
                    mcc-cisco-8Gb-fab-1
                             Cisco   -          -                false     -
        mcc-cisco-8Gb-fab-2
                    mcc-cisco-8Gb-fab-2
                             Cisco   -          -                false     -
        mcc-cisco-8Gb-fab-3
                    mcc-cisco-8Gb-fab-3
                             Cisco   -          -                false     -
        4 entries were displayed
    cluster1::>
    Top of Page