<?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 fs not mounting at boot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576610#M858624</link>
    <description>I have this line in my /etc/fstab...&lt;BR /&gt;&lt;BR /&gt;/dev/oracle/oracle1 /opt/oracle vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;I will not mount at boot, however if&lt;BR /&gt;I simply do mount /dev/oracle/oracle1 /opt/oracle&lt;BR /&gt;&lt;BR /&gt;it mounts.  Any ideas???</description>
    <pubDate>Thu, 06 Sep 2001 20:39:27 GMT</pubDate>
    <dc:creator>Jim Booker</dc:creator>
    <dc:date>2001-09-06T20:39:27Z</dc:date>
    <item>
      <title>fs not mounting at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576610#M858624</link>
      <description>I have this line in my /etc/fstab...&lt;BR /&gt;&lt;BR /&gt;/dev/oracle/oracle1 /opt/oracle vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;I will not mount at boot, however if&lt;BR /&gt;I simply do mount /dev/oracle/oracle1 /opt/oracle&lt;BR /&gt;&lt;BR /&gt;it mounts.  Any ideas???</description>
      <pubDate>Thu, 06 Sep 2001 20:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576610#M858624</guid>
      <dc:creator>Jim Booker</dc:creator>
      <dc:date>2001-09-06T20:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: fs not mounting at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576611#M858625</link>
      <description>Hi Jim,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Was the VG /dev/oracle active when you tried to mount it or did you have to activate it?&lt;BR /&gt;&lt;BR /&gt;Did you see any errors in /etc/rc.log?&lt;BR /&gt;&lt;BR /&gt;-Ramesh</description>
      <pubDate>Thu, 06 Sep 2001 20:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576611#M858625</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-06T20:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: fs not mounting at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576612#M858626</link>
      <description>What does your rc.log say?.&lt;BR /&gt;&lt;BR /&gt;Did you try doing a mount -a and see if&lt;BR /&gt;it is mouting?..&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 06 Sep 2001 21:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576612#M858626</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-06T21:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: fs not mounting at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576613#M858627</link>
      <description>Hi Jim:&lt;BR /&gt;&lt;BR /&gt;Are you sure that /opt/oracle has 'largefiles' support enabled?  Do this:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs /opt/oracle&lt;BR /&gt;&lt;BR /&gt;This will return "largefiles" or "nolargefiles".  If there is "nolargefiles" support and you are trying to mount with the 'largefiles' option, the mount will fail.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Sep 2001 21:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576613#M858627</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-06T21:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: fs not mounting at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576614#M858628</link>
      <description>You could try checking the /etc/rc.log? Near the top you should see something like ...&lt;BR /&gt;Mount file systems&lt;BR /&gt;Output from "/sbin/rc1.d/S100localmount start":&lt;BR /&gt;Also worth checking the /var/adm/syslog/syslog.log for any messages relating to the mount operation.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 21:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576614#M858628</guid>
      <dc:creator>David Manson</dc:creator>
      <dc:date>2001-09-06T21:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: fs not mounting at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576615#M858629</link>
      <description>I reckon the options mentioned in the /etc/fstab are not matching with the file system paramaeters. please check them&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Manju</description>
      <pubDate>Thu, 06 Sep 2001 22:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576615#M858629</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2001-09-06T22:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: fs not mounting at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576616#M858630</link>
      <description>Hi Jim,&lt;BR /&gt;&lt;BR /&gt;the /etc/rc.log file should tell you why that particular volume is not getting mounted. I'm assuming your Vg is getting activated at boot time, since you are able to mount the volume through the command prompt. &lt;BR /&gt;&lt;BR /&gt;I had a similar situation where one particular volume was not getting mounted. On looking at /etc/rc.log file i found that the filesystem was set to mount with largefiles options while the filesystem was set as nolargefiles. &lt;BR /&gt;&lt;BR /&gt;You can check that using,&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs /opt/oracle once you have mounted the filesystem. It should return with &lt;BR /&gt;"largefiles" if the same is set. If the same returns with "nolargefiles", you have two choices, either set the filesystem parameter to lrgefiles or in the /etc/fstab set the para as nolargefiles. I would prefer to have it set as largefiles. &lt;BR /&gt;&lt;BR /&gt;You can do that either using SAM, Select Disk and Filesystems---&amp;gt; Filesystems, select the logical volume and in the action menu, select modify, modify the VXFS options, set the option to largefiles.&lt;BR /&gt;&lt;BR /&gt;The other way is to unmount the filesystem and do it through fsadm&lt;BR /&gt;fsadm -F vxfs -o largefiles /dev/oracle/oracle&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 22:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576616#M858630</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-06T22:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: fs not mounting at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576617#M858631</link>
      <description>Whenever you make a change to fstab, always mount the location by hand.  For the example given:&lt;BR /&gt;&lt;BR /&gt;/dev/oracle/oracle1 /opt/oracle vxfs rw,suid,largefiles,delaylog,datainlog 0 2 &lt;BR /&gt;&lt;BR /&gt;the mountpoint is /opt/oracle, so use the command:&lt;BR /&gt;&lt;BR /&gt;mount /opt/oracle&lt;BR /&gt;&lt;BR /&gt;and see what the errors might be.  I always test fstab with mount before rebooting.</description>
      <pubDate>Thu, 06 Sep 2001 23:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576617#M858631</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-09-06T23:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: fs not mounting at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576618#M858632</link>
      <description>Hello,&lt;BR /&gt;For your /opt/oracle file system.&lt;BR /&gt;sam--&amp;gt;Disks and file systems--&amp;gt;Actions---&amp;gt;modify&lt;BR /&gt;check whether you have checked the mount at boot option.&lt;BR /&gt;!!Good replies for to check the large files on the file system.&lt;BR /&gt;Thanks&lt;BR /&gt;G Manikandan</description>
      <pubDate>Fri, 07 Sep 2001 02:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576618#M858632</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-09-07T02:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: fs not mounting at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576619#M858633</link>
      <description>Hi,&lt;BR /&gt;/dev/oracle/oracle1 /opt/oracle vxfs rw,suid,defaults 0 2 &lt;BR /&gt;this will work.</description>
      <pubDate>Fri, 07 Sep 2001 09:22:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs-not-mounting-at-boot/m-p/2576619#M858633</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-09-07T09:22:53Z</dc:date>
    </item>
  </channel>
</rss>

