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

Populating the Catalog

How to Populate an Automated Library With Many Volumes

How to Populate an Automated Library With a Small Number of Volumes

How to Populate an IBM 3494 Automated Library

How to Populate a StorageTek ACSLS-Attached Library Quickly

StorageTek ACSLS-Attached Automated Libraries: Common Problems and Error Messages

StorageTek ACSLS Parameters File Errors

StorageTek ACSLS Library Errors

VSN Import Errors

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

17.  Advanced SAM-QFS Topics

18.  Using the Sun SAM-Remote Software

Populating the Catalog

The appropriate method to use to populate a library's catalog depends on the number of volumes that you include in the catalog.

How to Populate an Automated Library With Many Volumes

Use this procedure for StorageTek ACSLS-Attached, ADIC/Grau, Sony network-attached,and IBM 3494 automated libraries.

Note the following when creating the input file:


Note - The slot position of a tape in a network-attached automated library has no relationship to the slot number of the volume in a Sun Storage Archive Manager (SAM-QFS) library catalog.


  1. Create an input file that contains the slot number, the volume's VSN, the barcode number, and the media type.

    The following example shows the sample file input_vsns.

    0 TAPE01  "TAPE 01" lt
    1 TAPE02  TAPE02  lt
    2 TAPE03  TAPE03  lt
  2. Use the build_cat command to create the catalog.
    # build_cat input-file catalog-file

    Header
    Header
    input-file
    Specifies the name of an input file, which is typically a file that contains a list of VSNs.
    catalog-file
    Specifies the full path to the library catalog. By default, the SAM-QFS software creates a catalog and writes it to /var/opt/SUNWsamfs/catalog/ family-set-name. family-set-name is derived from the mcf file entry for this automated library. Alternatively, if you have specified a catalog name in the Additional Parameters field of the mcf file, use that catalog file name for catalog-file.

    For example, you might specify the following build_cat command:

    # build_cat input_vsns /var/opt/SUNWsamfs/catalog/grau50

How to Populate an Automated Library With a Small Number of Volumes

Use this procedure for ADIC/Grau, Sony network-attached, StorageTek ACSLS-Attached, and IBM 3494 automated libraries.

Perform this procedure for each cartridge that you want to include in the catalog. The cartridge must be physically present in the automated library. If the cartridge is not present, the entry is recorded in the historian. The historian keeps track of cartridges that are exported from an automated library or a manually mounted device. For more information about the historian, see Tracking Exported Media - The Historian.

How to Populate an IBM 3494 Automated Library

Use this procedure only if you are using an IBM 3494 library as one physical library where access=private is specified in the mcf file. Do not use this procedure if you divided the library into multiple logical libraries.


Note - If you have an IBM 3494 library that is divided into multiple logical libraries where access=shared is specified in the IBM 3494 parameters file, use one of the previous methods to populate the catalog: How to Populate an Automated Library With Many Volumes or How to Populate an Automated Library With a Small Number of Volumes.


How to Populate a StorageTek ACSLS-Attached Library Quickly

This procedure is a faster method of populating a library catalog than the methods described in How to Populate an Automated Library With Many Volumes or How to Populate an Automated Library With a Small Number of Volumes.