Operating System - HP-UX
1753782 Members
7284 Online
108799 Solutions
New Discussion юеВ

Re: Unable to detect external tape drive in HPUX

 
Rohit_n
Advisor

Re: Unable to detect external tape drive in HPUX

Hi,

#mt -f /dev/rmt/c2t3d0BEST rew
By this command i am able to rew and remove the tape from tape drive.

Rohit
Torsten.
Acclaimed Contributor

Re: Unable to detect external tape drive in HPUX

Your old tape was configured with scsi id 5, the new has 3.

I would remove any device files for the old and new drive, e.g. with

# rmsf -H 10/0/15/0.5.0

and recreate them

# insf -e

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!   
Rohit_n
Advisor

Re: Unable to detect external tape drive in HPUX

Hi,Viney
every time i have to do by the same way
as
# mt -f /dev/rmt/c2t3d0BEST rew
inted of
#mt rew
and now i have started backup i use to give the command as
#tar -cvf /dev/rmt/0mn backups
but now when i have started backup by using
#tar -cvf /dev/rmt/c2t3d0BEST backups


Rohit
Torsten.
Acclaimed Contributor

Re: Unable to detect external tape drive in HPUX

All tape related commands are using the ...0m... device as default, so you don't need to specify it (e.g. tar).

If you use another device, you must specify it, unless you configure your new tape to be 0m.

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!   
Rohit_n
Advisor

Re: Unable to detect external tape drive in HPUX

Hi,
Viney Thanks by
# rmsf -H 10/0/15/0.5.0
and
#insf -e

and now i am able to do rewind the tape
#mt rew

Thanks
Rohit
Rohit_n
Advisor

Re: Unable to detect external tape drive in HPUX

Hi ,

Thanks for ur all support for installing new tape drive on my HPUX machine.

Rohit
Dennis Handly
Acclaimed Contributor

Re: Unable to detect external tape drive in HPUX

>Thanks for ur all support

If you were happy with our answers, please read the following about reopening threads and assigning points:
http://forums.itrc.hp.com/service/forums/helptips.do?#41
http://forums.itrc.hp.com/service/forums/helptips.do?#33