JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Storage Archive Manager 5.3 Configuration and Administration Guide     Sun QFS and Sun Storage Archive Manager 5.3 Information Library
search filter icon
search icon

Document Information

Preface

1.  About SAM-QFS

2.  Configuring Storage Devices for Archiving

3.  Performing Additional SAM-QFS Configuration

4.  Creating Parameters Files for Network-Attached Automated Libraries

5.  Checking the Drive Order in Libraries

6.  Populating the Catalog

7.  Managing Automated Libraries and Manually Loaded Drives

8.  Managing Vendor-Specific Libraries

9.  About Archiving

10.  Configuring the Archiver

11.  Archive Directives (archiver.cmd)

12.  Archive Set Directives (archiver.cmd)

13.  Data Integrity Validation in SAM-QFS

14.  About Releasing

Releaser Process

Releaser Concepts

Age

Candidate

Priority

Weight

Partial Release

About Partial Releasing and Partial Staging

Summary of System Administrator Options

Summary of User Options

15.  Configuring the Stager

16.  Configuring the Recycler

17.  Advanced SAM-QFS Topics

18.  Using the Sun SAM-Remote Software

Releaser Concepts

This section describes concepts that are basic to the releaser process:

Age

Age is the amount of time that elapsed from a given event to the present. A file's inode keeps track of the following times:

You can view these times by using the sls command with the --D option. Each time has a corresponding age. For example, if it is 10:15 a.m., a file with a modify time of 10:10 a.m. has a data-modified age of five minutes. For more information, see sls(1) in Sun QFS and Sun Storage Archive Manager Reference Manual.

Candidate

A candidate is a file that is eligible to be released. A file is not a candidate under the following circumstances:

Priority

A priority is a numeric value that indicates the rank of a candidate file based on user-supplied weights that are applied to numeric attributes of that candidate. The overall priority is the sum of two types of priority: age priority and size priority. Candidate files with numerically larger priorities are released before candidates with numerically smaller priorities.

Weight

A weight is a numeric value that biases the priority calculation to include file attributes in which you are interested and to exclude file attributes in which you are not interested. For example, if the size weight is set to 0, the size attribute of a file is excluded from the priority calculation. Weights are floating-point values from 0.0 to 1.0.

Partial Release

With partial release, a beginning portion of the file remains in disk cache while the rest of the file is released. Partial release is useful with utilities such as filemgr that read the beginning of a file.