home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14744 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.8 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpfcso!hpcndaw!danh
  2. From: danh@hpcndaw.CND.HP.COM (Dan Herington)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Need NON-EXPIRED {trapd, netmon, snmpCollect}
  5. Message-ID: <1730145@hpcndaw.CND.HP.COM>
  6. Date: 11 Jan 93 22:05:07 GMT
  7. References: <1993Jan2.153950.8465@ghost.dsi.unimi.it>
  8. Organization: HP Network and System Management Division
  9. Lines: 33
  10.  
  11. The daemons you describe are part of the Network Node Manager product.
  12. You will not receive new versions of these daemons with HP-UX 9.0.  If
  13. you are using the Network Node Manager, you need to purchase a non-demo
  14. copy or install it if you already have it.  If you are not using NNM,
  15. you don't need the daemons described.  These daemons are started by the
  16. /etc/netnmrc script, which is run by the /etc/netlinkrc script at boot
  17. time.  If you want to stop running them edit the /etc/netlinkrc and
  18. remove the lines that look something like (this is what it looks like
  19. at 3.0, so yours may look slightly different):
  20.  
  21. #
  22. # Start HP Network Management Agent
  23. #
  24. if [ -x /etc/netnmrc ]
  25. then
  26.         /etc/netnmrc
  27.         STATUS=$?
  28.         if [ ! $STATUS -eq 0 ]
  29.         then
  30.            net_init=1
  31.         fi
  32. fi
  33.  
  34. ---------------------------------------------------------------------------
  35.                                Dan Herington
  36.                      HP OpenView Technical Consulting
  37.  
  38. HP Network & System Management Division               danh@hpcnd.cnd.hp.com
  39. 3404 E. Harmony Road                                   Dan HERINGTON/HP4000
  40. Fort Collins, Colorado  80525  USA                           (303) 229-3327
  41. ---------------------------------------------------------------------------
  42.               "Be good.  If you can't be good, be careful!"
  43. ---------------------------------------------------------------------------
  44.