Wе IPDRIVER063.AY IPDRIVER063.ARBACKUP KITINSTAL.COM,IPDRIVER063.RELEASE_NOTES IPDRIVER063.A/SAVE/INTER/BLOCK=2048 SYNFUL `6'CV4.7 _CMU063::  _DUA0: V4.7   *[CMU063.IPDRIVER]KITINSTAL.COM;1+,. / 4P - 0123KPWO%56@7`&C89GHJ$!C$! ****************************************************************$!2$! Copyright (c) 1992, Carnegie Mellon University$!$! All Rights Reserved$!B$! Permission is hereby granted to use, copy, modify, andB$! distribute this software provided that the above copyrightB$! notice appears in all copies and that any distribution be for$! noncommercial purposes.$!B$! Carnegie Mellon University disclaims all warranties with regardB$! to this software. In no event shall Carnegie Mellon UniversityB$! be liable for any special, indirect, or consequential damagesB$! or any damages whatsoever resulting from loss of use, data, orB$! profits arising out of or in connection with the use or $! performance of this software.$!C$! ****************************************************************$!$ !++?$ ! Kitinstal.Com Copyright (c) 1986 Carnegie Mellon University$ !$ ! Description:$ !;$ ! VMS SYS$UPDATE:VMSINSTAL installation command procedure$$ ! = IPDRIVER063.A  [CMU063.IPDRIVER]KITINSTAL.COM;1P Tfor the CMU-OpenVMS/IP IPDRIVER.$ !0$ ! Written By: Dale Moore 19-DEC-1987 CMU-CS/RI$ !$ ! Modifications:$ !$$ ! 11-JAN-1988 Dale Moore CMU-CS/RIG$ ! Ask Purge first. More like other CMU-OpenVMS/IP installation kits.$ !$ !--$*$ ON CONTROL_Y THEN VMI$CALLBACK CONTROL_Y$ ON WARNING THEN EXIT $STATUS$ IPDRIVER_Debug = vmi$debugC$ IF IPDRIVER_Debug THEN VMI$CALLBACK MESSAGE I DEBUG "Debug is on"F$ IF IPDRIVER_Debug THEN VMI$CALLBACK MESSAGE I DEBUG "P1 = ""''P1'"""F$ IF IPDRIVER_Debug THEN VMI$CALLBACK MESSAGE I DEBUG "P2 = ""''P2'"""$ 7$ IF P1 .EQS. "VMI$_INSTALL" THEN GOTO IPDRIVER_INSTALL3$ IF P1 .EQS. "VMI$_IVP" THEN GOTO IPDRIVER_IVP$ EXIT VMI$_UNSUPPORTED$ !++"$ ! The start of the installation:$ !--$ IPDRIVER_INSTALL:$ IPDRIVER_WHERE == ""$ TYPE SYS$INPUT:6 This is the CMU-OpenVMS/IP IPDRIVER installation kit., This kit only provides the IPDRIVER driver.A$ IF IPDRIVER_Debug THEN VMI$CALLBACK MESSAGE I DEBUG "Purge Ask"$ VMI$CALLBACK SET PURGE ASK$ VMI$CALLBACK ASK - IPDRIVER_Install -( "Do you want to install the IPDRIVER" - YES - B5$ IF .NOT. IPDRIVER_Install THEN GOTO IPDRIVER_Source $ VMI$CALLBACK RESTORE_SAVESET B:$ IF IPDRIVER_WHERE .EQS. "" THEN GOSUB IPDRIVER_GET_WHEREH$ IF IPDRIVER_Debug THEN VMI$CALLBACK MESSAGE I DEBUG "Provide IPDRIVER"$ VMI$CALLBACK PROVIDE_IMAGE - IPDRIVER_IMAGE - IPDRIVER.EXE - 'IPDRIVER_WHERE[SYSEXE]$ TYPE SYS$INPUT:; It will be necessary to add the following lines to youaf IPDRIVER063.A  [CMU063.IPDRIVER]KITINSTAL.COM;1P r system startup command file. $ SYSGEN :== $SYSGEN9 $ IF F$SEARCH("SYS$SYSTEM:IPDRIVER.EXE") .NES. "" THEN - SYSGEN CONNECT IP0 /NOADAPTER7$ IF F$GETDVI("IP0","EXISTS") THEN GOTO IPDRIVER_Reboot$ SYSGEN :== $SYSGEN9$ SYSGEN CONNECT IP0 /NOADAPTER /DRIVER=VMI$KWD:IPDRIVER$ GOTO IPDRIVER_Source$ IPDRIVER_Reboot:$ TYPE SYS$INPUT:( The IP device driver is not reloadable.5 It will be necessary to reboot your machine in order1 to install this version of the IP device driver.$ IPDRIVER_Source:I$ IF IPDRIVER_Debug THEN VMI$CALLBACK MESSAGE I DEBUG "Ask source wanted"$ VMI$CALLBACK ASK - IPDRIVER_SRC - "Do you want the sources " - YES - B .$ IF .NOT. IPDRIVER_SRC THEN GOTO IPDRIVER_Doc $ VMI$CALLBACK RESTORE_SAVESET C:$ IF IPDRIVER_WHERE .EQS. "" THEN GOSUB IPDRIVER_GET_WHERE$ VMI$CALLBACK PROVIDE_FILE - IPDRIVER_SOURCE - IPDRIVER.SRC - 'IPDRIVER_WHERE[SYSUPD]$ TYPE SYS$INPUT:@ The sources are in the backup save set SYS$UPDATE:IPDRIVER.SRC.$ IPDRIVER_Doc:P$ IF IPDRIVER_Debug THEN VMI$CALLBACK MESSAGE I DEBUG "Ask Documentation wanted"$ VMI$CALLBACK ASK - IPDRIVER_DOC -$ "Do you want the Documentation " - YES - B /$ IF .NOT. IPDRIVER_DOC THEN GOTO IPDRIVER_Done $ VMI$CALLBACK RESTORE_SAVESET D:$ IF IPDRIVER_WHERE .EQS. "" THEN GOSUB IPDRIVER_GET_WHERE$ VMI$CALLBACK PROVIDE_FILE - IPDRIVER_INSTALL_PS - IPDRIVER_INSTALL.PS - 'IPDRIVER_WHERE[SYSHLP]$ VMI$CALLBACK PROVIDE_FILE - IPDRIVER_INSTAU IPDRIVER063.A  [CMU063.IPDRIVER]KITINSTAL.COM;1P A LL_MSS - IPDRIVER_INSTALL.MSS - 'IPDRIVER_WHERE[SYSHLP]$ VMI$CALLBACK PROVIDE_FILE - IPDRIVER_MANUAL_PS - IPDRIVER_MANUAL.PS - 'IPDRIVER_WHERE[SYSHLP]$ VMI$CALLBACK PROVIDE_FILE - IPDRIVER_MANUAL_MSS - IPDRIVER_MANUAL.MSS - 'IPDRIVER_WHERE[SYSHLP]$ TYPE SYS$INPUT:2 The documentation on how to install the IP device, driver is in SYS$HELP:IPDRIVER_INSTALL.MSS.; The for those with PostScript printers a PostScipt version$ is in SYS$HELP:IPDRIVER_INSTALL.PS.2 The documentation on the programming interface to9 the IP device driver is in SYS$HELP:IPDRIVER_MANUAL.MSS.; The for those with PostScript printers a PostScipt version# is in SYS$HELP:IPDRIVER_MANUAL.PS.$ IPDRIVER_Done:D$ IF IPDRIVER_Debug THEN VMI$CALLBACK MESSAGE I DEBUG "Exit Success"$ EXIT VMI$_SUCCESS$$ IPDRIVER_Get_Where:A$ IF IPDRIVER_Debug THEN VMI$CALLBACK MESSAGE I DEBUG "Ask Where"$ TYPE SYS$INPUT?There are several places that the IPDRIVER image can be placed.Some of them are:$ IPDRIVER_Index = 0$ IPDRIVER_Locations:$ WRITE SYS$OUTPUT -A " ''F$TRNLNM("SYS$SYSROOT", "LNM$SYSTEM_TABLE", IPDRIVER_Index)"%$ IPDRIVER_Index = IPDRIVER_Index + 1$ IF IPDRIVER_Index .LE. -A F$TRNLNM("SYS$SYSROOT", "LNM$SYSTEM_TABLE", , , , "MAX_INDEX") - THEN GOTO IPDRIVER_Locations$ WRITE SYS$OUTPUT ""$ VMI$CALLBACK ASK - IPDRIVER_WHERE -, "Where do you want the image installed?" -. 'F$TRNLNM("SYS$SYSROOT", "LNM$SYSTEM_TABLE")$ RETURNa1 IPDRIVER063.A ,[CMU063.IPDRIVER]IPDRIVER063.RELEASE_NOTES;1O,*[CMU063.IPDRIVER]IPDRIVER063.RELEASE_NOTES;1+,./ 4O- 0123KPWO"56a7&C89GHJ< CMU-OPENVMS/IP IPDRIVER V6.3 RELEASE NOTES 1. OverviewO The IPDRIVER software provides a user interface to the IPACP. The IPACP>software is used to implement the IP/TCP networking protocols.O The programmer interface to the ACP is done through a virtual device andOdevice driver. The ACP can not do its work without the IP device driver, and;the IP device driver can not become useful without the ACP.O The IPACP is installed seperately. The installation kit for the IPACPOsoftware is probably on the same tape or the same area as the installation kitfor the IPDriver.2. New and Changed FeaturesO The installation kit style has changed. IPDRIVER, like many otherOCMU-OpenVMS/IP software pieces have their own installation kit. This willOallow the system administrator greater flexibility when installing and testingthe various pieces.O The IPDRIVER installation kit now comes with seperate installation guide and/ނ# IPDRIVER063.A ,[CMU063.IPDRIVER]IPDRIVER063.RELEASE_NOTES;1OIYusers reference manual.O Few changes were made to the actual device driver. Most of the differences7in behaviour can be attributed to changes in the IPACP.3. Unresolved Problems0 Table of ContentsO 1. Overview 0O 2. New and Changed Features 0O 3. Unresolved Problems 0  [CMU063.IPDRIVER]KITINSTAL.COM;1P V-PI_;[GV$U{R qgxGU=rzo%x0)~_XjlCj6=,]~3=U[_[rZ'ThyQ|K=`h8 $B)GMnP*s h5irsY+PJr%=GQrafG'$/{pZO 6oxY= D\w ?8cYUMw4Z%%~:.-:rDFmjEV-v+Nn Z%P(_|qg f8щ3LY/iApgj7JD)te=%a]Oj+5+:BdzOAk>7W+0oEMcH@3'9M(QQ(4PNN&T$(8:Jd'uojKJqnO*\SVV4# }E!t{:}3~ .ous't aO~D:)}DhTYWI!yK-w)qz l! b9{YN v1;I:_Hm+ Py:E|-[#Eu{,negw,/78PnRpi2rWwr! HI@OeS$SjYMmNIsŭWF>  C,):fB,wnOA"VV'Ip0.@?HocD5m^ 7DRRl&SLIL9lIVV|uO9k\h&~z&u>~&:1bA!b?%J8X]^F(Z*T^=y~H*{ \P*7_)9%0N9y =/{xk(246a#y0VC?5~-" W JC! r0{ G] <' SH EX(UPG12>/Up/d Cc<<{W j| (Tr#, ]Zv|7ni>sN4$! %%[RIG:P&`O3$d^O8qBJ n"6YHNuDEaix?=O~$$#TW;T(rJ,e$PIt3["@R_Qk}4h<' Y}E c .wncp{hoYD26o 132F{jr` )feb}uowq:W#_TB10OL)RE)e H=bknoR=dp;SLO1& S$a}6`rMB07OIEm)C1;\2j^ 36<4#)Ml RHT0i[W l6xe&5G$"L x@L  L!(  AYAF }IZF"kx`zx QGU9~jhi@]SYa! AgGhyTMt|6AH ^\IlOeLV~g.p(;'36r+&n*;4