IBM OS/2 WARP V3.0 AND NETWARE REQUESTER

Support Bulletin: 2010 Rev: B

Abstract: This document contains the instructions on how to add NetWare connectivity using Racore Token Ring products to OS/2 WARP v3.0 where no other network connections are required. It uses the Racore NetWare requester driver RCPTRNW.OS2 and the NetWare Requester Installation program for OS/2 WARP. The former NW requester driver RTR16NW.OS2 is superseded by RCPTRNW.OS2 and is recommended for use with 8113-8119 series adapters.

MATERIALS NEEDED:

1. Racore NetWare Requester Driver RCPTRNW.OS2 v1.16 or higher and related file MSM.MSG from the Racore distribution diskette. For PCMCIA adapters, you will also need the OS2 enabler file PCMDRI.ADD from the Racore distribution diskette.

2. Novell NetWare Requester Installation program for OS/2 (v2.01 or higher), supplied by Novell on CD ROM or diskette.

STARTING POINT:

OS/2 WARP has been installed on local hard drive using FAT instead
the hard drive in the \NETWARE directory (run INSTALL).

Choose "Requester on Workstation"
Make target directory \NETWARE
Select "Copy Only Requester Files"

Exit the install program as running from CD ROM or diskette.

2. Copy the Racore files RCPTRNW.OS2 and MSM.MSG to the \NETWARE directory of your system's hard drive.

3. From the \NETWARE directory of your system's hard drive, begin the NetWare Requester program again.

Select "INSTALLATION"
Select "Requester on Workstation"
Select "Only Edit CONFIG.SYS"

From the "Choose ODI LAN Driver" window:

Enter the driver name RCPTRNW.OS2.

From the "Choose NetWare Support for DOS and Windows Applications" window:

Select "OFF"

From the "Choose Optional Protocols" window:

Don't make any selections

Press "SAVE"

The program will update your CONFIG.SYS and insert the command line which loads RCPTRNW.OS2. You may now exit the NetWare Requester Installation program. If you need to create a NET.CFG file as explained in step 3 below, you may remain in the program and select

"CONFIGURE".

4. This step may be skipped for PCMCIA adapters using default settings. For all other adapters, this step must be followed carefully.

For flash based adapters (8116 and higher, except for early revision 8117):

Create a NET.CFG file in the root directory of your system's hard drive. It must conform to the example below. This may be done with any ASCII text editor, or through the CONFIGURATION option of the NetWare Requester installation program. Because these adapters do not use the TI2000 configuration registry, configuration parameters must be passed in the NET.CFG file.

Link Driver RCPTRNW

NOCONFIG (tells driver not to look for configuration registry)

NODE ADDRESS 00001a001234 (use address printed on adapter, or any valid 12 digit address)

