<?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: File system not mounting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034900#M302011</link>
    <description>Usually you get the error after you reboot system after 24Jun2007. This is known issue and will be fix by later Online JFS version.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00855165-1" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00855165-1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/softwarereleases/releases-media2/notices/June28_v12.pdf" target="_blank"&gt;http://www.hp.com/softwarereleases/releases-media2/notices/June28_v12.pdf&lt;/A&gt;</description>
    <pubDate>Wed, 11 Jul 2007 03:49:19 GMT</pubDate>
    <dc:creator>tsf_1</dc:creator>
    <dc:date>2007-07-11T03:49:19Z</dc:date>
    <item>
      <title>File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034892#M302003</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Some file systems which is already listed in /etc/fstab are not mounting automatically when system boots.&lt;BR /&gt;When I gave 'mountall' after system is booted up, it gave the following error.&lt;BR /&gt;&lt;BR /&gt;mountall: cannot mount /dev/vg01/lvol42&lt;BR /&gt;mountall: diagnostics from mount&lt;BR /&gt;vxfs mount: option not supported on this version of vxfs.&lt;BR /&gt;mountall: cannot mount /dev/vg01/lvol43&lt;BR /&gt;mountall: cannot mount /dev/vg01/lvol44&lt;BR /&gt;mountall: cannot mount /dev/vg01/lvol9&lt;BR /&gt;mountall: diagnostics from mount&lt;BR /&gt;vxfs mount: option not supported on this version of vxfs.&lt;BR /&gt;&lt;BR /&gt;But I can able to mount it manually.&lt;BR /&gt;&lt;BR /&gt;Please find below the corresponding lines in fstab  for the filesystems listed above.&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol42 /tntbhhome/dat vxfs log,mincache=dsync,blkclear,nodatainlog,largefiles,rw,suid 0 2&lt;BR /&gt;/dev/vg01/lvol43 /tntbhhome/dat/arch vxfs rw,suid,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg01/lvol44 /tntbhhome/dat/NBBarch vxfs rw,suid,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg01/lvol9 /relbhdb vxfs log,mincache=dsync,blkclear,nodatainlog,largefiles,rw,suid 0 2&lt;BR /&gt;&lt;BR /&gt;Can anybody tell me which options are not supported...?&lt;BR /&gt;&lt;BR /&gt;Thanx in advance..&lt;BR /&gt;&lt;BR /&gt;Ajith.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2007 08:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034892#M302003</guid>
      <dc:creator>Ajithkumar</dc:creator>
      <dc:date>2007-07-10T08:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034893#M302004</link>
      <description>Omit mincache=&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol42 /tntbhhome/dat vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;Regards,Stan</description>
      <pubDate>Tue, 10 Jul 2007 08:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034893#M302004</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2007-07-10T08:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034894#M302005</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The key error seems to be "vxfs mount: option not supported on this version of vxfs".&lt;BR /&gt;&lt;BR /&gt;Did you import a volume group from another server and then mount the logical volumes with their filesystems after modifying '/etc/fstab'?  If so, what is the filesystem layout version?&lt;BR /&gt;&lt;BR /&gt;# mkfs -F vxfs -m /dev/vg01/lvol42&lt;BR /&gt;&lt;BR /&gt;What is your operating system version and your JFS version?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 10 Jul 2007 08:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034894#M302005</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-07-10T08:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034895#M302006</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Another very likely possibility is that your OnlineJFS license has expired because it was released (erroneously) as a "demo" license.&lt;BR /&gt;&lt;BR /&gt;To use 'mincache=dsync' you need OnlineJFS.  &lt;BR /&gt;&lt;BR /&gt;See this thread for the details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1137332" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1137332&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2007 08:56:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034895#M302006</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-07-10T08:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034896#M302007</link>
      <description>What about vxenable -a in the inittab? &lt;BR /&gt;&lt;BR /&gt;He has 2 fs where there are no options listed but the fs wont mount.&lt;BR /&gt;&lt;BR /&gt;but OnlineJFS maybe invalid as well...</description>
      <pubDate>Tue, 10 Jul 2007 09:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034896#M302007</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2007-07-10T09:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034897#M302008</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;...for that matter, too, 'detainlog' also requires OnlineJFS.  I am sure that your OnlineJFS license has expired as I noted, above.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 10 Jul 2007 09:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034897#M302008</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-07-10T09:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034898#M302009</link>
      <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;Thanx for your valuable feedback.&lt;BR /&gt;I could find that the license for OnlineJFS is expired.&lt;BR /&gt;&lt;BR /&gt;VERITAS License Manager vxlicrep utility version 3.00.007&lt;BR /&gt;Copyright (C) VERITAS Software Corp 2002. All Rights reserved. &lt;BR /&gt;&lt;BR /&gt;Creating a report on all VERITAS products installed on this system&lt;BR /&gt;&lt;BR /&gt; -----------------***********************-----------------&lt;BR /&gt;&lt;BR /&gt;   License Key                         = 907749864228766544621479&lt;BR /&gt;   Product Name                        = VERITAS File System&lt;BR /&gt;   Key                                 = Invalid,  Expired&lt;BR /&gt;   License Type                        = DEMO&lt;BR /&gt;   Demo End Date                       = Sun Jun 24 11:00:00 2007&lt;BR /&gt;   Site License                        = YES&lt;BR /&gt;&lt;BR /&gt;Features := &lt;BR /&gt;   HP_OnlineJFS                        = Enabled&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HP-UX version is 11.11 - MCOE&lt;BR /&gt;&lt;BR /&gt;Online JFS is installed as a part of MCOE.&lt;BR /&gt;At the moment I dont have the latest MCOE for 11.11 (The one I have is Dec 2004)&lt;BR /&gt;&lt;BR /&gt;How can I fix this issue...?&lt;BR /&gt;&lt;BR /&gt;Ajith.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jul 2007 00:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034898#M302009</guid>
      <dc:creator>Ajithkumar</dc:creator>
      <dc:date>2007-07-11T00:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034899#M302010</link>
      <description>You should probably install newer versions of this products, more details are here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/softwarereleases/releases-media2/notices/mc-edited.pdf" target="_blank"&gt;http://www.hp.com/softwarereleases/releases-media2/notices/mc-edited.pdf&lt;/A&gt;</description>
      <pubDate>Wed, 11 Jul 2007 00:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034899#M302010</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-07-11T00:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034900#M302011</link>
      <description>Usually you get the error after you reboot system after 24Jun2007. This is known issue and will be fix by later Online JFS version.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00855165-1" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00855165-1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/softwarereleases/releases-media2/notices/June28_v12.pdf" target="_blank"&gt;http://www.hp.com/softwarereleases/releases-media2/notices/June28_v12.pdf&lt;/A&gt;</description>
      <pubDate>Wed, 11 Jul 2007 03:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034900#M302011</guid>
      <dc:creator>tsf_1</dc:creator>
      <dc:date>2007-07-11T03:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034901#M302012</link>
      <description>Usually you get the error after you reboot system after 24Jun2007. This is known issue and will be fix by later Online JFS version.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00855165-1" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00855165-1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/softwarereleases/releases-media2/notices/June28_v12.pdf" target="_blank"&gt;http://www.hp.com/softwarereleases/releases-media2/notices/June28_v12.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can temporary mount manually without using any options indicated in your /etc/fstab.</description>
      <pubDate>Wed, 11 Jul 2007 03:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034901#M302012</guid>
      <dc:creator>tsf_1</dc:creator>
      <dc:date>2007-07-11T03:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034902#M302013</link>
      <description>Thank you very much to all.&lt;BR /&gt;&lt;BR /&gt;I will get the latest 11.11 MCOE and reinstall online JFS to resolve the issue&lt;BR /&gt;&lt;BR /&gt;Ajith.</description>
      <pubDate>Wed, 11 Jul 2007 07:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034902#M302013</guid>
      <dc:creator>Ajithkumar</dc:creator>
      <dc:date>2007-07-11T07:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034903#M302014</link>
      <description>Did u get a chance to reinstall?</description>
      <pubDate>Tue, 17 Jul 2007 01:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034903#M302014</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-17T01:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034904#M302015</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;see also:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1144586" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1144586&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 17 Jul 2007 01:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034904#M302015</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-07-17T01:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: File system not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034905#M302016</link>
      <description>Hi Santhosh,&lt;BR /&gt; I will be getting the media by this weekend only.&lt;BR /&gt;&lt;BR /&gt;Yogeeraj,&lt;BR /&gt;&lt;BR /&gt;Thanx for the link.&lt;BR /&gt;&lt;BR /&gt;Ajith.</description>
      <pubDate>Tue, 17 Jul 2007 02:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-not-mounting/m-p/4034905#M302016</guid>
      <dc:creator>Ajithkumar</dc:creator>
      <dc:date>2007-07-17T02:03:51Z</dc:date>
    </item>
  </channel>
</rss>

