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

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

If errors exist in the configuration files for a StorageTek ACSLS-attached automated library, the system generates several error messages. These examples show common problems and the messages that the system generates.

StorageTek ACSLS Parameters File Errors

May 23 09:26:13 baggins stk-50[3854]: initialize: 
Syntax error in stk configuration file line 4. 
May 23 09:26:13 baggins stk-50[3854]: initialize: 
Syntax error in stk configuration file line 5.

Check your StorageTek parameters file for syntax errors. Ensure that each line begins with a keyword or a comment. For more information about the StorageTek parameters file, see stk(7) in Sun QFS and Sun Storage Archive Manager Reference Manual.

StorageTek ACSLS Library Errors

The following example shows drives that are frozen in the initializing state.

May 23 09:29:48 baggins stk-50[3854]: main: Waiting for 2 drive(s) to initialize
May 23 09:29:59 baggins stk-50[3854]: main: Waiting for 2 drive(s) to initialize
May 23 09:30:39 baggins stk-50[3854]: main: Waiting for 2 drive(s) to initialize
.
.
.
May 23 09:31:19 baggins stk-50[3854]: main: 2 drive(s) did not initialize.

The following example shows the samu utility's :r output.

ty eq status act use state vsn 
sg 51 ---------p 0 0% off drive set off due to ACS reported state 
sg 52 ---------p 0 0% off drive set off due to ACS reported state 
lt 61 ---------p 0 0% off drive set off due to ACS reported state 
tp 62 ---------- 0 0% off empty

A drive that is frozen in an initializing state or that does not initialize indicates a configuration error.

VSN Import Errors

This example shows messages that are generated after the samimport command was used to import a VSN to the library catalog, but the VSN was not in the StorageTek automated library. The cartridge must be present in the ACSLS-managed automated library before the samimport command can be successful.

May 20 15:09:33 baggins stk-50[6117]: view_media 
returned:STATUS_VOLUME_NOT_IN_LIBRARY 
May 20 15:09:33 baggins stk-50[6117]: add_to_cat_req: view_media: 
failed:STATUS_VOLUME_NOT_IN_LIBRARY. A

The sam-stkd daemon uses the ssi.sh script to ensure that a copy of the SSI daemon, ssi_so, is running. If ssi_so exits, the daemon starts another. If your site has its own version of ssi.sh, modify it to wait for a SIGTERM signal and then exit. The daemon sends a SIGTERM signal to stop the process. The /opt/SUNWsamfs/examples/ssi.sh file contains an example ssi.sh script. The system copies the ssi.sh script to /etc/opt/SUNWsamfs/scripts/ssi.sh during installation if one does not already exist.