PORT 0A20 (match adapter's setting, use leading 0)
INT 10
DMA 7

For non-flash based adapters (8113 - 8115 and earlier revision 8117):
In addition to step 3 above, you must also:

- Disable adapter's ROM (see manual for switch setting)

- Copy the file RTR16LLC.COD from the \DIAGS directory of the Racore distribution diskette to the \NETWARE directory of your system's hard drive.

5. From the Racore distribution diskette \NETWARE.OS2, copy the RCPTRNW.OS2 and MSM.MSG files to the \NETWARE directory of your system's hard drive.

For PCMCIA adapters:

In addition to the steps above, you must also:

- Copy the PCMCIA enabler file PCMDRI.ADD from the Racore distribution diskette to the root directory of your system's hard drive. This is a base device driver, therefore it must reside in the root directory and no path should be given.

- Insert the PCMCIA enabler command line in the CONFIG.SYS file immediately preceding the first BASEDEV command line. An example is shown below:

BASEDEV=PCMDRI.ADD (see manual for any needed switches) BASEDEV=PRINT01.SYS

- It may also be necessary for you to select PCMCIA support for your particular notebook computer using the "Selective Install" window. It is not currently recommended to select

PCMCIA Hard Drive or PCMCIA Flash in this utility.

6. Shut down your OS/2 WARP system and re-boot.

Your system will boot, load the NetWare Requester driver, and provide you with NetWare connectivity.

SAMPLE CONFIG.SYS

IFS=C:\OS2\HPFS.IFS /CACHE:64 /CRECL:4
PROTSHELL=C:\OS2\PMSHELL.EXE
SET USER_INI=C:\OS2\OS2.INI
SET SYSTEM_INI=C:\OS2\OS2SYS.INI
SET OS2_SHELL=C:\OS2\CMD.EXE
SET AUTOSTART=PROGRAMS,TASKLIST,FOLDERS,CONNECTIONS,LAUNCHPAD
SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE
SET COMSPEC=C:\OS2\CMD.EXE LIBPATH=.;C:\OS2\DLL;C:\OS2\MDOS;C:\;C:\OS2\APPS\DLL;C:\MMOS2\DLL;C:\NETWARE;

SET

PATH=C:\OS2;C:\OS2\SYSTEM;C:\OS2\INSTALL;C:\;C:\OS2\MDOS;C:\OS2\APPS;C:\MMOS2;
C:\NETWARE;L:\OS2;P:\OS2;L:\NLS;P:\NLS;

SET

DPATH=C:\OS2;C:\OS2\SYSTEM;C:\OS2\INSTALL;C:\;C:\OS2\BITMAP;C:\OS2\MDOS;C:\OS2\
APPS;C:\MMOS2;C:\MMOS2\INSTA

LL;C:\NETWARE;L:\OS2;P:\OS2;L:\NLS;P:\NLS;
SET PROMPT=$i[$p]

SET HELP=C:\OS2\HELP;C:\OS2\HELP\TUTORIAL;C:\MMOS2\HELP;

SET GLOSSARY=C:\OS2\HELP\GLOSS;

SET IPF_KEYS=SBCS

PRIORITY_DISK_IO=YES

FILES=20

BASEDEV=IBMKBD.SYS

DEVICE=C:\OS2\BOOT\TESTCFG.SYS

DEVICE=C:\OS2\BOOT\DOS.SYS

DEVICE=C:\OS2\BOOT\PMDD.SYS

BUFFERS=90

IOPL=YES

DISKCACHE=D,LW,AC:C

MAXWAIT=3

MEMMAN=SWAP,PROTECT

SWAPPATH=C:\OS2\SYSTEM 2048 2048

BREAK=OFF

THREADS=256

PRINTMONBUFSIZE=134,134,134

COUNTRY=001,C:\OS2\SYSTEM\COUNTRY.SYS

SET KEYS=ON

SET BOOKSHELF=C:\OS2\BOOK;C:\MMOS2;

SET SOMIR=C:\OS2\ETC\SOM.IR;C:\OS2\ETC\WPSH.IR;C:\OS2\ETC\WPDSERV.IR

SET SOMDDIR=C:\OS2\ETC\DSOM

REM SET DELDIR=C:\DELETE,512;E:\DELETE,512;

 

BASEDEV=PCMDRI.ADD **********RACORE ENABLER**********

 

BASEDEV=PRINT01.SYS

BASEDEV=IBM1FLPY.ADD

BASEDEV=IBM2FLPY.ADD

BASEDEV=IBM1S506.ADD

BASEDEV=XDFLOPPY.FLT

BASEDEV=OS2DASD.DMD

SET EPMPATH=C:\OS2\APPS;

PROTECTONLY=NO

SHELL=C:\OS2\MDOS\COMMAND.COM C:\OS2\MDOS

FCBS=16,8

RMSIZE=640

DEVICE=C:\OS2\MDOS\VEMM.SYS

DOS=LOW,NOUMB

DEVICE=C:\OS2\MDOS\VXMS.SYS /UMB

DEVICE=C:\OS2\MDOS\VDPMI.SYS

DEVICE=C:\OS2\MDOS\VDPX.SYS

DEVICE=C:\OS2\BOOT\OS2CDROM.DMD /Q

IFS=C:\OS2\BOOT\CDFS.IFS /Q

DEVICE=C:\OS2\MDOS\VCDROM.SYS

BASEDEV=OS2SCSI.DMD

BASEDEV=AHA154X.ADD

DEVICE=C:\OS2\MDOS\VMOUSE.SYS

DEVICE=C:\OS2\BOOT\POINTDD.SYS

DEVICE=C:\OS2\BOOT\MOUSE.SYS SERIAL=COM1

SAMPLE CONFIG.SYS (continued)

 

DEVICE=C:\OS2\BOOT\COM.SYS

DEVICE=C:\OS2\MDOS\VCOM.SYS

CODEPAGE=437,850

DEVINFO=KBD,US,C:\OS2\KEYBOARD.DCP

DEVINFO=SCR,VGA,C:\OS2\BOOT\VIOTBL.DCP

SET VIDEO_DEVICES=VIO_VGA

SET VIO_VGA=DEVICE(BVHVGA)

DEVICE=C:\OS2\MDOS\VVGA.SYS

SET MMBASE=C:\MMOS2;

SET DSPPATH=C:\MMOS2\DSP;

SET NCDEBUG=4000

DEVICE=C:\MMOS2\SSMDD.SYS

DEVICE=C:\MMOS2\R0STUB.SYS

 

REM --- NetWare Requester statements BEGIN ---

SET NWLANGUAGE=ENGLISH

DEVICE=C:\NETWARE\LSL.SYS

RUN=C:\NETWARE\DDAEMON.EXE

REM -- ODI-Driver Files BEGIN --

 

REM************************************ RACORE NETWARE REQUESTER DRIVER*********************************

DEVICE=C:\NETWARE\rcptrnw.os2

REM******************************************************************************************

REM DEVICE=C:\NETWARE\ROUTE.SYS

REM -- ODI-Driver Files END --

DEVICE=C:\NETWARE\IPX.SYS

rem DEVICE=C:\NETWARE\SPX.SYS

rem RUN=C:\NETWARE\SPDAEMON.EXE

rem DEVICE=C:\NETWARE\NMPIPE.SYS

rem DEVICE=C:\NETWARE\NPSERVER.SYS

rem RUN=C:\NETWARE\NPDAEMON.EXE

DEVICE=C:\NETWARE\NWREQ.SYS

IFS=C:\NETWARE\NWIFS.IFS

RUN=C:\NETWARE\NWDAEMON.EXE

rem DEVICE=C:\NETWARE\NETBIOS.SYS

rem RUN=C:\NETWARE\NBDAEMON.EXE

rem DEVICE=C:\NETWARE\VIPX.SYS

rem DEVICE=C:\NETWARE\VSHELL.SYS PRIVATE

REM --- NetWare Requester statements END ---