T.R | Title | User | Personal Name | Date | Lines |
---|
319.1 | Make sense.. | SUBSYS::TRAN | Straight <Left> Hitter.. | Tue Apr 08 1997 08:28 | 4 |
|
Will inquire about this.
Thanks.
|
319.2 | Can't reproducce.. | SUBSYS::TRAN | Straight <Left> Hitter.. | Mon Apr 14 1997 11:37 | 6 |
|
We tried it here to move to transport and the device does return
5-21-01. What is your MOVE command's source and destination? We are
running firmware 3.08.
T.
|
319.3 | | NABETH::alan | Dr. File System's Home for Wayward Inodes. | Mon Apr 14 1997 11:55 | 28 |
| Source is slot 0, destination is transport 0. Since there is only one
transport, MRU uses the transport base address for the transport argument.
% robot show robot
Robot Name: /dev/mc14 Type: SCSI
Media Robot Identifier: DEC TL800 0308
Slots: 10
Drives: 1
Inports: 0
Outports: 0
Transports: 1
nerilka.cxo.dec.com % robot show slot
SLOT: 0 AFW923
SLOT: 1 DEC012
SLOT: 2 AFW910
SLOT: 3 AIF058
SLOT: 4 Empty
SLOT: 5 DEC011
SLOT: 6 AIF059
SLOT: 7 Empty
SLOT: 8 Empty
SLOT: 9 AGW270
nerilka.cxo.dec.com % robot move slot 0 trans 0
MOVE Cartridge from Slot 0 into Transport 0 using ROBOT /dev/mc14.
MOVE failed on /dev/mc14: Robot not ready. SENSE KEY: 5, ASC: 80, ASCQ: 4
|
319.4 | Here is my result.. Why IVP failed?? | SUBSYS::TRAN | Straight <Left> Hitter.. | Mon Apr 14 1997 13:20 | 76 |
| Please enter the robot name of a media loader or library: gka0
Media Robot Utility T1.2 (5)
Robot Name: GKA0 Type: SCSI
Media Robot Identifier: DEC TL800 0308
Slots: 10
Drives: 2
Inports: 0
Outports: 0
Transports: 1
SHOW ONLY SLOTS 0-3:
SLOT: 0 Empty
SLOT: 1 Empty
SLOT: 2 Empty
SLOT: 3 AFO028
SHOW ALL DRIVES:
DRIVE: 0 AFO122 ID = 2, LUN = 0
DRIVE: 1 AFO549 ID = 3, LUN = 0
SHOW ALL PORTS:
No elements are available for SHOW Ports.
*** The IVP for STORAGEWORKS MRU V1.1 has failed! ***
%VMSINSTAL-E-IVPFAIL, The IVP for ROBOT V1.2 has failed.
Adding history entry in VMI$ROOT:[SYSUPD]VMSINSTAL.HISTORY
Creating installation data file: VMI$ROOT:[SYSUPD]ROBOT012.VMI_DATA
Enter the products to be processed from the next distribution volume set.
* Products:
VMSINSTAL procedure done at 14:16
_RQT>set def sys$login
_RQT>@login
_RQT>@mru_start
******** Test Scripts: MRU_START Version 1.1 ******
Medium Changer Device (GKxnnn/JUxnnn) [GKB0]: gka0
_RQT>robot show ver
Media Robot Utility T1.2 (5)
_RQT>robot show robot
Robot Name: GKA0 Type: SCSI
Media Robot Identifier: DEC TL800 0308
Slots: 10
Drives: 2
Inports: 0
Outports: 0
Transports: 1
_RQT>robot show slot
SLOT: 0 AFO122
SLOT: 1 Empty
SLOT: 2 Empty
SLOT: 3 AFO028
SLOT: 4 AFS093
SLOT: 5 AFO127
SLOT: 6 AFO082
SLOT: 7 AFO552
SLOT: 8 AJC008
SLOT: 9 Empty
_RQT>robot move slot 0 trans 0
MOVE Cartridge from Slot 0 into Transport 0 using ROBOT GKA0.
MOVE failed on GKA0: Invalid element address. SENSE KEY: 5, ASC: 21, ASCQ: 1
_RQT>
|
319.5 | Duplicate based element address. | SUBSYS::TRAN | Straight <Left> Hitter.. | Mon Apr 14 1997 13:37 | 10 |
|
AH, I know now why it reports differently on your machine and my
machine.. I changed mine's base address to match TL810 series.
Apparently, native TL800 element base address has TE=0, ST=0x1, DE=0xF0
and IE=0. Problem is TE's address and IE's address is the same.
I'll get this fixed.
T.
|
319.6 | | NABETH::alan | Dr. File System's Home for Wayward Inodes. | Mon Apr 14 1997 14:16 | 14 |
| Your IVP failed because the TL800 doesn't have any ports. In
previous versions "show port" exited with a status that was
not an error status. So, the IVP didn't notice that the
"show port" failed. One of the bugs we fixed in V1.2 was
to make our error exit status a real error for OpenVMS. Now,
the when the "show port" fails, it really does fail.
The IVP has been fixed to ignore the status of "show port".
I'll also point that the MRU team only qualifies libraries
in a single configuration; the one out of the box. The
exception to this (thus proving the rule) is that we test
modern TL820s in both MUSL and pre-MUSL modes of the firm-
ware.
|