ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system bridge firmware update

    Download firmware onto the bridge so it can be updated

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

    Description

    The system bridge firmware update command downloads the firmware onto the bridge. The bridge needs to be rebooted for the firmware update to occur. The firmware file to be used is specified by the -uri parameter.

    Parameters

    -bridge <text> - Bridge Name

    This specifies the bridge whose firmware needs to be updated.

    -uri <text> - URI

    This parameter specifies the URI from which the firmware file is downloaded onto the bridge.

    [-skip <true>] - Skip Checking for Port Path = 2

    Use this optional parameter to skip the bridge path checking allowing a firmware file to be downloaded onto the bridge. Note that doing so might cause multiple device failures.

    Examples

    The following example updates the firmware on bridge ATTO_FibreBridge7500N_1.

    cluster1::*> system bridge firmware update -bridge ATTO_FibreBridge7500N_1 -uri http://10.60.132.97/firmware.zbd
    Top of Page