You are here: PS Series CLI Reference > Array Management Commands > update
Updates array firmware.
A PS Series storage array includes single or dual control modules, each with a compact flash card running the PS Series firmware. You should always run the latest storage array firmware to take advantage of new product features, enhancements, and fixes.
Note: It is recommended that you read the PS Series Release Notes before beginning the update.
When updating array firmware, keep in mind the following important issues:
The following steps take you through the PS Series firmware update procedure:
Once connected, press the <Enter> key and log in to an administration account that has read-write permission (for example, the grpadmin account). At the CLI prompt, enter the restart command. When the array shuts down, the network connection closes.
Login: grpadmin Password: Welcome to Group Manager Copyright 2001-2006 EqualLogic, Inc. > restart |
$ ftp ftp> open 192.168.1.53 Connected to 192.168.1.53. 220 192.168.1.53 FTP server ready. |
Name: grpadmin 331 Password required for grpadmin. Password: |
230 User grpadmin logged in. Remote system type is UNIX. |
Using binary mode to transfer files. ftp> binary 200 Type set to I |
ftp> put kit_12345678.tgz kit_12345678.tgz local: kit_1234567.tgz remote: kit_1234567.tgz 229 Entering Extended Passive Mode (|||65534|) 150 Opening BINARY mode data connection for 'kit_12345678.tgz'. 100%|***********************| 13191 KB 81.26 KB/s 00:00 ETA |
226 Transfer complete. 13508472 bytes sent in 02:42 (81.06 KB/s) ftp> close Data traffic for this session was 13508472 bytes in 1 file. Total traffic for this session was 13509009 bytes in 1 transfer. 221 Thank you for using the FTP service on 192.168.1.53. ftp> bye |
Format
update
Example
The following example uses a serial connection to an array to which the firmware update kit has been copied, updates the firmware, and then restarts the array.
EqualLogic, Inc. - Storage Arrays
login: grpadmin Password:
Welcome to Group Manager Copyright 2001 — 2006 EqualLogic, Inc. > update This command will update the firmware on the array's flash card memory using the kit that is already loaded onto the array.
If you choose to proceed, you will be shown the current firmware version and the version to which you will update. You will then be given the choice to proceed again.
The firmware update will not take effect until the array is restarted. Do you want to proceed (y/n) [y]: y Active and secondary control modules detected. . . . Update completed successfully. The update will take effect after the next member restart. If you want to restart now, invoke the "restart" command. > restart |