<?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: HP-UX11 give error when creating Volume Group thru Sam in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11-give-error-when-creating-volume-group-thru-sam/m-p/2753033#M643148</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt; Better U do thru command line. Follow these&lt;BR /&gt;&lt;BR /&gt;  Suppos U want to create vg01 with /dev/dsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;  I hope U have done pvcreate for this PV. If not&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;  Then&lt;BR /&gt;#mkdir /dev/vg01&lt;BR /&gt;#mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;&lt;BR /&gt;  This is for creating devicefile group&lt;BR /&gt;&lt;BR /&gt;#vgcreate -e 180000 /dev/vg01 /dev/dsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;Here -e switch is for defining the maximum number of PEs in a PV&lt;BR /&gt;  Now U have created VG. Now U can proceed with lvol creation.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Shahul</description>
    <pubDate>Thu, 27 Jun 2002 05:41:46 GMT</pubDate>
    <dc:creator>Shahul</dc:creator>
    <dc:date>2002-06-27T05:41:46Z</dc:date>
    <item>
      <title>HP-UX11 give error when creating Volume Group thru Sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11-give-error-when-creating-volume-group-thru-sam/m-p/2753031#M643146</link>
      <description>How do I solve this guys?&lt;BR /&gt;&lt;BR /&gt;vgcreate: Cannot open the control file "/dev/xxx/group": Nosuch device&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 05:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11-give-error-when-creating-volume-group-thru-sam/m-p/2753031#M643146</guid>
      <dc:creator>Olebile</dc:creator>
      <dc:date>2002-06-27T05:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX11 give error when creating Volume Group thru Sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11-give-error-when-creating-volume-group-thru-sam/m-p/2753032#M643147</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It could be that your system kernel has reached a limit where you cannot create any more volume groups.  A quick check will do this.&lt;BR /&gt;&lt;BR /&gt;# ll /dev/*/group (and see how many)&lt;BR /&gt;&lt;BR /&gt;# kmtune -l -q maxvgs (will tell you what the system kernel has. The default is 10. My system below has 30. If this is the case you will need to increase the value. 'sam' can be used to do this task.)&lt;BR /&gt;&lt;BR /&gt;# kmtune -l -q maxvgs&lt;BR /&gt;Parameter:      maxvgs              &lt;BR /&gt;Value:30                   &lt;BR /&gt;Default: 10        &lt;BR /&gt;Minimum:        -                      &lt;BR /&gt;Module:         -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 05:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11-give-error-when-creating-volume-group-thru-sam/m-p/2753032#M643147</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-27T05:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX11 give error when creating Volume Group thru Sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11-give-error-when-creating-volume-group-thru-sam/m-p/2753033#M643148</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt; Better U do thru command line. Follow these&lt;BR /&gt;&lt;BR /&gt;  Suppos U want to create vg01 with /dev/dsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;  I hope U have done pvcreate for this PV. If not&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;  Then&lt;BR /&gt;#mkdir /dev/vg01&lt;BR /&gt;#mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;&lt;BR /&gt;  This is for creating devicefile group&lt;BR /&gt;&lt;BR /&gt;#vgcreate -e 180000 /dev/vg01 /dev/dsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;Here -e switch is for defining the maximum number of PEs in a PV&lt;BR /&gt;  Now U have created VG. Now U can proceed with lvol creation.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Shahul</description>
      <pubDate>Thu, 27 Jun 2002 05:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11-give-error-when-creating-volume-group-thru-sam/m-p/2753033#M643148</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-06-27T05:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX11 give error when creating Volume Group thru Sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11-give-error-when-creating-volume-group-thru-sam/m-p/2753034#M643149</link>
      <description>Thanks Mike, &lt;BR /&gt;&lt;BR /&gt;The kernel parameter was at default value of 10 VG limit. The command line solution is also good but would not create any VG until the kernel parameter was modified to accomodate more VG creation.&lt;BR /&gt;&lt;BR /&gt;Thanx Guys&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 05:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11-give-error-when-creating-volume-group-thru-sam/m-p/2753034#M643149</guid>
      <dc:creator>Olebile</dc:creator>
      <dc:date>2002-06-27T05:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX11 give error when creating Volume Group thru Sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11-give-error-when-creating-volume-group-thru-sam/m-p/2753035#M643150</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is an easy way to fix the problem instead of using 'sam'&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system&lt;BR /&gt;&lt;BR /&gt;In the last half of the file add&lt;BR /&gt;maxvgs  30&lt;BR /&gt;Save the file&lt;BR /&gt;&lt;BR /&gt;# mk_kernel -s system&lt;BR /&gt;# kmupdate&lt;BR /&gt;&lt;BR /&gt;Your system is ready to reboot and will install the new kernel during the system reboot.&lt;BR /&gt;&lt;BR /&gt;System reboot command&lt;BR /&gt;# shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
      <pubDate>Thu, 27 Jun 2002 05:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11-give-error-when-creating-volume-group-thru-sam/m-p/2753035#M643150</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-27T05:59:18Z</dc:date>
    </item>
  </channel>
</rss>

