Operating System - Tru64 Unix
1752618 Members
4301 Online
108788 Solutions
New Discussion юеВ

Re: How do we restore from Tape on DEC 4.0

 
SOLVED
Go to solution
rmueller58
Valued Contributor

How do we restore from Tape on DEC 4.0

We had a drive failure.. Need step by step on how to restore from "Dump" tape on DEC Any help appreciated.
9 REPLIES 9
Ivan Ferreira
Honored Contributor
Solution

Re: How do we restore from Tape on DEC 4.0

You should use a command like this:

First, list the tape contents:

restore -tf /dev/rmtXh

Second, restore the files:

cd /
restore -xf /dev/rmtXh
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
rmueller58
Valued Contributor

Re: How do we restore from Tape on DEC 4.0

Thanks Ivan! the H in the device file is what was throwing us off.

Will keep thread open till we get system back up.
Thanx!!
rmueller58
Valued Contributor

Re: How do we restore from Tape on DEC 4.0

We loaded the OS from Scratch.

We have to restore from backup, is it best to go to init 1?

We tried to restore and it restores over the operating system and crashed the kernel..
Vladimir Fabecic
Honored Contributor

Re: How do we restore from Tape on DEC 4.0

Not sure if I understood well.
If kernel is the problem, do the following:
>>> boot -file genvmunix
After OS boots do:
# doconfig (without arguments)
After that copy new kernel as /vmunix
# cp /vmunix
Reboot and it should work OK.

In vino veritas, in VMS cluster
rmueller58
Valued Contributor

Re: How do we restore from Tape on DEC 4.0

Vlad,
The OS he loaded from CD is pre-Y2k.

Not sure my guess is that is is the vmunix as well. My boss is attempting to do a full system restore (non-bootable) from a tape that contains the Y2k compliance stuff.
The Tape contains the most recent full backup.

When it reachs a certain point in the restore it crashes the system. Any ideas from or for this?
Vladimir Fabecic
Honored Contributor

Re: How do we restore from Tape on DEC 4.0

Lets see...
OS version 4.0D and above did not have y2k problem. I did the full system restore once using 4.0D boot CD and everything was OK.
So, what is your OS version?
What file system is used, UFS or advfs?
In what point in the restore it crashes the system?
By the way, in old DEC unix, non-rewind tape device should be /dev/nrmtXh, and rewindable tape is /dev/rmtXh.
Can you describe your restore procedure with more details?
In vino veritas, in VMS cluster
rmueller58
Valued Contributor

Re: How do we restore from Tape on DEC 4.0

We have 4.0D we are reinstalling.. More details will follow..
Michael Schulte zur Sur
Honored Contributor

Re: How do we restore from Tape on DEC 4.0

Hi Rex,

use -v and make sure that you are at the right spot when restoring. When restoring /usr you will have to use cd /usr. Also do not use restore on an ADVFS volume.

greetings,

Michael
rmueller58
Valued Contributor

Re: How do we restore from Tape on DEC 4.0

We gotten this server restored and running. Thanks Vlad and all.

UFS file system.