<?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 using tar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467580#M211142</link>
    <description>Well tar's not going to do it.  But, you can sling it over directly via a remsh or ssh command. &lt;BR /&gt;&lt;BR /&gt;First set up remsh and ssh to work across the two systems ...&lt;BR /&gt;&lt;BR /&gt;Second, go to your destination machine .... ( I prefer destination)...&lt;BR /&gt;&lt;BR /&gt;A) Remote Shell (rsh on your Linux or Sun box, remsh on HPUX)&lt;BR /&gt;Login into Linux box...&lt;BR /&gt;cd /mydest&lt;BR /&gt;rsh hpuxmachine "cd /mysource; dd if=./fullVENTASWedJan19.dmp bs=64k" | dd of=./fullVENTASWedJan19.dmp bs=64k &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Now, just wait till it's over...&lt;BR /&gt;&lt;BR /&gt;If data dump won't do it - you can try the "cat" command.&lt;BR /&gt;&lt;BR /&gt;ssh hpuxmachine " cd /mysource; cat fullVENTASWedJan19.dmp " &amp;gt; fullVENTASWEDJAN19.dmp&lt;BR /&gt;&lt;BR /&gt;Well, I've never had a problem with using "cat" instead of dd - but I'm just a bit skeptical ...  you could easily download a checksum program from the HPUX porting archive (search google for HPUX porting archive), and do a checksum on both sides and make sure that they match.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As seen above - if you're using ssh(recommended) instead of rsh - just put ssh instead of rsh in the command structure...&lt;BR /&gt;&lt;BR /&gt;Lastly, if this is a one-time-thing - then I'd be really tempted to use dd, tar, cpio, or whatever I can get my hands on...  but if this is a recurring thing I'd get some professional backup software.  Since others are throwing in their votes - I'd suggest HP Data Protector - I really think it's great.  But then again - I'm a big fan of HP products and services... (that could/should be read as throw away your Sun box).</description>
    <pubDate>Thu, 20 Jan 2005 17:52:19 GMT</pubDate>
    <dc:creator>TwoProc</dc:creator>
    <dc:date>2005-01-20T17:52:19Z</dc:date>
    <item>
      <title>backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467570#M211132</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I need to backup one file of 60 GB using tar becuase i need to restore under Linux and Solaris but i get that messages when i try that&lt;BR /&gt;# tar -cvf /dev/rmt/0mn fullVENTASWedJan19.dmp &lt;BR /&gt;tar: Size of fullVENTASWedJan19.dmp &amp;gt; 2GB. Not dumped.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;is there some patch for correct that??</description>
      <pubDate>Thu, 20 Jan 2005 09:59:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467570#M211132</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2005-01-20T09:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467571#M211133</link>
      <description>You have to use GNU tar - The size of files you put into a tar archive (not the archive itself) is limited to 11 octal digits, the max. size of a single file is thus&lt;BR /&gt;ca. 68 GBytes.&lt;BR /&gt;&lt;BR /&gt;HP Tar without patches is 2GB, with - is 8GB....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2005 10:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467571#M211133</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-01-20T10:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467572#M211134</link>
      <description>You can get it here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/&lt;/A&gt;</description>
      <pubDate>Thu, 20 Jan 2005 10:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467572#M211134</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2005-01-20T10:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467573#M211135</link>
      <description>Edwin,&lt;BR /&gt;you can also compress the files first, which will reduce the backup space requirements.Of course at the cost of having to run un/compress!&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2005 10:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467573#M211135</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-20T10:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467574#M211136</link>
      <description>60GB with the native tar command absolutely will not work.  YOu must remember that tar is an OLD unix utility that was not designed to work with the large files we see today.  The unpatched version on HP-UX can only archive files up to 2GB.  Even the patched version can only go up to 8GB.&lt;BR /&gt;&lt;BR /&gt;I don't know if Sun and Linux have the same limitations or not.&lt;BR /&gt;&lt;BR /&gt;You could try GNU tar, but you'll have to make sure that you install the appropriate version of GNU tar on the Sun and Linux machines as well.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2005 10:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467574#M211136</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-01-20T10:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467575#M211137</link>
      <description>thaks for ur recomendations</description>
      <pubDate>Thu, 20 Jan 2005 10:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467575#M211137</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2005-01-20T10:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467576#M211138</link>
      <description>Or you could use the split command (-b flag) and split the file into multiple files that would fit under the tar filesize limit. Of course you would need a lot of free space to do that, on each of the servers (source and destination). Then you could recombine the bits on the target servers.</description>
      <pubDate>Thu, 20 Jan 2005 10:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467576#M211138</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-20T10:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467577#M211139</link>
      <description>Add to above, Patrick is right, we have to patch the 11i tar, it can support backing up 8GB file, to obtain the patch here: &lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHCO_28992" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHCO_28992&lt;/A&gt;</description>
      <pubDate>Thu, 20 Jan 2005 10:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467577#M211139</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2005-01-20T10:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467578#M211140</link>
      <description>60 Gb is definitely not a job for tar. Even if you get the large-file version of GNUtar loaded on HP-UX, Linux and Solaris, this is a utility that has virtually no error handling or error recovery and the amount of data is so large that checking it for accuracy is almost impossible (ie, checksums) so you have to rely on the reliability of the tape drives. If this is to be a regular production task, get a commercial quality backup program that will add additional checking and error recovery features.</description>
      <pubDate>Thu, 20 Jan 2005 10:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467578#M211140</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-01-20T10:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467579#M211141</link>
      <description>I agree with Bill Hassel that you should get a commercial, 3rd party backup utility to handle files of this size.  The one we use is Netbackup, which is pricey.&lt;BR /&gt;&lt;BR /&gt;I note that Netbackup is basically a superset of tar.  It breaks up your files into 2GB chunks and backs those up to tape, but does indexing and data validation so that the data is recoverable. It can be configured so that these 2GB chunks each go on different devices, which really cuts down backup and restore times.  Its better to have 30 2GB files than 1 60GB file on tape.&lt;BR /&gt;&lt;BR /&gt;I'm a fan of tar, but don't think it appropriate for really large data files.  &lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 20 Jan 2005 14:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467579#M211141</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2005-01-20T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467580#M211142</link>
      <description>Well tar's not going to do it.  But, you can sling it over directly via a remsh or ssh command. &lt;BR /&gt;&lt;BR /&gt;First set up remsh and ssh to work across the two systems ...&lt;BR /&gt;&lt;BR /&gt;Second, go to your destination machine .... ( I prefer destination)...&lt;BR /&gt;&lt;BR /&gt;A) Remote Shell (rsh on your Linux or Sun box, remsh on HPUX)&lt;BR /&gt;Login into Linux box...&lt;BR /&gt;cd /mydest&lt;BR /&gt;rsh hpuxmachine "cd /mysource; dd if=./fullVENTASWedJan19.dmp bs=64k" | dd of=./fullVENTASWedJan19.dmp bs=64k &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Now, just wait till it's over...&lt;BR /&gt;&lt;BR /&gt;If data dump won't do it - you can try the "cat" command.&lt;BR /&gt;&lt;BR /&gt;ssh hpuxmachine " cd /mysource; cat fullVENTASWedJan19.dmp " &amp;gt; fullVENTASWEDJAN19.dmp&lt;BR /&gt;&lt;BR /&gt;Well, I've never had a problem with using "cat" instead of dd - but I'm just a bit skeptical ...  you could easily download a checksum program from the HPUX porting archive (search google for HPUX porting archive), and do a checksum on both sides and make sure that they match.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As seen above - if you're using ssh(recommended) instead of rsh - just put ssh instead of rsh in the command structure...&lt;BR /&gt;&lt;BR /&gt;Lastly, if this is a one-time-thing - then I'd be really tempted to use dd, tar, cpio, or whatever I can get my hands on...  but if this is a recurring thing I'd get some professional backup software.  Since others are throwing in their votes - I'd suggest HP Data Protector - I really think it's great.  But then again - I'm a big fan of HP products and services... (that could/should be read as throw away your Sun box).</description>
      <pubDate>Thu, 20 Jan 2005 17:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467580#M211142</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-01-20T17:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467581#M211143</link>
      <description>Just a note about network backups: LAN backups don't come close to the speed needed to keep modern taoe drives busy. A 100Mbit link averages 3-5Mbytes/sec, way too slow for DDS4 or Ultrium drives. This will cause excessive tape repositioning and delay the backup completion by as much as 200%-400%. Commercial products such as Data Protector can take multiple data streams from several sources to keep the tape drives busy.</description>
      <pubDate>Fri, 21 Jan 2005 09:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar/m-p/3467581#M211143</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-01-21T09:33:40Z</dc:date>
    </item>
  </channel>
</rss>

