<?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: tar on script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311609#M875856</link>
    <description>i want to ask a nother question&lt;BR /&gt;&lt;BR /&gt;i know that the tar command restricted to make backup for the file for 2GB , but my question is this restiction for making the backup on the disk or on the tape or whatever the media this restriction work , i want a clear answer please ,&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Jun 2004 00:51:12 GMT</pubDate>
    <dc:creator>Fadia Almarei</dc:creator>
    <dc:date>2004-06-23T00:51:12Z</dc:date>
    <item>
      <title>tar on script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311602#M875849</link>
      <description>i have a script for backup , in the script&lt;BR /&gt;first i do the backup on the tape &lt;BR /&gt;second i call a script at which i do the backup on the disk and then gzip this file . in this backup i have many problems . &lt;BR /&gt;1-on the mail i see that , the backup on the tape goes will&lt;BR /&gt;2-  when start backup on the disk first it goes will and then (the folder is 60MB) it gives me error "Can't open /dev/tty to prompt for more media." &lt;BR /&gt;3-then it continue to do backup for the second folder and then give the same message(backup on the disk)&lt;BR /&gt;4-then when i do the gzip command for the file it gives me the error " not found" .&lt;BR /&gt;kindly give me description for what happened with me .&lt;BR /&gt;regards,&lt;BR /&gt;Fadia</description>
      <pubDate>Tue, 22 Jun 2004 04:09:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311602#M875849</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-06-22T04:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: tar on script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311603#M875850</link>
      <description>How much free space is on the file system you're creating the tarball on (output of "bdf")? I've seen this happen when free space is used before the archive is completed.</description>
      <pubDate>Tue, 22 Jun 2004 07:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311603#M875850</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-06-22T07:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: tar on script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311604#M875851</link>
      <description>It sounds like there isn't enough space in the target directory to create the tarball. You could verify this by temporarily changing the location of the tar file to a larger file system and see if that works.</description>
      <pubDate>Tue, 22 Jun 2004 07:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311604#M875851</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2004-06-22T07:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: tar on script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311605#M875852</link>
      <description>Item 2 - your backup ran out of space.&lt;BR /&gt;Item 3 - see item 2&lt;BR /&gt;Item 4 - see item 2 (You need 1.5 times the free space of the original file)&lt;BR /&gt;&lt;BR /&gt;Get GNU's gtar - it has a built in ability to do gzipping on the fly.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.14/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.14/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 22 Jun 2004 07:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311605#M875852</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2004-06-22T07:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: tar on script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311606#M875853</link>
      <description>i think that the size is enough , folder at which i will tar is 36 GB , and the folder to which i will tar is 30 MB</description>
      <pubDate>Tue, 22 Jun 2004 08:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311606#M875853</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-06-22T08:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: tar on script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311607#M875854</link>
      <description>post your script&lt;BR /&gt;&lt;BR /&gt;as something is wrong with it.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 22 Jun 2004 08:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311607#M875854</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2004-06-22T08:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: tar on script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311608#M875855</link>
      <description>my sript is as the following&lt;BR /&gt;"# Set up the shell variables:&lt;BR /&gt;        EDITOR=vi&lt;BR /&gt;                export EDITOR&lt;BR /&gt;PATH=$PATH:/usr/local/bin:.&lt;BR /&gt;                PATH="$ORACLE_HOME/bin:/usr/ccs/bin:/usr/sbin:$PATH"&lt;BR /&gt;. /u02/oracle/oa11idb/9.2.0/OA11i_Fin01.env&lt;BR /&gt;sqlplus /nolog @/home/oracle8i/SCRIPTS/shutDB&lt;BR /&gt;echo "DATABASE IS SHUTDOWN AT:"&lt;BR /&gt;date&lt;BR /&gt;echo "BACKUP FOR DATABASE FILES"&lt;BR /&gt;#tar cvp /u02/oracle&lt;BR /&gt;tar cvp /u01/oracle/oa11idata /u03/oracle/oa11idata&lt;BR /&gt;echo "START BACKUP FROM DISK"&lt;BR /&gt;~oracle8i/SCRIPTS/Disk-Backup-FRI&lt;BR /&gt;echo "FINISHED BACKUP"&lt;BR /&gt;date&lt;BR /&gt;sqlplus /nolog @/home/oracle8i/SCRIPTS/strtDB&lt;BR /&gt;echo "DATABASE STARTED AT:"&lt;BR /&gt;DATE"&lt;BR /&gt;&lt;BR /&gt;*and then the important o this is the script i call which is "~oracle8i/SCRIPTS/Disk-Backup-FRI"&lt;BR /&gt;and on this script i do the following&lt;BR /&gt;"# Set up the shell variables:&lt;BR /&gt;#       EDITOR=vi&lt;BR /&gt;        #       export EDITOR&lt;BR /&gt;                PATH="$ORACLE_HOME/bin:/usr/ccs/bin:/usr/sbin:$PATH"&lt;BR /&gt;echo "BACKUP FOR DATABASE FILES on DISK"&lt;BR /&gt;tar cvf /u04/FRI-u03.tar /u03/oracle/oa11idata&lt;BR /&gt;tar cvf /u04/FRI-u01.tar /u01/oracle/oa11idata&lt;BR /&gt;/usr/contrib/bin/gzip /u04/FRI-u03.tar&lt;BR /&gt;/usr/contrib/bin/gzip /u04/FRI-u01.tar&lt;BR /&gt;echo "COPY THE DATA"&lt;BR /&gt;which gzip&lt;BR /&gt;echo "FINISHED BACKUP on DISk"&lt;BR /&gt;date</description>
      <pubDate>Wed, 23 Jun 2004 00:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311608#M875855</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-06-23T00:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: tar on script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311609#M875856</link>
      <description>i want to ask a nother question&lt;BR /&gt;&lt;BR /&gt;i know that the tar command restricted to make backup for the file for 2GB , but my question is this restiction for making the backup on the disk or on the tape or whatever the media this restriction work , i want a clear answer please ,&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jun 2004 00:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-on-script/m-p/3311609#M875856</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-06-23T00:51:12Z</dc:date>
    </item>
  </channel>
</rss>

