;********* Setup closeing screens dependent on the version of OS.
GotoIfEqual 0, '%{PI_OSType}', CloseScreen_NATIVE
GotoIfEqual 1, '%{PI_OSType}', CloseScreen_NWOS2
GotoIfEqual 2, '%{PI_OSType}', CloseScreen_SFT3
Label CloseScreen_SFT3
Display 0, "PATCH KIT INSTALLATION IS COMPLETE!\n\n
ISSUE:\n\n
NetWare SFTIII parses the IOSTART.NCF by scanning the file twice.\n
First pass to scan for all SET paramters, exept for the following:\n\n
Set New Start Address For Unclaimed Memory Block\n
Set New End Address For Unclaimed Memory Block\n\n
Second pass to scan for LOAD commands and the two SET parameters listed above.
The LOAD command and SET paramters are executed in the order that they apear
in the NCF file..\n\n
This Patch installation makes an attempt to move the two SET parameters above
the LOAD statment for the patch kit."
Display 0, "Novell recommends that all SFTIII configurations have ALL SET paramters before
ALL LOAD commands\n\n
Novell also recommends that all SFTIII installations have a minimum of 12 Meg for
for each IO Engine by doing the following in the IOSTART.NCF\n\n
Set New Start Address For Unclaimed Memory Block=12000000\n\n
By doing this the following ABEND can be avoided:
ABEND: SERVER-4.10-385: Insufficient memory to available to allocate enough receive buffers.
is a result of having insufficient IOEngine memory and also loading the patches be for
the SET parameters.\n\n
Review the NCF files for accuracy then DOWN the server and RESTART SERVER to complete the installation of patches."
Goto CLEANUP
Label CloseScreen_NATIVE
Label CloseScreen_NWOS2
Display 0, "PATCH KIT INSTALLATION IS COMPLETE!\n\nReview the NCF files for accuracy then DOWN the server and RESTART SERVER to complete the installation of patches."