Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!samsung!umich!vela!schemers From: schemers@vela.acs.oakland.edu (Roland Schemers III) Newsgroups: comp.unix.ultrix Subject: Re: Does V4.1 DECnet installation also require V4.0 media? Message-ID: <4905@vela.acs.oakland.edu> Date: 28 Jan 91 15:24:31 GMT References: <7091@prowest.propress.com> Reply-To: schemers@vela.acs.oakland.edu (Roland Schemers III) Distribution: usa Organization: Oakland University, Rochester MI Lines: 44 In article <7091@prowest.propress.com> pan@prowest.propress.com (Philip A. Naecker) writes: >I just installed ULTRIX V4.1 from the CDROM on a virgin system. The >installation was uneventful, and it seemed that the installation automatically >did the mandatory update. Is that correct, or do I have to manually do the >mandatory update, or is there none? > The mandatory upgrade is installed during the installation. It asks if you have a upgrade tape, and if so it loads it during the regular installation. Saves a kernel rebuild! >Also, when I tried to install DECnet from the same CD, setld complains that >"DNPBASE400 requires the existence of the UDTBASE400 subset to operate >correctly." As best I can tell, the UDTBASE400 subset ain't on the >distribution media. Does that mean that to install DECnet from the V4.1 media >I also need the V4.0 media? Do I risk trashing my V4.1 stuff by installing the >V4.0 stuff? You don't have to install 4.0. What you do have to do is execute the following: cd /usr/etc/subsets foreach i ( U*410.lk ) touch ` echo $i | sed -e 's/410/400/' ` touch ` echo $i | sed -e 's/410/400/' | sed -e 's/lk$/ctrl/' ` touch ` echo $i | sed -e 's/410/400/' | sed -e 's/lk$/scp/' ` end chmod 744 U*400.scp This creates the 4.0 control files so products like DECnet think that 4.0 is installed. This is mentioned in the 4.1 release notes (or installation guide). Roland -- Roland J. Schemers III Systems/Network Manager schemers@vela.acs.oakland.edu (Ultrix) Oakland University schemers@argo.acs.oakland.edu (VMS) Rochester, MI 48309-4401 ~Disclaimer::Disclaimer() { reboot(RB_HALT); } (313)-370-4323