First, you must set the Server up to use the parallel port (SSW Parallel MAC driver) network driver. You do this from MPTS [just type MPTS at the command line]. Select the driver, and add Netbios as a protocol.
Then Edit the SSW Parallel MAC driver in MPTS and Note its address. It should be 40000000000A.
Then open up the OS/2 Warp Remote Install object.
Create the remote install disks. Be sure to use the same SSW Parallel MAC driver.
Then edit the protocol.ini file on the 2nd disk. Inside it, insure that the MAC address is something other than 40000000000A. Using 40000000000B will work fine.
Save the file.
Now, shutdown and reboot the machine.
Then examine \ibmcom\lantran.log and look for the reference to the Adapter # for the parallel port adapter. If you have another adapter in the Server, the number may be 1, otherwise it will be 0.
If they were not installed during the Warp install, follow these instructions.
Given that my CDRom drive is I:, and My Warp 4 drive is H:, issue this command:
[H:\]I:\CID\SRVIFS\thinsrv /s:. /t:h:\cid\SRVIFS /r:h:\ibminst\tables\service.ini /tu:h:\
THINSRV completed successfully.
This creates a line in startup.cmd and creates startup.cmd if necessary.
START H:\CID\SRVIFS\SERVICE.EXE /INI=SERVICE
Thinsrv also adds:
h:\cid\SRVIFS;
to the PATH and DPATH statements in CONFIG.SYS. Because these changes will not take effect until a reboot, the command in STARTUP.CMD will not work until then. However, you can:
cd \cid\srvifs service /ini=service
to start it right away from the command line.
You will probably want to remove the commands from Startup.cmd at this time to prevent the Server facility from running all the time.
You may also want to create another cmd file with the service command in it if you would like to run it interactively.
Note Alias's and Path near bottom. Should be correct for the CD
Note Adapter #. Should match # from Lantran.log.
=============================================================
;SRVIFS INI file for OS/2 Warp Remote Install Server - 7CPESGDV
Name = 7CPESGDV
GroupName = NO
Adapter = 1
MaxClients = 5
MaxFiles = 9999
ClientWorkers = 8
Path = I:\
Alias = ReadOnly,Single,CDROM,I:\
Alias = ReadWrite,Single,STATUS,H:\IBMINST\RSP\REMOTE
==============================================================
With these changes made, shut down the computer and reboot. After it comes up, the GUI front end for the Remote install should work.
===Config.sys on disk 1 ===================
CALL=A:\SRVATTCH.EXE z: \\7CPESGDV\CDROM
DEVICE=A:\SRVIFS.SYS
IFS=A:\SRVIFSC.IFS * /T
CALL=A:\SRVATTCH.EXE w: \\7CPESGDV\STATUS
RUN=Z:\CID\LOCINSTU\SRVREXX.EXE
libpath=.;\os2\install;\os2\dll;z:\cid\locinstu;
set os2_shell=cdboot.exe
set oemprogram=\ibminst\npconfig.exe
set exitwhendone=1
set ADAPTER_NIF=PMAC.NIF
set SRVNAME1=7CPESGDV
set SAVECONNECT=1
================================================
Now, boot the client off the disk set.
Should work. If it does not, check the hardware configuration of the parallel ports and insure they are set to bi-directional if that option is offered.
I successfully installed Warp 4 on a Thinkpad using this method.
After the install, you should also be able to network between the two computers over the laplink cable using OS/2 Peer.