ADSM-L

[no subject]

2000-11-30 14:48:39
From: "Prather, Wanda" <Wanda.Prather AT JHUAPL DOT EDU>
Date: Thu, 30 Nov 2000 14:50:48 -0500
We are ACSLS 5.3, AIX 4.3.x, ADSM 3.1.x or TSM 3.7.2.
STK 9710 libraries with STK9840 drives.

In our systems ACSLS is installed on the same host as TSM, but it doesn't
have to be that way.
We are all SCSI, no fiber. Each tape drive still has it's own SCSI address,
and the robot has a SCSI address, too.
 (Depending on your setup, the connection for the robot can be serial
instead of SCSI.)

The only thing that flows to ACSLS is the robotic commands.
Data still flows on the SCSI bus directly to the drive.

A logical view of how it works:  Whenever TSM has a command to send to the
robot arm, instead of sending the SCSI commands down the bus to the robot,
it changes the command into something that works sort of like an RPC call
that goes over to the ACSLS software, then ACSLS issues the SCSI commands to
the robot arm.

Once the tape is mounted, TSM sends the data out the SCSI bus to the
appropriate drive address, just like it would in any other SCSI setup.

ACLS libraries  (which most TSM documentation calls ACS libraries) have
weird restrictions on checkin and checkout (don't ask me why, I can't
understand what the problem is).  Other than that, it works fine.

I have included my DEVCLASS Definitions below.   The CE who hooks up your
robot will be the one to tell you which robot address (the ACSDRVID) matches
which AIX address.

Does that answer any questions for you?

/* Device Configuration */
DEFINE DEVCLASS STK9840 DEVTYPE=ECART FORMAT=9840C MOUNTLIMIT=DRIVES
MOUNTWAIT=60 MOUNTRETENTION=0 PREFIX=ADSM LIBRARY=STKLIB
DEFINE LIBRARY STKLIB LIBTYPE=ACSLS ACSID=0
DEFINE DRIVE STKLIB STK1MT0 DEVICE=/dev/mt0 ACSDRVID=0,0,2,0 ONLINE=Yes
DEFINE DRIVE STKLIB STK2MT1 DEVICE=/dev/mt1 ACSDRVID=0,0,2,1 ONLINE=Yes
DEFINE DRIVE STKLIB STK3MT2 DEVICE=/dev/mt2 ACSDRVID=0,0,2,2 ONLINE=Yes
DEFINE DRIVE STKLIB STK4MT3 DEVICE=/dev/mt3 ACSDRVID=0,0,2,3 ONLINE=Yes

> -----Original Message-----
> From: Clarence Beukes [SMTP:clarence AT ZA.IBM DOT COM]
> Sent: Wednesday, November 29, 2000 1:25 AM
> To:   ADSM-L AT VM.MARIST DOT EDU
> Subject:
>
> Hi..
>
> Anyone have any experience(configuring) with TSM and STK using ACSLS?
> Data flow?
> I/O flow?
>
> Tks in advance!
>
>    GOD Bless
>    Clarence Beukes
>    IT Specialist (Tivoli Certified)
>    Tivoli Storage Manager
>    IBM Intergrated Technology Services
>    Tel : +2711 302 6622   Fax : +2711 302 8806
>    Mobile : +27 82 745 3852
>
> "A computer is almost human - except that it does not blame its mistakes
> on
> another computer. "
<Prev in Thread] Current Thread [Next in Thread>
  • [no subject], Prather, Wanda <=