Network installation servers
If you are configuring your system as a network (remote) installation server,
you might need to extract additional product database files from your original
media before completing the server configuration.
For example, if you install the SCO OpenServer product on the server
and you want to support network installations of the SCO OpenServer Desktop System and SCO OpenServer Host System
products, log in as root, insert the installation CD-ROM,
and enter these commands:
cd /
mount -r /dev/cd0 /mnt
cpio -idumvI /mnt/opt/archives/VOL.000.002 "opt/P/SCO/odtps/*" \
"opt/P/SCO/unixos/*"
netisl server on
umount /mnt
If you install the SCO OpenServer Development System on the server and you want to
support network installations of the Application Development Libraries
and Linker, log in as root and enter these commands:
cd /
mount -r /dev/cd0 /mnt
cpio -idumvI /mnt/opt/archives/VOL.000.002 "opt/P/SCO/odslite/*"
netisl server on
umount /mnt
For further information, see Chapter 21, ``Installing and managing software over the network'' in the Networking Guide and ``Supported adapter for network installation''.