<?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; restore fails with nfs error</title>
	<atom:link href="http://www.netbackuphowto.com/tag/restore-fails-with-nfs-error/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>ORA-27054: NFS file system where the file is created or resides is not mounted with correct options</title>
		<link>http://www.netbackuphowto.com/2009/11/04/ora-27054-nfs-file-system-where-the-file-is-created-or-resides-is-not-mounted-with-correct-options/</link>
		<comments>http://www.netbackuphowto.com/2009/11/04/ora-27054-nfs-file-system-where-the-file-is-created-or-resides-is-not-mounted-with-correct-options/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 14:26:54 +0000</pubDate>
		<dc:creator>savasirez</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[nfs error]]></category>
		<category><![CDATA[ora-27504]]></category>
		<category><![CDATA[restore fails with nfs error]]></category>

		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=453</guid>
		<description><![CDATA[If you see the following error when trying to restore your Oracle backups (through RMAN): ORA-27054: NFS file system where the file is created or resides is not mounted with correct options Additional information: 2 the cause is possibly your are trying to restore your database to an NFS mount point which is not mounted [...]]]></description>
			<content:encoded><![CDATA[<p>If you see the following error when trying to restore your Oracle backups (through RMAN):</p>
<h3><span style="font-weight: bold; color: #000000;">ORA-27054:</span> NFS file system where the file is created or resides is not mounted with correct options<br />
Additional information: 2</h3>
<p><span id="more-453"></span></p>
<p>the cause is possibly your are trying to restore your database to an NFS mount point which is not mounted correctly.</p>
<p>The following is for Solaris 10:</p>
<p>Change your /etc/vfstab entry</p>
<p>From:</p>
<p>Nfs_Host:/nfs/oracle &#8211; /oradata   nfs   &#8211;   yes   -</p>
<p>To:</p>
<p>Nfs_Host:/nfs/oracle &#8211; /oradata   nfs   &#8211;   yes   <strong>hard, bg,proto=tcp, vers=3, suid, rsize=32768, wsize=32768, intr,noac</strong></p>
<p>Then, unmount and re-mount your volumes through /etc/vfstab</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netbackuphowto.com/2009/11/04/ora-27054-nfs-file-system-where-the-file-is-created-or-resides-is-not-mounted-with-correct-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

