- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: full system backup on running system
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
04-11-2002 12:08 AM
04-11-2002 12:08 AM
full system backup on running system
I'm looking for a full system backup solution for hpux 11.0 (K380 and L2000 servers) The Systems should be up and running during the backup.
Until now I switch the systems into single user mode and I use make_recovery and fbackup
The systems have 2 volume groups vg00 and vg01 and all disks are mirrored. Can I disable the morroring and backup the content of the spare disks, or is there a better solution?
Thanks in advance
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:12 AM
04-11-2002 12:12 AM
Re: full system backup on running system
you dont need to be in single user mode for the backups to be created.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:13 AM
04-11-2002 12:13 AM
Re: full system backup on running system
If you're looking / allowed to look for a commercial solution, take a look at www.tivoli.com (Tivoli Storage Mananger) and www.veritas.com (Veritas Netbackup). Both products (we've tested them both) have full server backup options. I would however always combine this with an Ignite backup of the bootdisk.
I don't know if this kind of information is what you are looking for. If not, let me know.
Regards,
Tom Geudens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:19 AM
04-11-2002 12:19 AM
Re: full system backup on running system
You can write scripts or use a comercial solution, it all depends on how much you want to spend.
Grt, Emiel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:22 AM
04-11-2002 12:22 AM
Re: full system backup on running system
You don't need to be in single user-mode
to create a backup. There are many native
tools on your system that you could use,
this depending on the applications on your
system.
If your running some form of database it
may be an idea to close down the database
and then backup it up.
Do you use raw or cooked logical volume
partitions?
There are many 3rd party products, some
already mentioned. Personally we use
OmniBack and have a reasonable success
record with it.
You could as you stated split your mirror
and backup off your mirrored copy, using
fbackup, cpio and the like. To achive
something like this you would need to
have a look at the 'lvsplit' and 'lvmerge'
options (for memory) as part of the
standard LVM tools.
Food for thought
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:24 AM
04-11-2002 12:24 AM
Re: full system backup on running system
fbackup of my systems takes up to 5h, I get consistency problems if I dont't switch to sigle user mode.
I would like to have a soluution to create a bootable medium, to recover the system as fast as possible, and I this should be possible on the running system. I think I have to disable mirroring and use these disks for backup.
If you need some more information please let me know.
Thank you
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:29 AM
04-11-2002 12:29 AM
Re: full system backup on running system
use ignite (like you already do) for a bootable backup. I wouldn't bother with disabling the mirror since there are products available that will work fine.
Again, how much can you spend. Do you have someone to write (backup) scripts with dd and/or tar etcetera?
Do you need an on-line backup for a database of any form?
grt, Emiel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:31 AM
04-11-2002 12:31 AM
Re: full system backup on running system
Do you want to take this type of backup every day ? Then you could schedule an Ignite make_recovery every day with cron.
Maybe, it is OK to take this type of backup only now and then, when you make configuration changes (that is what I do). Then I use my every day commercial backup to have a daily update of my system.
In case of a disaster recovery, I will have to load the Ingite tape first (which includes the backup software executables and configuration), and the do a normal restore to update my system to the latest configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:39 AM
04-11-2002 12:39 AM
Re: full system backup on running system
Thanks all of you, I will try with lvsplit and lvmearge
a nice day for all of you
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:44 AM
04-11-2002 12:44 AM
Re: full system backup on running system
Note that the
specification of days can be made in two fields: monthday and weekday.
If both are specified in an entry, they are cumulative. For example,
0 0 1,15 * 1 command
runs command at midnight on the first and fifteenth of each month, as
well as every Monday.
hope it answers your problem,
grt, Emiel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:55 AM
04-11-2002 12:55 AM
Re: full system backup on running system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 01:05 AM
04-11-2002 01:05 AM
Re: full system backup on running system
Thanks for helping, and don't drink too much coffee.. I think I will split the logical volumes and backup it this way.
regards
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 01:12 AM
04-11-2002 01:12 AM
Re: full system backup on running system
What if something happens that corupts your data while still mirrored? Than you wouldn't know for sure your data is restoreable also you need a way to get your OS back in case of full systems crash. Ignite will do that trick of course. What about your problem with fbackup, it's not really normal that it takes so much time to make a backup...
grt, Emiel