<?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 how to create volumegroup in HPE EVA Storage</title>
    <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638845#M15064</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a SAN ( eva3K ) with disks presenting to my unix box.&lt;BR /&gt;&lt;BR /&gt;When I try to create a new volumegroup in SAM, I get this error : &lt;BR /&gt;No device files for the selected device were found in /dev.&lt;BR /&gt;&lt;BR /&gt;Can someone tell me what is wrong ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Franky</description>
    <pubDate>Fri, 30 Sep 2005 04:29:36 GMT</pubDate>
    <dc:creator>Franky Leeuwerck_2</dc:creator>
    <dc:date>2005-09-30T04:29:36Z</dc:date>
    <item>
      <title>how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638845#M15064</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a SAN ( eva3K ) with disks presenting to my unix box.&lt;BR /&gt;&lt;BR /&gt;When I try to create a new volumegroup in SAM, I get this error : &lt;BR /&gt;No device files for the selected device were found in /dev.&lt;BR /&gt;&lt;BR /&gt;Can someone tell me what is wrong ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Franky</description>
      <pubDate>Fri, 30 Sep 2005 04:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638845#M15064</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-09-30T04:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638846#M15065</link>
      <description>SAM cannot deal with the EVA's devices - you need to use the command line.</description>
      <pubDate>Fri, 30 Sep 2005 05:35:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638846#M15065</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-09-30T05:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638847#M15066</link>
      <description>Try it manually&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vgXX&lt;BR /&gt;mknod /dev/vg00/group c 64 0x0X0000&lt;BR /&gt;pvcreate -f /dev/rdsk/cxtydz&lt;BR /&gt;vgcreate vgXX /dev/dsk/cxtydz</description>
      <pubDate>Fri, 30 Sep 2005 06:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638847#M15066</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-09-30T06:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638848#M15067</link>
      <description>Hi Luk,&lt;BR /&gt;&lt;BR /&gt;I'm not sure about the variables in the command line solution.&lt;BR /&gt;&lt;BR /&gt;Ioscan shows me the presented disk like this :&lt;BR /&gt;disk      4  255/255/0/0.1  sdisk      CLAIMED     DEVICE       HSV100 HP&lt;BR /&gt;                           /dev/dsk/c15t0d1   /dev/rdsk/c15t0d1&lt;BR /&gt;&lt;BR /&gt;The volume that I want to create should be /dev/vg01 .&lt;BR /&gt;&lt;BR /&gt;What should I use for variables in your statements ?&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Fri, 30 Sep 2005 06:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638848#M15067</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-09-30T06:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638849#M15068</link>
      <description>Franky,&lt;BR /&gt;&lt;BR /&gt;Here is the exact command&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c64 0x010000&lt;BR /&gt;pvcreate -f /dev/rdsk/c15t0d1&lt;BR /&gt;vgcreate vg01 /dev/dsk/c15t0d1&lt;BR /&gt;&lt;BR /&gt;You should be able to create logical volumes through sam now</description>
      <pubDate>Fri, 30 Sep 2005 06:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638849#M15068</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-09-30T06:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638850#M15069</link>
      <description>Luk,&lt;BR /&gt;&lt;BR /&gt;Thanks for your further inputs.&lt;BR /&gt;&lt;BR /&gt;Can you tell me why the ' 0x010000 ' ?&lt;BR /&gt;I need to create about 7 volumegroups.&lt;BR /&gt;Should I use ' 0x010000 ' for each of these.&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Fri, 30 Sep 2005 06:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638850#M15069</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-09-30T06:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638851#M15070</link>
      <description>No, the minor number in the group file for each volume group must be different.&lt;BR /&gt;&lt;BR /&gt;So if I did "ll /dev/vg*/group", I should see different numbers in the first two digits of the minor number:&lt;BR /&gt;&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Oct 28  2002 /dev/vg00/group&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x010000 Nov 26  2002 /dev/vg01/group</description>
      <pubDate>Fri, 30 Sep 2005 06:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638851#M15070</guid>
      <dc:creator>Scott McIntosh_2</dc:creator>
      <dc:date>2005-09-30T06:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638852#M15071</link>
      <description>Thanks Scott.&lt;BR /&gt;&lt;BR /&gt;Can these numbers be chosen randomly, or is there a specific order ?&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Fri, 30 Sep 2005 06:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638852#M15071</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-09-30T06:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638853#M15072</link>
      <description>Francky,&lt;BR /&gt;&lt;BR /&gt;It is hexadecimal.&lt;BR /&gt;It is defined by the kernel parameter maxvgs and it must be unique for each volumegroup.&lt;BR /&gt;&lt;BR /&gt;The default kernel parameter is 10</description>
      <pubDate>Fri, 30 Sep 2005 07:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638853#M15072</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-09-30T07:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638854#M15073</link>
      <description>Order is not important, they just have to be unique for each volume group present on the system.  This becomes a more significant question for cluster environments, for example.&lt;BR /&gt;&lt;BR /&gt;So you could have 0x00..., 0x01..., and 0x06..., for example. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Scott&lt;BR /&gt;HP Support</description>
      <pubDate>Fri, 30 Sep 2005 07:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638854#M15073</guid>
      <dc:creator>Scott McIntosh_2</dc:creator>
      <dc:date>2005-09-30T07:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638855#M15074</link>
      <description>Thanks for your input, Luk and Scott.&lt;BR /&gt;This solves my problem.&lt;BR /&gt;&lt;BR /&gt;Franky :&lt;BR /&gt;&lt;BR /&gt;Once a vg is created, can one easily change the physical extend size ( from 4 to 16 MB f.i. ) ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Sep 2005 07:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638855#M15074</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-09-30T07:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638856#M15075</link>
      <description>Another question .&lt;BR /&gt;If I have multiple disks presented for a volumegroup, should I simply run the following statements for every disk to add : &lt;BR /&gt;pvcreate -f /dev/rdsk/cxxt0dy&lt;BR /&gt;vgcreate vg01 /dev/dsk/cxxt0dy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Sep 2005 07:48:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638856#M15075</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-09-30T07:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638857#M15076</link>
      <description>Franky you have to define it when you create it&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 16 /dev/vg01 /dev/dsk/c15t0d1&lt;BR /&gt;&lt;BR /&gt;So repeat my steps above with this option.&lt;BR /&gt;&lt;BR /&gt;Don't forget the following first&lt;BR /&gt;&lt;BR /&gt;vgchange -a n vg01&lt;BR /&gt;vgremove vg01</description>
      <pubDate>Fri, 30 Sep 2005 07:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638857#M15076</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-09-30T07:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to create volumegroup</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638858#M15077</link>
      <description>To add more disks &lt;BR /&gt;&lt;BR /&gt;vgextend vg01 /dev/dsk/cxtydz</description>
      <pubDate>Fri, 30 Sep 2005 07:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-create-volumegroup/m-p/3638858#M15077</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-09-30T07:51:01Z</dc:date>
    </item>
  </channel>
</rss>

