After installing the ‘core’ installation of Solaris 8, I found out that ‘volmgt’ was not installed and/or configured in etc/init.d.
I need my cd-rom to mount on startup of the server. I did use the mount option:
mount -F hsfs -o ro /dev/dsk/c0t6d0s0 /cdrom
But would rather have volmgt take care of the cd-rom. Here are my questions:
1. how do I implement volmgt?
2. how do I pkgadd the man pages from the Solaris 8 CD-ROM?
Thanks!