When an adapter configuration is saved, the NetWare install program adds load and bind statements to the autoexec.ncf file. By accessing this file, you can verify the parameters configured for each adapter, modify them, or enter additional parameters.
NOTE: The Novell monitor program and the CONFIG command are also useful for verifying driver configuration. For information on how to use these programs, refer to the utilities reference in your Novell NetWare online documentation.
The parameters that can be defined in the load statements are described in NetWare server driver LOAD line parameters for HP server adapters below. A valid autoexec.ncf file is shown below. One set of load and bind commands is added for each frame type the adapter is configured to support.
Valid Autoexec.ncf file
Set Time Zone = PST8PDT
set Daylight Savings Time Offset = 1
set Start Of Daylight Savings Time = (APRIL SUNDAY FIRST 2:00:00 AM) set End Of Daylight Savings Time = (OCTOBER SUNDAY LAST 2:00:00 AM) set Default Time Server Type = SINGLE
set Bindery Context = O=LAN
# WARNING!!
file server name NOVELLSERVER51
#WARNING!!
#If you change the name of this server, you must update
#all the licenses that are assigned to this server. Using
#NWAdmin,
#the Certificate Assignments button. If the old name of
#this server appears, you must delete it and then add the
#new server name. Do this for all license objects.
ServerID 1C8EE2C
LOAD ODINEB.NLM
LOAD TCPIP
LOAD Q57 SLOT=2 FRAME=Ethernet_802.2 NAME=Q57_1_E82
BIND IPX Q57_1_E82 NET=FAFD3D25
LOAD Q57 SLOT=2 FRAME=Ethernet_802.3 NAME=Q57_1_E83
BIND IPX Q57_1_E83 NET=5A2D8D6D
LOAD Q57 SLOT=2 FRAME=Ethernet_SNAP NAME=Q57_1_ESP
BIND IPX Q57_1_ESP NET=477A35BD
LOAD Q57 SLOT=2 FRAME=Ethernet_II NAME=Q57_1_EII
BIND IPX Q57_1_EII NET=C3C8F2E4
BIND IP Q57_1_EII ADDR=172.16.1.1 MASK=ff.ff.0.0
mount all
SEARCH ADD SYS:\JAVA\BIN SEARCH ADD SYS:\JAVA\NWGFX
IMPORTANT: If you modify any adapter parameters, you must reboot the system before the changes will take effect. If you make changes and do not reboot, you may experience configuration problems.
Removing drivers from Autoexec.ncf
To remove the drivers from the Autoexec.ncf, locate the LOAD and BIND command lines associated with the driver and remark them out by inserting the pound (#) symbol at the beginning of each command line.
Example:
# LOAD Q57 SLOT=2 FRAME=Ethernet_802.2 NAME=Q57_1_E82
Installation 15