- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error while taking Oracle RMAN backup on Tape Driv...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-04-2005 02:54 PM
тАО12-04-2005 02:54 PM
Error while taking Oracle RMAN backup on Tape Drive.
I have Installed Oracle 10g on HP-UX11.11.
I am trying to take a backup on Tape drive
through RMAN.
RMAN> run
2> {allocate channel c1 type sbt;
3> backup archivelog all delete input;
4> }
but the system gives me following error
using target database control file instead of recovery catalog
RMAN-00571: ============
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===============================================RMAN-03009: failure of allocate command on c1 channel at 12/05/2005 09:20:30
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Regards,
Darshan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2005 07:00 PM
тАО12-04-2005 07:00 PM
Re: Error while taking Oracle RMAN backup on Tape Drive.
Try
http://www.oracle.com/technology/oramag/oracle/02-nov/o62support.html
Understand the RMAN Error Stack
If you encounter errors while using RMAN, you will be presented with the RMAN error stack. When you're using an environment with multiple layers, it may not always be apparent where the problem is. For instance, the error may come from the operating system, the media management software, or RMAN itself. By understanding how to read the RMAN error stack, you can debug problems when they occur and limit your downtime. Below is an example of an Oracle9i Database Release 2 error stack and an explanation of what the stack says:
http://www.oracle.com/technology/deploy/availability/pdf/rman_mm_troubleshoot.pdf
http://www.orafaq.com/forum/?t=msg&th=49189/0/
You are trying to backup directly to tape using RMAN.
You need MML API for that.
Is that installed? What kind of vendor are you using? veritas/tivoli/legato or what?
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2005 09:05 PM
тАО12-04-2005 09:05 PM
Re: Error while taking Oracle RMAN backup on Tape Drive.
We do have OmniBack. Can I use this software
to take the backup through RMAN on Tape Drive??
Regards,
Darshan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2005 12:25 AM
тАО12-05-2005 12:25 AM
Re: Error while taking Oracle RMAN backup on Tape Drive.
"'sbt_tape'parms 'ENV=OB2BARTYPE=..." confguration is correct.
hth
/M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2005 01:48 AM
тАО12-05-2005 01:48 AM
Re: Error while taking Oracle RMAN backup on Tape Drive.
See
http://www.orafaq.com/faqdbabr.htm
Steve Steel