DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Installing and managing software over the network

Software storage objects

A software storage object starts out as a single directory subtree in the /opt hierarchy. This portion of the SSO remains unchanged in the same location throughout its lifetime on the system, providing dependable software for network installations.

To keep the files in the SSO unchanged, custom(ADM) makes copies of files that are expected to change (for example, files that need to be configured differently for different users or programs). custom also links certain files to locations outside the SSO where other programs and users expect to find them. Copying and linking these files is called ``configuring the component to a client''. During a standard installation, custom loads an SSO onto the local system, then configures it to the local system. In more complex installation scenarios, custom can also configure an SSO to one or more ``network filesystem clients'', such as a diskless machine.

Whether a file is copied, linked, or both, depends on whether the file is ``SHARED'' or ``CLIENT'', and whether it is ``PUBLIC'' or ``PRIVATE'':

So, once configured to a particular client, an SSO has two parts: the /opt part, which is shared, and the /var/opt part, which is specific to a client. These two parts can loosely be called the program part (/opt) and the data part (/var/opt).

For each SSO in a product, a client can locate the program part locally or remotely, and the data part locally or remotely. The remote part of each SSO can be located on a different server. Also, this separation between program and data allows control over the location of data that must be backed up regularly or preserved during an upgrade.

Once an SSO is configured into a /opt part and a /var/opt part, links make every PUBLIC file's true location transparent to the system.

Both SHARED and CLIENT files may be either PRIVATE or PUBLIC. There is no mutual exclusivity between these attributes. The following table shows the four possible combinations:

SHARED CLIENT
PRIVATE These files remain under /opt. They are not linked to an external directory. These files are copied to /var/opt for each client. They are not linked to an external directory.
PUBLIC These files remain in /opt and are linked to an external directory. These files are copied to /var/opt for each client and are linked to an external directory.


NOTE: SCO OpenServer Release 5 uses symbolic links for linking PUBLIC files to external directories. (Additional methods may be used in future releases). However, symbolic links are not maintained across NFS connections. Therefore, if you use NFS to export directory1 (containing symbolic links), you must also export the directories to which directory1 is linked.

See also:


Next topic: Product file locations
Previous topic: About the new product structure

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003