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

15.  Configuring the Stager

16.  Configuring the Recycler

About Recycling

Recycle Process

Planning for Recycling

Recycling Methods

Controlling Recycling

Starting the Recycler

Configuring Recycling on Removable Media Cartridges

Creating a recycler.cmd File

logfile Directive: Specifying a Log File

no_recycle Directive: Preventing Recycling

library Directive: Specifying Recycling for an Automated Library

-hwm Parameter

-mingain Parameter

-ignore Parameter

-mail Parameter

Creating a recycler.sh File

Configuring Recycling for Disk Archive Volumes

Editing the archiver.cmd File

Recycler Logging for Disk Archives

Recycling for Archive Copy Retention

17.  Advanced SAM-QFS Topics

18.  Using the Sun SAM-Remote Software

Controlling Recycling

You can enable and disable the recycle process using parameters in the command files.

When you are configuring the recycler and testing the results, edit the appropriate file to add its parameter.

Recycle Method
Parameter
Archive set
-recycle_ignore parameter in the archiver.cmd file.
Automated library
ignore parameter in the recycler.cmd files.

When you are ready to use the recycler, edit the files to remove the parameter.

As an alternative, you can use the SAM-QFS Manager. For more information, see the SAM-QFS Manager online help.

Starting the Recycler

You start the recycler by issuing the sam-recycler command.

# sam-recycler

The recycler reads the recycler.cmd file.

Examine the standard output log, SAM-QFS log, and /var/adm/messages for any error messages from the recycler. Correct your files if errors appear.

When the recycler is initiated, the default recycler settings specified in library Directive: Specifying Recycling for an Entire Automated Library` take effect. For more information about the recycler, see sam-recycler(1M) in Sun QFS and Sun Storage Archive Manager Reference Manual.

If the system is performing in a routine manner, you can use a crontab entry to run the recycler periodically. The frequency you choose depends on your site's conditions. For instructions about creating a crontab entry, see the cron(1M) man page.

The following example entry in root's crontab file specifies that the cron daemon run the recycler every five minutes after every odd-numbered hour:

5 1,3,5,7,9,11,13,15,17,19,21,23 * * * /opt/SUNWsamfs/sbin/sam-recycler