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

Flash download on 3900 sets

Status
Not open for further replies.

hollandho

MIS
Jun 8, 2006
90
CA
Is there a way I can do a firmware upgrade just by card.We have a mix of 3903 and 3904 and 3905 scattered all over the cards and I do not want to do a system wide upgrade.I would like to do it every night by card only so that all 3 types get upgraded at the same time. It is very possible that I am not understanding the whole procedure. We are currently on a Nortel CS1000 and need this done before we can upgrade to Avaya Succession 7

Thanks in advance
 
Nearly all of my customers have been set up so that the firmware is done at night after the nightly routines for around 3 hours eash night during the week and 4 hours on Sunday. Please follow my procomm script for more information.

i.e.

ld 97
REQ prt
TYPE fdl

FDL DATA
SET TYPE: ALL

DAY: SUNDAY NUMBER OF INTERVALS: 01
INT 03 04

DAY: MONDAY NUMBER OF INTERVALS: 01
INT 03 03

DAY: TUESDAY NUMBER OF INTERVALS: 01
INT 03 03

DAY: WEDNESDAY NUMBER OF INTERVALS: 01
INT 03 03

DAY: THURSDAY NUMBER OF INTERVALS: 01
INT 03 03

DAY: FRIDAY NUMBER OF INTERVALS: 01
INT 03 03

DAY: SATURDAY NUMBER OF INTERVALS: 01
INT 03 04
FRCE: NO
FVER: 00

REQ



###############################################################

;Recorded script. Editing may be required.
proc main
transmit "****"
; waitfor ">"
pause 1
transmit "LD 97^M"
waitfor "REQ "

transmit "PRT^M"
waitfor "TYPE "
transmit "FDL^M"
waitfor "REQ "

transmit "CHG^M"
waitfor "TYPE "
transmit "FDL^M"
waitfor "FDTP "
transmit "ALL^M"
waitfor "FDTM "
transmit "YES^M"
waitfor "FDAY "
transmit "0 1^M"
waitfor "FINT "
transmit "3 4^M"
waitfor "FDAY "
transmit "1 1^M"
waitfor "FINT "
transmit "3 3^M"
waitfor "FDAY "
transmit "2 1^M"
waitfor "FINT "
transmit "3 3^M"
waitfor "FDAY "
transmit "3 1^M"
waitfor "FINT "
transmit "3 3^M"
waitfor "FDAY "
transmit "4 1^M"
waitfor "FINT "
transmit "3 3^M"
waitfor "FDAY "
transmit "5 1^M"
waitfor "FINT "
transmit "3 3^M"
waitfor "FDAY "
transmit "6 1^M"
waitfor "FINT "
transmit "3 4^M"
waitfor "FDAY "
transmit "^M"
waitfor "FTNR "
transmit "NO^M"
waitfor "FDNR "
transmit "NO^M"
waitfor "FRCE "
transmit "NO^M"
waitfor "FVER "
transmit "0^M"

waitfor "REQ "
transmit "PRT^M"
waitfor "TYPE "
transmit "FDL^M"
waitfor "REQ "
transmit "END^M"

pause 1
transmit "LD 32^M"
waitfor "."

transmit "FSUM ALL^M"
waitfor "." FOREVER
transmit "FDLS^M"
waitfor "."
pause 20
transmit "****^M"
; waitfor ">"

transmit "LOGO^M"


All the best

Firebird Scrambler
Meridian 1 / Succession and BCM / Norstar Programmer in the UK

If it's working, then leave it alone!.
 
Firebird Scrambler: This sounds like it is exactly what I want. I will try one for tonight.

Many Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top