- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_recovery and arch_include file
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
06-17-2003 10:50 AM
06-17-2003 10:50 AM
"make_recovery -p -d /dev/rmt/0mn"
Can I just edit /var/opt/ignite/recovery/arch_include file
and add the directory I want to add to the archive ?
After recovering the system from the recovery tape, will it also recover all the disk partitionig information for other disks in the root volume group ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 10:55 AM
06-17-2003 10:55 AM
Re: make_recovery and arch_include file
with make_tape_recovery all the partitions and data on vg00 are backed up and recovered with the tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 11:34 AM
06-17-2003 11:34 AM
SolutionDon't use 'make_recovery'. It is deprecated in favor of the more robust 'make_tape_recovery'.
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
...will archive vg00.
'make_tape_recovery' allows you to add additional '-x include=file|dir' so this offers in a natural command-level way the ability you seek.
When you create a recovery tape, Ignite will create 'vgexport'/'vgimport' mapfiles and record the physical disk device paths. If you use the tape to rebuild the same hardware, an automatic 'vgimport' will be done and your non-vg00 volume groups will be made available. Should the disk device files change because of the order in which hardware is scanned, the automtic 'vgimport' will fail but you can still manually specify the appropriate operation.
Ignite puts the LVM mapfiles in the '/etc/vgconf/' directory. You can use a "preview"ed 'vgscan -pv' to ascertain the physical devices to specify for the pv_paths of a 'vgimport'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 08:48 PM
06-17-2003 08:48 PM
Re: make_recovery and arch_include file
If you use #make_tape_recovery -i option from the console then you will get one window in that you can very well select the files and dir which you wavt to backup or you can select entire VG00 also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 09:18 PM
06-17-2003 09:18 PM
Re: make_recovery and arch_include file
/opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -I -t "Make recovery of syste
m `uname -n` on `date`" -v -x inc_entire=vg00