1827807 Members
2200 Online
109969 Solutions
New Discussion

Re: backup device

 
SOLVED
Go to solution
peterchu
Super Advisor

backup device

We have DDS4 tape device and use the device /dev/st0 can backup/restore DDS4 tape but can't do it for DDS3 tape , as I know DDS4 drive support DDS3 tape , could suggest what device ( dev/st?? ) can do that ? thx
7 REPLIES 7
Naveej.K.A
Honored Contributor
Solution

Re: backup device

hi,
put the dds3 catridge in the DDS4 drive.
mt -f /dev/st0 status

what does it return
I have successfully used dd3 catridges on a dds4 drive

with best wishes
Naveej
practice makes a man perfect!!!
Shaikh Imran
Honored Contributor

Re: backup device

Hi,
DDS3 DATs Will work in DDS4 Drive without any problem and the same device file can be used.
Please refer the below link for the compatibility matrix:
http://www.hp.com/products1/storage/products/storagemedia/tape_dds/compatibility.html

Regards,
Imran
I'll sleep when i am dead.
Steven E. Protter
Exalted Contributor

Re: backup device

Device files handle hardware interaction, not tape type.

It will work. I've done it. Just give it a try.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
peterchu
Super Advisor

Re: backup device

edp> mt -f /dev/tape status
SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 2048 bytes. Density code 0x25 (DDS-3).
Soft error count since last status=0
General status bits on (41010000):
BOT ONLINE IM_REP_EN
edp> tar -tvf /dev/tape
tar: /dev/tape: Cannot read: Input/output error
tar: At beginning of tape, quitting now
tar: Error is not recoverable: exiting now
Shaikh Imran
Honored Contributor

Re: backup device

Hi,
Do you get the same error while taking the backup ?
Have you tried replacing with other new DDS3 tape ?

Regs
I'll sleep when i am dead.
Mark Grant
Honored Contributor

Re: backup device

Looks like a dodgy tape to me. Try another or the same if you don't mind destroying the data and try writing to it first.
Never preceed any demonstration with anything more predictive than "watch this"
Yong_7
Frequent Advisor

Re: backup device

Hi,

to be specific:

put DD3 tape in

# mt -f /dev/st0 rewind

# dd if=/dev/zero of=/dev/st0 bs=512 100

any problem ?

Cheers !

YJ