Open System Services Management and Operations Guide (G06.25+, H06.03+)

Open System Services Management and Operations Guide527191-002
5-1
5 Managing Filesets
This section describes how to perform operations on Open System Services (OSS)
filesets.
Creating a Fileset on page 5-1
Starting (Mounting) or Restarting Filesets on page 5-6
Auditing a Fileset on page 5-11
Obtaining Information About a Fileset on page 5-12
Stopping (Unmounting) a Fileset on page 5-13
Reconfiguring a Fileset on page 5-13
Checking and Repairing Fileset Integrity on page 5-22
Deleting a Fileset on page 5-32
Renaming a Fileset on page 5-33
Updating Existing Fileset Configurations on page 5-33
Moving a Directory Hierarchy to Its Own Fileset on page 5-34
Cleaning Up a Fileset on page 5-36
Troubleshooting Filesets on page 5-37
Managing and Repairing Fileset Catalog Files on page 5-38
You use OSS Monitor SCF commands for all these tasks except managing and
repairing fileset catalogs. You use the Guardian environment CVT utility to perform
operations on fileset catalogs.
Creating a Fileset
You can create a new fileset when:
You install a unique set of related files, such as a product or utilities.
You need to establish access permissions that apply to a set of files as a whole but
are not appropriate for all files (for example, a fileset can be made read-only).
Creating a Unique Fileset
To create a unique fileset:
1. Make sure that the mount-point directory exists; if it does not, create it and give it
universal access permission. HP recommends against the use of symbolic links as
mount-point names or within mount-point names; such use can cause problems
when filesets are restarted.
Use either the OSS shell directly or the TACL OSH command to create the mount-
point directory, as shown in the following examples:
To create the directory /home/henrysp from within the OSS environment,
enter the following OSS shell commands:
/bin/mkdir /home/henrysp
/bin/chmod 0777 /home/henrysp