Use LOAD to link loadable modules to the operating system. Loadable modules include disk drivers, LAN drivers, NLM programs, and name space modules.
Use the LOAD command at the server console to load server NLM programs or at a workstation running the NetWare Client 32TM software to load Client 32 NLM programs.
LOAD [path ]loadable_module_name [parameter ...]
Some modules, such as LAN drivers and disk drivers, need to be loaded every time the server is booted. To load modules automatically when the server boots, include LOAD commands in the AUTOEXEC.NCF or STARTUP.NCF file. (See Creating or Editing a Server Batch (.NCF) File in Supervising the Network)
Other modules, such as INSTALL, can be loaded, used, and then unloaded. Refer to the documentation for the specific module.
LOAD third-party NLM (CLIB_OPT)/Y
The parentheses are required.
LOAD A:DCB PORT=320
LOAD A:ISADISK
LOAD NE3200
LOAD TRXNET INT=3 PORT=2E0 MEM=C0000
LOAD MAC
LOAD INSTALL
| Topic | See |
|---|---|
Loading disk drivers |
Load the Device Drivers in Installation and Upgrade |
Loading LAN drivers |
Loading and Binding LAN Drivers in Supervising the Network |
Loading name space modules |
Setting Up a Volume to Store Non-DOS Files in Supervising the Network |
Loading modules |
Loading a NetWare Loadable Module in Supervising the Network |