The problem application is TSM (Tivoli). To create the correct backup 
interfaces you need to define the following:

mt.conf (for tape units)
---------
# ---------------------------------------------------------
# Tivoli Storage Management Server for Sun Solaris
# Licensed Materials - Property of IBM
# 5765-303 (C) Copyright IBM Corporation 1999.
# All rights reserved.
# Refer to Copyright Instructions Form Number G120-2083
# ---------------------------------------------------------
#
# ---------------------------------------------------------
# TSM SCSI tape device driver configuration file.
# ---------------------------------------------------------
##
 This file should contain one stanza of the following form
# for each SCSI tape drive that the TSM server is to use:
#
# name="mt" class="scsi"
# target=$X$ lun=$Y$;
name="mt" class="scsi"
target=6 lun=0;
name="mt" class="scsi"
target=7 lun=0;

As an example ... so you need to supply it with regular target id's.

Then also a file for the changer device:

# ---------------------------------------------------------
# Tivoli Storage Management Server for Sun Solaris
# Licensed Materials - Property of IBM
# 5765-303 (C) Copyright IBM Corporation 1999.
# All rights reserved.
# Refer to Copyright Instructions Form Number G120-2083
# ---------------------------------------------------------
#
# ---------------------------------------------------------
# TSM SCSI autochanger device driver configuration file.
# ---------------------------------------------------------
##
 This file should contain one stanza of the following form
# for each SCSI autochanger that the TSM server is to use:
#
# name="lb" class="scsi"
# target=$X$ lun=$Y$;
name="lb" class="scsi"
target=5 lun=0;

Of course, the Solaris created devices do not have these "simple" target ID's.
 
 
This message posted from opensolaris.org
_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to