<?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: Mounting problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775217#M262072</link>
    <description>&lt;BR /&gt;largefiles was exactly the problem.... &lt;BR /&gt;&lt;BR /&gt;When I added the new LVs to the /etc/fstab file, I just copied the previous entry without realizing it had largefiles in it. This fixed it:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg02/rlvol4</description>
    <pubDate>Fri, 21 Apr 2006 09:09:38 GMT</pubDate>
    <dc:creator>dictum9</dc:creator>
    <dc:date>2006-04-21T09:09:38Z</dc:date>
    <item>
      <title>Mounting problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775211#M262066</link>
      <description>&lt;BR /&gt;I created some Oracle LVs but am having a difficulty mounting them. &lt;BR /&gt;After creating them, I ran mkfs -F /dev/vg02/lvol?&lt;BR /&gt;the /etc/fstab mounts it as the vxfs filesystem. &lt;BR /&gt;why is this happening? I don't understand why it's complaining about vxfs issues.&lt;BR /&gt;&lt;BR /&gt;# grep oracle /etc/fstab&lt;BR /&gt;&lt;BR /&gt;/dev/vg02/lvol1 /oracle/10ginf vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg02/lvol3 /oracle/10gmid vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg03/lvol8 /oracle/OID vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg02/lvol4 /oracle vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;root@:/# mountall&lt;BR /&gt;mountall: cannot mount /dev/vg02/lvol4&lt;BR /&gt;mountall: diagnostics from mount&lt;BR /&gt;vxfs mount: mount option(s) incompatible with file system /dev/vg02/lvol4&lt;BR /&gt;mountall: cannot mount /dev/vg03/lvol8&lt;BR /&gt;mountall: cannot mount /dev/vg02/lvol3&lt;BR /&gt;mountall: cannot mount /dev/vg02/lvol1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2006 15:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775211#M262066</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-04-20T15:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775212#M262067</link>
      <description>I think you need to make them large filesystems ... they weren't created as large filesystems.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2006 15:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775212#M262067</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-04-20T15:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775213#M262068</link>
      <description>If you didn't make the filesystem with the largefiles option, which you have specified in /etc/fstab, then the mount will fail.  What you need to do (assuming none of these have any data on them):&lt;BR /&gt;&lt;BR /&gt;# newfs -F vxfs -o largefiles /dev/vg02/lvol4&lt;BR /&gt;&lt;BR /&gt;Do this for each LV that is giving the same error.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2006 15:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775213#M262068</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-04-20T15:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775214#M262069</link>
      <description>right off the bet, the command for mkfs should have been like:&lt;BR /&gt;&lt;BR /&gt;mkfs -F vxfs -o largefiles /dev/vg03/lvol?&lt;BR /&gt;&lt;BR /&gt;try doing a fstyp /dev/vg03/lvol?&lt;BR /&gt;to make sure it is indeed a vxfs&lt;BR /&gt;&lt;BR /&gt;If it isn't, I would try redoing the new logical volumes you created.</description>
      <pubDate>Thu, 20 Apr 2006 15:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775214#M262069</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-04-20T15:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775215#M262070</link>
      <description>Hi etc,&lt;BR /&gt;&lt;BR /&gt;      I think this issue is due to incompatible version of your VXFS filesystem.&lt;BR /&gt;&lt;BR /&gt;      You haven't mentioned the version of your OS. Assuming that it was recently updated to 11.23, the mount fails because, 11.23 only supports vxfs version above 3.&lt;BR /&gt;&lt;BR /&gt;     Let us know the vxfs version and OS version.&lt;BR /&gt;&lt;BR /&gt;     uname -a&lt;BR /&gt;     fstyp -v /dev/vg02/lvol4&lt;BR /&gt;&lt;BR /&gt;     If the above metioned reason is the case, then you might have to upgrade your vxfs version using the following command for all the vxfs filesystem and then mount..&lt;BR /&gt;&lt;BR /&gt;      vxupgrade -n &lt;NEW_VERSION_NUM&gt; -r &lt;RAW_DEVICE_FILE&gt;&lt;BR /&gt;&lt;BR /&gt; e.g.  vxupgrade -n v -r /dev/vg02/rlvol4&lt;BR /&gt;&lt;BR /&gt;     Do the same for rest of the FS and try mounting.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A&lt;/RAW_DEVICE_FILE&gt;&lt;/NEW_VERSION_NUM&gt;</description>
      <pubDate>Fri, 21 Apr 2006 01:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775215#M262070</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-04-21T01:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775216#M262071</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just to caution as others advised to recreate the file system using newfs command with largefiles option, it will delete any data if there in file system.&lt;BR /&gt;&lt;BR /&gt;The same thing can be achived by using fsadm_vxfs command without destroying data. man fsadm_vxfs for details.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Fri, 21 Apr 2006 01:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775216#M262071</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-04-21T01:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775217#M262072</link>
      <description>&lt;BR /&gt;largefiles was exactly the problem.... &lt;BR /&gt;&lt;BR /&gt;When I added the new LVs to the /etc/fstab file, I just copied the previous entry without realizing it had largefiles in it. This fixed it:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg02/rlvol4</description>
      <pubDate>Fri, 21 Apr 2006 09:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problems/m-p/3775217#M262072</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-04-21T09:09:38Z</dc:date>
    </item>
  </channel>
</rss>

