Path: utzoo!mnetor!uunet!husc6!bbn!rochester!ritcv!cci632!ccicpg!felix!zemon From: zemon@felix.UUCP (Art Zemon) Newsgroups: comp.unix.ultrix Subject: DECnet vs. dsvconfig & ccr Message-ID: <16774@felix.UUCP> Date: 21 Dec 87 23:29:56 GMT Sender: zemon@felix.UUCP Reply-To: zemon@felix.UUCP (Art Zemon) Organization: FileNet Corp., Costa Mesa, California Lines: 28 Approved: zemon@felix.UUCP Full-Name: Art Zemon 714-966-3511 Reply-Path: If you install and run DECnet, it clobbers the database of DECservers built by /usr/lib/dnet/dsvconfig and used by ccr (/usr/lib/dnet/nodes_v). Furthermore, the DECnet ncp command is incapable of adding DECservers to its own database. I was able to salvage the DECserver database and force feed it to ncp with the following: # cd /usr/lib/dnet # ncp set executor state off # awk -f awk.script dsvconfig.dat | csh -v # cp nodes_v nodes_p # ncp set executor state on It looks like dsvconfig will properly maintain both databases (nodes_v and nodes_p) afterward, but I have only glanced at the shell script, not run it extensively. Following is the contents of "awk.script" refered to above: { print "addnode", $1, "-c", $3, "-h", $4, "-l", $5, "-D", $6 } Cheers, -- Art Zemon By Computer: ...!hplabs!felix!zemon By Air: Archer N33565 By Golly: moderator of comp.unix.ultrix