<?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: data migration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3217292#M169686</link>
    <description>Well, on modern hpux systems the limit is 8GB though on 10.20 it is 2GB.&lt;BR /&gt; &lt;BR /&gt;The only thing you need to watch out for when doing copying of this type is that you make sure you don't miss out th".files".  However, your command syntax is correct.</description>
    <pubDate>Fri, 12 Mar 2004 10:41:05 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2004-03-12T10:41:05Z</dc:date>
    <item>
      <title>data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3217290#M169684</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to migrate data from old raid based storage array to high end storage array. I am thinking to create new file systems and copy the data using tar command using the syntax below.&lt;BR /&gt;&lt;BR /&gt; cd fromdir ; tar cf - . | ( cd todir ; tar xf - )&lt;BR /&gt;&lt;BR /&gt;Man page says &lt;BR /&gt;&lt;BR /&gt; Because of industry standards and interoperability goals, tar does not&lt;BR /&gt; support the archival of files larger than 2GB or files that have&lt;BR /&gt;&lt;BR /&gt;Does this note applies to tar command syntax mentioned above? &lt;BR /&gt;&lt;BR /&gt;What is the best way to do migration? I need to do it in TBs of data.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Mar 2004 10:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3217290#M169684</guid>
      <dc:creator>SAM_24</dc:creator>
      <dc:date>2004-03-12T10:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3217291#M169685</link>
      <description>Yes....tar is limited to 2GB - GNU tar - 8GB...&lt;BR /&gt;&lt;BR /&gt;I did migration like yours - best thing to use is vxdump:&lt;BR /&gt;&lt;BR /&gt;vxdump -0 -f - -s 1000000 -b 16 /export/data/sap/IPR/ARCHIVE | (cd /zmnt/export/data/sap/IPR/ARCHIVE ;&lt;BR /&gt;vxrestore rf -)&lt;BR /&gt;&lt;BR /&gt;The zmnt is the new storage.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Mar 2004 10:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3217291#M169685</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-03-12T10:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3217292#M169686</link>
      <description>Well, on modern hpux systems the limit is 8GB though on 10.20 it is 2GB.&lt;BR /&gt; &lt;BR /&gt;The only thing you need to watch out for when doing copying of this type is that you make sure you don't miss out th".files".  However, your command syntax is correct.</description>
      <pubDate>Fri, 12 Mar 2004 10:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3217292#M169686</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-12T10:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3217293#M169687</link>
      <description>Pax, cpio and tar have limitation of 2gb. you can use fbackup in this case.&lt;BR /&gt;&lt;BR /&gt;Gurus here will give exact command line. I have not used fbackp that often. Even a dd will also help and you can bump up bs count to bit high.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 12 Mar 2004 10:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3217293#M169687</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-12T10:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3217294#M169688</link>
      <description>Yes, it does. Patched versions of tar (or the Gnu version of tar) will handle files of up to 8GB. If this is too small, look into fbackup/frecover pipelines or load up the Trial Version of OmniBack/Data Protector found on the Application CD's.&lt;BR /&gt;&lt;BR /&gt;Another approach would be to add the LUN's / PV's or your new array to your existing volume group using vgextend and then use pvmove to move the data. You then can vgreduce the originals.&lt;BR /&gt;&lt;BR /&gt;The scary part of this to me is that if you are thinking about using tar for this then that implies that tar is your normal backup. So how are you backing your files &amp;gt;2GB now?&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Mar 2004 10:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3217294#M169688</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-12T10:46:13Z</dc:date>
    </item>
  </channel>
</rss>

