<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NetBackup HOWTO&#039;s &#187; channel</title>
	<atom:link href="http://www.netbackuphowto.com/tag/channel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netbackuphowto.com</link>
	<description></description>
	<lastBuildDate>Mon, 15 Aug 2011 14:15:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>RMAN-03009, ORA-19554, ORA-27211 Errors</title>
		<link>http://www.netbackuphowto.com/2008/12/29/rman-03009-ora-19554-ora-27211-errors/</link>
		<comments>http://www.netbackuphowto.com/2008/12/29/rman-03009-ora-19554-ora-27211-errors/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 14:52:41 +0000</pubDate>
		<dc:creator>savasirez</dc:creator>
				<category><![CDATA[NetBackup Tips]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[channel]]></category>
		<category><![CDATA[libobk]]></category>
		<category><![CDATA[libobk.so]]></category>
		<category><![CDATA[linux oracle tips]]></category>
		<category><![CDATA[oracle tips]]></category>
		<category><![CDATA[sbt_tape]]></category>
		<category><![CDATA[tape tips]]></category>

		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=206</guid>
		<description><![CDATA[If you are having the following Oracle errors on a linux system: RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03009: failure of allocate command on t1 channel at 09/22/2004 11:03:58 ORA-19554: error allocating device, device type: SBT_TAPE, device name: ORA-27211: Failed to load Media Management Library You can probably fix this [...]]]></description>
			<content:encoded><![CDATA[<pre>If you are having the following Oracle errors on a linux system:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on t1 channel at 09/22/2004 11:03:58
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library

<span id="more-206"></span>

You can probably fix this by linking your oracle library (libobk.so) to netbackup library...

cd $ORACLE_HOME/lib
ln -s /usr/openv/netbackup/bin/libobk.so .
You can use libobk.so64 instead, if you are using an 64-bit operating system...</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.netbackuphowto.com/2008/12/29/rman-03009-ora-19554-ora-27211-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

