home *** CD-ROM | disk | FTP | other *** search
- 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
- From: tillman@swdev.si.com ("Brian Tillman, Smiths Industries, VAX Support, x8425")
- Newsgroups: comp.os.vms
- Subject: RE: Question about DECnet of Network..
- Message-ID: <009656D5.90B67DA0.17040@swdev.si.com>
- Date: 21 Dec 92 21:29:36 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 36
-
- Sabry Kotob El-Ganzory (sabry@shebin.eg) writes:
-
- >When I boot to device appear to me these a messages it is:-
- >Message from user DEcnet
- >DECnet starting
- >%NCP-I-NOINFO,no information database
- >%NCP-W-INVIDE, invalid indentification,line=tx-0-12
- >%SYSTEM-F-INDEVMAN,invalid device name
- >%NCP-W-UNRCMP,unrecongized component,circurit
- >Circuit=tx-0-12
- >Please, how I avoid this a messages to appears me???
-
- The messages:
-
- %NCP-W-INVIDE, invalid indentification,line=tx-0-12
- %SYSTEM-F-INDEVMAN,invalid device name
- %NCP-W-UNRCMP,unrecongized component,circurit
-
- mean that you have a curcuit TX-0-12 defined in your permanent DECnet database
- for which there is no physical device (and, in fact, I believe there cannot be,
- since device numbers for TX devices don't exceed 7). To get rid of this
- message, do the following with SYSPRV enabled:
-
- $ mcr ncp
- NCP> purge line tx-0-12 all
- NCP> purge circuit tx-0-12 all
-
- The next time you reboot your VAX, the message will be gone.
-
- -----------------------------+--------------------------------
- Brian Tillman | Internet: tillman@swdev.si.com
- Smiths Industries, Inc. | tillman_brian@si.com
- 4141 Eastern Ave., MS129 | Hey, I said this stuff myself.
- Grand Rapids, MI 49518-8727 | My company has no part in it.
- -----------------------------+--------------------------------
-
-