<?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 long and huge backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233250#M890526</link>
    <description>guys, i have this informix in my ux box. previously, its takes 2 hours for its level 0 db backup (ontape) consuming 2 tapes.&lt;BR /&gt;&lt;BR /&gt;we then deleted some records, reducing the database size to 50% of the original size. after then, we tried the backup and to our surprise,  the backup time is still 2hours and still consumes 2 tapes.&lt;BR /&gt;&lt;BR /&gt;why is this so? what should we do to reduce the backup time and database size</description>
    <pubDate>Mon, 29 Mar 2004 21:18:20 GMT</pubDate>
    <dc:creator>nibble</dc:creator>
    <dc:date>2004-03-29T21:18:20Z</dc:date>
    <item>
      <title>long and huge backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233250#M890526</link>
      <description>guys, i have this informix in my ux box. previously, its takes 2 hours for its level 0 db backup (ontape) consuming 2 tapes.&lt;BR /&gt;&lt;BR /&gt;we then deleted some records, reducing the database size to 50% of the original size. after then, we tried the backup and to our surprise,  the backup time is still 2hours and still consumes 2 tapes.&lt;BR /&gt;&lt;BR /&gt;why is this so? what should we do to reduce the backup time and database size</description>
      <pubDate>Mon, 29 Mar 2004 21:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233250#M890526</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2004-03-29T21:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: long and huge backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233251#M890527</link>
      <description>You may have deleted records, but the database still remains the same size. To reduce the size of a database generally there must be some type of purge fucntion, otherwise when data is removed, there are spaces left behind for newer records to occupy table space. For Informix, one would have to export the database and import it.</description>
      <pubDate>Mon, 29 Mar 2004 21:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233251#M890527</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-03-29T21:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: long and huge backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233252#M890528</link>
      <description>Most databases alloocate space when they take extents. Reducing data alone does not decrease the amount of space they take on a backup.&lt;BR /&gt;&lt;BR /&gt;You would have to go through a compression procedure to reduce the amount of space the data takes up.&lt;BR /&gt;&lt;BR /&gt;This varies from database to database.&lt;BR /&gt;&lt;BR /&gt;You might also need to defragement your data unless you are at one of the newer database releases that automatically defragments its data.&lt;BR /&gt;&lt;BR /&gt;You might also want to consider what is called a OnlineJFS snapshot to get a quick copy of your database while its down bring it up and then let your backup run at a liesurely pace on the snapshot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 29 Mar 2004 21:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233252#M890528</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-29T21:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: long and huge backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233253#M890529</link>
      <description>You need to rethink the problem because no matter how fast a backup is -- it's not fast enough. Try something like this:&lt;BR /&gt;1) Shutdown database.&lt;BR /&gt;2) Using OnlineJFS snapof= mount option, make a snapshot mount of all your database filesystems --- takes only a few seconds&lt;BR /&gt;3) Restart the database&lt;BR /&gt;4) Backup the snapshots&lt;BR /&gt;5) Unmount the snapshots&lt;BR /&gt;&lt;BR /&gt;Now for almost all the uptime of a "hot" backup, you have the safety of a "cold" backup --- and speed no longer matters because the database is running.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Mar 2004 21:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233253#M890529</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-29T21:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: long and huge backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233254#M890530</link>
      <description>I know that in Oracle, the database size is dependent on the size of the tablespaces, not the number of records.  You can have a 10Gb tablespace that has no records in it, but it will take the same amount of time and space to back it up as it would if it were full.  If you want to reduce the backup time and size of the database, you have to reorg the database.  &lt;BR /&gt;&lt;BR /&gt;Say you have Tablespace A that is 10Gb in size, but only 10% used and you don't expect a lot of growth.Create a 1.5Gb temoorary tablespace, move the tables contained in Tablespace A into the temp tablespace, then delete Tablespace A and re-create it large enough to hold your data plus the growth buffer you need.   THen move the tables back and delete the temporary tablespace.</description>
      <pubDate>Wed, 31 Mar 2004 11:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233254#M890530</guid>
      <dc:creator>Greg OBarr</dc:creator>
      <dc:date>2004-03-31T11:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: long and huge backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233255#M890531</link>
      <description>thanks guys</description>
      <pubDate>Wed, 31 Mar 2004 18:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/long-and-huge-backup/m-p/3233255#M890531</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2004-03-31T18:46:49Z</dc:date>
    </item>
  </channel>
</rss>

