Dell Brocade G620 Brocade 8.0.1 Fabric OS Software Upgrade Guide - Page 22

Activating firmware, firmwaredownload -r, firmwareshow, firmwareactivate

Page 22 highlights

Preparing for a firmware download ∙ < and > are used for redirection. < represents input and > represents output. ∙ $ is used to represent shell variable. ∙ ` is used for command substitution or assign output of a command to a variable. ∙ " is used for partial quoting. ∙ ' is used for full quoting. ∙ Spaces are used as a separation character. ∙ # when preceded by a space, treats all characters through the end of the line as a comment rather than commands. These special characters may be used to enhance user credential security. However, in order for these characters to be properly interpreted, you must use one of the following methods: ∙ Escape each instance of the special character by preceding it with the escape character (\). ∙ Enclose the credentials containing special characters within single quotes ('). If single quotes are themselves part of the credential, precede each instance of the single quote with the escape character (\). Alternately, the string may be enclosed in double quotes (") if a more intricate bash substitution is desired to further strengthen the security measure of the credentials. You can test the representation of the credentials by logging in with root-level permissions and using the echo command. Activating firmware After the firmware is downloaded to a switch or Director, the update is incomplete until the new firmware is activated. 1. Download the firmware to the secondary partition of the platform using either firmwaredownload -r, or firmwaredownload -lr. 2. Enter firmwareshow to view the current firmware version on each partition. switch:admin> firmwareshow Appl Primary/Secondary Versions FOS v8.0.1v00 v8.0.1v00 3. Enter firmwareactivate to activate the firmware. switch:admin> firmwareactivate This command will activate the firmware on the secondary partition but will require that existing telnet, secure telnet or SSH sessions to be restarted. Do you want to continue (Y/N) [Y]: Brocade Fabric OS Upgrade Guide 22 53-1004124-01

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37

<
and
>
are used for redirection.
<
represents input and
>
represents output.
$
is used to represent shell variable.
`
is used for command substitution or assign output of a command to a variable.
"
is used for partial quoting.
'
is used for full quoting.
Spaces are used as a separation character.
#
when preceded by a space, treats all characters through the end of the line as a comment rather than commands.
These special characters may be used to enhance user credential security. However, in order for these characters to be properly
interpreted, you must use one of the following methods:
Escape each instance of the special character by preceding it with the escape character (
\
).
Enclose the credentials containing special characters within single quotes (
'
).
If single quotes are themselves part of the credential, precede each instance of the single quote with the escape character (
\
).
Alternately, the string may be enclosed in double quotes (
"
) if a more intricate bash substitution is desired to further strengthen
the security measure of the credentials.
You can test the representation of the credentials by logging in with root-level permissions and using the
echo
command.
Activating firmware
After the firmware is downloaded to a switch or Director, the update is incomplete until the new firmware is activated.
1.
Download the firmware to the secondary partition of the platform using either
firmwaredownload –r
, or
firmwaredownload –lr
.
2.
Enter
firmwareshow
to view the current firmware version on each partition.
switch:admin> firmwareshow
Appl
Primary/Secondary Versions
-----------------------------------
FOS
v8.0.1v00
v8.0.1v00
3.
Enter
firmwareactivate
to activate the firmware.
switch:admin> firmwareactivate
This command will activate the firmware on the secondary partition
but will require that existing telnet, secure telnet or SSH sessions to be restarted.
Do you want to continue (Y/N) [Y]:
Preparing for a firmware download
Brocade Fabric OS Upgrade Guide
22
53-1004124-01