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

About Staging

About the stager.cmd File

How to Create a stager.cmd File

drives Directive: Specifying the Number of Drives for Staging

bufsize Directive: Setting the Stage Buffer Size

logfile Directive: Specifying a Log File

maxactive Directive: Specifying the Number of Stage Requests

Archive Set Assignment Directive: Specifying Stage Attributes for All Files in an Archive Set

copysel Directive: Specifying the Copy Sequence for Staging

Prioritizing Preview Requests

About the preview.cmd File

How to Set the Global VSN and Age Priority Directives

How to Set Global or File System-Specific Water Mark Directives

Setting Up a Preview Request Priority Scheme

16.  Configuring the Recycler

17.  Advanced SAM-QFS Topics

18.  Using the Sun SAM-Remote Software

copysel Directive: Specifying the Copy Sequence for Staging

The configuration option, copysel, in the stager.cmd file allows changing the stager copy selection sequence per file system.

By default, the copy selection for staging is from copy number 1 to copy number 4. Copy number 1 is selected first, then copy 2, then copy 3, and finally copy number 4. You can change the stager copy selection sequence for each file system by entering values 1 through 4 for n for the configuration option, copysel = n1:n2:n3:n4. Four copies, n1 through n4, must be defined even if four copies are not available.

The following is an example of a log file that shows the result of the stager.cmd operation.

Example 15-5 Log File of the stager.cmd Operation

logfile = /var/opt/SUNWsamfs/log/stager
drives = hp30 1
copysel = 4:3:2:1
fs = samfs1
copysel = 3:1:4:2
streams
dk -maxsize 2G -maxcount 10000
endstreams

The log file in the above example is interpreted as follows:

For more information, see stager.cmd(4) in Sun QFS and Sun Storage Archive Manager Reference Manual.