[Front] [Prev Chapter]
[Next Chapter]
Personal NetWare includes the following components:
Note that you require additional software running on a network management console to monitor the information collected by the SNMP agent, and you should refer to the documentation for that software to find out how to use it with the Personal NetWare agent.
1. At the system prompt, type
SETUP <Enter>2. Choose the Networking option.
3. Choose the <Network Management> button.
4. Select Load SNMP Agent, then save the changes and exit SETUP.
SETUP does the following:
Load Network Software (Y/N)?NOTE: Personal NetWare network management support includes the files PNWTRAP.MIB and PNW.MIB; these files are needed on the network management console to enable the console to view the data collected at the desktop. The files are held in the directory C:\NWCLIENT. Refer to the documentation provided with the network management console to find out how to integrate the MIBs with the software on the console.
SET TZ = time_zoneIf the time zone is not set in your computer's environment, traps for SNMP may report an incorrect time.
# Sample configuration file for HOSTMIB.EXE
# List of all printers connected to host
[printers]
HP LaserJet IIIp on LPT1:
#NEC P20 on LPT2:
# List of all modems connected to host
[modems]
Hayes Optima 144 on COM1:
# List of all tape drives connected to host
[tapes]
#Colorado DJ10
HP 35480A SCSI DAT (4-8 GB)
# other devices obtained via DOS APIs
Link Driver NE2000
PORT 300
INT 3
FRAME Ethernet_802.2
MEM D0000
Netware DOS Requester
USE DEFAULTS = ON
VLM = WSSNMP.VLM
VLM = WSTRAP.VLM
VLM = WSREG.VLM
VLM = WSASN1.VLM
VLM = MIB2IF.VLM
VLM = PNW.VLM
VLM = PNWTRAP.VLM
PREFERRED WORKGROUP = PN_WORLD
WORKGROUP NET = 04a23500:FEEEFFFFFFFF
PREFERRED SERVER = ENGINEERING
FIRST NETWORK DRIVE = F
NAME CONTEXT = ``OU=TECHSUPPORT''
DESKTOP SNMP
sysName = ``''
sysLocation = ``''
sysContact = ``''
snmpEnableAuthenTraps = ON
Enable Monitor Community = SPECIFIED
monitor community = ``public''
Enable Control Community = SPECIFIED
control community = ``public''
Enable Trap Community = SPECIFIED
trap community = ``public''
asynchronous timeout = 20
TRANSPORT PROVIDER IPX
trap target = 04a68900:00001b0ef8f8
trap target = 04a26700:00001b1e1ef8
TRANSPORT PROVIDER UDP
trap target = 123.123.111.111
trap target = 222.121.111.122
NOTE: To load all VLM files in conventional memory, use the VLM /MC switch when running the VLM manager.
To load a Desktop SNMP VLM in conventional memory, place lines of the following form in the NET.CFG file:
Netware DOS Requester
VLM = VLMName.VLM
Load low VLMName = OnFor example, to load Desktop SNMP while loading WSASN1.VLM and WSREG.VLM in conventional memory, place the following lines in NET.CFG:
Netware DOS Requester
VLM = WSSNMP.VLM
VLM = WSTRAP.VLM
VLM = WSREG.VLM
VLM = WSASN1.VLM
Load low WSREG = On
Load low WSASN1 = On