- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Two Questions.
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
01-12-2005 11:46 AM
01-12-2005 11:46 AM
Two Questions.
I have two questions.
1. make_tape_recovery -x inc_entire=vg00
OR
fbackup -f /dev/rmt/0m -0 -i /
(how do i get an email with the results to joeb@msn.com)
2. We have some raw slices created for oracle. Since we backup only filesystems(with fbackup) how are these raw slices backed up? what would be the plan for those since they are not cooked?
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 12:03 PM
01-12-2005 12:03 PM
Re: Two Questions.
The fbackup will give you EVERYTHING under /. This is good for general backups.
To get e-mail sent to you:
make_tape_recovery -I -a /dev/rmt/?mn -v -x inc_entire=vg00 2>&1 | mailx -s "make_tape_recovery output" joeb@msn.com
2) You would have to look into something like Oracle's RMAN feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 12:40 PM
01-12-2005 12:40 PM
Re: Two Questions.
Thanks
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 12:46 PM
01-12-2005 12:46 PM
Re: Two Questions.
The SAs and the DBAs need to work together to make sure the Oracle data is backed up appropriately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 02:08 PM
01-12-2005 02:08 PM
Re: Two Questions.
Database backups were never the responsibility of the DBAs at our site. The sysadmins would consult with the DBAs on choice of methodology, come to an negotiated and documented agreement, then implement the backups. Implementation included not just error correction but also instructing Operations on how to respond to issues and writing documentation.
The DBAs don't have a wide enough view to handle the task, IMO -- don't know Operations schedule and abilities, don't have access to all system resources, aren't involved in ALL backup scheduling (only database backups), don't know what *else* the sysadmins are doing and their conventions, etc. I know there are sites where DBAs basically do any sysadmin task they want, but I don't find it makes a good setup. Fewer cooks in the kitchen = better environments.
Mic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 03:16 PM
01-12-2005 03:16 PM
Re: Two Questions.
I think you have an Oracle RAC. Normally raw devices are created when you dont have a cluster filesystem licence and you want to implement RAC.
Now coming to the point ..
Veritas netbackup has got the option to take backup of raw devices.
RMAN can be used for taking backup of online oracle database.
So if you need an online backup of the raw devices you can integrate RMAN with Veritas NBUP and proceed.
When you take a cold backup with only veritas NBUP you can take backup.
Both of DBAs and SysAdmins can work together and make the policies for backup. The implementation responsibility may be on DBA/SysAdmin depending on what role are you handling in the organisation. Some organisations have got backup specialists. In that case they only work with DBAs and bake policies. Once the policy is created its SysAdmins duty to make sure that its happening with out fail.
Have a nice day
regards,
Syam