- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_tape_recovery -A
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
08-23-2004 08:31 AM
08-23-2004 08:31 AM
make_tape_recovery -A
Why would I want to use it?
Why would I want to omit it?
Is there any kind of general recommendation or consensus of when to use it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 08:39 AM
08-23-2004 08:39 AM
Re: make_tape_recovery -A
You only use -A when you want to backup only the "default essentials" files defined in /opt/ignite/recovery/mnr_essentials - either the default out of the box or that file created or modified by you. Creates a smaller tape, but would require some SA work post-restore to fill the gaps not backed up
Normally I just use
make_tape_recovery -Ivx inc_entire=vg00
assuming my tape drive is /dev/rmt/0mn
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 08:42 AM
08-23-2004 08:42 AM
Re: make_tape_recovery -A
With -A option, entire VG00 is included. If /usr file system is not part of VG00, then the volume group the /usr is on will also be included in the archive.
I would recommend -A option with any recovery tape.
Following are the files included in the tape if -A option is not specified
/.profile, /.rhosts,
/dev, /etc, /sbin,
/usr/bin, /usr/sbin,
/usr/lib, /usr/obam,
/usr/sam, /usr/share,
/usr/ccs, /usr/conf,
/usr/lbin, /usr/contrib,
/usr/local, /usr/newconfig
/var/adm/sw/security, /var/opt/ignite/local/manifest,
/var/adm/sw/products, /var/adm/sw/save,
/var/adm/sw/sessions/swconfig.last,
/var/adm/sw/sessions/swmodify.last,
/var/adm/sw/sessions/swlist.last,
/var/adm/sw/swconfig.log,
/var/adm/sw/getdate.templ,
/var/adm/sw/defaults.patchfilters,
/var/adm/sw/ui/preferences, /var/adm/sw/targets,
/var/adm/sw/software, /var/adm/sbtab,
/var/opt/ignite/recovery,
/var/adm/cron, /var/spool/cron,
/opt/ignite/bin/print_manifest,
/opt/ignite/share/man/man1m.Z/print_manifest.1m,
/opt/upgrade, /opt/dce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 09:03 AM
08-23-2004 09:03 AM
Re: make_tape_recovery -A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 09:06 AM
08-23-2004 09:06 AM
Re: make_tape_recovery -A
You'd get all of vg00 plus any of the essentials files that happened to reside outside of vg00.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 09:12 AM
08-23-2004 09:12 AM
Re: make_tape_recovery -A
The end result of -A and inc_entire will be the same except in cases where you have /usr in a non-root vg.
If your /usr is in root vg, then -A and inc_entire yeilds the same result.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 09:12 AM
08-23-2004 09:12 AM
Re: make_tape_recovery -A
Thanks. That's the information I'm looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 03:27 PM
08-23-2004 03:27 PM
Re: make_tape_recovery -A
1. Jeff's response seems to state that the -A *only* includes the default files and nothing else.
2. Sundar's response is the opposite, that only if you don't use the -A do you get the default files.
I've always used -A for my backups and the man page has the following in the examples section:
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_essential
make_tape_recovery -A
make_tape_recovery -s myserver -A
***********************
This seems to agree with Sundar's explanation (and what I always thought), but it's easy to misunderstand technical docs at times. Comments?
Regards,
Seth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 06:25 PM
08-23-2004 06:25 PM
Re: make_tape_recovery -A
#make_tape_recovery includes the following
-Boot image
-LVM configurationinformation for vg00
-Critical files and Directories in vg00
#make_tape_recovery -A option - includes
All of the file and directories of vg00 (root volume group)in the archive
regards
Binu