<?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 backup Issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371381#M868255</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please assign points accordingly so that one can see if any of the answers helped you out&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
    <pubDate>Fri, 03 Sep 2004 07:18:41 GMT</pubDate>
    <dc:creator>Franky_1</dc:creator>
    <dc:date>2004-09-03T07:18:41Z</dc:date>
    <item>
      <title>tar backup Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371375#M868249</link>
      <description>we are running HP-UX 11 on N class server and needs to transfer some data to Sco unix system&lt;BR /&gt;I used following command to get backup&lt;BR /&gt;# tar cvf /dev/rmt/0m /home/somedir&lt;BR /&gt;This is succesfull but when you try to restore in Sco unix U get some checksum error message&lt;BR /&gt;Is there any special switch to be used with tar when U get backup for compatibility ?</description>
      <pubDate>Thu, 02 Sep 2004 23:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371375#M868249</guid>
      <dc:creator>prasanna wijeratna</dc:creator>
      <dc:date>2004-09-02T23:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: tar backup Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371376#M868250</link>
      <description>What's the default block size used for tapes on the HP-UX machine?&lt;BR /&gt;&lt;BR /&gt;On the SCO side, what do the following commands return:&lt;BR /&gt;&lt;BR /&gt;tape getblk /dev/rStp0&lt;BR /&gt;dtype /dev/rStp0&lt;BR /&gt;&lt;BR /&gt;If the blocking factor is off, you can try changing the block size on the SCO side (using 'tape -a &lt;BLOCKSIZE&gt; setblk /dev/rStp0'), or use 'dd if=/dev/rStp0 bs=&lt;BLOCKSIZE&gt; | tar xvf -' to restore using the modified block size.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I don't have a HP-UX tar file handy to try on my OSR machines here, sorry.&lt;BR /&gt;&lt;BR /&gt;(NOTE: Actually, I should have asked earlier.  What release of SCO are you using?  Use 'uname -X', and show the 'Release' line.  The commands here should work on most releases however).&lt;/BLOCKSIZE&gt;&lt;/BLOCKSIZE&gt;</description>
      <pubDate>Thu, 02 Sep 2004 23:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371376#M868250</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-09-02T23:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: tar backup Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371377#M868251</link>
      <description>Whenever you do cross platform data transfer, always specifie block size with tar with -b option. In Hp default is 20 so you can try same in SCO&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Fri, 03 Sep 2004 01:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371377#M868251</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-09-03T01:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: tar backup Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371378#M868252</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if there's a problem in that way then it's almost always because there are different block sizes&lt;BR /&gt;So you should use tar with the "-b" &lt;BLOCK_SIZE&gt; option&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky&lt;/BLOCK_SIZE&gt;</description>
      <pubDate>Mon, 16 Sep 2024 09:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371378#M868252</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2024-09-16T09:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: tar backup Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371379#M868253</link>
      <description>Hey thanks for the informatin I am not very familier with SCO unix please find belw some information from SCO side&lt;BR /&gt; &lt;BR /&gt;# &lt;BR /&gt;# uname -X&lt;BR /&gt;&lt;BR /&gt;System = SCO_SV&lt;BR /&gt;Node = isddev&lt;BR /&gt;Release = 3.2v5.0.5&lt;BR /&gt;KernelID = 98/07/02&lt;BR /&gt;Machine = i80386&lt;BR /&gt;BusType = ISA&lt;BR /&gt;Serial = 4EB012127&lt;BR /&gt;Users = 30-user&lt;BR /&gt;OEM# = 0&lt;BR /&gt;Origin# = 1&lt;BR /&gt;NumCPU = 1&lt;BR /&gt;&lt;BR /&gt;# tar&lt;BR /&gt;Usage: tar -{txruc}[0-9vfbkelmnopwAFLTP] [tapefile] [blocksize] [tapesize] files&lt;BR /&gt;...&lt;BR /&gt;        Key     Device            Block   Size(K)    Tape&lt;BR /&gt;        0       /dev/rfd048ds9    18      360        No     &lt;BR /&gt;        1       /dev/rfd148ds9    18      360        No     &lt;BR /&gt;        2       /dev/rfd096ds15   10      1200       No     &lt;BR /&gt;        3       /dev/rfd196ds15   10      1200       No     &lt;BR /&gt;        4       /dev/rfd0135ds9   18      720        No     &lt;BR /&gt;        5       /dev/rfd1135ds9   18      720        No     &lt;BR /&gt;        6       /dev/rfd0135ds18  18      1440       No     &lt;BR /&gt;        7       /dev/rfd1135ds18  18      1440       No     &lt;BR /&gt;        8       /dev/rct0         20      0          Yes    &lt;BR /&gt;        9       /dev/rctmini      20      0          Yes    &lt;BR /&gt;        10      /dev/rdsk/fp03d   18      720        No     &lt;BR /&gt;        11      /dev/rdsk/fp03h   18      1440       No     &lt;BR /&gt;        12      /dev/rdsk/fp03v21 10      20330      No     &lt;BR /&gt;# tape getblk /dev/rct0&lt;BR /&gt;tape: can't open '/dev/rct0': No such device or address&lt;BR /&gt;# dtype /dev/rct0&lt;BR /&gt;/dev/rct0       No such device or address&lt;BR /&gt;&lt;BR /&gt;# tape getblk /dev/rctmini&lt;BR /&gt;tape: can't open '/dev/rctmini': No such file or directory&lt;BR /&gt;# dtype /dev/rctmini&lt;BR /&gt;/dev/rctmini    No such file or directory&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2004 03:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371379#M868253</guid>
      <dc:creator>prasanna wijeratna</dc:creator>
      <dc:date>2004-09-03T03:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: tar backup Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371380#M868254</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i don't know the block_size of SCO, but maybe there's a similar command like in HPUX "fstyp -v &lt;FILE_SYSTEM&gt;" and then you'll have to use this one for tar&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Franky&lt;/FILE_SYSTEM&gt;</description>
      <pubDate>Fri, 03 Sep 2004 04:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371380#M868254</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-09-03T04:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: tar backup Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371381#M868255</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please assign points accordingly so that one can see if any of the answers helped you out&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Fri, 03 Sep 2004 07:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371381#M868255</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-09-03T07:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: tar backup Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371382#M868256</link>
      <description>HP uses by default a blocksize of 20 (10KBytes per Block). You can try to use this knowledge on the SCO UNIX machine by trying to extract it with:&lt;BR /&gt;&lt;BR /&gt;tar xvbf 20 &lt;DEVICEFILE&gt;&lt;/DEVICEFILE&gt;</description>
      <pubDate>Fri, 03 Sep 2004 07:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-backup-issue/m-p/3371382#M868256</guid>
      <dc:creator>Heiner E. Lennackers</dc:creator>
      <dc:date>2004-09-03T07:30:00Z</dc:date>
    </item>
  </channel>
</rss>

