<?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: Adding A new disk and creating new VG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-and-creating-new-vg/m-p/3376968#M196744</link>
    <description>Follow the steps&lt;BR /&gt;&lt;BR /&gt;Assume that your new disk is c1t6d0&lt;BR /&gt;&lt;BR /&gt;1. #pvcreate /dev/rdsk/c1t6d0&lt;BR /&gt;2. #mknod /dev/vg03/group c 64 0X030000&lt;BR /&gt;3. #vgcreate /dev/vg03 /dev/dsk/c1d0s2&lt;BR /&gt;4. #lvcreate -L 9126 -n lvdata /dev/vg03&lt;BR /&gt;5. #newfs -F vxfs /dev/vg03/rlvdata&lt;BR /&gt;6. #mkdir /data&lt;BR /&gt;7. #mount /dev/vg03/lvdata /data&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK</description>
    <pubDate>Sat, 11 Sep 2004 03:45:00 GMT</pubDate>
    <dc:creator>Sยภเl Kย๓คг</dc:creator>
    <dc:date>2004-09-11T03:45:00Z</dc:date>
    <item>
      <title>Adding A new disk and creating new VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-and-creating-new-vg/m-p/3376967#M196743</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;I am a new baby to this segment,can anyone help me to add a new disk and create new VG.I have hp 11.00.I have VG00 and VG01.I need to add e new VG03 and create a volume for 9 gb for DATA.I know the procedure how to add but no confidence.&lt;BR /&gt;Kindly help me,immediet replay is appriciated.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance &lt;BR /&gt;M Ganshyam</description>
      <pubDate>Sat, 11 Sep 2004 03:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-and-creating-new-vg/m-p/3376967#M196743</guid>
      <dc:creator>Ganshyam</dc:creator>
      <dc:date>2004-09-11T03:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding A new disk and creating new VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-and-creating-new-vg/m-p/3376968#M196744</link>
      <description>Follow the steps&lt;BR /&gt;&lt;BR /&gt;Assume that your new disk is c1t6d0&lt;BR /&gt;&lt;BR /&gt;1. #pvcreate /dev/rdsk/c1t6d0&lt;BR /&gt;2. #mknod /dev/vg03/group c 64 0X030000&lt;BR /&gt;3. #vgcreate /dev/vg03 /dev/dsk/c1d0s2&lt;BR /&gt;4. #lvcreate -L 9126 -n lvdata /dev/vg03&lt;BR /&gt;5. #newfs -F vxfs /dev/vg03/rlvdata&lt;BR /&gt;6. #mkdir /data&lt;BR /&gt;7. #mount /dev/vg03/lvdata /data&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK</description>
      <pubDate>Sat, 11 Sep 2004 03:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-and-creating-new-vg/m-p/3376968#M196744</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-09-11T03:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding A new disk and creating new VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-and-creating-new-vg/m-p/3376969#M196745</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One addition to SK's good anser.&lt;BR /&gt;&lt;BR /&gt;Before you add the disk to the server, save or print an output from&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnCdisk&lt;BR /&gt;&lt;BR /&gt;Add the disk to the server.&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnCdisk&lt;BR /&gt;&lt;BR /&gt;now you have the cxtydz numbers.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Sat, 11 Sep 2004 03:53:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-and-creating-new-vg/m-p/3376969#M196745</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-09-11T03:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding A new disk and creating new VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-and-creating-new-vg/m-p/3376970#M196746</link>
      <description>Yes.Use ioscan -fnC disk to find out the cxtxdx of the disk which you have added.&lt;BR /&gt;One more thing in vgcreate you can specifiey the max no of disks , max_pe&lt;BR /&gt;by&lt;BR /&gt;&lt;BR /&gt;#vgcreate -e &lt;MAX pe="" in="" mb=""&gt; -p &lt;MAX no="" of="" disks=""&gt; /dev/vg03 /dev/dsk/c1d0s2&lt;BR /&gt;&lt;BR /&gt;eg: #vgcreate -e 9126 -p 5 /dev/vg03 /dev/dsk/c1d0s2&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK&lt;/MAX&gt;&lt;/MAX&gt;</description>
      <pubDate>Sat, 11 Sep 2004 04:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-and-creating-new-vg/m-p/3376970#M196746</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-09-11T04:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding A new disk and creating new VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-and-creating-new-vg/m-p/3376971#M196747</link>
      <description>My cocern was wether i loose the data by which is already in in other VGs.I did it.&lt;BR /&gt;&lt;BR /&gt;Thanks for sunil and Robert&lt;BR /&gt;&lt;BR /&gt;M Ganshyam</description>
      <pubDate>Sat, 11 Sep 2004 04:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-and-creating-new-vg/m-p/3376971#M196747</guid>
      <dc:creator>Ganshyam</dc:creator>
      <dc:date>2004-09-11T04:21:33Z</dc:date>
    </item>
  </channel>
</rss>

