Ref: 19880005
Title: Correcting the 1.6 SSS 16UPGRD.BAT File
Date: 8/24/90

Copyright 3Com Corporation, 1991.  All rights reserved.

The first version of the 16UPGRD.BAT file that came on the SERVER UPGRADE #1
diskette (P/N 7600-00) contained errors that caused files to not be copied
to the server.  It is possible to miss errors during the execution of this
program and thus have an incomplete upgrade.  This may cause errors while
running in normal operating mode, depending on your particular configuration.

Section 1, below, explains how to change the batch file so that subsequent
upgrades using 16UPGRD.BAT will be error-free.

Section 2, below, explains how to manually copy the files to the server if
you have already run the 16UPGRD.BAT file.


** SECTION 1 **

1.  Change line 101 to read:

    if exist \3plus\3config\switches\3nc.nsd copy a:\3nc.exe \3plus\3nc.exe
    > %xout%

2.  Change line 102 to read:

    if exist \3plus\3config\switches\3ncrou.nsd copy a:\3nrou.exe \3plus\3nc.exe
    > %xout%

3.  Change line 103 to read:

    if exist \3plus\3config\switches\3ncrem.nsd copy a:\3nrem.exe \3plus\3nc.exe
    > %xout%

4.  At line 177, insert a line to read:

    copy a:\3phslayr\eth505.sys \3drivers > %xout%

5.  At line 190 (originally line 189), add a line to read:

    copy a:\3phslayr\eth505.sys \apps\wsboot\3drivers > %xout%

6.  Change line 532 (originally line 530) to read:

    copy a:\backup.exe \3plus > %xout%

7.  Change line 533 (originally line 531) to read:

    copy a:\tape.sys \ > %xout%

8.  Change line 535 (originally line 533) to read:

    copy a:\3backup\3bmen.exe \3plus\3backup > %xout%

9.  Change line 536 (originally line 534) to read:

    if exist \apps\3b.exe copy a:\3backup\3b.exe \apps > %xout%

10. Change line 537 (originally line 535) to read:

    if exist \apps\3bmen.exe copy a:\3backup\3bmen.exe \apps > %xout%

11. Run the 16UPGRD.BAT file.

12. If you have a 3Com dedicated server or a PS/2-based server, then type
    the following command.  Otherwise, go to step 13.

    del \3plus\3config\switches\3mon.hi

13. Check your services and tuning via 3INS and 3OPT.


** SECTION 2 **

1.  Establish a console connection with the server.

2.  Remove the sytem software #1 diskette and insert the SERVER
    UPGRADE #3 diskette (P/N 4617-02) into drive A:.

3.  List the contents of the the C:\3PLUS directory:

    C:
    cd \3plus
    dir 3*.exe

    You should see either 3REMOTE.EXE or 3ROUTE.EXE, or neither
    one.  (You should not have both files listed.)

4a. If you have the file 3REMOTE.EXE, type:

    copy a:\3remote.exe \3plus

    Go to step 7.

4b. If you have the file 3ROUTE.EXE, type:

    copy a:\3route.exe \3plus

    Go to step 7.

5.  If you have neither 3REMOTE.EXE nor 3ROUTE.exe, then type the following:

    cd 3config\switches
    dir *.nsd

    You should see either 3NC.NSD, 3NCROU.NSD, or 3NCREM.NSD, or none
    of these files.  If you see none of them, then go to step 7.

6a. If you have the file 3NC.NSD, type:

    cd \3plus
    copy a:\3nc.exe \3plus

    Go to step 7.

6b. If you have the file 3NCROU.NSD, type:

    cd \3plus
    copy a:\3nrou.exe \3plus\3nc.exe

    Go to step 7.

6c. If you have the file 3NCREM.NSD, type:

    cd \3plus
    copy a:\3nrem.exe \3plus\3nc.exe

7.  Type:

    dir c:\3plus\*.exe.

    If you see the file BACKUP.EXE listed, insert the BACKUP #1 diskette
    P/N 1723-13 into drive A: and type the following commands.  Otherwise,
    go to step 8.

    copy a:\tape.sys \
    copy a:\backup.exe \3plus
    copy a:\3b.exe \3plus\3backup
    copy a:\3bmen.exe \3plus\3backup

8.  Type:

    dir \apps\3*.exe

    If you see 3B.EXE and 3BMEN.EXE listed, type the following commands.
    Otherwise, go to step 9.

    copy a:\3b.exe \apps
    copy a:\3bmen.exe \apps

9.  If you have a 3Com dedicated server or a PS/2-based server, type the
    following commands.  Otherwise, go to step 10.

    cd \3plus\3config\switches
    del 3mon.hi

10. Remove BACKUP #1 and insert INSTALLATION #2 diskette (P/N 3398-02)
    into drive A: and type the following commands:

    copy a:\3phslayr\eth505.sys \3drivers
    copy a:\3phslayr\eth505.sys \apps\wsboot\3drivers

    You have now completed the changes to your server.

11.  Use 3OPT to recheck your tuning, then reboot the server.
