<?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 lvceate in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvceate/m-p/5097821#M599731</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am in the process of creating a lvol and mounting it to a mount point in my HP-UX 11.23 server/ &lt;BR /&gt;&lt;BR /&gt;I was able to successfully create a lv. But not having a clue to proceed further.&lt;BR /&gt;&lt;BR /&gt;Below is what i have done and it's output:&lt;BR /&gt;&lt;BR /&gt;vorap101#lvcreate -n lvol12 -L 1024 -m 1 /dev/vg00&lt;BR /&gt;Logical volume "/dev/vg00/lvol12" has been successfully created with&lt;BR /&gt;character device "/dev/vg00/rlvol12".&lt;BR /&gt;Logical volume "/dev/vg00/lvol12" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I want to mount this lvol to a mount point named /sri&lt;BR /&gt;&lt;BR /&gt;I would require the exact syntax to proceed further..&lt;BR /&gt;&lt;BR /&gt;Require someone's help!!&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
    <pubDate>Fri, 14 Mar 2008 05:07:26 GMT</pubDate>
    <dc:creator>Sridhar R</dc:creator>
    <dc:date>2008-03-14T05:07:26Z</dc:date>
    <item>
      <title>lvceate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvceate/m-p/5097821#M599731</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am in the process of creating a lvol and mounting it to a mount point in my HP-UX 11.23 server/ &lt;BR /&gt;&lt;BR /&gt;I was able to successfully create a lv. But not having a clue to proceed further.&lt;BR /&gt;&lt;BR /&gt;Below is what i have done and it's output:&lt;BR /&gt;&lt;BR /&gt;vorap101#lvcreate -n lvol12 -L 1024 -m 1 /dev/vg00&lt;BR /&gt;Logical volume "/dev/vg00/lvol12" has been successfully created with&lt;BR /&gt;character device "/dev/vg00/rlvol12".&lt;BR /&gt;Logical volume "/dev/vg00/lvol12" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I want to mount this lvol to a mount point named /sri&lt;BR /&gt;&lt;BR /&gt;I would require the exact syntax to proceed further..&lt;BR /&gt;&lt;BR /&gt;Require someone's help!!&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 14 Mar 2008 05:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvceate/m-p/5097821#M599731</guid>
      <dc:creator>Sridhar R</dc:creator>
      <dc:date>2008-03-14T05:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: lvceate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvceate/m-p/5097822#M599732</link>
      <description>now you need to create a filesystem for new lvol&lt;BR /&gt;newfs -F vxfs -o largefiles (optional)/dev/vg00/rlvol12&lt;BR /&gt;&lt;BR /&gt;and mount /dev/vg00/lvol12 /sri&lt;BR /&gt;&lt;BR /&gt;if you want to mount this lvol at boot time also &lt;BR /&gt;add this line in /etc/fstab&lt;BR /&gt;/dev/vg00/lvol12 /sri vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Awadhesh</description>
      <pubDate>Fri, 14 Mar 2008 05:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvceate/m-p/5097822#M599732</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2008-03-14T05:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: lvceate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvceate/m-p/5097823#M599733</link>
      <description>then you must create the file system like below&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs  /dev/vg00/rlvol12&lt;BR /&gt;&lt;BR /&gt;then mkdir &lt;MOLUNT piont="" name=""&gt; like &lt;BR /&gt;mkdir /backup&lt;BR /&gt;&lt;BR /&gt;then mount the file system&lt;BR /&gt;&lt;BR /&gt;mount /dev/vg00/lvol12 /backup&lt;BR /&gt;&lt;BR /&gt;&lt;/MOLUNT&gt;</description>
      <pubDate>Fri, 14 Mar 2008 05:20:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvceate/m-p/5097823#M599733</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-03-14T05:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: lvceate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvceate/m-p/5097824#M599734</link>
      <description>Thanks !</description>
      <pubDate>Fri, 14 Mar 2008 05:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvceate/m-p/5097824#M599734</guid>
      <dc:creator>Sridhar R</dc:creator>
      <dc:date>2008-03-14T05:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: lvceate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvceate/m-p/5097825#M599735</link>
      <description>if replies help you though,you may give remark for that, otherwise it should be one sided.&lt;BR /&gt;&lt;BR /&gt;Unacceptable!!!!!!!!!!!!!!!</description>
      <pubDate>Fri, 14 Mar 2008 05:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvceate/m-p/5097825#M599735</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-03-14T05:37:07Z</dc:date>
    </item>
  </channel>
</rss>

