- 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-24-2002 05:46 AM
10-24-2002 05:46 AM
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00
I have mirrored systems disks (vg00). What is the downfall if I don't use the "-A" option. Am I not including all files in my ignite process without the "-A" option? If so, what am I not copying?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 05:51 AM
10-24-2002 05:51 AM
SolutionHere is the appropriate section from the man page:
Create a system recovery tape with all the files/directories on the disk(s)/volume group(s) containing the files specified by the default essentials file list /opt/ignite/recovery/mnr_essentials or the user defined version of this file, that replaces this file,
/var/opt/ignite/recovery/mnr_essentials.
make_tape_recovery -A
make_tape_recovery -s myserver -A
Create a system recovery tape that includes files from all file systems in the vg00 volume group:
make_tape_recovery -x inc_entire=vg00
make_tape_recovery -s myserver -x inc_entire=vg00
I would NOT recommend using the -A option, rather, I would use the '-x inc_entire=vg00' when using make_tape_recovery. That way you know you will get all files from vg00.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 05:53 AM
10-24-2002 05:53 AM
Re: make_tape_recovery
The -A option is only used to include "essential" files in your archive ( /opt/ignite/recovery/mnr_essentials ), while -x inc_entire=vg00 include whole vg00. In most cases, vg00 contains all essential files (especially if you haven't customized it ...). So your archive is really a good one with your options, while -A option would save a "minimal" archive.
Regards,
Jean-Louis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 05:53 AM
10-24-2002 05:53 AM
Re: make_tape_recovery
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2002 04:08 AM
10-25-2002 04:08 AM
Re: make_tape_recovery
then downfall is that there are systems that have an LVM setup which has a non-root volume group which mounts one lvol e.g. under /etc/someapplication_name and another lvol under /someapplication/data_dir
Now the issue is that the default mnr_essential files defines that everything under /etc be included in the recovery archive.
(Which makes sense for a common setup)
However in the above case you would have only a part of this non-root volume group in your archive (the filesytem mounted on /etc/someapplication_name) BUT in the recovery process you would re-create not only the root VG but also this non-root VG on their original disks.
So after recovery you would have to separately restore what was under /someapplication/data_dir because the disks had been "pvcreated" , the lvols had been created but /someapplication/data_dir could not be restored from the recovery image (of course there may be other lvols/filesystems in the non-root volume group which would also be missing)
Regards
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2002 04:36 AM
10-25-2002 04:36 AM
Re: make_tape_recovery
If you invoke the command using tha '-A' option it works as follows - if you have e.g. /usr on a different vg (vg01)
than it will also be included in the archive.
Because '/usr' is part of the core, and resides on vg01, the "entire" vg01 will be included in the archive.
If '-A' option is used it will look that make_recovery takes all files/dirs which are in the Core-OS.