StoreEver Tape Storage
1752788 Members
5924 Online
108789 Solutions
New Discussion юеВ

Re: tapeutil on hpux

 
Eckert_2
Occasional Advisor

tapeutil on hpux

I want to write a file to a SCSI-Tape using tapeutil on HPUX11i.
The command "tapeutil -f /dev/rmt/170m -w 1 -o wri -b 65535 -n 1 -m 100 -v" works fine, but if I add the Flag "-z file" I get a core dump.
How can I determine the file to be written to tape?
2 REPLIES 2
Alexander M. Ermes
Honored Contributor

Re: tapeutil on hpux

Hi there.
What about good old tar or cpio ?
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Eckert_2
Occasional Advisor

Re: tapeutil on hpux

I am using the atdd (advanced tape device driver), an IBM-tool, because originally I want to write to an IBM-Tapelibrary and have problems with poor performance. So I am testing a local SCSI-Tape and I hope, that I will get a good performance locally and with this knowledge I can make the Tapelibrary-Performance better. Only tapeutil can write to this device, don't know why.