home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / vmsnet / networks / manageme / misc / 31 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.9 KB

  1. Xref: sparky vmsnet.networks.management.misc:31 vmsnet.networks.misc:145 vmsnet.misc:1109 vmsnet.sysmgt:433
  2. Path: sparky!uunet!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!mccall!mccall!tp
  3. Newsgroups: vmsnet.networks.management.misc,vmsnet.networks.misc,vmsnet.misc,vmsnet.sysmgt
  4. Subject: Re: Help with NCP and LAVCs needed
  5. Message-ID: <1993Jan8.173500@mccall.com>
  6. From: tp@mccall.com (Terry Poot)
  7. Date: Fri,  8 Jan 1993 17:35:00 CST
  8. Reply-To: tp@mccall.com (Terry Poot)
  9. References: <1993Jan8.215322.16191@riacs.edu>
  10. Organization: The McCall Pattern Co., Manhattan, KS, USA
  11. Nntp-Posting-Host: mis1
  12. Nntp-Posting-User: tp
  13. Lines: 36
  14.  
  15.  
  16. In article <1993Jan8.215322.16191@riacs.edu>, evans@pan.arc.nasa.gov (Dan Evans)
  17. writes:
  18. >Why is this happening?  
  19.  
  20. There are two databases permanent (in disk) and volatile (in memory). When
  21. DECnet starts up, the permanent database is used to initialize the volatile
  22. database. When you used SET NODE you updated the volatile database on the node
  23. you are on. When you used DEFINE NODE you updated the permanent database. But
  24. you didn't update the volatile database on any other node. You need to either
  25. restart DECnet on each other machine (yech), or issue the following commands on
  26. each other node:
  27.  
  28. NCP> clear node xyz
  29. NCP> set node xyz all
  30.  
  31. The first command clears the node from the volatile database, the second copies
  32. the node info from the permanent database into the volatile database. So to do
  33. it on every node, try something like this (untested):
  34.  
  35. $ NCP
  36. NCP> purge node xyz all
  37. NCP> def node xyz  512
  38. NCP> exit
  39.  
  40. $ mc sysman
  41. SYSMAN> set environment/cluster
  42. SYSMAN> do ncp clear node xyz all
  43. SYSMAN> do ncp set node xyz all
  44. SYSMAN> exit
  45.  
  46. Apologies if any of this is wrong. I'm sure someone will say so. :-)
  47. --
  48. Terry Poot <tp@mccall.com>                   The McCall Pattern Company
  49. (uucp: ...!rutgers!depot!mccall!tp)          615 McCall Road
  50. (800)255-2762, in KS (913)776-4041           Manhattan, KS 66502, USA
  51.