<?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: create raw file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-raw-file/m-p/3033121#M633299</link>
    <description>hi Michel&lt;BR /&gt;i have some problem with pc and it gav eproblem went i wanted to give point...&lt;BR /&gt;&lt;BR /&gt;lvcreate -n &lt;NAME&gt; /dev/vg01 (include other options depending on the type of disk array) &lt;BR /&gt;&lt;BR /&gt;the &lt;NAME&gt; in lvcreate in lvol01 and so  ??&lt;BR /&gt;&lt;BR /&gt;can u confirm on that....&lt;/NAME&gt;&lt;/NAME&gt;</description>
    <pubDate>Fri, 25 Jul 2003 03:37:18 GMT</pubDate>
    <dc:creator>Punithan</dc:creator>
    <dc:date>2003-07-25T03:37:18Z</dc:date>
    <item>
      <title>create raw file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-raw-file/m-p/3033119#M633297</link>
      <description>hi gurus &lt;BR /&gt;&lt;BR /&gt;i wanted to create a raw device for my informix chunks...&lt;BR /&gt;and i have four disk with me and i wanted to have two vg1 and vg2 .&lt;BR /&gt;can somebody help me with step my step.....&lt;BR /&gt;&lt;BR /&gt;bye</description>
      <pubDate>Fri, 25 Jul 2003 03:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-raw-file/m-p/3033119#M633297</guid>
      <dc:creator>Punithan</dc:creator>
      <dc:date>2003-07-25T03:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: create raw file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-raw-file/m-p/3033120#M633298</link>
      <description>Basically you need to create a volume group with two disks each:&lt;BR /&gt;&lt;BR /&gt;# pvcreate /dev/rdsk/cxtydz (if used before add a -f option) (do this for each disk)&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# ls -l /dev/*/group (to find a minor number not used before)&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000 &lt;BR /&gt;# vgcreate -p 128 /dev/vg01 /dev/dsk/cxtydz&lt;BR /&gt;# vgextend /dev/vg01 /dev/dsk/cxtydz (for each additional disk for that volume group)&lt;BR /&gt;# lvcreate -n &lt;NAME&gt; /dev/vg01 (include other options depending on the type of disk array)&lt;BR /&gt;# lvextend -L &lt;SIZE&gt; /dev/vg01/&lt;NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Repeat this method for the second volume group, and change the vg01 to vg02&lt;BR /&gt;&lt;BR /&gt;Let us know if you need further assistance.&lt;/NAME&gt;&lt;/SIZE&gt;&lt;/NAME&gt;</description>
      <pubDate>Fri, 25 Jul 2003 03:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-raw-file/m-p/3033120#M633298</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-25T03:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: create raw file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-raw-file/m-p/3033121#M633299</link>
      <description>hi Michel&lt;BR /&gt;i have some problem with pc and it gav eproblem went i wanted to give point...&lt;BR /&gt;&lt;BR /&gt;lvcreate -n &lt;NAME&gt; /dev/vg01 (include other options depending on the type of disk array) &lt;BR /&gt;&lt;BR /&gt;the &lt;NAME&gt; in lvcreate in lvol01 and so  ??&lt;BR /&gt;&lt;BR /&gt;can u confirm on that....&lt;/NAME&gt;&lt;/NAME&gt;</description>
      <pubDate>Fri, 25 Jul 2003 03:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-raw-file/m-p/3033121#M633299</guid>
      <dc:creator>Punithan</dc:creator>
      <dc:date>2003-07-25T03:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: create raw file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-raw-file/m-p/3033122#M633300</link>
      <description>I'll confirm Michael's methodology.&lt;BR /&gt;&lt;BR /&gt;lvcreate -C y -n &lt;NAME&gt; /dev/vg01&lt;BR /&gt;&lt;BR /&gt;-C y means contiguous is mandatory.&lt;BR /&gt;&lt;BR /&gt;lvextend -L &lt;MEGABYTES&gt; /dev/vg01/lvolname /dev/dsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;change the # signs to real disks.&lt;BR /&gt;&lt;BR /&gt;Don't run newfs or extendfs or it won't be raw any more.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;/MEGABYTES&gt;&lt;/NAME&gt;</description>
      <pubDate>Fri, 25 Jul 2003 03:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-raw-file/m-p/3033122#M633300</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-25T03:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: create raw file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-raw-file/m-p/3033123#M633301</link>
      <description>There are options for lvcreate. For example with an EMC disk array , they recommend that you use '-r N' for relocation of bad blocks. In this case, the disk array will do this itself.&lt;BR /&gt;&lt;BR /&gt;e.g&lt;BR /&gt;# lvcreate -n lvol10 -r N /dev/vg01&lt;BR /&gt;&lt;BR /&gt;If you using an autoraid then you may not use these. If your using just the internal disks on your server, then no options at all should be used. Hope this clears things up. If not let me know.</description>
      <pubDate>Fri, 25 Jul 2003 03:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-raw-file/m-p/3033123#M633301</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-25T03:48:24Z</dc:date>
    </item>
  </channel>
</rss>

