- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Make recovery questions
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
01-02-2001 09:46 AM
01-02-2001 09:46 AM
what gives???
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2001 11:19 AM
01-02-2001 11:19 AM
Re: Make recovery questions
Do a 'man make_recovery' more info, but here are selected entries from the man page:
make_recovery(1M) make_recovery(1M)
NAME
make_recovery - creates a System Recovery Tape
-A Specifies that the entire root disk/volume group
is to be included in the System Recovery tape.
This creates a complete bootable backup of the
disk or volume group.
In the case of large root disks or volume groups,
or when other utilities are used for normal
backups, this option should not be used. Instead,
the default minimum core OS should be backed up,
to recover a minimum system, and then the full
recovery should be done from the backups.
make_recovery
Without specifying the -A option, the resulting archive will
consist of the following Core-OS files and directories:
/.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
To add other files from the root volume group to the archive,
edit the /var/opt/ignite/recovery/makrec.append file before
invoking make_recovery.
With the -A option specified, all of the root volume group is
archived.
If /usr is not on the root volume group, then the entire volume
group on which /usr resides is also archived. This is because of core files needed from the /usr directory.
END man page excerpts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2001 01:03 PM
01-02-2001 01:03 PM
Re: Make recovery questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2001 02:48 PM
01-02-2001 02:48 PM
Re: Make recovery questions
Can you see the contents of /usr on the tar archive portion of the tape? The stuff is on there isn't it? Just for grins you might try 'mt -t /dev/rmt/?mn fsf 1' and then 'tar -tvf /dev/rmt/?mn /usr/some_file_name' and see if it is there.
I've done several make_recovery's and recovered from them and I the only time I have seen a problem is when I was using a tape that was too short and wouldn't hold everything. I have the job automated in such a way that I never saw the error messages, I just assumed that the tape was created successfully. When I tried to recover from that tape later in the week, I discovered that /usr and /var weren't there because they didn't fit on the tape. Depending on the size of vg00 you may want to make sure that everything is actually fitting on the tape. If you do the make_recovery interactively then pax will prompt for a new tape if/when it reaches the end of the one it is working on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2001 08:27 AM
01-03-2001 08:27 AM
Re: Make recovery questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2001 11:12 AM
01-03-2001 11:12 AM
Re: Make recovery questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2001 11:43 AM
01-03-2001 11:43 AM
SolutionThe machine should actually reboot twice, I believe. The first time it should do some device set up and then after the second reboot your system should be ready to go with all VGs activated and all LVs mounted appropriately.
However, just to be on the safe side, I would do a:
'vgexport -m mapfile -s -v -p vg-name' and save the info to a tape or ftp it to your PC or something so you can get to it after you rebuild the machine.