home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 19678 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.8 KB

  1. Path: sparky!uunet!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!swrinde!emory!gatech!usenet.ins.cwru.edu!agate!ucbvax!swdev.si.com!tillman
  2. From: tillman@swdev.si.com ("Brian Tillman, Smiths Industries, VAX Support, x8425")
  3. Newsgroups: comp.os.vms
  4. Subject: RE: Question about DECnet of Network..
  5. Message-ID: <009656D5.90B67DA0.17040@swdev.si.com>
  6. Date: 21 Dec 92 21:29:36 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 36
  11.  
  12. Sabry Kotob El-Ganzory (sabry@shebin.eg) writes:
  13.  
  14. >When I boot to device appear to me these a messages it is:-
  15. >Message from user DEcnet
  16. >DECnet starting
  17. >%NCP-I-NOINFO,no information database
  18. >%NCP-W-INVIDE, invalid indentification,line=tx-0-12
  19. >%SYSTEM-F-INDEVMAN,invalid device name
  20. >%NCP-W-UNRCMP,unrecongized component,circurit
  21. >Circuit=tx-0-12
  22. >Please, how I avoid this a messages to appears me???
  23.  
  24. The messages:
  25.  
  26. %NCP-W-INVIDE, invalid indentification,line=tx-0-12
  27. %SYSTEM-F-INDEVMAN,invalid device name
  28. %NCP-W-UNRCMP,unrecongized component,circurit
  29.  
  30. mean that you have a curcuit TX-0-12 defined in your permanent DECnet database 
  31. for which there is no physical device (and, in fact, I believe there cannot be, 
  32. since device numbers for TX devices don't exceed 7).  To get rid of this 
  33. message, do the following with SYSPRV enabled:
  34.  
  35. $ mcr ncp
  36. NCP> purge line tx-0-12 all
  37. NCP> purge circuit tx-0-12 all
  38.  
  39. The next time you reboot your VAX, the message will be gone.
  40.  
  41. -----------------------------+--------------------------------
  42.  Brian Tillman               | Internet: tillman@swdev.si.com
  43.  Smiths Industries, Inc.     |           tillman_brian@si.com
  44.  4141 Eastern Ave., MS129    | Hey, I said this stuff myself.
  45.  Grand Rapids, MI 49518-8727 | My company has no part in it.
  46. -----------------------------+--------------------------------
  47.  
  48.