- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_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
10-20-2004 08:21 AM
10-20-2004 08:21 AM
Any help would be greatly appreciated, thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 08:24 AM
10-20-2004 08:24 AM
SolutionYou can run make_tape_recovery in multi-user mode itself. Just make sure you use the -A option. -A option will include everything in /dev/vg00 (or whatever your root VG is)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 08:24 AM
10-20-2004 08:24 AM
Re: make_tape_recovery
you can do this during regular hours itself. make_tape_recovery is used to create a ignite archive for the system OS and not for the data on the system. This ignite archive is used to recover the system if there is a system crash and the root disk is unrecoverable.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 08:28 AM
10-20-2004 08:28 AM
Re: make_tape_recovery
http://www.software.hp.com/products/IUX/faq.html#d0e2248
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 08:28 AM
10-20-2004 08:28 AM
Re: make_tape_recovery
The database backup will be included and completely useless for recovery purposes.
If you want the database included and usable in the make_tape_recovery you need to bring it down first.
This tool is not oracle aware and can not do hot backups.
I've used to for system replication and have successfully replicated oracle databases that were down at the time of running the make_tape_recovery command.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 08:45 AM
10-20-2004 08:45 AM
Re: make_tape_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 07:11 PM
10-20-2004 07:11 PM
Re: make_tape_recovery
I would suggest you to write a script that for this task since I dont know how your server is configured, is vg00 in mirror? What is your alternate boot?
most of my configs have tape as alternate so in such case a little script is quite handy if you are not in front of the console or next to the box to see how thing are going:
I should
checks you have a tape loaded
make_tape_recovery of entire vg00
mt -t offl /dev/
# this will eject the tape so in case of reboot , will not go and restore if cannot boot from disk... Not necessary if tape is not alternate...
----
As I dont remember if after make_tape_recovery it rewinds, if it doesnt, instead of offl type rew in the previous command if needed...
The idea is mainly that you can now either watch the output or redirect the stdout and stderr in a file you can look at later or save or...
All the best
Victor
Off to install loads of new solaris boxes...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 12:19 AM
10-21-2004 12:19 AM