Operating System - HP-UX
1825756 Members
2702 Online
109687 Solutions
New Discussion

LTO tape device of autoloader

 
so.nimda
Super Advisor

LTO tape device of autoloader

Hi,

How do I find the device name of the tape in an HP StorageWorks 1/8 Ultrium 960 Tape Autoloader?

When I run "ioscan -fnC tape", I get this :

Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 0 0/1/1/1.2.0 stape NO_HW DEVICE HP C5683A
/dev/rmt/0m /dev/rmt/0mnb /dev/rmt/c3t2d0BESTn /dev/rmt/c3t2d0DDSb
/dev/rmt/0mb /dev/rmt/c3t2d0BEST /dev/rmt/c3t2d0BESTnb /dev/rmt/c3t2d0DDSn
/dev/rmt/0mn /dev/rmt/c3t2d0BESTb /dev/rmt/c3t2d0DDS /dev/rmt/c3t2d0DDSnb

which I don't think is referring to the LTO tape drive.

Can I assume that it's using the default "/dev/rmt/1m" or "/dev/rmt/1mn"?

Thanks !
8 REPLIES 8
Analyst
Trusted Contributor

Re: LTO tape device of autoloader

Hi Nimda,


1. The Output
:>tape 0 0/1/1/1.2.0 stape NO_HW DEVICE HP C5683A
Shows that LTO Drive no hardware is present.

2. The Remaining details are for the DDS drive.

Check the connectivity once again.

Thanks,
Analyst.
Johnson Punniyalingam
Honored Contributor

Re: LTO tape device of autoloader

Hi,

which I don't think is referring to the LTO tape drive.

Yes you are write, Its refering to DDS tape drive

Can I assume that it's using the default "/dev/rmt/1m" or "/dev/rmt/1mn"?

NO you are wrong,

ioscan -fnC tape --> shows only /dev/rmt/0mn

dev/rmt/0m /dev/rmt/0mnb /dev/rmt/c3t2d0BESTn /dev/rmt/c3t2d0DDSb
/dev/rmt/0mb /dev/rmt/c3t2d0BEST /dev/rmt/c3t2d0BESTnb /dev/rmt/c3t2d0DDSn
---->/dev/rmt/0mn /dev/rmt/c3t2d0BESTb /dev/rmt/c3t2d0DDS /dev/rmt/c3t2d0DDSnb

Thanks
Johnson
Problems are common to all, but attitude makes the difference
Torsten.
Acclaimed Contributor

Re: LTO tape device of autoloader

The tape you see as NO_HW is a DDS-4 drive.

Please give more info - what server model you have and where is the LTO connected?

Please post an "ioscan -fn", "model" too.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
so.nimda
Super Advisor

Re: LTO tape device of autoloader

Hi all,

Sorry. Managed to get more info :

Data Protector Cell Manager is running on Server A and the Autoloader is connected to Server B. From Server B, doing "ioscan -fnc tape" reveal that the tape drive is "/dev/rmt/1m". Doing the same for Server A does not reveal that there's any tape drive.

Backups via DP of both Server A & B is done on the Autoloader successfully so far.

As I would like to carry out OS native backup on Server A, how do I identify the tape device?

Sorry for not being able to provide more info earlier.

Hope this makes more sense.

Thanks & regards






Sagar Sirdesai
Trusted Contributor

Re: LTO tape device of autoloader

Hi
To get the autoloader device file use the command
ioscan -knfCautoch

Sagar
Sagar Sirdesai
Trusted Contributor

Re: LTO tape device of autoloader

Hi
Example
ioscan -knfCautoch
Class I H/W Path Driver S/W State H/W Type Description
================================================================================
autoch 0 0/4/0/0.8.0.255.1.9.0 schgr CLAIMED DEVICE STK L180
/dev/ra /dev/rac/c5t9d0

so.nimda
Super Advisor

Re: LTO tape device of autoloader

Hi all,

Issue resolved.

Managed to do fbackup over remote server.

Thanks
so.nimda
Super Advisor

Re: LTO tape device of autoloader

Issue resolved.