Firmware download troubleshooting, Firmware download troubleshooting 4 – Brocade Network Advisor IP User Manual v12.3.0 User Manual

Page 1556

Advertising
background image

1504

Brocade Network Advisor IP User Manual

53-1003153-01

Firmware download troubleshooting

H

Firmware download troubleshooting

The following section states a possible issue and the recommended solution for firmware download
errors.

Problem

Resolution

Unable to launch Element Manager from the
Management application.

To launch Element Manager from the Management application, your local system's
browser must run the Java Web Start application. To turn on Java content in the browser,
complete the following steps.
1

Launch Java Control Panel.
For Windows: Refer to

http://java.com/en/download/help/win_controlpanel.xml

.

For Linux: Follow the steps listed.
a

Open the Terminal window.

b

Go to the Java installation directory: cd /java/jre1.7.0_45/bin (change the
name of the directory to where you have installed Java).

c

Type ./ControlPanel to open the Java Control Panel.

2

In the Java Control Panel, click the Security tab.

3

Select the Enable Java content in the browser check box.

4

Click Apply.
When the Windows User Account Control (UAC) dialog box displays, allow permissions
to make the changes.

5

Click OK in the Java Plug-in confirmation window.

6

Launch Element Manager.

Problem

Resolution

If you configured an internal FTP server and the
Management application server is running
IPv6, firmware download is not supported.

Choose from one of the following options:

If the Management application is running IPv6 only, configure an external FTP server.

If the Management application is running IPv4 and IPv6, configure IPv4 to be the
preferred address.

Firmware download using SCP/SFTP does not
work because of one of the following issues:

For internal SCP/SFTP server, the
application was uninstalled and
reinstalled without migration

For external SCP/SFTP server, the SSH
handshake keypair is changed

-

manually

-

due to an external server reinstall

-

due to the SCP/SFTP server
preference (Options dialog box)
being changed from built-in to
external (installed on same machine)
or vice versa

Clear the SSH (SCP/SFTP) server IP address or hostname from the known_hosts table of
the device.

For Fabric OS devices, use the following command:
sw0:FID128:admin> sshutil delknownhost

IP Address/Hostname to be deleted: SSH_server_IP_address
where SSH_server_IP_address is the IP address of the SSH server you want to
delete.

For Network OS devices running firmware version 3.0 and later, use the following
command:
sw0# clear ssh-key SSH_server_IP_address
where SSH_server_IP_address is the IP address of the SSH server you want to
delete.

For Network OS devices running firmware version 2.1.1b, use the following
command:
sw0# execute-script sshdeleteknownhost

IP Address/Hostname to be deleted: SSH_server_IP_address
where SSH_server_IP_address is the IP address of the SSH server you want to
delete.

Firmware download using an external SCP
server does not work after reinstalling the
application or the external SCP server on the
Host machine.

Clear the SCP server IP address or hostname from the known_hosts table of the device
using the following command:
sw0# FID10:root> ssh-keygen –R Host_Name
where Host_Name is the IP address or host name of the external SCP server.

Advertising