This example shows how to define the primary file system for a server
domain in the libnames.parm
parameter file. The primary file system is the base directory that you assign to a server domain
with the PATHNAME= statement.
Here is a sample libnames.parm parameter file entry for a UNIX system:
LIBNAME=everyone
pathname=/disk1/usertables;
Here is a sample libnames.parm parameter file entry for Windows:
LIBNAME=everyone
pathname=d:\usertables;
When
SPD Server users create new tables in a server domain, you must keep in mind that the metadata
component (.mdf) must start in the primary
file system. If all the available space in the primary file system is consumed, SPD
Server cannot create new tables until disk space becomes available.
Example 1 stores all
the component files (metadata, data, and index data) in the primary
file system. This arrangement can cause problems if you use large
tables. Large tables can quickly fill up the primary file system.
To avoid this problem, you can store the data and index components
separately from the primary file system.