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

Vendor-Specific Library Operational Procedures

How to Start Removable Media Operations

How to Stop Removable Media Operations

How to Turn On an Automated Library

How to Turn Off an Automated Library

How to Load a Cartridge Manually

How to Unload a Cartridge Manually

Labeling and Unlabeling Cartridges

How to Label or Relabel a Tape

How to Label or Relabel an Optical Disc

How to Audit a Volume

How to Audit a Direct Attached Automated Library

Using a Cleaning Cartridge

How to Use a Cleaning Cartridge With a Barcode

How to Use a Cleaning Cartridge Without a Barcode

How to Reset the Number of Cleaning Cycles

How to Limit the Number of Cleaning Cycles

How to Clean a Tape Drive Automatically

How to Clean a Tape Drive Manually

How to Clear Media Errors

How to Remove a Stuck Cartridge From a Drive

Catalog Operations, Importing Cartridges, and Exporting Cartridges

Tracking Exported Media - The Historian

About Importing and Exporting From an Automated Library

How to Import a Cartridge From a Library With a Mailbox

How to Export a Cartridge From a Library With a Mailbox

How to Import a Cartridge From a Library Without a Mailbox

How to Export a Cartridge From a Library Without a Mailbox

How to Enable Load Notification

Using Drives With Encryption Capability

Manually Loaded Drive Operations

How to Load a Cartridge Into a Manually Loaded Device

How to Unload a Cartridge

How To View a Library Catalog

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

17.  Advanced SAM-QFS Topics

18.  Using the Sun SAM-Remote Software

Vendor-Specific Library Operational Procedures

Certain operations for some automated libraries may differ from those described in this section. To determine whether your automated library has additional vendor-specific operating instructions in a SAM-QFS environment, see Chapter 8, Managing Vendor-Specific Libraries.

How to Start Removable Media Operations

Typically, removable media operations commence when a file system is mounted.

How to Stop Removable Media Operations

You can stop removable media operations and leave the file system mounted. You might do this, for example, if you want to manipulate cartridges manually.

  1. Issue the idle command to enable the archiver, stager, and other processes to complete current tasks.

    You can also idle drives by using the samu operator utility or by using SAM-QFS Manager

    # samcmd aridle 
    # samcmd stidle

    Note - Failing to follow these procedures could result in tape media issues.

    Issue the samd unload command for each idle tape drive. If you attempt to restart an idle drive without unloading it, you might experience unpredictable events when archiving, staging, and other activities are resumed.


  2. Monitor the tape drive activity with the samcmd r command.
    1. Wait until all the tape drives have stopped.
    2. Unload the tape drives.
      # samcmd unload eq

      eq specifies the equipment number of the drive being unloaded as defined in the mcf file.

      To unload multiple drives, issue a samcmd unload for each drive.

    3. When the drive is empty, stop removable media operations by running the samd stop command.

    When you restart operations, pending stages are reissued and archiving is resumed.

How to Turn On an Automated Library

A library in the on state is under the control of the SAM-QFS system and can proceed with general operations. When you turn on a library, the SAM-QFS software performs the following actions:

How to Turn Off an Automated Library

Placing a library in the off state stops I/O operations and removes the automated library from SAM-QFS control. No automatic movement of cartridges occurs, and the drives in the automated library remain in the on state. You turn off an automated library to perform the following tasks:

How to Load a Cartridge Manually

When a cartridge is loaded, it moves from a storage slot to a drive and it is made ready to receive data. A cartridge is loaded automatically when a volume serial name (VSN) is requested for archiving or staging. You can load a cartridge at any time by issuing one of the following commands. You might do this, for example, during a disaster recovery operation or to analyze a tape.

  1. # samcmd load eq:slot[:partition]
  2. # samcmd load media-type.vsn
    Argument
    Definition
    eq
    Specifies the equipment number of the drive as defined in the mcf file.
    slot
    Specifies the number of a storage slot as recognized in the library catalog.
    media-type
    Specifies the media type. For a list of valid media types, see mcf(4) in Sun QFS and Sun Storage Archive Manager Reference Manual .
    partition
    Specifies a side of a magneto-optical disc. The partition must be 1 or 2. This argument is not applicable to tape cartridges.
    vsn
    Specifies the volume serial name assigned to the volume.

    You can also perform this task by using samu or SAM-QFS Manager.

    When you load a cartridge manually, it is loaded in the next available drive in the library. If you want to make a drive unavailable for this purpose, use the samu utility's :unavail command or change the state of the device using SAM-QFS Manager.


    Note - SAM-QFS does not support mixed media in direct attached libraries. If the library is partitioned, each partition must contain only one media type.


How to Unload a Cartridge Manually

When a cartridge is unloaded, it is removed from a drive. Unloading occurs automatically when a volume is no longer needed. Unload a drive at any time, even if the drive is in unavail status.