- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- backup software
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
06-16-2000 01:49 PM
06-16-2000 01:49 PM
backup software
Mostly on HP-UX 10.20 and 11.00 with a couple of Solaris and a Linux. At some point would need to include Digital UNIX as well.
What are the pros and cons of the people out there?
Thanks all!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2000 03:09 PM
06-16-2000 03:09 PM
Re: backup software
I have been researching this subject myself, the first thing I must say is that you need to specify what kind of backup you are looking for.
1) A simple server crash - where somebody installs something that can't be backed off, or deletes something that they shouldn't have, a harddrive goes bad, etc... ( minimal loss of hardware )
2) A complete disaster - you are sitting in hurricane alley during Hurricane Bonnie '99 and your machines are sitting in 16 feet of water, all you can see is the tip-top of your building projecting up out of a newly formed lake... ( severe loss of hardware )
There is a handy utility for HP-UX named Ignite-UX, while this won't help much that I know of on your linux & solaris boxes, it is a very useful utility for your HP boxes. The "make_recovery" utility will make your day beautiful in the case of #1 (above), however, it can get tricky with #2. So far I am still on the hunt for the solution to #2, but here is a useful command for situation #1.
/opt/ignite/bin/make_recovery -A -C -v -d /dev/rmt/#m(ddsdrive, found with "ioscan -funC tape") (all on one line)
So far my research has pointed to the use of "make_sys_image" and "make_medialif" to create a "golden image" for situation #2
hope this helps
Jeremiah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2000 03:42 PM
06-16-2000 03:42 PM
Re: backup software
I should have explained what the make_recovery command will do for you. Again, the command:
/opt/ignite/bin/make_recovery -A -C -v -d /dev/rmt/#m
when entered it will make a bootable recovery tape that contains the entire contents of vg00. The reason this is only useful for situation 1 (described in my last post) is that it copies HW specific configuration files, that will only work with nearly identical hardware. There are options that can be also to configure the tape for a different server also.
In the case that you need to recover your server, all you do is:
1. bring the system down
2. replace the HW
3. as the machine boots up interupt the boot sequence
4. boot from the tape...
about 30 minutes later, you have your machine back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2000 04:18 PM
06-16-2000 04:18 PM
Re: backup software
When you are considering a backup solution, you would also want to evaluate its media management capabilities. Most third-party tools such as tar, udump, cpio etc. do not provide such a functionality unlike HP's Omniback and Legato's Networker.
Personally, I prefer HP's Omniback. It really makes restoration of files a breeze. The downside is its huge Omniback database which you have to trim from time to time as with most backup solutions with media management capabilities.
Note also the capability of the backup solution to backup and restore device files. Before you decide on a backup solution, make sure that you have tried out the restoration to make sure that it works.
Regards.
Steven Sim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2000 04:04 PM
06-18-2000 04:04 PM
Re: backup software
If you have the money go with Omniback it works well with all other Unix and NT boxes.
And it is very easy to use.
If you want something free but still good use AMANDA (Advanced Maryland Automatic Network Disk Archiver) which can be found at http://amanda.sourceforge.net/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2000 06:00 PM
06-18-2000 06:00 PM
Re: backup software
In addition to the previous comments, the media agent is not currently supported under Linux (expected to be a month or so away), so you will need to backup your Linux servers to devices situated elsewhere.