- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_recovery image file
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
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
07-15-2004 03:39 PM
07-15-2004 03:39 PM
make_recovery image file
1) Under what condition the make_sys_image_flag##### where ##### is a number will be created in /var/tmp/ign_configure?
2) Make_recovery will backup the root volume group and /usr, right? Is all the HP OS files is kept inside /?
3) How to view the make_recover content from the tape?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 04:16 PM
07-15-2004 04:16 PM
Re: make_recovery image file
Please take care that any other make_sys_image has finished before starting a new recovery process. It may be other make_sys_image process still has not stopped.
2) make_recovery commands backup all lvol in the vg00.
3) To search a single file from the recovery archive:
mt -t /dev/rmt/0mn fsf 1
tar -tvf /dev/rmt/0m filename
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 05:22 PM
07-15-2004 05:22 PM
Re: make_recovery image file
1) Is it means that every time the make recovery is completed, the make_sys_image will be created? Or this file will only created if there is an error?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 06:35 PM
07-15-2004 06:35 PM
Re: make_recovery image file
"2) Make_recovery will backup the root volume group and /usr, right? Is all the HP OS files is kept inside /?"
If you issue :
# make_recovery -ACv -d
Then entire VG00 gets restored and if you execute it without -A option then following will be stored in the tape.
/.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
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 06:41 PM
07-15-2004 06:41 PM
Re: make_recovery image file
" 3) How to view the make_recover content from the tape? "
The file /var/opt/ignite/logs/makrec.log2 keeps information about all file stored on the Make_Recovery Tape.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 07:07 PM
07-15-2004 07:07 PM
Re: make_recovery image file
Is anyone has idea on question 1?
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 08:08 PM
07-15-2004 08:08 PM
Re: make_recovery image file
the files /var/tmp/ign_configure/*
are created when you run make_tape_recovery and when it exits, they should be deleted.
If you kill the processes (e.g. by a reboot) before they could remove the files you will have to rm them yourself afterwards.
So they are kinda log&lock files.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 08:19 PM
07-15-2004 08:19 PM
Re: make_recovery image file
What you mean is every the make_recovery is finished, a file called make_sys_image will be created. This file is automatically be deleted if everything is fine (exp: no reboot). Am I right? So, how long will this file exists before deleted by the system?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 09:30 PM
07-15-2004 09:30 PM
Re: make_recovery image file
to clarify:
the file make_sys_image_
When you start a make_tape_recovery and such a file still exists you will get a warning that another make_tape_recovery is still running (even though you may have just rebooted)
Regards,
Bernhard