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

Document Information

Preface

1.  What's New

Operating Systems

New Devices Qualified With SAM-QFS 5.3

Support for the SMB Service in Oracle Solaris 11

Support for DIV in Oracle Solaris 11

WORM Functionality Included With the Base Packages

sfind Command Enhancements

sfind Command Can Print All Time Attributes of a File

sfind Command Can Test for All File Attributes

stager.cmd Allows Change in Copy Sequence

DTrace Enhancement

Tape and Disk Drive Sizes Can Be Displayed in Base 10 Units

2.  Significant Bugs Fixed in This Release

3.  Support Changes

4.  Known Limitations

stager.cmd Allows Change in Copy Sequence

A new configuration option, copysel, has been added to the stager.cmd file to enable users to change 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 example log file shows the result of the stager.cmd operation.

Example 1-1 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 example is interpreted as follows:

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