<?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 create vg01 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753435#M643171</link>
    <description># vgdisplay&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available                 &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      8      &lt;BR /&gt;Open LV                     8      &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      1      &lt;BR /&gt;Act PV                      1      &lt;BR /&gt;Max PE per PV               2000         &lt;BR /&gt;VGDA                        2   &lt;BR /&gt;PE Size (Mbytes)            4               &lt;BR /&gt;Total PE                    1023    &lt;BR /&gt;Alloc PE                    296     &lt;BR /&gt;Free PE                     727     &lt;BR /&gt;Total PVG                   0     &lt;BR /&gt;&lt;BR /&gt;This is what I did:&lt;BR /&gt;#vgdisplay&lt;BR /&gt;&lt;BR /&gt;target      1  8/16/5.2    tgt         CLAIMED   DEVICE    &lt;BR /&gt;disk        0  8/16/5.2.0  sdisk       CLAIMED   DEVICE    TOSHIBA CD-ROM XM-570&lt;BR /&gt;1TA&lt;BR /&gt;                          /dev/dsk/c0t2d0   /dev/rdsk/c0t2d0&lt;BR /&gt;target      2  8/16/5.5    tgt         CLAIMED   DEVICE    &lt;BR /&gt;disk        1  8/16/5.5.0  sdisk       CLAIMED   DEVICE    SEAGATE ST34572N&lt;BR /&gt;                          /dev/dsk/c0t5d0   /dev/rdsk/c0t5d0&lt;BR /&gt;target      3  8/16/5.6    tgt         CLAIMED   DEVICE    &lt;BR /&gt;disk        2  8/16/5.6.0  sdisk       CLAIMED   DEVICE    SEAGATE ST34572N&lt;BR /&gt;                          /dev/dsk/c0t6d0   /dev/rdsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;# ll /dev/*/group&lt;BR /&gt;crw-r-----   1 root       root        64 0x000000 Jun 11  1996 /dev/vg00/group&lt;BR /&gt;crw-rw-r--   1 root       sys         64 0x010000 Jun 26 20:41 /dev/vg01/group&lt;BR /&gt;&lt;BR /&gt;#vgcreate /dev/vg01 /dev/dsk/c0t5d0&lt;BR /&gt;Increased the number of physical extents per physical volume to 1023.&lt;BR /&gt;vgcreate: Volume group "/dev/vg01" could not be created:&lt;BR /&gt;Device busy&lt;BR /&gt;&lt;BR /&gt;Did I do anything wrong here.&lt;BR /&gt;Please help.&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Jun 2002 13:09:44 GMT</pubDate>
    <dc:creator>Teck Sim</dc:creator>
    <dc:date>2002-06-27T13:09:44Z</dc:date>
    <item>
      <title>create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753435#M643171</link>
      <description># vgdisplay&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available                 &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      8      &lt;BR /&gt;Open LV                     8      &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      1      &lt;BR /&gt;Act PV                      1      &lt;BR /&gt;Max PE per PV               2000         &lt;BR /&gt;VGDA                        2   &lt;BR /&gt;PE Size (Mbytes)            4               &lt;BR /&gt;Total PE                    1023    &lt;BR /&gt;Alloc PE                    296     &lt;BR /&gt;Free PE                     727     &lt;BR /&gt;Total PVG                   0     &lt;BR /&gt;&lt;BR /&gt;This is what I did:&lt;BR /&gt;#vgdisplay&lt;BR /&gt;&lt;BR /&gt;target      1  8/16/5.2    tgt         CLAIMED   DEVICE    &lt;BR /&gt;disk        0  8/16/5.2.0  sdisk       CLAIMED   DEVICE    TOSHIBA CD-ROM XM-570&lt;BR /&gt;1TA&lt;BR /&gt;                          /dev/dsk/c0t2d0   /dev/rdsk/c0t2d0&lt;BR /&gt;target      2  8/16/5.5    tgt         CLAIMED   DEVICE    &lt;BR /&gt;disk        1  8/16/5.5.0  sdisk       CLAIMED   DEVICE    SEAGATE ST34572N&lt;BR /&gt;                          /dev/dsk/c0t5d0   /dev/rdsk/c0t5d0&lt;BR /&gt;target      3  8/16/5.6    tgt         CLAIMED   DEVICE    &lt;BR /&gt;disk        2  8/16/5.6.0  sdisk       CLAIMED   DEVICE    SEAGATE ST34572N&lt;BR /&gt;                          /dev/dsk/c0t6d0   /dev/rdsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;# ll /dev/*/group&lt;BR /&gt;crw-r-----   1 root       root        64 0x000000 Jun 11  1996 /dev/vg00/group&lt;BR /&gt;crw-rw-r--   1 root       sys         64 0x010000 Jun 26 20:41 /dev/vg01/group&lt;BR /&gt;&lt;BR /&gt;#vgcreate /dev/vg01 /dev/dsk/c0t5d0&lt;BR /&gt;Increased the number of physical extents per physical volume to 1023.&lt;BR /&gt;vgcreate: Volume group "/dev/vg01" could not be created:&lt;BR /&gt;Device busy&lt;BR /&gt;&lt;BR /&gt;Did I do anything wrong here.&lt;BR /&gt;Please help.&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 13:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753435#M643171</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2002-06-27T13:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753436#M643172</link>
      <description>&lt;BR /&gt;You need to pvcreate your drive first. &lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;If it still returns an error and your'e absolutely sure this drive isnt already in use then add the -f option&lt;BR /&gt;&lt;BR /&gt;pvcreate -f /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Then create your vg.</description>
      <pubDate>Thu, 27 Jun 2002 13:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753436#M643172</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-06-27T13:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753437#M643173</link>
      <description>What directory are you in now?&lt;BR /&gt;Do a "pwd".&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 27 Jun 2002 13:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753437#M643173</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-27T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753438#M643174</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You should start with &lt;BR /&gt;&lt;BR /&gt;1. pvcreate -f /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Then use the above commands. The commands you have used are right.&lt;BR /&gt;&lt;BR /&gt;After doing the pvcreate execute the&lt;BR /&gt;&lt;BR /&gt;#vgcreate /dev/vg01 /dev/dsk/c0t5d0 &lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Thu, 27 Jun 2002 13:12:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753438#M643174</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-27T13:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753439#M643175</link>
      <description>#pwd&lt;BR /&gt;#/&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 27 Jun 2002 13:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753439#M643175</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2002-06-27T13:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753440#M643176</link>
      <description>That's why you've got that fancy headgear, Stefan.  I completely missed that.&lt;BR /&gt;&lt;BR /&gt;;^)&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 27 Jun 2002 13:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753440#M643176</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-27T13:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753441#M643177</link>
      <description>first do a vgdisplay -v vg00 and check at the bottom which physical volumes are in this vg. In your case you should only have c0t6d0. if you have c0t5d0 as well then you cannot create vg01 using that disk.&lt;BR /&gt;&lt;BR /&gt;Secondly I think you forgot to pvcreate the disk.&lt;BR /&gt;&lt;BR /&gt;use pvcreate only if you are sure that the disk is not a member of the other vg i.e. vg00.&lt;BR /&gt;&lt;BR /&gt;If you send an output of vgdisplay -v vg00 we can check.&lt;BR /&gt;&lt;BR /&gt;after the pvcreate try again the vgcreate &lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;stefan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 13:14:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753441#M643177</guid>
      <dc:creator>Stefan Saliba</dc:creator>
      <dc:date>2002-06-27T13:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753442#M643178</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Execute the following command :&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab and see that the /dev/dsk/c0t5d0 is not seen in the output.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Thu, 27 Jun 2002 13:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753442#M643178</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-27T13:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753443#M643179</link>
      <description>Hi Teck,&lt;BR /&gt;&lt;BR /&gt; Do a &lt;BR /&gt;#pvdisplay -v /dev/dsk/c0t5d0&lt;BR /&gt;to determine if there is an LVM structure on that disk.&lt;BR /&gt;If not then you need to do this before the vgcreate&lt;BR /&gt;#pvcreate /dev/rdsk/c0t5d0 (Note: you may need a -f parameter if there's been an LVM structure on it in the past also note the "rdsk")&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 27 Jun 2002 13:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753443#M643179</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-06-27T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753444#M643180</link>
      <description># pvcreate /dev/rdsk/c0t5d0 &lt;BR /&gt;pvcreate: The physical volume already belongs to a volume group&lt;BR /&gt;# pvcreate -f /dev/rdsk/c0t5d0 &lt;BR /&gt;Physical volume "/dev/rdsk/c0t5d0" has been successfully created.&lt;BR /&gt;# vgcreate /dev/vg01 /dev/dsk/c0t5d0&lt;BR /&gt;Increased the number of physical extents per physical volume to 1023.&lt;BR /&gt;Volume group "/dev/vg01" has been successfully created.&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.cof&lt;BR /&gt;&lt;BR /&gt;and what should I do next?  I am trying to create a new file system, let say /dev/vg01/d01 and /dev/vg01/d02 and both will be mounted on /d01 and /d02 respectively.&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 13:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753444#M643180</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2002-06-27T13:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753445#M643181</link>
      <description>next in line you need to create a logical volume.&lt;BR /&gt;&lt;BR /&gt;lvcreate -L &lt;LV-SIZE in="" megs=""&gt; /dev/vg01&lt;BR /&gt;&lt;BR /&gt;then create a new filesystem like newfs -F vxfs /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;then create a mountpoint say mkdir /mount1&lt;BR /&gt;&lt;BR /&gt;then type mount /dev/vg01/lvol1 /mount1&lt;BR /&gt;&lt;BR /&gt;if you want it to automount put an entry in the fstab&lt;BR /&gt;&lt;BR /&gt;good luck &lt;BR /&gt;&lt;BR /&gt;stefan&lt;BR /&gt;&lt;/LV-SIZE&gt;</description>
      <pubDate>Thu, 27 Jun 2002 13:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753445#M643181</guid>
      <dc:creator>Stefan Saliba</dc:creator>
      <dc:date>2002-06-27T13:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753446#M643182</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#lvcreate -L size /dev/vg01&lt;BR /&gt;This will create lvol1&lt;BR /&gt;&lt;BR /&gt;#newfs -F vxfs /dev/vg01/rlvol1 ( Use rlvol1)&lt;BR /&gt;This will craete filesystem vxfs on lvlol1&lt;BR /&gt;&lt;BR /&gt;#mkdir /mountpoint&lt;BR /&gt;&lt;BR /&gt;# mount /dev/vg01/lvol1 /mountpoint&lt;BR /&gt;&lt;BR /&gt;Mounts the filesystem&lt;BR /&gt;&lt;BR /&gt;Make an ebtry for the filesystem in /etc/fstab so that it will get mounted in the next reboot.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Thu, 27 Jun 2002 13:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753446#M643182</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-27T13:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753447#M643183</link>
      <description>Hi&lt;BR /&gt;Take a look at following thread from this forum&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/components/FileAttachment/0,,0xeccbc8ecad09d6118ff40090279cd0f9,00.doc" target="_blank"&gt;http://forums.itrc.hp.com/cm/components/FileAttachment/0,,0xeccbc8ecad09d6118ff40090279cd0f9,00.doc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Thu, 27 Jun 2002 13:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753447#M643183</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2002-06-27T13:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753448#M643184</link>
      <description>Hi (again) Teck,&lt;BR /&gt;&lt;BR /&gt; Do the following&lt;BR /&gt;#lvcreate -L xxxx -n d01 /dev/vg01&lt;BR /&gt;#lvcreate -L xxxx -n d02 /dev/vg01&lt;BR /&gt;where xxxx equals the size in MB.&lt;BR /&gt;&lt;BR /&gt;Then do&lt;BR /&gt;newfs -F vxfs /dev/vg01/rd01&lt;BR /&gt;newfs -F vxfs /dev/vg01/rd01&lt;BR /&gt;Note that you have to use the raw LV for this&lt;BR /&gt;&lt;BR /&gt;Then mount them&lt;BR /&gt;mount /dev/vg01/d01 /d01&lt;BR /&gt;mount /dev/vg01/d02 /d02&lt;BR /&gt;&lt;BR /&gt;Then to have them mounted at boot time add the following to /etc/fstab&lt;BR /&gt;/dev/vg01/d01 /d01 vxfs delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg01/d02 /d02 vxfs delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 27 Jun 2002 13:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753448#M643184</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-06-27T13:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753449#M643185</link>
      <description>Hi Teck:&lt;BR /&gt;&lt;BR /&gt;Now that you have successfully created the volume group you need to 'lvcreate' a logical volume, and then create a filesystem for it.&lt;BR /&gt;&lt;BR /&gt;For instance, to create a 400MB logical volume named /dev/vg01/d01, do this:&lt;BR /&gt;&lt;BR /&gt;# lvcreate -L 400 -n d01 /dev/vg01&lt;BR /&gt;&lt;BR /&gt;Now, create the filesytem:&lt;BR /&gt;&lt;BR /&gt;# newfs -F vxfs -v -o nolargefiles /dev/vg01/rd01&lt;BR /&gt;&lt;BR /&gt;Note the (r)aw devive file.  Note that we have created an journaled filesystem (VxFS).&lt;BR /&gt;&lt;BR /&gt;Lastly, add a mount entry to /etc/fstab, for instance:&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/d01 /mymountpoint vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;...and mount the new filesystem:&lt;BR /&gt;&lt;BR /&gt;# mount -a&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 13:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753449#M643185</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-06-27T13:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753450#M643186</link>
      <description>Ooops...sorry&lt;BR /&gt;The 2nd newfs should be&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs /dev/vg01/rd02&lt;BR /&gt;&lt;BR /&gt;And you do need to create mount point prior to mounting&lt;BR /&gt;&lt;BR /&gt;mkdir /d01 /d02&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 27 Jun 2002 13:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753450#M643186</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-06-27T13:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753451#M643187</link>
      <description>You guys are great!&lt;BR /&gt;Thanks for all the info.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 13:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753451#M643187</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2002-06-27T13:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753452#M643188</link>
      <description>Hi (again) Teck:&lt;BR /&gt;&lt;BR /&gt;To gain a better understanding of the tasks involved in LVM management, you should read  chapter-6 --- Managing Disks and Files in "Managing Systems and Workgroups: A Guide for HP-UX System Administrators":&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you take the time to do this, you will be well rewarded.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 13:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753452#M643188</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-06-27T13:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: create vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753453#M643189</link>
      <description>Teck Sim&lt;BR /&gt;&lt;BR /&gt;To create vg01&lt;BR /&gt;&lt;BR /&gt;1)ioscan -fnC disk&lt;BR /&gt;# to see the path of the disk&lt;BR /&gt;&lt;BR /&gt;2)pvcreate -f /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;3)mkdir /dev/vg01&lt;BR /&gt;  mknod /dev/vg01/group c 64 0x010000 &lt;BR /&gt;  vgcreate vg01 /dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Rafael</description>
      <pubDate>Thu, 27 Jun 2002 13:53:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-vg01/m-p/2753453#M643189</guid>
      <dc:creator>Rafael M. Ferreira</dc:creator>
      <dc:date>2002-06-27T13:53:32Z</dc:date>
    </item>
  </channel>
</rss>

