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!

ARN image upgrade

Status
Not open for further replies.

kondzio

IS-IT--Management
Nov 2, 2002
17
US
Hello,

How would I upgrade image file on a ARN? I have looked on Nortel's web site and read some articles but I can't find straight forward instructions. Anyone help, please.

Thanks,

 
Hi,

You can upload arn.exe image directly to flash using TFTP protocol. Of course it should be active on router side. Check settings using SiteManager. To transfer files you can use tool "File Manager" from SiteManager.

Brat
 
Here is the text excerpt from some documentationt hat I typed up:
===========================================================

NOTE: For major revisions of code, such as from 14 to 15, you will have to create a new config file locally, then transfer it to the router via FTP.

If you are transferring a new config to the router, name it something other than “config” prior to the transfer so as to not overwrite the current config file. When you reboot the router, you will perform a named boot. This will ensure that if, for some reason, the new config file does not work correctly, you will still have the old config to fall back on with a simple power off/on.

So now that is out of the way, here is how to upgrade code:

Ensure that the directory on your PC that you are copying files from, has only files destined for the router, or you could encounter problems in steps 7 and 8.

1.) Open up Router Files Manager (within Site Manager) for the router in question.
2.) Click to highlight all files that you want to delete (all but config and ti_notice.txt when applicable), then click on Command, then choose Delete. Click Yes to confirm.
3.) Compact the flash card. This can either be done by clicking Command, Compact, or by telnetting to the router and issuing a compact command from the TI.
4.) Open a COMMAND prompt. Change to the directory that you have the new files for the router. This can be done, for example, by typing c: <enter>, cd temp <enter>, etc. This will, of course, vary by where you have the files at.
5.) Once there, type &quot;ftp <router name>&quot;. When prompted, log in with the proper telnet username and password.
6.) After you are logged in, type &quot;bin&quot; to enter binary mode. You can enter hash if you like, but that is optional.
7.) Type &quot;mput *.*&quot;
8.) When prompted for each file, press &quot;y&quot; to transfer the file.
9.) Reboot the router at the designated time by telnetting to it and typing &quot;boot&quot; (if you are using the old config file), or &quot;boot 1:arn.exe 1:<config file name>&quot; (if using a new config file).

After the router reboots, ensure that everything is OK. If everything is OK, you can do a &quot;save config config&quot; from a TI prompt, unless you did a named boot. If you did a named boot, do the following:

&quot;copy config oldconfig&quot;
&quot;del config&quot;
&quot;copy <new config file name> config&quot;
&quot;del <new config file name>&quot;
&quot;save config config&quot;

If you are confident that everything works ont he new config, you can delete the oldconfig file.

If you are performing a major rev update, flash the boot and diag proms as instructed below.

Flashing the BOOT and DIAG PROMs for major versions of code update.

After the router reboots on the new code and config, you will do the following from the TI:

&quot;prom –v 1:arnboot.exe 1&quot; This will verify the BOOT PROM version. This can take a few minutes. Take note of the PROM version.

&quot;prom –w 1:arnboot.exe 1&quot; This will write the new code to the PROM.

&quot;prom –v 1:arndiag.exe 1&quot; This will verify the DIAG PROM version. This can take a few minutes. Take note of the PROM version.

&quot;Prom –w 1:arndiag.exe 1&quot; This will write the new code to the PROM.

&quot;save config config&quot;

Reboot the router, with a standard &quot;reboot&quot; command.

After it reboots, type &quot;save config config&quot;

Run each of the prom –v commands again, and check the prom versions. They should be different. If they are not, that doesn’t mean that they did not flash, it simply means that the PROM versions did not change with that version of code. This can sometimes be the case, but better safe than sorry.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top