Previous PageNext Page

Chapter 9 - Installing Windows for Workgroups Workstations

Overview of Installation Procedures

Configuring your workstation for NDIS
Logging in to the network
Modifying workstation configuration
Troubleshooting WFWG

Configuring Your Workstation for NDIS

Note: You should make backup copies of your AUTOEXEC.BAT, CONFIG.SYS, and PROTOCOL.INI files before installing WFWG.

Logging In to the Banyan Network

When a dialog box appears prompting you to allow changes to AUTOEXEC.BAT and CONFIG.SYS, click on the OK button. The installation procedure automatically creates backup copies of these files.

However, if you are using the DOS 6.x boot menus, WFWG will not change the AUTOEXEC.BAT and CONFIG.SYS files. Instead, DOS makes copies of these files and incorrectly places the changes in them. You must then move the changes to the correct place.
When the Network Setup dialog box appears, check that the correct version of VINES appears as the additional network. If not, click on the Network button and select the version of VINES you want for the other network.

Note: If you are running VINES 5.53 (0), select version 5.52 (5). Installing WFWG for this version of VINES is described further in the release notes for VINES version 6.00.

Modifying Workstation Configuration

Editing the PROTOCOL.INI file
Setting the default protocol
Verifying the AUTOEXEC.BAT, the PROTOCOL.INI, and the VINES.INI file

To Edit the PROTOCOL.INI File on a WFWG Workstation

1. Open an MS-DOS window.

2. Change to the directory containing your Banyan networking workstation software (cd \bandir).

3. At the DOS prompt, type PCCONFIG and press ENTER. The Configuring A PC for the Network screen appears.

4. Select Network Card Settings and press ENTER.

5. Select your existing NDIS hardware configuration and press ENTER. The screen with the parameters for the hardware configuration you selected appears.

6. Delete the Bindings= statement and press F10.

7. Exit the PCCONFIG program.

8. Reboot the workstation.

To Set the Default Protocol on a WFWG Workstation

1. From the Desktop, double-click the Network Setup icon in the Network program group. The Network Setup dialog box appears.

2. Choose the Drivers button. The Network Drivers dialog box appears.

3. Select Banyan VINES.

4. Choose Set as Default Protocol. This setting designates Banyan VINES as the default protocol.

5. Choose the Close button. The Network Setup dialog box appears.

6. Choose the OK button.

Note: When you make changes through Network Setup, the workstation AUTOEXEC.BAT file may get modified and leave you with a configuration that may not work correctly.

To Verify the AUTOEXEC.BAT File for a WFWG Workstation

1. Use a text editor to open the AUTOEXEC.BAT file.

2. Make sure the network commands in the AUTOEXEC.BAT file are listed in the following order:

net initialize
cd <bandir>
ban /nc
ndisban
net start <pathname>
arswait
redirall
z:\login
c:\win

The directory that contains your Banyan network software is <bandir>.

Note: NDISBAN and REDIRALL can be loaded into high memory.

Caution: Do not run WIN from the Z drive because an error message will appear.

3. Check that the REDIR version is the one you want. In some cases, the setup program adds REDIRALL by default.

4. Save and close the AUTOEXEC.BAT file.

To Verify the PROTOCOL.INI File for a WFWG Workstation

1. Using a text editor, open the PROTOCOL.INI file in the C:\bandir directory.

2. Locate the [Network.Setup] section.

3. Set LANA0 to ban$vines, if it is not already.

4. Locate the [NETBEUI] section.

5. Change the LANABASE entry to match the LANA for ms$netbeui (usually 1) from the network.setup section. If there is no LANABASE entry, add the line:

LANABASE=1

(or the correct number for your setup)

6. Save and close the PROTOCOL.INI file.

About the VINES.INI File for WFWG Workstations

Troubleshooting

Cannot run VINES commands from AUTOEXEC.BAT

Environment Variables Overwritten

Place all the environment variables, including PATH, only in your user profile
Place all environment variables after the LOGIN command in your AUTOEXEC.BAT file

Previous PageTop Of PageNext Page