Restoring the previous firmware version, Restoring the previous, Firmware version – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 95

Advertising
background image

Network OS NETCONF Operations Guide

63

53-1003231-02

Evaluating a firmware upgrade

5

<rpc-reply message-id="411" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<show-firmware-version xmlns="urn:brocade.com:mgmt:brocade-firmware-ext">

<switchid xmlns="urn:brocade.com:mgmt:brocade-ras-ext">24</switchid>

<os-name>Network Operating system Software</os-name>

<os-version>4.0.0</os-version>

<copy-right-info>1995-2010 Brocade Communications Systems, Inc.

</copy-right-info>

<build-time>19:18:58 Jun 23, 2012</build-time>

<firmware-full-version>v4.0.0_bldg56</firmware-full-version>

<control-processor-vendor>Freescale Semiconductor

</control-processor-vendor>

<control-processor-chipset>8548E</control-processor-chipset>

<control-processor-memory>2000 MB</control-processor-memory>

<node-info>

<firmware-version-info>

<primary-version>v4.0.1_bldg67</primary-version>

<secondary-version>v4.0.1_bldg67</primary-version>

</firmware-version-info>

</node-info>

</show-firmware-version>

</rpc>

Restoring the previous firmware version

Use the firmware restore operation to back out of a firmware upgrade. This option works only if
autocommit mode was disabled during the firmware download. On modular switches you must
perform this operation on both management modules.

1. Issue the <firmware> action and specify the <restore> element.

<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="412">

<action xmlns:nca="http://tail-f.com/ns/netconf/actions/1.0">

<data>

<firmware xmlns="urn:brocade.com:mgmt:brocade-firmware">

<restore/>

</firmware>

</data>

</action>

</rpc>

<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="412">

<data>

<firmware xmlns="urn:brocade.com:mgmt:brocade-firmware">

<commit>

<result></result>

</commit>

</firmware>

</data>

</rpc-reply>

The switch will reboot and come up with the original firmware.

The firmware commit operation will begin to copy the original firmware from the secondary
partition to the primary partition. When this process completes, both partitions will have the
original firmware. It may take several minutes to complete the operation.

2. Wait until all processes have completed and the switch is fully up and operational.

Advertising