<?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: lvol creating in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176864#M692904</link>
    <description>Hi Niru,&lt;BR /&gt;&lt;BR /&gt;If your problem solved please assign points.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
    <pubDate>Thu, 10 Apr 2008 07:03:17 GMT</pubDate>
    <dc:creator>Asif Sharif</dc:creator>
    <dc:date>2008-04-10T07:03:17Z</dc:date>
    <item>
      <title>lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176852#M692892</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;     I have already created 2TB volume group. Its name is vg06. Now I want to create logical volume  with size of whole amount(2TB).Its name is lvol1.&lt;BR /&gt;&lt;BR /&gt;Please let me know all steps for creating the logical volume. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Niru&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2008 10:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176852#M692892</guid>
      <dc:creator>Shehan</dc:creator>
      <dc:date>2008-04-09T10:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176853#M692893</link>
      <description>man lvcreate&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;Create a logical volume of size 1000000 MB in volume group /dev/vg06:&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 1000000 -n &lt;NAME&gt; /dev/vg06 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/NAME&gt;</description>
      <pubDate>Wed, 09 Apr 2008 11:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176853#M692893</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2008-04-09T11:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176854#M692894</link>
      <description>Don't I need to create file system on it?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Niru</description>
      <pubDate>Wed, 09 Apr 2008 11:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176854#M692894</guid>
      <dc:creator>Shehan</dc:creator>
      <dc:date>2008-04-09T11:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176855#M692895</link>
      <description>Not necessarily, maybe you use raw devices for Oracle ASM for instance.&lt;BR /&gt;&lt;BR /&gt;For cooked filesystems:&lt;BR /&gt;&lt;BR /&gt;Format:  newfs -F vxfs /dev/vg06/&lt;NAME&gt;&lt;BR /&gt;(in case of hfs, choose hfs)&lt;BR /&gt;&lt;BR /&gt;mount /dev/vg06 /filesystem &lt;BR /&gt;&lt;BR /&gt;I assume you need to use largefiles then:&lt;BR /&gt;fsadm -F vxfs -o largefiles /dev/vg06/&lt;NAME&gt;&lt;BR /&gt;&lt;BR /&gt;make entry in /etc/fstab if not part of cluster(ware).&lt;BR /&gt;&lt;BR /&gt;&lt;/NAME&gt;&lt;/NAME&gt;</description>
      <pubDate>Wed, 09 Apr 2008 11:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176855#M692895</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2008-04-09T11:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176856#M692896</link>
      <description>Yes, you need to create a file system (unless you want to use the raw disk space - for a database, for example), but you asked about creating a logical volume so that's the answer you got.  To create a file system, take a look at the man page for newfs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 09 Apr 2008 11:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176856#M692896</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-04-09T11:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176857#M692897</link>
      <description>Dear Nirukshitha&lt;BR /&gt;&lt;BR /&gt;I noticed on your profile that you &lt;BR /&gt;have assigned:&lt;BR /&gt;&lt;BR /&gt;"I have assigned points to   2  of   170  responses "&lt;BR /&gt;&lt;BR /&gt;That is a very low ratio.&lt;BR /&gt;please read the forum rules again on how to assign points.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2008 12:53:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176857#M692897</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2008-04-09T12:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176858#M692898</link>
      <description>Hi Niru,&lt;BR /&gt;&lt;BR /&gt;Create a logical volume lvol1  of size 2TB in volume group /dev/vg06  suppose all physical extents are on /dev/dsk/cxtxdx :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#lvcreate -n lvol1  vg06&lt;BR /&gt;#lvextend -L 2097152 /dev/vg06/lvol1 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;If you need a filesystem construct it according to&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#newfs -F vxfs /dev/vg06/rlvol1&lt;BR /&gt;&lt;BR /&gt;You may use specific options, e.g. to support largefiles:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#newfs -F vxfs -o largefiles /dev/vg06/rlvol1&lt;BR /&gt;&lt;BR /&gt;See also newfs(1M) and newfs_vxfs(1M) .&lt;BR /&gt;&lt;BR /&gt;Mount it at the desired directory:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#mount /dev/vg06/lvol1 /mountdirectory&lt;BR /&gt;&lt;BR /&gt;For specific mount option examples look into the /etc/fstab , fstab(4) or consult mount_vxfs(1M) .&lt;BR /&gt;&lt;BR /&gt;Check:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#bdf&lt;BR /&gt;&lt;BR /&gt;NOTE: Do not forget to add an appropriate entry in the /etc/fstab , fstab(4) , if you want the logical volume automatically mounted on system start-up.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Thu, 10 Apr 2008 03:31:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176858#M692898</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2008-04-10T03:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176859#M692899</link>
      <description>hi Niru,&lt;BR /&gt;&lt;BR /&gt;this simplest way to do this is to use SAM:&lt;BR /&gt;&lt;BR /&gt;SAM -&amp;gt; Disks and File Systems -&amp;gt; Logical Volumes&lt;BR /&gt;&lt;BR /&gt;then:&lt;BR /&gt; Action -&amp;gt; Create&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to use Oracle ASM, then steps are slightly different.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you need any further asistance, please let us know.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Apr 2008 03:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176859#M692899</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-04-10T03:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176860#M692900</link>
      <description>Hi,&lt;BR /&gt;so if u want to create 1 lvol size 2TB&lt;BR /&gt;Then;&lt;BR /&gt;&lt;BR /&gt;#vgdisplay -v your_vgname&lt;BR /&gt;Look at the TOTAL PE &lt;BR /&gt;&lt;BR /&gt;#lvcreate -l TOTALPE /dev/your_vgname&lt;BR /&gt;#newfs -o largefiles /dev/your_vgname/rlvolname&lt;BR /&gt;#mkdir /mountdir&lt;BR /&gt;#mount  /dev/your_vgname/lvol1 /mountdir&lt;BR /&gt;&lt;BR /&gt;Good Luck</description>
      <pubDate>Thu, 10 Apr 2008 04:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176860#M692900</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2008-04-10T04:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176861#M692901</link>
      <description>Thanks. I did this&lt;BR /&gt;&lt;BR /&gt;Nirukshitha</description>
      <pubDate>Thu, 10 Apr 2008 06:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176861#M692901</guid>
      <dc:creator>Shehan</dc:creator>
      <dc:date>2008-04-10T06:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176862#M692902</link>
      <description>hi Niru,&lt;BR /&gt;&lt;BR /&gt;if you used CEM's guidelines above, dont forget to update your /etc/fstab accordingly.&lt;BR /&gt;&lt;BR /&gt;This will ensure that the file system is mounted each time the server is restarted, for example.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 10 Apr 2008 06:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176862#M692902</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-04-10T06:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176863#M692903</link>
      <description>I updated the /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;Thanks for the noticing &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Nirukshitha</description>
      <pubDate>Thu, 10 Apr 2008 06:33:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176863#M692903</guid>
      <dc:creator>Shehan</dc:creator>
      <dc:date>2008-04-10T06:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: lvol creating</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176864#M692904</link>
      <description>Hi Niru,&lt;BR /&gt;&lt;BR /&gt;If your problem solved please assign points.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Thu, 10 Apr 2008 07:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-creating/m-p/4176864#M692904</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2008-04-10T07:03:17Z</dc:date>
    </item>
  </channel>
</rss>

