Operating System - HP-UX
1753769 Members
5324 Online
54796 Solutions
New Discussion юеВ

Re: Testing Of Tape Drive in HP 9000 on UNIX 10.2

 
Swapnil Shrivastava
Occasional Contributor

Testing Of Tape Drive in HP 9000 on UNIX 10.2

I have one HP 9000 G50 server .
what command I can use for detecting for HP DDS-2 Tape Drive.
When I m giving ioscan -fnC tape , it returns on root doesn't give any message.
So anyone can help me in this regard?
5 REPLIES 5
sujit kumar singh
Honored Contributor

Re: Testing Of Tape Drive in HP 9000 on UNIX 10.2

Hi,

check if the DDS Drive connected (Externally , seesm so !!!) has been powered on, SCSI cables connested Firmly on the DDS Drive end as well as the SERVER SCSI Controlle end, Tape media loaded.

Also check that you have set properly the SCSI ID of the Drive (for External Drive if possible), and a terminator in place, and connecting to the Right SCSI port on the server.

What is the O/P of the command
#model
#uname -a
as run on your server.


if this is an external drive make sure that it is connected or being detatched from the server when the DDS Drive is powered off ONLY.

As when you connect the SCSI cable end to the server SCSI port with the DDS Drive powered on that can cause the reset of the SCSI buson the server.

if that is detected on the server OK in ioscan say as dev file /dev/rmt/1mn
then you can use the following commands to rewind and see the status of the loaded media after loading a media.

#mt -t /dev/rmt/1mn rewind
#mt -t /dev/rmt/1mn status

Regards
sujit
Swapnil Shrivastava
Occasional Contributor

Re: Testing Of Tape Drive in HP 9000 on UNIX 10.2

thnks for replying.
the o/p of
model=9000/817/F20
and
uname -a =HP UX CDNOVA B.10.20.A 9000/817 730003160 two user licensed.

While I m giving rewind and status commands ,no respond in DAT Drive.

Bill Hassell
Honored Contributor

Re: Testing Of Tape Drive in HP 9000 on UNIX 10.2

> When I m giving ioscan -fnC tape , it returns on root doesn't give any message.

It means that there is no tape drive attached. No need to go any further. If there really is a tape drive attached, then it is defective and will need to be replaced. ioscan only finds devices that can communicate.


Bill Hassell, sysadmin
Johnson Punniyalingam
Honored Contributor

Re: Testing Of Tape Drive in HP 9000 on UNIX 10.2

ioscan -fnC tape

will show all the tape drive connected to the Server,

>> it returns on root doesn't give any message.
So anyone can help me in this regard?<<

meaning you need EYE BALL, Sand Check Server does have tape drive .?

Thanks,
Johnson

Problems are common to all, but attitude makes the difference
Andrew Rutter
Honored Contributor

Re: Testing Of Tape Drive in HP 9000 on UNIX 10.2

hi,

ioscan -fnC tape will only show tape drives with driver installed and bound to the hardware.

do a full system ioscan
#ioscan

is he tape drive unclaimed?

Also you need to check that you do not have a scsi id conflict, if on the same bus as the disks?

if its seen as unclaimed then install the tape2 and stape drivers in sam

Andy