User guide

121
Reference 4
Maintenance Mode
Firmware recoveryFirmware recovery
IP address settingsIP address settings
When DHCP is unavailable, specify the IP address.
* In this example, IP address is set to 192. 168. 0. 16.
* If DHCP is available, the IP address will be allocated by DHCP.
(1) To set the IP address, enter the following:
[root@polaris /home]# ifconfig eth0 192.168.0.16
(2) To review the IP address, enter the following:
[root@polaris /home]# ifconfig
Firmware downloadFirmware download
Download the firmware, via a Web server, an FTP server or a USB device: to be
used in Maintenance Mode.
In this example, 192. 168. 0. 2 is the FTP server address where the firmware archive
file is stored.
(1) To specify the address from which to download the firmware, enter the
following:
[root@polaris /home]# cd /tmp
[root@polaris /tmp]# wget ftp://192.168.0.2/maintenance.tgz
To update the firmware from a firmware archive file stored on a USB device,
enter the following:
[root@polaris /home]# cd /tmp
[root@polaris /tmp]# mount -t vfat /dev/sda1 /mnt
[root@polaris /tmp]# cp /mnt/maintenance.tgz .