1829753 Members
1878 Online
109992 Solutions
New Discussion

Tape Drive DLT TZ87

 
SOLVED
Go to solution
lsallas
Occasional Contributor

Tape Drive DLT TZ87

Hi,

We have a DLT drive connected to a BA1200 via a SCSI controller.
This is the output of SHO DEV PK

PKA0: Online PKB0: Online PKC0: Online PKD0: Online
PKE0: Online

How can I find out which SCSI controller the Tape Drive is connected to?
6 REPLIES 6
Kris Clippeleyr
Honored Contributor

Re: Tape Drive DLT TZ87


Hi,

Normally tape devices show up as MK devices.
Did you do a
MCR SYSMAN IO AUTO
command?
What does
SHOW DEVICE MK
tell you?

Greetz,

Kris (aka Qkcl)
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Uwe Zessin
Honored Contributor
Solution

Re: Tape Drive DLT TZ87

$ show device MK

Unless you are using port allocaton classes, the controller letters should match.
.
lsallas
Occasional Contributor

Re: Tape Drive DLT TZ87

This is SHO DEV MK

$1$MKB500: (BA1200) Online
$1$MKC0: (BA1200) Online

So from what you are saying
MKB500: is on PKB0:
and
MKC0: is on PKC0:

Is that correct?

Uwe Zessin
Honored Contributor

Re: Tape Drive DLT TZ87

Yes, that is correct.

Please let me point out that you don't have 'a BA1200' - that is just the nodename of your machine, not the hardware name.

You should be able to get it via:
$ write sys$output f$getsyi("hw_name")
.
Volker Halle
Honored Contributor

Re: Tape Drive DLT TZ87

Isallas,

SDA is also a useful tool, to display the SCSI configuration:

$ ANAL/SYS
SDA> CLUE SCSI/SUMM
SDA> EXIT

It will show you each SCSI adapter and the devices connected to that adapter.

Volker.
lsallas
Occasional Contributor

Re: Tape Drive DLT TZ87

Thanks