<?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: Viewing &amp;amp; Copying Raw Data in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435039#M4586</link>
    <description>Hi,&lt;BR /&gt;to copy raw data I would use dd:&lt;BR /&gt;#dd  if=/dev/vgXX/rlvlyy of=/dev/vgZZ/rlvolUU bs=1028&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Victor</description>
    <pubDate>Mon, 07 Aug 2000 12:39:55 GMT</pubDate>
    <dc:creator>Victor BERRIDGE</dc:creator>
    <dc:date>2000-08-07T12:39:55Z</dc:date>
    <item>
      <title>Viewing &amp; Copying Raw Data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435037#M4584</link>
      <description>Hi everybody,&lt;BR /&gt;&lt;BR /&gt;I wanted to know if there is any utility or command in Hp-UX that will allow me&lt;BR /&gt;to check how much space is occupied by data in a Raw partition. Also If I wanted &lt;BR /&gt;to move the data to some other partition, how should I go about it ? I tried&lt;BR /&gt;vgdisplay &amp;amp; lvdisplay commands but couldn't get much info.&lt;BR /&gt;&lt;BR /&gt;Thanks and Bye !&lt;BR /&gt;Prosanjit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Aug 2000 12:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435037#M4584</guid>
      <dc:creator>PROSANJIT MALLICK</dc:creator>
      <dc:date>2000-08-07T12:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing &amp; Copying Raw Data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435038#M4585</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i put you a script at the attachment for viewing the whole LVM structure.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Mon, 07 Aug 2000 12:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435038#M4585</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-08-07T12:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing &amp; Copying Raw Data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435039#M4586</link>
      <description>Hi,&lt;BR /&gt;to copy raw data I would use dd:&lt;BR /&gt;#dd  if=/dev/vgXX/rlvlyy of=/dev/vgZZ/rlvolUU bs=1028&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 07 Aug 2000 12:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435039#M4586</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-08-07T12:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing &amp; Copying Raw Data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435040#M4587</link>
      <description>A raw partition is fully occupied as there are no such things as files. The application program which uses the partition defines what is used and where it is located so any successful copy of the partition must include the entire partition.  dd will perform this task but the target partition should be the same size as the application program may base locations of the data on the actual size of the logical volume.</description>
      <pubDate>Mon, 07 Aug 2000 12:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435040#M4587</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-08-07T12:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing &amp; Copying Raw Data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435041#M4588</link>
      <description>Just a correction to Victors response:&lt;BR /&gt;Blocksize should be bs=1024</description>
      <pubDate>Mon, 07 Aug 2000 12:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435041#M4588</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-08-07T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing &amp; Copying Raw Data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435042#M4589</link>
      <description>For much better performance, I would suggest a blocksize of at least 32Kb (bs=32k)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Mon, 07 Aug 2000 12:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435042#M4589</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-07T12:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing &amp; Copying Raw Data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435043#M4590</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Although I would reblock the I/O done with &lt;DL&gt;&lt;DD&gt;, it might be safest to check the sector size of your disk first with the &lt;DISKINFO&gt; command.  Generally/historically the sector size is 512, but this doesn's have to be true.  The &lt;BS&gt; value for &lt;/BS&gt;&lt;/DISKINFO&gt;&lt;/DD&gt;&lt;DD&gt; should always be a multiple of the disk sector size if &lt;IF&gt; or &lt;OF&gt; references a raw disk.&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/OF&gt;&lt;/IF&gt;&lt;/DD&gt;&lt;/DL&gt;</description>
      <pubDate>Mon, 07 Aug 2000 13:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/viewing-amp-copying-raw-data/m-p/2435043#M4590</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-07T13:20:39Z</dc:date>
    </item>
  </channel>
</rss>

