Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upgrading an STMI2 or HG1500 Card by means of CLI

Status
Not open for further replies.

skifisher

IS-IT--Management
Mar 15, 2012
1
US
I have the FTP?TFTP server running.
Does anyone know what to put into these fields during the CLI Upgrade?

inet on ethernet (e): <IP addr. of HG1500 V3 incl. subnet mask in hex (e.g 192.1.110.132:ffffff00)>
inet on backplane (b):

The card was already flashed and has no IP Address. I have the mac address.
 
Hi Skifisher,

Here are the fields and meanings.

First the boot parameters have to be changed using 'c' command;

This command asks for a lot of parameters (please enter the following values):
boot device : emac0 (means LAN Interface)
processor number : 0 (stay as it is)
host name : <optional:name of host where TFTP server runs>
file name : HG15.30.006
inet on ethernet (e) : <IP address of HG1500 inclusive subnet mask in hex-mode (e.g 192.1.110.132:ffffff00)>
inet on backplane (b) :
host inet (h) : <IP address of host where TFTP server runs>
gateway inet (g) : <optional: IP-address of the default gateway for reaching the host>
user (u) :
ftp password (pw) (blank = use rsh):
flags (f) : 0x80 (use of TFTP)
target name (tn) : <optional: logical name of HG1500>
startup script (s) :
other (o) : emac

When the BOOT parameters are set enter the command “z” to save the boot parameters.

Hope this helps.

If the card is already flashed then you may be able to set the IP via the v24 interface on the card. It can be done by command line. If you connect and can log in, there is onboard help which will give you the relevant commands and structure.

Cody64.
 
TO log into the card directly via serial interface

35xx baud rate 9600-19200
38xx baud rate 19200-38400

Connect via Hyper terminal

press return


Username:(enter username for Hipath system)
Password:(enter pw for hipath system)

Command:get write access
command:set ip address 192.xxx.xxx.xxx
command:set ip subnet 25.255.255.0
Command:save config
Command:(Now Press Control + X)

The Hg1500 card now reboots and will come back with the settings you have provided.

I have always found that this is the best way to set up the card with basic settings then enabling you to play within the windows enviroment:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top