Operating System - HP-UX
1836638 Members
1835 Online
110102 Solutions
New Discussion

Restoring Tru64 unix vdump tape to HPUX.

 
Henry_52
Advisor

Restoring Tru64 unix vdump tape to HPUX.

Hi,

I want to restore Tru64 unix vdump backup tape to HPUX.
How can I do this ?
Please let me know.

Thank you.

Henry.
2 REPLIES 2
Jannik
Honored Contributor

Re: Restoring Tru64 unix vdump tape to HPUX.

I don't think it will work, have a look at this link:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=509991
jaton
RAC_1
Honored Contributor

Re: Restoring Tru64 unix vdump tape to HPUX.

I do'nt think this is possible. The problem is what is the format that vdump uses. Is there anything on hp-ux to read that format.

May be this will give some idea.
dd if=/dev/rmt/0m of=/tmp/vdump.file
Again the the block size is a problem. If you know the block size used in vdump you can give option of bs on dd command.

Once the file is copied, do
file /tmp/vdump_file

does it give something useful??

The chances are that it will not work.

Anil
There is no substitute to HARDWORK