HP Toptools for Servers v5.0 Administrator Guide

Table Of Contents
Appendix A Customizing HP NetServer Agents and DMI Software
42
Uninstalling NetServer Agents or DMI on Windows
NT and 2000 Servers
To uninstall all of the HP NetServer Agents on Windows NT servers, open the
Control Panel. Click Add/Remove Programs and then select HP NetServer Agents.
Customizing HP NetServer Agents on
NetWare/IntranetWare
NSALOAD.NCF is the batch file used by Novell NetWare and IntranetWare to
load the NetServer agents. The AUTOEXEC.NCF file is instructed to call
NSALOAD.NCF after the agents are installed. The contents of the
NSALOAD.NCF file are as follows:
REM *** BEGIN HP SNMP AGENTS ***
load snmp monitor= control=
load nsamkncf
load hpwbmagt
load hpnrsnmp
load hptrpcfg
nsaload1
snmp monitor= control=
REM *** END HP SNMP AGENTS ***
load snmp monitor= control=
This loads the SNMP NLM (it may already be loaded) and specifies that any
machine can get and set information.
load nsamkncf
This loads a program that detects the type of NetServer. After determining the
NetServer type, it creates NSALOAD1.NCF.
load hpwbmagt
load hpnrsnmp
load hptrpcfg
These agents are loaded on every supported NetServer.
nsaload1
This calls the NSALOAD1.NCF file that was created by nsamkncf. The contents
of the NSALOAD1.NCF vary based on the type of NetServer. The format of the
file is very similar to the NSALOAD.NCF file (each line contains a load
instruction which loads a particular agent or service).