home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpfcso!hpcndaw!danh
- From: danh@hpcndaw.CND.HP.COM (Dan Herington)
- Newsgroups: comp.sys.hp
- Subject: Re: Need NON-EXPIRED {trapd, netmon, snmpCollect}
- Message-ID: <1730145@hpcndaw.CND.HP.COM>
- Date: 11 Jan 93 22:05:07 GMT
- References: <1993Jan2.153950.8465@ghost.dsi.unimi.it>
- Organization: HP Network and System Management Division
- Lines: 33
-
- The daemons you describe are part of the Network Node Manager product.
- You will not receive new versions of these daemons with HP-UX 9.0. If
- you are using the Network Node Manager, you need to purchase a non-demo
- copy or install it if you already have it. If you are not using NNM,
- you don't need the daemons described. These daemons are started by the
- /etc/netnmrc script, which is run by the /etc/netlinkrc script at boot
- time. If you want to stop running them edit the /etc/netlinkrc and
- remove the lines that look something like (this is what it looks like
- at 3.0, so yours may look slightly different):
-
- #
- # Start HP Network Management Agent
- #
- if [ -x /etc/netnmrc ]
- then
- /etc/netnmrc
- STATUS=$?
- if [ ! $STATUS -eq 0 ]
- then
- net_init=1
- fi
- fi
-
- ---------------------------------------------------------------------------
- Dan Herington
- HP OpenView Technical Consulting
-
- HP Network & System Management Division danh@hpcnd.cnd.hp.com
- 3404 E. Harmony Road Dan HERINGTON/HP4000
- Fort Collins, Colorado 80525 USA (303) 229-3327
- ---------------------------------------------------------------------------
- "Be good. If you can't be good, be careful!"
- ---------------------------------------------------------------------------
-