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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

https server for 46xx firmware downloads

Status
Not open for further replies.

amarc5300

IS-IT--Management
Aug 20, 2005
14
0
0
US
Need some help... I'm already familiar with using a TFTP server for 46xx firmware downloads.

How exactly do I set up an HTTPS server to do this? I do have a Win2003 server set up with IIS running, but exactly where do I put the firmware files so that the 46xx will find them?

Can you link me to documentation or explain how it's done? Thanks!
 
i hope this help you
FTP Setup

enable filesystem board 1a10 login mikey mikeydi

1. In order to do firmware downloads you must first set the switch up to be able to accept a file system transfer.
At the SAT you would enter “enable filesystem board 02e20 ftplogin ftppasword

The actual command would look like “enable filesystem board 02e20 mikey mikeydidit”
This command enables the C-LAN card to download new versions of firmware to itself or to other components (Tn2224cp, Tn464fCp, and ECT.)

2. The next step is to go into internet explorer and go to the Avaya Technical support site and look in downloads section. Here you should find the latest/greatest versions of firmware for different circuit packs. Check the versions that are on the circuit packs by issuing the “list configuration board 0xxxx” command from the SAT. Their will be a HW (hardware) version and a FW (Firmware) version on each programmable pack. The firmware downloads have to match both versions. If there are any doubts, contact Avaya’s Tier 3 group and confirm before you perform any downloads. After you have confirmed the appropriate firmware download, you can now read the “read me” files for any known issues with this download and save this to a folder on the C: drive. (I have created a folder on the C: drive that is named firmware downloads.)

3. You are now ready to login into FTP on your computer. Go into Run and then command line and type in

C: (This will take you off of O drive and change you over to C: drive)
Cd firmware downloads (This command will take you to the firmware folder)
Dir (This command shows you the files that are in the firmware folder. Be sure to
get the correct file as their may be different ones in here.)
Next would be to ftp 10.x.xxx.xxx. ( Your C-LAN IP address )It will then ask for your user name.
Type in (username mikey)
(password mikeydidit)
This will log you into your FTP session.
Enter binary (This sets this session to binary mode)
Then enter “put” and the file name

You should receive a message that
1. Port set OK
2. Opening binary mode data connection
3. transfer complete
4. FTP bytes sent in ?? seconds and how many bytes were sent
5. enter “is” to verify download is on the circuit pack
6. The download is now complete. Enter “bye”
7. Enter “exit” the escape from DOS.



• see example below


FTP example


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

O:\>c:

C:\>cd firmware downloads

C:\firmware downloads>dir
Volume in drive C has no label.
Volume Serial Number is D063-A59D

Directory of C:\firmware downloads

04/18/2005 08:22 AM <DIR> .
04/18/2005 08:22 AM <DIR> ..
04/18/2005 08:22 AM 1,982,144 tn799dp_f12.bin
1 File(s) 1,982,144 bytes
2 Dir(s) 63,148,830,720 bytes free

C:\firmware downloads>ftp 10.x.xxx.xxx
Connected to 10.x.xxx.xxx
220 VxWorks (5.4) FTP server ready
User (10.x.xxx.xxx:(none)): mikey
331 Password required
Password: mikeydidit
230 User logged in
ftp> binary
200 Type set to I, binary mode
ftp> put tn799dp_f12.bin
200 Port set okay
150 Opening BINARY mode data connection
226 Transfer complete
ftp: 1982144 bytes sent in 4.30Seconds 461.29Kbytes/sec.
ftp> is
ftp> bye
C: exit






You are now ready to verify the file is on the memory board on the C-LAN. The command to do this is “list directory board xxxxx”.

Example

list directory board 02E20 SPE A

LIST DIRECTORY

Board File/Directory Creation Size Pro-
Loc Name Date Time Kb tect
02E20 F:tn799dp_f12.bin 2005/04/20 09:38:32 1936 ?

Next run the “get boot-image board xxxxx” ( In this case 02e20) This command will give you a backup copy of the current version of firmware so this can be restored if need be. (Corruption, bugs, or other problems)

You can now schedule this download or do it immediately by using the “change firmware download” command. Avaya’s documentation states this procedure takes about 5 to 10 minutes. While this procedure is running you can enter the command “status firmware download” and it will show the status of the download as it is happening. The form is fairly easy to fill out, but there are several important parts. Be sure to enter the correct load, source and target locations. One other thing to remember is when you enter the “schedule download”. If you set this to “no”, it automatically starts this procedure. In some cases this is service affecting as the board resets itself to finish loading the firmware.

Please see example below.

change firmware download Page 1 of 1 SPE A
FIRMWARE DOWNLOAD

Source Board Location: 02e20
Firmware Image File Name: tn799dp_f12.bin
Target Board Code: TN799 Suffix: DP Firmware Vintage:
Schedule Download? n Remove Image File After Successful Download? n
Target Target Target Target Target
Location Location Location Location Location
1. 02e20 11. 21. 31. 41.
2. 12. 22. 32. 42.
3. 13. 23. 33. 43.
4. 14. 24. 34. 44.
5. 15. 25. 35. 45.
6. 16. 26. 36. 46.
7. 17. 27. 37. 47.
8. 18. 28. 38. 48.
9. 19. 29. 39. 49.
10. 20. 30. 40. 50.

In the case above, the target of this firmware download is the source. If you are upgrading the firmware of any other boards you must enter that board as the target (or targets) and the correct firmware image file name. Also be sure to turn the “Remove Image File After Successful Download to “n” in case you have problems with the new load.

This seemed to be service affecting for about 1 minute. That is the point the C-LAN rebooted itself to initiate the new firmware load. You can now run the “list configuration board 02e20” command to verify the new load is present on the board.

This procedure is now complete.

* This procedure is not to be used for FTP for Val boards..
 
on this case i made an upgrade to the CLAN board
but is the same for for SETS
 
Thanks, but what I'm looking to do is set up an EXTERNAL HTTP server, it's a Win/2003 box. I do not wish to use the S8xxx for the firmware downloads. We have too many phones.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top