<?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: Problem with creating new space. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346967#M344360</link>
    <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;Does anyone know what I am doing wrong?&lt;BR /&gt;&amp;lt;&amp;lt; You have missed out "newfs" or fsadm command,.?&lt;BR /&gt;&lt;BR /&gt;Basic steps to create a File system&lt;BR /&gt;&lt;BR /&gt;1. lvcreate &lt;BR /&gt;2. newfs or fsadm (fsadm- used when Online JFS has been Installed)&lt;BR /&gt;3. edit the /etc/fstab file to add entry for newly created File System&lt;BR /&gt;4. mount -a&lt;BR /&gt;&lt;BR /&gt;See below example:-&lt;BR /&gt;===================&lt;BR /&gt;user requested creat new mount point for 5GB,,&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/lvcreate -L 5120 vg06&lt;BR /&gt; &lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg06/rlvol20 &lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt; fsadm -F vxfs -o largefiles  /dev/vg06/rlvol20&lt;BR /&gt;&lt;BR /&gt;mkdir /oracle/kms/data05&lt;BR /&gt;&lt;BR /&gt;cp /etc/fstab /etc/fstab.0111062334&lt;BR /&gt;&lt;BR /&gt;vi /etc/fstab/dev/vg06/lvol20 /oracle/kms/data05  vxfs rw,suid,largefiles,delaylog,datainlog 0 2 &lt;BR /&gt;&lt;BR /&gt;mount /oracle/kms/data05&lt;BR /&gt;&lt;BR /&gt;Hope this Helps.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Jan 2009 05:01:02 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2009-01-29T05:01:02Z</dc:date>
    <item>
      <title>Problem with creating new space.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346964#M344357</link>
      <description>I work with HP-UX 11.23 on an rp3440-4 server.  We use Informix 9.  This morning I tried to create a new lv space on my server but for some reason I am not able to mount it.&lt;BR /&gt;&lt;BR /&gt;Here are the steps that I took to create the space.&lt;BR /&gt;&lt;BR /&gt;root: / ==&amp;gt; lvcreate -L 500 -n devtacs10 /dev/vg01&lt;BR /&gt;Warning: rounding up logical volume size to extent boundary at size "512" MB.&lt;BR /&gt;Logical volume "/dev/vg01/devtacs10" has been successfully created with&lt;BR /&gt;character device "/dev/vg01/rdevtacs10".&lt;BR /&gt;Logical volume "/dev/vg01/devtacs10" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I tried to mount it I received this error:&lt;BR /&gt;&lt;BR /&gt;root: / ==&amp;gt; mount /dev/vg01/devtacs10 /apps/devtacs10&lt;BR /&gt;/dev/vg01/devtacs10: unrecognized file system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So I checked the syslog and found this:&lt;BR /&gt;&lt;BR /&gt;Jan 28 09:34:40 gravina LVM[11732]: lvcreate -L 500 -n devtacs10 /dev/vg01 &lt;BR /&gt;Jan 28 09:34:41 gravina LVM[11732]: Volume Group configuration for /dev/vg01 has&lt;BR /&gt; been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I figured that I would need to make sure the lv was in /etc/fstab.  It wasn't there so I added it by making a copy of the orignal entry and modified the name.&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/devtacs10 /apps/devtacs10 vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I try to mount the lv I still get an error.&lt;BR /&gt;&lt;BR /&gt;root: /dev/vg01 ==&amp;gt; mount /dev/vg01/devtacs10 /apps/devtacs10&lt;BR /&gt;/dev/vg01/devtacs10: unrecognized file system&lt;BR /&gt;root: /dev/vg01 ==&amp;gt; mount /apps/devtacs10&lt;BR /&gt;vxfs mount: not a valid vxfs file system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have followed these same steps last year when I created my last lv and didn't have any problems.&lt;BR /&gt;Does anyone know what I am doing wrong?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 20:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346964#M344357</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2009-01-28T20:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating new space.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346965#M344358</link>
      <description>Did you create the file system?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg01/rdevtacs10&lt;BR /&gt;&lt;BR /&gt;Then create a mountpoint and try to mount it.&lt;BR /&gt;&lt;BR /&gt;Or did I miss reading that up there??&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita</description>
      <pubDate>Wed, 28 Jan 2009 20:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346965#M344358</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2009-01-28T20:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating new space.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346966#M344359</link>
      <description>Rita got it in one.&lt;BR /&gt;&lt;BR /&gt;You created the LV, but neglected to create a filesystem on the LV.&lt;BR /&gt;&lt;BR /&gt;The 'newfs' command Rita gave should do the trick for you.</description>
      <pubDate>Wed, 28 Jan 2009 20:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346966#M344359</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-01-28T20:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating new space.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346967#M344360</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;Does anyone know what I am doing wrong?&lt;BR /&gt;&amp;lt;&amp;lt; You have missed out "newfs" or fsadm command,.?&lt;BR /&gt;&lt;BR /&gt;Basic steps to create a File system&lt;BR /&gt;&lt;BR /&gt;1. lvcreate &lt;BR /&gt;2. newfs or fsadm (fsadm- used when Online JFS has been Installed)&lt;BR /&gt;3. edit the /etc/fstab file to add entry for newly created File System&lt;BR /&gt;4. mount -a&lt;BR /&gt;&lt;BR /&gt;See below example:-&lt;BR /&gt;===================&lt;BR /&gt;user requested creat new mount point for 5GB,,&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/lvcreate -L 5120 vg06&lt;BR /&gt; &lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg06/rlvol20 &lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt; fsadm -F vxfs -o largefiles  /dev/vg06/rlvol20&lt;BR /&gt;&lt;BR /&gt;mkdir /oracle/kms/data05&lt;BR /&gt;&lt;BR /&gt;cp /etc/fstab /etc/fstab.0111062334&lt;BR /&gt;&lt;BR /&gt;vi /etc/fstab/dev/vg06/lvol20 /oracle/kms/data05  vxfs rw,suid,largefiles,delaylog,datainlog 0 2 &lt;BR /&gt;&lt;BR /&gt;mount /oracle/kms/data05&lt;BR /&gt;&lt;BR /&gt;Hope this Helps.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 05:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346967#M344360</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-01-29T05:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating new space.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346968#M344361</link>
      <description>You can use the following command to create the lv&lt;BR /&gt;&lt;BR /&gt;The following creates a 500MB large LV named lvdata on any disk(s) of the VG vg01:&lt;BR /&gt;# lvcreate -n lvdata -L 500 vg01&lt;BR /&gt;# newfs -F vxfs -o largefiles /dev/vg01/rlvdata&lt;BR /&gt;&lt;BR /&gt;donot forget to give largefiles if you are not using online JFS</description>
      <pubDate>Thu, 29 Jan 2009 06:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346968#M344361</guid>
      <dc:creator>sdass</dc:creator>
      <dc:date>2009-01-29T06:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating new space.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346969#M344362</link>
      <description>&amp;gt;sdas: not forget to give largefiles if you are not using Online JFS&lt;BR /&gt;&lt;BR /&gt;I was able to use fsadm to set largefiles without Online JFS on 11.23.</description>
      <pubDate>Thu, 29 Jan 2009 06:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-creating-new-space/m-p/4346969#M344362</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-29T06:55:42Z</dc:date>
    </item>
  </channel>
</rss>

