         ͻ
                                                            
                    Universal 10/100VG LAN Adapter          
            (C) Copyright PDS, 1995. All Rights Reserved.   
                                                            
         ͼ


1) INSTALLATION GUIDE
=====================

Below are guidelines for installing the server driver, VG4ODI.LAN,
in a NetWare 3.12 environment.

1.  In the NetWare v3.12 directory, run SERVER.EXE

2.  At the NetWare prompt, type:

               : LOAD A:\NW3.12\VG4ODI <Enter>

    The line loads VG4ODI.LAN which automatically loads MSM3X.NLM and
    ETHERTSM.NLM. The cable type to be used should be already configured
    by the configuration program VGCONFIG.EXE.
    The frame type is defaulted to Ethernet_802.2.

    Below is an example to use frame type Ethernet_802.3

               : LOAD A:\NW3.11\VG4ODI FRAME=Ethernet_802.3

3.  Bind IPX to the server driver by typing:

               : BIND IPX VG4ODI NET=number <Enter>

    The Netware 3.12 server is now properly setup.

4.  The server driver may also be installed without loading it manually
    from the driver diskette each time the Netware server is started.
    Follow the steps below.

    a) Login to the server from a workstation. Please refer to the
       documentation in \DOSODI.

    b) At the workstation, copy the files from \NW3.12 in the driver diskette
       to the server directory \SYSTEM.

    c) At the server console, edit the AUTOEXEC.NCF by typing:

                : LOAD INSTALL <Enter>

       Select "System Option" and "Edit AUTOEXEC.NCF file". Add these lines.

                LOAD VG4ODI
                BIND IPX VG4ODI NET=number

       Note that you may add additional command line options to use
       different cable and frame types.

       The server driver will now be loaded automatically when the Netware
       server is started.

IMPORTANT: Ensure that you run VGCONFIG.EXE at least once to select the 
           proper cable type. The VGCONFIG.EXE can be found in the driver
           diskette.


2) COMMAND LINE OPTIONS
=======================
 
Apart from the standard command line options of FRAME, etc,
the server driver provides additional command line options.

    1. CABLE

       Valid cable types are : (1)   TPI (Twisted-pair)
                               (2)   VG (Voice graded for 100VG)
                               (3)   AUTO (for TPI and VG)

       This keyword is used to change the cable type of your adapter.
       If the cable type is not specified, the preset cable type on your
       adapter is effective.

       Example:

            LOAD A:\NW3.12\VG4ODI CABLE AUTO

NOTE :
        The server driver will look for 10/100VG EISA
        and then 10/100VG ISA adapter respectively first. Once found,
        it will initialize the corresponding adapter.

        If you want to load other than the above sequence, the following
        keyword should be used:

        Use PORT keyword to select ISA adapter if there is ISA adapter
        in the system.
        Use SLOT keyword to select EISA .

