<?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 vgcreate problem with EVA in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem-with-eva/m-p/4916927#M623672</link>
    <description>Hi,&lt;BR /&gt;Getting error: /dev/vg01/group not a character device&lt;BR /&gt;- when I try to vgcreate vg01 /dev/dsk/c14t0d0&lt;BR /&gt;, where c14t0d0 is a 300GB space allocated on an EVA box.   I've done the pvcreate okay and dont have trouble with vgcreate on non-EVA "disks".&lt;BR /&gt;&lt;BR /&gt;Suggestions/comments about my stupidity most welcome!&lt;BR /&gt;&lt;BR /&gt;(PS: Yes, I have checked in ioscan that the path to the EVA exists on 255.255.0.0 !).&lt;BR /&gt;&lt;BR /&gt;Many thanks.</description>
    <pubDate>Tue, 09 Aug 2005 06:06:10 GMT</pubDate>
    <dc:creator>ITeam</dc:creator>
    <dc:date>2005-08-09T06:06:10Z</dc:date>
    <item>
      <title>vgcreate problem with EVA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem-with-eva/m-p/4916927#M623672</link>
      <description>Hi,&lt;BR /&gt;Getting error: /dev/vg01/group not a character device&lt;BR /&gt;- when I try to vgcreate vg01 /dev/dsk/c14t0d0&lt;BR /&gt;, where c14t0d0 is a 300GB space allocated on an EVA box.   I've done the pvcreate okay and dont have trouble with vgcreate on non-EVA "disks".&lt;BR /&gt;&lt;BR /&gt;Suggestions/comments about my stupidity most welcome!&lt;BR /&gt;&lt;BR /&gt;(PS: Yes, I have checked in ioscan that the path to the EVA exists on 255.255.0.0 !).&lt;BR /&gt;&lt;BR /&gt;Many thanks.</description>
      <pubDate>Tue, 09 Aug 2005 06:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem-with-eva/m-p/4916927#M623672</guid>
      <dc:creator>ITeam</dc:creator>
      <dc:date>2005-08-09T06:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem with EVA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem-with-eva/m-p/4916928#M623673</link>
      <description>What's the output of:&lt;BR /&gt;diskinfo /dev/rdsk/c14t0d0  ?&lt;BR /&gt;&lt;BR /&gt;And did you create /dev/vg01/group?&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2005 06:17:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem-with-eva/m-p/4916928#M623673</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-09T06:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem with EVA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem-with-eva/m-p/4916929#M623674</link>
      <description>Hi,&lt;BR /&gt;I doubt you didn't create group file.&lt;BR /&gt;use mknod.&lt;BR /&gt;If you are not familier with commands use SAM to create new VG/LV/FS.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;TT&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vgnew&lt;BR /&gt;mknod /dev/vgnew/group c 64 0x0y0000&lt;BR /&gt;(y system wide unique VGid)&lt;BR /&gt;pvcreate /dev/rdsk/cxtydz&lt;BR /&gt;vgcreate /dev/vgnew /dev/dsk/cxtydz&lt;BR /&gt;lvcreate ......&lt;BR /&gt;newfs....&lt;BR /&gt;mount ....&lt;BR /&gt;&lt;BR /&gt;Refer to man pages</description>
      <pubDate>Tue, 09 Aug 2005 06:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem-with-eva/m-p/4916929#M623674</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2005-08-09T06:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem with EVA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem-with-eva/m-p/4916930#M623675</link>
      <description>Ho-hum! Yep - it was the lack of a mknod that was the start of it all!&lt;BR /&gt;&lt;BR /&gt;Have now created one and am getting further (I just now need to play around with the extents sizing so it can use all the available size!).&lt;BR /&gt;&lt;BR /&gt;Many thanks for the amazingly fast responses!</description>
      <pubDate>Tue, 09 Aug 2005 06:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem-with-eva/m-p/4916930#M623675</guid>
      <dc:creator>ITeam</dc:creator>
      <dc:date>2005-08-09T06:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem with EVA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem-with-eva/m-p/4916931#M623676</link>
      <description>just to save other people's valuable time, I'll close this thread off now.&lt;BR /&gt;Thanks again everyone!</description>
      <pubDate>Tue, 09 Aug 2005 06:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem-with-eva/m-p/4916931#M623676</guid>
      <dc:creator>ITeam</dc:creator>
      <dc:date>2005-08-09T06:31:18Z</dc:date>
    </item>
  </channel>
</rss>

