- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- restore from tape recovery
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 03:21 AM
05-10-2006 03:21 AM
Can some one please help me with the procedure ..that restore from tape recovery.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 03:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 03:28 AM
05-10-2006 03:28 AM
Re: restore from tape recovery
one possibility is 'sam'.
Choose the 'Backup and Recovery' area - 'Interaktiv 'Backup and Recovery'.
Mark the hardware and choose under 'Actions' 'Recovery'.
Under 'Additional Parameters' you can set if files are placed from where they are or in another directory. Also you can select the recovery scope, i.e. if you want all file from the tape or special ones.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 04:10 AM
05-10-2006 04:10 AM
Re: restore from tape recovery
Thanks for the reply . Actually i have backed up the vg00 and i was trying to restore OS.
please advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 04:41 AM
05-10-2006 04:41 AM
Re: restore from tape recovery
have you asked yourself to use ignite for restoring a complete OS?
Otherwise you have to install UX, create the same vg00 you have on the other ws and write back the content of the tape.
But I don't know if you can rewrite the /dev file over which your just recover your tape.
If you make tests only, then you can try.
Other possibility - you write back on a second disk and then use this disk for boot.
But much better is using ignite ...
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 04:58 AM
05-10-2006 04:58 AM
Re: restore from tape recovery
Thanks for the reply.
This is what i have used.
/opt/ignite/bin/make_tape_recovery -Av -d /dev/rmt/0m .
ANd i wanted to make sure i have the restore procedure before i try to upgrade my box.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 05:08 AM
05-10-2006 05:08 AM
Re: restore from tape recovery
If you interrupt, you can change the settings, like file system sizes.
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 05:11 AM
05-10-2006 05:11 AM
Re: restore from tape recovery
So you can boot quickly without searching the boot device:
Main Menu: Enter command or menu > boot 0/1/2/3.4.0
Do you wish to stop at the ISL prompt prior to booting? (y/n) >> n
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 05:12 AM
05-10-2006 05:12 AM
Re: restore from tape recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 05:17 AM
05-10-2006 05:17 AM
Re: restore from tape recovery
# mt -f /dev/rmt/?mn rew
# mt -f /dev/rmt/?mn fsf 1
# tar -tvf /dev/rmt/?mn
Just in case you have an Integrity server, the restore procedure is a bit different:
You have to boot the installation DVD, select
-> Install HP-UX -> select Advanced Installation -> Recovery tape -> GO!
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 05:27 AM
05-10-2006 05:27 AM
Re: restore from tape recovery
interrupt boot process and search for the bootable tape device.
As you can read here:
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079988350
you don't have used the option you wanted to:
in make_tape_recovery '-d' is an archive description not the destination - neverthless I think your command worked because dev/rmt/0m is the default destination.
Also, without the '-I' option it will recover from tape without interruption, so it'll be the exact copy of your system.
Here you also find more about ignite:
http://www.docs.hp.com/en/IUX/
Regards
Volkmar