- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite 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
04-17-2002 11:03 PM
04-17-2002 11:03 PM
Ignite Recovery
Yesterday I made a ignite recovery tape of one A-Class server and then booted the machine from it. It has done perfect recovery . But to my surprise it has also recovered /test and /test1 partitions which are in the same vg [root vg , vg00]. I believe ignite is meant for only recovering var, opt, usr., / , stand, etc partitions. I have prepared the tape with following syntax :-
make_recovery -A -C -v -d /dev/rmt/0m
Can someone pl explain me why it was so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 11:05 PM
04-17-2002 11:05 PM
Re: Ignite Recovery
No !
If you use make_recovery -A all content of VG00 is backup up.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 11:21 PM
04-17-2002 11:21 PM
Re: Ignite Recovery
Using those permissions, the archive being created will include the entire /dev/vg00 volume group. That is why you have also recovered /test & /test1.
It is always better to have a clean /dev/vg00 volume group containing only the necessary filesystems that you need. This is especially true if your going to deploy the archives across other systems.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 11:33 PM
04-17-2002 11:33 PM
Re: Ignite Recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 11:35 PM
04-17-2002 11:35 PM
Re: Ignite Recovery
Assign points then !
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 04:04 AM
04-18-2002 04:04 AM
Re: Ignite Recovery
Instead of using the deprecated 'make_recovery', use 'make_tape_recovery'. The later command allows you to specify the inclusion and/or exclusion of files and directories. The man pages for 'make_tape_recovery' detail these options.
Volume group vg00 can be archived with 'make_tape_recovery' with the following simple command:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Or, in your case, you could do:
# make_tape_recovery -x inc_entire=vg00 -x exclude=/test -I -v -a /dev/rmt/0mn
Get the latest Ignite software and documentation here:
http://www.software.hp.com/products/IUX/download.html
Regards!
...JRF...