<?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: always not mounted/missing file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463156#M210441</link>
    <description>Most likely cause.&lt;BR /&gt;&lt;BR /&gt;You have largefiles option in /etc/fstab on an 11i v1 system or above. That option worked in 11.00 but was deprecated in 11i v1.&lt;BR /&gt;&lt;BR /&gt;If thats not the issue then try a generic set of mount options in /etc/fstab for the oracle fs.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 14 Jan 2005 00:21:34 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-01-14T00:21:34Z</dc:date>
    <item>
      <title>always not mounted/missing file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463153#M210438</link>
      <description>i need help, everytime i reboot our server the /oracle file system is always missing and not mounted. if i use mount /oracle error 'mount option(s) incompatible with file system /dev/vg01/lvol11' i try to use the command &lt;BR /&gt;&lt;BR /&gt;mount /dev/vg01/lvol11 /orcle &lt;BR /&gt;&lt;BR /&gt;it works but everytime i reboot my server file system /oracle always not mounted. &lt;BR /&gt;what should i do? please help thank you very much!</description>
      <pubDate>Thu, 13 Jan 2005 23:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463153#M210438</guid>
      <dc:creator>lawrence g. jimenez</dc:creator>
      <dc:date>2005-01-13T23:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: always not mounted/missing file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463154#M210439</link>
      <description>Add an entry for this filesystem in /etc/fstab file.&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 23:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463154#M210439</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-01-13T23:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: always not mounted/missing file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463155#M210440</link>
      <description>The file /etc/fstab tells HP-UX which filesystems to mount when the system boots.  The syntax:&lt;BR /&gt;&lt;BR /&gt;mount /oracle&lt;BR /&gt;&lt;BR /&gt;will work if there's an entry in /etc/fstab that describes *how* to mount /oracle -- HP-UX needs to know what part of the disk to mount at "/oracle".  The "what part of the disk" is the /dev/vg01/lvol11 in your successful mount command.&lt;BR /&gt;&lt;BR /&gt;Try adding a line (probably at the end) of your /etc/fstab:&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol11 /oracle vxfs defaults 0 2&lt;BR /&gt;&lt;BR /&gt;(There are a lot of parameters you can use; I'm making the assumption that your filesystem is a vxfs filesystem.  If it's not, you need to change "vxfs" to something else.  You should probably change "defaults" to something more appropriate -- see what other, similar filesystems are mounted as -- perhaps delaylog, datainlog, and so forth.  See:&lt;BR /&gt;&lt;BR /&gt;man 4 fstab&lt;BR /&gt;&lt;BR /&gt;for more information.)&lt;BR /&gt;&lt;BR /&gt;If you're adding more filesystems, you'll need to do this for each new filesystem.  One easy way to add filesystems is with the "SAM" utility (sam).  SAM (System Administration Manager) takes care of all the details for you.</description>
      <pubDate>Fri, 14 Jan 2005 00:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463155#M210440</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2005-01-14T00:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: always not mounted/missing file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463156#M210441</link>
      <description>Most likely cause.&lt;BR /&gt;&lt;BR /&gt;You have largefiles option in /etc/fstab on an 11i v1 system or above. That option worked in 11.00 but was deprecated in 11i v1.&lt;BR /&gt;&lt;BR /&gt;If thats not the issue then try a generic set of mount options in /etc/fstab for the oracle fs.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 14 Jan 2005 00:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463156#M210441</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-14T00:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: always not mounted/missing file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463157#M210442</link>
      <description>Hi Lawrence,&lt;BR /&gt;&lt;BR /&gt;If you are not sure of the integrity of the filesystem, try and run "fsck" on the LV device. Thereafter, check the entries in /etc/fstab for:&lt;BR /&gt;/dev/vg01/lvol11 /oracle vxfs defaults 0 2&lt;BR /&gt;or similar. &lt;BR /&gt;Reboot to confirm the process.&lt;BR /&gt;&lt;BR /&gt;All the best.&lt;BR /&gt;&lt;BR /&gt;Charles&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jan 2005 03:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463157#M210442</guid>
      <dc:creator>Charles Egbon</dc:creator>
      <dc:date>2005-01-14T03:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: always not mounted/missing file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463158#M210443</link>
      <description>hi to all, thanks for the reply. &lt;BR /&gt;&lt;BR /&gt;in my /etc/fstab there is an entry of my /oracle file system. &lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol11 /oracle vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;but still when i reboot my server my /oracle file system didn't mount and i mounted it manually. &lt;BR /&gt;&lt;BR /&gt;one more thing i have a largefiles option in my /etc/fstab, do you think this is one of the cause of my problem now? &lt;BR /&gt;&lt;BR /&gt;how to convert nolargefiles to largefiles option? will it work if i  will vi(edit) then delete the nolargefiles to largefile? then reboot the server?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Jan 2005 20:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463158#M210443</guid>
      <dc:creator>lawrence g. jimenez</dc:creator>
      <dc:date>2005-01-16T20:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: always not mounted/missing file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463159#M210444</link>
      <description>Execute the following command immediately after&lt;BR /&gt;you rebooted the system and see if there are any&lt;BR /&gt;error messages:&lt;BR /&gt;&lt;BR /&gt;$ dmesg -&lt;BR /&gt;&lt;BR /&gt;(Make sure to redirect the output of the above&lt;BR /&gt;command  to a file as any subsequent "dmesg -"&lt;BR /&gt;command will not print the same messages again).&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Jan 2005 21:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/always-not-mounted-missing-file-system/m-p/3463159#M210444</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-01-16T21:20:14Z</dc:date>
    </item>
  </channel>
</rss>

