Each of these patches should be applied using the ZAPOBJ.EXE utility. To apply the patch, copy the patch, the ZAPOBJ utility, and the existing file to be patched to a common directory. See the instructions below to determine which existing file should be patched. At the DOS prompt type:
> ZAPOBJ InputFile OutputFile ParameterFile > ReportFile
Inputfile: A NetWare .obj file to be patched.
OutputFile: Name of the new .obj file to be created ie newobj.obj.
ParameterFile: A text file with the extension .fix.
ReportFile: Optional outputfile to contain report from zapobj.exe.
In the above command, InputFile is the current .OBJ file, OutputFile will be an updated version of InputFile, and ParameterFile is a file with an extension of .FIX and contains a description of the changes the fix will make.
1) Execute ZAPOBJ.
a) If the server is Non-dedicated and you are patching the OS, the file to be patched is NONDEDOS.OBJ.
At the DOS prompt type:
> Rename NONDEDOS.OBJ ORIGNDOS.OBJ
> ZAPOBJ ORIGNDOS.OBJ NONDEDOS.OBJ VGETSCRE.FIX
Where ORIGNDOS.OBJ is the file to be patched, NONDEDOS.OBJ is the output filename, and VGETSCRE.FIX is the parameter file.
b) If the server is Dedicated and you are patching the OS, the file to be patched is DEDOS.OBJ.
At the DOS prompt type:
> Rename DEDOS.OBJ ORIGDOS.OBJ
> ZAPOBJ ORIGDOS.OBJ DEDOS.OBJ VGETSCRE.FIX
Where ORIGDOS.OBJ is the file to be patched, DEDOS.OBJ is the output filename, and VGETSCRE.FIX is the parameter file.
c) If the router is Non-dedicated protected mode router and you are patching the router, the existing file to be patched is NPROUTER.OBJ.
At the DOS prompt type:
> Rename NPROUTER.OBJ ORIGNPRT.OBJ
> ZAPOBJ ORIGNPRT.OBJ NPROUTER.OBJ VGETS_RT.FIX
Where ORIGNPRT.OBJ is the file to be patched, NPROUTER.OBJ is the output filename, and VGETS_RT.FIX is the parameter file.
d) If the router is a Dedicated protected mode router and you are patching the router, the existing file to be patched is DPROUTER.OBJ.
At the DOS prompt type:
> Rename DPROUTER.OBJ ORIGDPRT.OBJ
> ZAPOBJ ORIGDPRT.OBJ DPROUTER.OBJ VGETS_RT.FIX
Where ORIGDPRT.OBJ is the file to be patched, DPROUTER.OBJ is the output filename, and VGETS_RT.FIX is the parameter file.
e) If the router is a Dedicated real mode router and you are patching the router, the existing file to be patched is DRROUTER.OBJ.
At the DOS prompt type:
> Rename DRROUTER.OBJ ORIGDRRT.OBJ
> ZAPOBJ ORIGDRRT.OBJ DRROUTER.OBJ VGETS_RT.FIX
Where ORIGDRRT.OBJ is the file to be patched, DRROUTER.OBJ is the output filename, and VGETS_RT.FIX is the parameter file.
2) Relink the server or router.
Please refer to the attached README.ZAP for further details on the ZAPOBJ utility.
|