ADSM-L

Re: Some questions.

1996-05-23 09:58:17
Subject: Re: Some questions.
From: "Andreas.Floeter" <Andreas.Floeter AT AIRBUS DOT DE>
Date: Thu, 23 May 1996 15:58:17 +0200
On Wed, 22 May 1996, Paul Zarnowski wrote:

Hi Chet, Hi Paul,

we do have the same problem with an Exabyte EXB-480 jukebox and a DLT4700
jukebox. Starting with running 2.1.0.7 we got this problem. I opened up a
CALL at the IBM hotline (PMR 4551X). They told me, that I had to remove
the "Other Tape drive" definitions. But this didn't help.

To see that some others have this problems makes me feel at least a little
better, since the hotline did not see a problem with ADSM.

It would be a good thing if the hotline would be as responcive as you are
Paul.

Regards
        Andreas Floeter

> On Wed, 22 May 1996 at 15:20:53, Chet Martel commented:
>
> >The only problem I have is that when I reboot the system with the library
> >the library manager (lb0) and the tape drive (mt0) come up defined instead
> >of available.  What does come up as available is smcO and rmt0 with the
> >same scsi address as the 7331.  Reconfiguring the devices with SMIT takes
> >care of the problem.
>
> We are also seeing this on our 8mm and DLT drives and robots, at the 2.1.0.7
> level.  It was annoying, so I wrote a little script that will automatically
> configure such devices, making them Available.
>
> ..Paul
>
> PS:  I'm sure someone will ask, so here is the exec.  All I ask is that you
>      not blame me when it trashes your system!  It's a Uni-Rexx script, so
>      if you don't have a Rexx interpreter, you won't be able to use it as is.
>      However, it shouldn't be too hard to do something like this in a shell
>      script.
> ---
>  #!/usr/local/bin/rxx
>
>  /*
>     adsm.device.configure - configure ADSM devices that don't come up as
>                             available, just defined.
>  */
>
>  '/etc/lsdev -C -s scsi -S d'
>  q = queued()
>  xrc = popen('/etc/lsdev -C -s scsi -S d')
>  do while (queued() > q)
>    parse pull dev state .
>    select
>      when (state <> "Defined") then iterate
>      when (left(dev,2) = "lb") then nop
>      when (left(dev,2) = "mt") then nop
>      otherwise iterate
>      end
>    '/etc/mkdev -l' dev
>    end
>  '/etc/lsdev -C -s scsi | /bin/sort -k3'
> ---
>

______________________________________________________________________
Disclaimer: These are my views and not those of my employer.

                        Andreas Floeter
Phone: +49 40 74 37 - 48 50     FAX: +49 40 74 37 - 27 55 (or 47 60)
email: Andreas.Floeter AT airbus DOT de

                Daimler-Benz Aerospace Airbus GmbH
Kreetslag 10, 21129 Hamburg; Postfach 95 01 09, 21111 Hamburg, Germany
<Prev in Thread] Current Thread [Next in Thread>