<?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: Creating Volumes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-volumes/m-p/3045124#M135170</link>
    <description>Hi Jagadesh,&lt;BR /&gt;&lt;BR /&gt;Nope - not in SAM.&lt;BR /&gt;It wants to do the *complete* process.&lt;BR /&gt;To do what you want, you'll have to do it command line:&lt;BR /&gt;Create the LV&lt;BR /&gt;lvcreate -L xxxx -n lv_name vg_name #where xxxx=size in MB&lt;BR /&gt;&lt;BR /&gt;Create the filesystem&lt;BR /&gt;newfs -F vxfs /dev/vg_name/rlv_name&lt;BR /&gt;&lt;BR /&gt;Then you can mount it whenever.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Fri, 08 Aug 2003 13:47:35 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2003-08-08T13:47:35Z</dc:date>
    <item>
      <title>Creating Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-volumes/m-p/3045123#M135169</link>
      <description>Is it possible to create logical volumes in SAM with out giving the mount point. It is asking for the mount point when i try to create Logical volume.&lt;BR /&gt;&lt;BR /&gt;I need to create a logical volume first and at later point of time i need to mount the same.&lt;BR /&gt;&lt;BR /&gt;Kindly help me out in this.&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Jagadesh</description>
      <pubDate>Fri, 08 Aug 2003 13:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-volumes/m-p/3045123#M135169</guid>
      <dc:creator>Jagadesh</dc:creator>
      <dc:date>2003-08-08T13:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-volumes/m-p/3045124#M135170</link>
      <description>Hi Jagadesh,&lt;BR /&gt;&lt;BR /&gt;Nope - not in SAM.&lt;BR /&gt;It wants to do the *complete* process.&lt;BR /&gt;To do what you want, you'll have to do it command line:&lt;BR /&gt;Create the LV&lt;BR /&gt;lvcreate -L xxxx -n lv_name vg_name #where xxxx=size in MB&lt;BR /&gt;&lt;BR /&gt;Create the filesystem&lt;BR /&gt;newfs -F vxfs /dev/vg_name/rlv_name&lt;BR /&gt;&lt;BR /&gt;Then you can mount it whenever.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 08 Aug 2003 13:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-volumes/m-p/3045124#M135170</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-08-08T13:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-volumes/m-p/3045125#M135171</link>
      <description>If you are going to use SAM to do this then the easist way is to simply select "None (Raw)" for usage when you create the LVOL. You can always then come back later and create a filesystem and define the mountpoint.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Aug 2003 13:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-volumes/m-p/3045125#M135171</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-08-08T13:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-volumes/m-p/3045126#M135172</link>
      <description>#  lvcreate -L ??? -n lvol? /dev/vg?? &lt;BR /&gt;# newfs -F vxfs /dev/vg??/rlvol?&lt;BR /&gt;&lt;BR /&gt;no mount at this time&lt;BR /&gt;&lt;BR /&gt;later time create mount point.&lt;BR /&gt;&lt;BR /&gt;# mkdir /??????&lt;BR /&gt;# mount /dev/vg??/lvol? /??????&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Aug 2003 13:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-volumes/m-p/3045126#M135172</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-08-08T13:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-volumes/m-p/3045127#M135173</link>
      <description>Hi Jagadesh,&lt;BR /&gt;&lt;BR /&gt;If you want to use SAM only then u can not avoid giving a mount point .&lt;BR /&gt;&lt;BR /&gt;What you can do is give a mount point and in the FS options select mount on boot option.&lt;BR /&gt;&lt;BR /&gt;And after creating the LV , SAM will put an additional line in fstab.Just vi fstab and remove that entry thats all.&lt;BR /&gt;&lt;BR /&gt;The file system will be created , but it will not be mounted unless you do it manually.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;baiju</description>
      <pubDate>Fri, 08 Aug 2003 15:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-volumes/m-p/3045127#M135173</guid>
      <dc:creator>blal</dc:creator>
      <dc:date>2003-08-08T15:26:49Z</dc:date>
    </item>
  </channel>
</rss>

