- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_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
07-16-2001 04:38 AM
07-16-2001 04:38 AM
make_recovery
Can I do a "make_recovery -Ai" in a running system, it means, can I continue using the workstation while the make_recovery command is running ? It will not give me a problem ?
Thanks again,
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 04:51 AM
07-16-2001 04:51 AM
Re: make_recovery
should be no problem as make_recovery uses tar (pax actually) which doesn't fail if files are in use (unlike fbackup :).
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 04:55 AM
07-16-2001 04:55 AM
Re: make_recovery
Yes, you can execute 'make_recovery' when a system is running.
As general advice, you should download a current version of Ignite (see the link below). You should also start using 'make_tape_recovery' in lieu of the older, lest robust 'make_recovery'.
When you use 'make_tape_recovery' you may see some warnings from 'pax' [used to create the tape] concerning missing files. This is not a problem. The missing files are undoubtedly temporary ones that were present during the initial phases of the recovery analysis but were deleted before 'pax' actually began to write them to the tape.
For current Ignite software, see:
http://www.software.hp.com/products/IUX/download.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 05:53 AM
07-16-2001 05:53 AM
Re: make_recovery
You will not get the full backup on any files that are open and being written to, but that is your choice, most of them could be log files anyway. Do not do this if you have a database that is being written to and want the database to be able to be restored.
We normally make sure that the server is in a semi quiet state and nothing is being updated of any importance before doing the make_recovery.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 06:06 AM
07-16-2001 06:06 AM
Re: make_recovery
Cheers,
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 06:17 AM
07-16-2001 06:17 AM
Re: make_recovery
Thanks, Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 06:27 AM
07-16-2001 06:27 AM
Re: make_recovery
If you cannot execute 'make_recovery' or 'make_tape_recovery' at a root prompt with the relative path then either Ignite isn't installed or your PATH doesn't include /opt/ignite/bin/
The full path is:
# /opt/ingite/bin/make_recovery
# /opt/ignite/bin/make_tape_recovery
To make sure Ignite is installed, do:
# swlist|grep -i Ignite
As I indicated in my first post, you can download software and documentation from the Ignite web site (see above). You use 'swinstall' to install the Ignite product. A reboot is not required.
...JRF...