- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- about system backup , restore
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
12-17-2003 10:59 PM
12-17-2003 10:59 PM
about system backup , restore
Usually system backup and restore is working in single user mode. but Can system backup and restore do in run level 3 or 4?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 11:04 PM
12-17-2003 11:04 PM
Re: about system backup , restore
http://www.software.hp.com/products/IUX/index.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 11:05 PM
12-17-2003 11:05 PM
Re: about system backup , restore
The only issues are with things like databases being up other applications that have to have consistancy between several files at the same time. The backup can have backed up the first file and then it gets modified before your backup can backup the second file. In this scenario, the restore won't work.
Most applications have a strategy to get around this.
However, if you stop the applications, you can do what you like :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 11:13 PM
12-17-2003 11:13 PM
Re: about system backup , restore
i do not believe fbackup, frecover and make_recovery should restrict running in level 3 or 4.
why don't you just test it a make_recovery and check the log in /var/opt/ignite/log/makrec.log1 if it is successful?
as for fbackup/frecover, test it as well. in fact, i do not have any problem with that.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 11:29 PM
12-17-2003 11:29 PM
Re: about system backup , restore
these command are designed to run when the system is in level 3 or more. sinec in level 1 and 2 file systems will not be mounted and n/w information will not be available hence fbackup/make_recovery couldn't collect any data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 11:35 PM
12-17-2003 11:35 PM
Re: about system backup , restore
There is no such restrictions but a general recommendation that the programs should be run ven the system activity is low. And, of course, it is a good idea to shut down databases, applications etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 12:26 AM
12-18-2003 12:26 AM
Re: about system backup , restore
Since single user mode talkes the entire computer off the network and has no applications running, a backup under those circumstances will always be accurate. But this is in opposition to the common requirement for a system to be running 24 hours a day. So most commercial database programs have some sort of backup state that keeps a record of the changes during the backup period so they may be incorporated in case a restore is needed. Each database is different in this respect so check the documentation.
As mentioned, fbackup can run in any state, same with make_tape_recovery (make_recovery has been obsolete for a long time and not recommended). Since make_tape_recovery is designed to save vg00 (the bootable HP-UX volume), running it in multi-user mode is fairly safe since HP-UX files don't change very much.
Bill Hassell, sysadmin