<?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: backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622535#M377716</link>
    <description>in Dataprotector&lt;BR /&gt;1. create a mediapool and then create a backup specification.&lt;BR /&gt;&lt;BR /&gt;2.add a tape to that media pool&lt;BR /&gt;&lt;BR /&gt;3. select the particular server and add as per ur requirement that u need to  backup .&lt;BR /&gt;&lt;BR /&gt;4.finally protection depends upon as per ur needs.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC</description>
    <pubDate>Fri, 23 Apr 2010 03:24:50 GMT</pubDate>
    <dc:creator>madhuchakkaravarthy</dc:creator>
    <dc:date>2010-04-23T03:24:50Z</dc:date>
    <item>
      <title>backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622530#M377711</link>
      <description>how can i take back up of my oracle database</description>
      <pubDate>Thu, 22 Apr 2010 16:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622530#M377711</guid>
      <dc:creator>suri123</dc:creator>
      <dc:date>2010-04-22T16:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622531#M377712</link>
      <description>Shalom and welcome to ITRC.&lt;BR /&gt;&lt;BR /&gt;Number of ways to do this:&lt;BR /&gt;&lt;BR /&gt;1) shut down the database and take an OS backup any way you want. tar, fbackup whatever.&lt;BR /&gt;&lt;BR /&gt;2) Put the database in backup mode and use utilities like Data Protector, Veritas or Legato.&lt;BR /&gt;&lt;BR /&gt;3) Use the Oracle rman utility.&lt;BR /&gt;&lt;BR /&gt;If the answers you are receiving are helpful, please consider assigning points to reward the efforts of contributors.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 22 Apr 2010 16:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622531#M377712</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-04-22T16:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622532#M377713</link>
      <description>Do you have any online backup tool configured??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Thu, 22 Apr 2010 17:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622532#M377713</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-04-22T17:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622533#M377714</link>
      <description>&lt;BR /&gt;It would help if some more details are given, possibly.&lt;BR /&gt;&lt;BR /&gt;SEP kind of rounds it all off, though.&lt;BR /&gt;&lt;BR /&gt;SNS</description>
      <pubDate>Thu, 22 Apr 2010 20:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622533#M377714</guid>
      <dc:creator>S.N.S</dc:creator>
      <dc:date>2010-04-22T20:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622534#M377715</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i am giving u the steps for taking backup using tar&lt;BR /&gt;&lt;BR /&gt;Login into  server  from where u want to take backup&lt;BR /&gt;&lt;BR /&gt;#tar â  cvf filename.tar filename (it will create the tar file)&lt;BR /&gt;&lt;BR /&gt;#gzip filename.tar (it will reduce the size of the tar file)&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;to restore &lt;BR /&gt;&lt;BR /&gt;do ftp   then &lt;BR /&gt;&lt;BR /&gt;gunzip filename.tar.gz (it will create the gz file to tar file)&lt;BR /&gt;&lt;BR /&gt;tar â  tvf filename.tar (It will show the  contents ) &lt;BR /&gt;&lt;BR /&gt;tar â  xvf  filename.tar  &lt;BR /&gt;&lt;BR /&gt;but make sure u down the DB.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;MC&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2010 03:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622534#M377715</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2010-04-23T03:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622535#M377716</link>
      <description>in Dataprotector&lt;BR /&gt;1. create a mediapool and then create a backup specification.&lt;BR /&gt;&lt;BR /&gt;2.add a tape to that media pool&lt;BR /&gt;&lt;BR /&gt;3. select the particular server and add as per ur requirement that u need to  backup .&lt;BR /&gt;&lt;BR /&gt;4.finally protection depends upon as per ur needs.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC</description>
      <pubDate>Fri, 23 Apr 2010 03:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/4622535#M377716</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2010-04-23T03:24:50Z</dc:date>
    </item>
  </channel>
</rss>

