<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Oracle RAC RMAN Backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884486#M847958</link>
    <description>Patrick &lt;BR /&gt;please give some points to Indira as he really helped you .......&lt;BR /&gt;&lt;BR /&gt;assigning points is the way to go....&lt;BR /&gt;&lt;BR /&gt;regards.</description>
    <pubDate>Tue, 08 Feb 2005 02:00:51 GMT</pubDate>
    <dc:creator>Henk Geurts</dc:creator>
    <dc:date>2005-02-08T02:00:51Z</dc:date>
    <item>
      <title>Oracle RAC RMAN Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884481#M847953</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I have two servers running on two servers.&lt;BR /&gt;physical instance - P1 and P2 &lt;BR /&gt;Virtual instance - V1&lt;BR /&gt;&lt;BR /&gt;TNS was configured as in such a way that when you execute RMAN or sqlplus to the physical instance, it will connect to the virtual instance automatically.&lt;BR /&gt;&lt;BR /&gt;My problem is when i try to manually run RMAN on either server, sometimes i get the following error...&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;RMAN-00601: fatal error in recovery manager&lt;BR /&gt;RMAN-03004: fatal error during execution of command&lt;BR /&gt;RMAN-10038: database session for channel default terminated unexpectedly&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;My recovery catalog server is a linux server.&lt;BR /&gt;&lt;BR /&gt;Below is my command i used to connect the database and catalog...&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;RMAN&amp;gt; connect catalog rman/XXXXX@BKUP&lt;BR /&gt;connected to recovery catalog database&lt;BR /&gt;RMAN&amp;gt; connect target sys/XXXXXX@V1&lt;BR /&gt;RMAN-00571: ===========================================================&lt;BR /&gt;RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============&lt;BR /&gt;RMAN-00571: ===========================================================&lt;BR /&gt;RMAN-00601: fatal error in recovery manager&lt;BR /&gt;RMAN-03004: fatal error during execution of command&lt;BR /&gt;RMAN-10038: database session for channel default terminated unexpectedly&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;If i tried connect the database first before the catalog or vice-versa, the result is the same.&lt;BR /&gt;&lt;BR /&gt;The strage thing is that it only happened occasionally.&lt;BR /&gt;&lt;BR /&gt;Any idea???&lt;BR /&gt;Thans for the help&lt;BR /&gt;&lt;BR /&gt;patrick&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 01:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884481#M847953</guid>
      <dc:creator>Patrick_129</dc:creator>
      <dc:date>2005-02-08T01:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC RMAN Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884482#M847954</link>
      <description>the error codes don't explain much: &lt;BR /&gt;RMAN-00601: fatal error in recovery manager&lt;BR /&gt;Cause: A fatal error has occurred. &lt;BR /&gt;Action: This message should be accompanied by other error message(s) indicating the cause of the error. &lt;BR /&gt;RMAN-03004 fatal error during execution of command&lt;BR /&gt;Action: This message should be accompanied by one or more other error messages indicating the cause of the error.&lt;BR /&gt;Action: Check the accompanying errors.&lt;BR /&gt;RMAN-10038: database session for channel num terminated unexpectedly&lt;BR /&gt;Cause: The database connection for the specified channel no longer exists. Either the session was terminated by some external means or the channel terminated because of an internal error. &lt;BR /&gt;&lt;BR /&gt;seems to be a connection problem somewhere. any message in the syslog? &lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 08 Feb 2005 01:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884482#M847954</guid>
      <dc:creator>Henk Geurts</dc:creator>
      <dc:date>2005-02-08T01:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC RMAN Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884483#M847955</link>
      <description>Hi Patrick,&lt;BR /&gt;&lt;BR /&gt;Errors like RMAN backup fails with errors with RMAN-00601: fatal error in recovery manager, RMAN-3004: fatal error during execution of command and RMAN-10038: database session for channel %s terminated unexpectedly&lt;BR /&gt;The cause could be the database initialization parameter SHARED_POOL_SIZE value was defined too low.&lt;BR /&gt;The fix would be to increase the database initialization parameter SHARED_POOL_SIZE.&lt;BR /&gt;&lt;BR /&gt;The other area to check for when encountering errors like RMAN-601 RMAN-3004  is:-&lt;BR /&gt;&lt;BR /&gt;you must set a mandatory parameter in the target database's "init.ora" in order &lt;BR /&gt;for RMAN to successfully backup the database. Set DB_DOMAIN in your "init.ora" to your Net8 domain name. DB_DOMAIN should match the NAMES.DEFAULT_DOMAIN parameter in your "sqlnet.ora" file. &lt;BR /&gt; &lt;BR /&gt;Example: &lt;BR /&gt; &lt;BR /&gt;    db_domain = world &lt;BR /&gt; &lt;BR /&gt; You must set DB_DOMAIN in the target database init.ora file. &lt;BR /&gt; &lt;BR /&gt;Indira A</description>
      <pubDate>Tue, 08 Feb 2005 01:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884483#M847955</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-02-08T01:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC RMAN Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884484#M847956</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There no error in syslog or any Oracle trace file as informed by my UX and DB team.&lt;BR /&gt;&lt;BR /&gt;I belived it something got to do with the TNS because if i do a RMAN to the physical instance (P1 or P2) and then connect to the catalog, it's OK! :) it is only when i connect to the virtual instance and the catalog, i get the error message but again, i happened occasinally.&lt;BR /&gt;&lt;BR /&gt;Question, &lt;BR /&gt;I'm using netbackup in this case, should i connect to the pysical instance in the RMAN script to backup the virutal instance(V1)?&lt;BR /&gt;&lt;BR /&gt;I believed it the same thing because connect using P1 , the TNS will connect to V1 automatically.&lt;BR /&gt;&lt;BR /&gt;Anyway, it using OCFS on a shared storage.&lt;BR /&gt;&lt;BR /&gt;Thanks alot ! :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 01:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884484#M847956</guid>
      <dc:creator>Patrick_129</dc:creator>
      <dc:date>2005-02-08T01:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC RMAN Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884485#M847957</link>
      <description>Thanks indira.&lt;BR /&gt;&lt;BR /&gt;I get my Oracle team to take a look at the&lt;BR /&gt;db_domain parameter...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 01:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884485#M847957</guid>
      <dc:creator>Patrick_129</dc:creator>
      <dc:date>2005-02-08T01:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC RMAN Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884486#M847958</link>
      <description>Patrick &lt;BR /&gt;please give some points to Indira as he really helped you .......&lt;BR /&gt;&lt;BR /&gt;assigning points is the way to go....&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 08 Feb 2005 02:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884486#M847958</guid>
      <dc:creator>Henk Geurts</dc:creator>
      <dc:date>2005-02-08T02:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC RMAN Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884487#M847959</link>
      <description>Hi Henk,&lt;BR /&gt;&lt;BR /&gt;Thanks for informing, Henk.&lt;BR /&gt;I need to get my Oracle team verify first before closing the thread. I know the protocol here ;) &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 02:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884487#M847959</guid>
      <dc:creator>Patrick_129</dc:creator>
      <dc:date>2005-02-08T02:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC RMAN Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884488#M847960</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;The following is from the RAC Admin guide:&lt;BR /&gt;&lt;BR /&gt;Connection to the Target Database in a Real Application Clusters Configuration&lt;BR /&gt;When you start RMAN and connect to the target database, RMAN can only connect&lt;BR /&gt;to one instance in a Real Application Clusters database at a time. Note that this&lt;BR /&gt;connection is a utility connection that does not perform any backups or restores,&lt;BR /&gt;and applies only to the connection made from the RMAN command line.&lt;BR /&gt;Assume that node1, node2, and node3 are net service names for three instances in a&lt;BR /&gt;Real Application Clusters configuration. In this case, connect to the target database&lt;BR /&gt;with only one of these net service names. For example, you can connect as follows:&lt;BR /&gt;% rman TARGET SYS/oracle@node2 CATALOG rman/cat@catdb&lt;BR /&gt;&lt;BR /&gt;So I expect by connecting to the virtual address you are breaking this rule.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 08 Feb 2005 03:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884488#M847960</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-02-08T03:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC RMAN Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884489#M847961</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;You should also configure your backup to connect to each node to backup archivelogs as well.  &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 08 Feb 2005 15:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884489#M847961</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2005-02-08T15:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC RMAN Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884490#M847962</link>
      <description>I had changed the script to backup the physical instance rather than the virtual instance.&lt;BR /&gt;&lt;BR /&gt;Thanks for all input. I will know the result tommorrow :)&lt;BR /&gt;&lt;BR /&gt;patrick</description>
      <pubDate>Thu, 10 Feb 2005 02:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884490#M847962</guid>
      <dc:creator>Patrick_129</dc:creator>
      <dc:date>2005-02-10T02:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC RMAN Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884491#M847963</link>
      <description>Thanks guys :)&lt;BR /&gt;&lt;BR /&gt;I connected to the physical instance instead of the virtual instance. Everything went fine for past one week.&lt;BR /&gt;&lt;BR /&gt;Thanks once again.</description>
      <pubDate>Mon, 21 Feb 2005 08:07:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884491#M847963</guid>
      <dc:creator>Patrick_129</dc:creator>
      <dc:date>2005-02-21T08:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC RMAN Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884492#M847964</link>
      <description>.</description>
      <pubDate>Mon, 21 Feb 2005 08:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-rman-backup/m-p/4884492#M847964</guid>
      <dc:creator>Patrick_129</dc:creator>
      <dc:date>2005-02-21T08:08:20Z</dc:date>
    </item>
  </channel>
</rss>

