Does V4.1 DECnet installation also require V4.0 media?

Roland Schemers III schemers at vela.acs.oakland.edu
Tue Jan 29 02:24:31 AEST 1991


In article <7091 at prowest.propress.com> pan at 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 at vela.acs.oakland.edu (Ultrix)              Oakland University 
schemers at argo.acs.oakland.edu (VMS)                 Rochester, MI 48309-4401
~Disclaimer::Disclaimer() { reboot(RB_HALT); }      (313)-370-4323



More information about the Comp.unix.ultrix mailing list