- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Backup methods
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-04-2005 06:27 AM
10-04-2005 06:27 AM
Backup methods
Any scripts that can be shared are appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 06:30 AM
10-04-2005 06:30 AM
Re: Backup methods
We use fbackup for a few things, and some home-grown scripts for a few others. Generally we use Syncsort Backup Express for almost all of our backups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 06:36 AM
10-04-2005 06:36 AM
Re: Backup methods
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 06:41 AM
10-04-2005 06:41 AM
Re: Backup methods
You really need to consider a tape library so that it's easy to create duplicate media for offsite storage. Also, a tape library makes "point and click" restores possible w/o ever having to look for media.
I can tell you that one potential concern you may face (if this cluster stores any kind of financial data) is SOX compliance. Combining test and production environments within the same MC/SG cluster raises red flags for the auditors. Never mind that test users are never supposed to be able to modify production; proving that that is not possible under all circumstances can be very difficult.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 07:27 AM
10-04-2005 07:27 AM
Re: Backup methods
I have about 110 gb total and the database is Oracle. The dba is working on a script to cpio - gzip (hot backup) the files to a location and I would pick them up from there. We just found out cpio has a 2gb limit so he is reviewing fbackup. The rest of the data is just regular files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 08:41 AM
10-04-2005 08:41 AM
Re: Backup methods
The script we use looks for the Oracle datafiles, finds the full path to it for the source, then basically pre-pends a directory name to the path for to make the destination. Our directory structure is basically duplicated that way.
We then take the source and destination and run compress.
So if we have:
Source = /u20/proddb/oradata/db01.dbf
Destination = /oraback/u20/proddb/oradata/db01.dbf.Z
compress command is:
compress < /u20/proddb/oradata/db01.dbf > /oraback/u20/proddb/oradata/db01.dbf.Z
We then back up the /oraback directory via gnu tar, but will soon move to a backup server.
There are more steps involved in the script, especially with regard to re-creating the directory structure under /oraback, but hopefully you get the basic idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 06:25 PM
10-04-2005 06:25 PM
Re: Backup methods
here we use Oracle RMAN and Data Protector!
Oracle RMAN is used to do do HOT backup of our database to disk
then
Data Protector is scheduled to backup those files and Oracle RMAN backup files to the Ultrium Drive. (not that with this approach, we do not backup the Oracle database datafiles since the database is always up!)
Also, you can also use RMAN and the appropriate media management software to backup the database directly to the Ultrium drive.
hope this helps too!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 08:29 AM
10-05-2005 08:29 AM