- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Newbie Backup Question
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
10-15-2004 08:38 AM
10-15-2004 08:38 AM
Never working with clusters before, we are looking for best practices for backups. We want to do full backups of the server(s). Do I back up each server individually? My understanding is we will have an IP address (and host name) that can talk to either server depending on if one is live or not. Do I point my backup software to that IP address or to the physical IP address assigned to the boxes?
Any help or guidelines would be greately appreciated.
Thanks
Scott
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 08:45 AM
10-15-2004 08:45 AM
Re: Newbie Backup Question
We have MC/SG clusters here. We assign a package IP to our main packages, and an package hostname to that package IP address. We just use the hostname to backup the system files and the application data, but in separate backup sessions.
You could backup the system files (vg00, etc.) using the node hostname and backup the application data files using the package IP/hostname. That way, your backup session should find the data files no matter which node is running the package. We use Omniback/DataProtector, and I think we played with using the package hostname but the software didn't like it too much.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 08:48 AM
10-15-2004 08:48 AM
Re: Newbie Backup Question
Two ways of doing it.
Backup the systems with the stationary IPs with all the filesystems. On the failover server where the filesystems are not mounted, only the mount points will be backed up.
Another way is to backup the systems with stationary IPs but backup only standalone filesystems. However, backup the serviceguarded filesystems through the floating IP.
For me procedure1 looks simple except that you have to have a record of the state of the packages.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 08:20 PM
10-15-2004 08:20 PM
Re: Newbie Backup Question
http://www.syncsort.com/bex/clustering.htm
So you may need to adopt the approach discussed above.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2004 02:56 PM
10-16-2004 02:56 PM
Solutionconfigure the host with host name and ip address on the master server.
configure a backup job to include the filesystem for that particular server in the cluster
do the same for the other server in the cluster as the file system can still be seen through the gui on the backup option
Backup express will backup all directory's selected under the job therefor if the filesystem is mounted on the secondary server - the data will be backed up here and attempt to backup on the primary but there should be no data to backup.
hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2004 04:03 PM
10-16-2004 04:03 PM
Re: Newbie Backup Question
If now downtime is acceptable, then hot backups of the data are the way to go. I'd add in a regular schedule of make_tape_recovery on the individual nodes, vg00 only.
Database recovery is much easier if you can recover from a cold backup. A cold backup is taken while the database is down.
Of course this takes time and nobody wants to take the time. Consider an OnlineJFS snapshot backup if you have a license to OnlineJFS. It lets you down the database quick and then bring it up. New writes go to a tempory logical volume, letting you get a cold copy of the original logical volume.
With the right tools and strategy you can get a good backup set and be well protected.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 07:01 AM
10-18-2004 07:01 AM
Re: Newbie Backup Question
From what I am hearing we will have an IP on our internal network point to either box (whichever is live at that time). Each box will have a 10.x.x.x IP physically assigned to it. Are you telling me I need to assign the 10.x.x.x IP as a host in BEX or do I assign our internal IP to BEX?