HP HSG Array Controller User Manual

Page 155

Advertising
background image

Telnet Commands B-15

Compaq Confidential – Need to Know Required

Writer: Bill Reitz Project: StorageWorks Fibre Channel Storage Switch User's Guide Comments:

Part Number: AA-RHBYA-TE 135267-001 File Name: i-appb Telnet Commands Last Saved On: 4/7/99 12:36 PM

To load the firmware from Compaq Tru64 (UNIX):

1.

The first step in downloading the firmware from a Compaq Tru64
(UNIX) machine is to copy it from the Compaq StorageWorks CD as
follows:

mount -t cdfs -r /dev/rz5c /mnt

2.

You may have to change the 5 to the unit number of your CD drive.

cd mnt

This will change to the CD directory.

cd DSGGA/Firmware/v1.6b /mary/tmp/v1.6b

where: mary is the user name on the Compaq Tru64 system. The Compaq
StorageWorks Fibre Channel Switch uses remote shell capabilities of unix to
log in to the Compaq TRu64 host on which the f/w image resides and copy the
image over to the Compaq StorageWorks Fibre Channel Switch. As such, the
user (mary) and Compaq StorageWorks Fibre Channel Switch host (IP
address) must be in the .rhosts file of the Compaq Tru64 host to allow login
without password.The basic steps are:

3.

Telnet to the Switch CLI:

4.

Telnet <switch_hostname>

user: admin

pswd: <password>

You can substitute the IP address of the Switch for <switch_hostname>.

5.

Instruct the Switch to copy over and download the firmware image:

<switch>:admin> flashDownload "16.140.32.60", "mary",

"/tmp/V1.6b"

where: "<switch>:admin>" is the prompt that the Switch presents

16.140.32.60 is the ip address of the host w/ the image

mary

is the user to rsh under

/tmp/V1.6b

is the f/w image to be loaded into the Compaq

StorageWorks Fibre Channel Switch flash rom.

NOTE: The quotes are very important in the command line above. "rsh" w/o a password
must be enabled for the user that rsh is executing under (e.g. add the Switch ip name to
~<user>/.rhosts). The format of .rhosts is: hostname [ user ].

Advertising