<?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: RE : help data transfer in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731655#M254571</link>
    <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;"dd" is just block-to-block coppying of FULLDISK, ie.. irrespective of the used/data area it would take the same time to complete the operation.&lt;BR /&gt;&lt;BR /&gt;Based on the used space you can decide whcih command to use, if your used/data area is less then it is better to use the "cp" itself.&lt;BR /&gt;&lt;BR /&gt;pls use -p option with "cp" command, this will preserve the permissions too.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
    <pubDate>Wed, 15 Feb 2006 01:51:57 GMT</pubDate>
    <dc:creator>Sivakumar TS</dc:creator>
    <dc:date>2006-02-15T01:51:57Z</dc:date>
    <item>
      <title>RE : help data transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731654#M254570</link>
      <description>Hi Guys,&lt;BR /&gt;    Can anyone advice how can I perform a data transfer from a b2000 workstation with a DS 2100 connected and a DS2300 connected via different scsi card. I understand that I can used dd to copy or use cp. The harddisk size is 72GB mirror two vg group. Which one is fster and how much time is reqiure. Also, can provide me with the dd command.&lt;BR /&gt;&lt;BR /&gt;is it something like&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/c0t0d0 of=/dev/dsk/c1t0d0 block size 1024 &lt;BR /&gt;assume c0t0d0 is the source and c1t0d0 is the target.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vincent&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2006 01:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731654#M254570</guid>
      <dc:creator>Vincent_5</dc:creator>
      <dc:date>2006-02-15T01:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: RE : help data transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731655#M254571</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;"dd" is just block-to-block coppying of FULLDISK, ie.. irrespective of the used/data area it would take the same time to complete the operation.&lt;BR /&gt;&lt;BR /&gt;Based on the used space you can decide whcih command to use, if your used/data area is less then it is better to use the "cp" itself.&lt;BR /&gt;&lt;BR /&gt;pls use -p option with "cp" command, this will preserve the permissions too.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Wed, 15 Feb 2006 01:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731655#M254571</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-02-15T01:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: RE : help data transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731656#M254572</link>
      <description>Use cp command with following options for this requirement as,&lt;BR /&gt;&lt;BR /&gt;cp -pS -r -e warn /directory &lt;SOME other="" dir=""&gt;&lt;BR /&gt;&lt;BR /&gt;It is safer one.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;/SOME&gt;</description>
      <pubDate>Wed, 15 Feb 2006 01:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731656#M254572</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-15T01:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: RE : help data transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731657#M254573</link>
      <description>Hi Vincent, &lt;BR /&gt;&lt;BR /&gt;You can use "cp" or "mv" to do this. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 15 Feb 2006 02:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731657#M254573</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-15T02:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: RE : help data transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731658#M254574</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have mirror-Ux installed then the best way would be to extend the mirror to the new devices and then reduce it from the old devices. This will be slightly slow then the dd but will be the good option if disks sizes are slightly different.&lt;BR /&gt;&lt;BR /&gt;Also cpio is an option. Create new VG on new disks and mount it on similar paths say if old is /data then at datanew, /data1 at /data1new and so on&lt;BR /&gt;&lt;BR /&gt;Then&lt;BR /&gt;#pwd&lt;BR /&gt;/data&lt;BR /&gt;#find ./ -name "*" -print|cpio -pdmv /datanew&lt;BR /&gt;&lt;BR /&gt;Repeat for other volumes.&lt;BR /&gt;In the end unmount original file systems and mount new file systems at that path. The benefit of this approach will be that you can resize / reconfigure VG and file systems. The downcome is that the application should be stopped during copy whereas earlier two methods do not require that and can achive the whole process with some compromise with performance.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 15 Feb 2006 02:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731658#M254574</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-02-15T02:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: RE : help data transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731659#M254575</link>
      <description>Hi Devender Khatana,&lt;BR /&gt;   Thanks for the info, lets assume that i have 2x 72GB disk mirror on vg01 and another 2x72GB disk mirror on vg02 . I intent to use 2 x 300GB newly add disk for vg01 and another 2 x300GB for vg02. Please advice on the steps how can I extend the mirror copies to the 300GB with the data intact and than reduce the old disk. Thanks.&lt;BR /&gt;Note, there isn't any backup available .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vincent</description>
      <pubDate>Wed, 15 Feb 2006 07:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731659#M254575</guid>
      <dc:creator>Vincent_5</dc:creator>
      <dc:date>2006-02-15T07:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: RE : help data transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731660#M254576</link>
      <description>I have always found that vxdump/vxrestore to be the fastest...&lt;BR /&gt;&lt;BR /&gt;Mount the "old" lvol to say /zmnt and the new disk to the new mount.&lt;BR /&gt;&lt;BR /&gt;vxdump -0 -f - -s 1000000 -b 16 /zmnt/oracle |  (cd /oracle  ; vxrestore rf -)&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2006 10:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731660#M254576</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-15T10:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: RE : help data transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731661#M254577</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As there is quite a lot difference in the disk sizes for this method to be adoptive you will have to find out if your existing VGs support these disks. Find out PE_Size &amp;amp; MAX_PE_PER_PV from the output of&lt;BR /&gt;&lt;BR /&gt;#vgdisplay -v /dev/vg01&lt;BR /&gt;#vgdisplay -v /dev/vg02&lt;BR /&gt;&lt;BR /&gt;The multiplication of the parameters will give you the largest size of indivisual disk in these VG. If this is more than the size of new disks then you can add them in current VG.&lt;BR /&gt;&lt;BR /&gt;Also you should have an option of physically connecting new four disks simultaneously with existing disks if the option for connecting two new disk is there than this will also work.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Thu, 16 Feb 2006 01:03:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731661#M254577</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-02-16T01:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: RE : help data transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731662#M254578</link>
      <description>Vincent,&lt;BR /&gt;&lt;BR /&gt;Regardless of the method you use, I would first make sure I had a good backup of the data before trying to copy it to another disk.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 16 Feb 2006 11:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-help-data-transfer/m-p/3731662#M254578</guid>
      <dc:creator>Mark Ellzey</dc:creator>
      <dc:date>2006-02-16T11:32:50Z</dc:date>
    </item>
  </channel>
</rss>

