<?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: fsadm error 251 - any ideas? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743835#M628541</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have OnlineJFS installed.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000058668963" target="_blank"&gt;http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000058668963&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Jun 2002 12:33:17 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2002-06-13T12:33:17Z</dc:date>
    <item>
      <title>fsadm error 251 - any ideas?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743828#M628534</link>
      <description>Hi,&lt;BR /&gt;I have been trying to extend a filesystem using fsadm on HPUX 10.20 - but im getting the following error : &lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -b 252M /var           &lt;BR /&gt;fsadm: /dev/vg00/rlvol8 is currently 225280 sectors - size will be increased&lt;BR /&gt;fsadm: attempt to resize /dev/vg00/rlvol8 failed with errno 251&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;I am unable to unmount the filesystem as it is /var.&lt;BR /&gt;&lt;BR /&gt;I also get the same error when in single user mode.&lt;BR /&gt;&lt;BR /&gt;I would appreciate your help with this error.&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;R.</description>
      <pubDate>Thu, 13 Jun 2002 08:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743828#M628534</guid>
      <dc:creator>RAKESH_12</dc:creator>
      <dc:date>2002-06-13T08:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error 251 - any ideas?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743829#M628535</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Error 251 seems to be "Function not implemented ".&lt;BR /&gt;&lt;BR /&gt;Did you try the comand :&lt;BR /&gt;# fsadm -F vxfs -b 258048 /var.&lt;BR /&gt;&lt;BR /&gt;Did you first extend the lv ?&lt;BR /&gt;# lvextend -L 252 /dev/vg08/lvol8&lt;BR /&gt;&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 09:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743829#M628535</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2002-06-13T09:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error 251 - any ideas?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743830#M628536</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;grep 251 /usr/include/sys/errno.h&lt;BR /&gt;&lt;BR /&gt;#define ENOSYS          251     /* Function not implemented     */&lt;BR /&gt;&lt;BR /&gt;You are probably missing a driver or part of the Advanced Journal FIlesystem&lt;BR /&gt;&lt;BR /&gt;Check it with swlist to see that it is configured and the version matches.&lt;BR /&gt;&lt;BR /&gt;Check for&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/sysadm/get_sysfile /stand/vmunix |grep vx &lt;BR /&gt;vxadv    &lt;BR /&gt; &lt;BR /&gt;vxbase     &lt;BR /&gt;If either is missing then remake kernel with driver in&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         steve Steel</description>
      <pubDate>Thu, 13 Jun 2002 09:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743830#M628536</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-06-13T09:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error 251 - any ideas?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743831#M628537</link>
      <description>Hi RAKESH,&lt;BR /&gt;&lt;BR /&gt;little checklist to trace the problem:&lt;BR /&gt;&lt;BR /&gt;- The lvextend command before worked ?&lt;BR /&gt;- Does fsadm -F vxfs -b $((252 * 1024)) /var work ?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;RGDS, Holger</description>
      <pubDate>Thu, 13 Jun 2002 09:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743831#M628537</guid>
      <dc:creator>Holger Knoppik</dc:creator>
      <dc:date>2002-06-13T09:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error 251 - any ideas?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743832#M628538</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  Did U use lvextend command before?  &lt;BR /&gt;&lt;BR /&gt;  Follow this&lt;BR /&gt;&lt;BR /&gt;  I hope U have online JFS installed in ur BOX.. If not online alteration will not do&lt;BR /&gt;&lt;BR /&gt;#lvextend -L &lt;FINAL size=""&gt; /dev/vgxx/lvolx&lt;BR /&gt;&lt;BR /&gt;#fsadm -F vxfs -b &lt;SIZE in="" mb=""&gt;m /var&lt;BR /&gt;&lt;BR /&gt;  Any error? If still problem, Go to single user mode and use extendfs command to extend filesystem.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Shahul&lt;/SIZE&gt;&lt;/FINAL&gt;</description>
      <pubDate>Thu, 13 Jun 2002 09:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743832#M628538</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-06-13T09:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error 251 - any ideas?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743833#M628539</link>
      <description>Hi there,&lt;BR /&gt;   If the file system is at 100% fsadm will not work.  You have to get it down to 99 or 98%.  This might be your problem.&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Thu, 13 Jun 2002 10:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743833#M628539</guid>
      <dc:creator>Phillip Renner</dc:creator>
      <dc:date>2002-06-13T10:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error 251 - any ideas?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743834#M628540</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Either you do not have OnlineJFS or it is not installed properly.&lt;BR /&gt;&lt;BR /&gt;On 10.20:&lt;BR /&gt;&lt;BR /&gt;# swlist|grep -i OnlineJFS &lt;BR /&gt;&lt;BR /&gt;...should return:&lt;BR /&gt;&lt;BR /&gt;B3928AA_APZ B.10.20 HP OnLineJFS (Advanced VxFS)&lt;BR /&gt;&lt;BR /&gt;...and:&lt;BR /&gt;&lt;BR /&gt;# grep -i vxadv /stand/system&lt;BR /&gt;&lt;BR /&gt;...should return:&lt;BR /&gt;&lt;BR /&gt;vxadv&lt;BR /&gt;&lt;BR /&gt;...and:&lt;BR /&gt;&lt;BR /&gt;# swlist -a state fileset AdvJournalFS&lt;BR /&gt;&lt;BR /&gt;...should show all filesets "configured".&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 13 Jun 2002 11:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743834#M628540</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-06-13T11:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error 251 - any ideas?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743835#M628541</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have OnlineJFS installed.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000058668963" target="_blank"&gt;http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000058668963&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 12:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743835#M628541</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-13T12:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm error 251 - any ideas?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743836#M628542</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;I'm missing vxadv in /stand/system file, how do I install it?&lt;BR /&gt;&lt;BR /&gt;Please advice.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Wed, 19 Nov 2003 11:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-error-251-any-ideas/m-p/2743836#M628542</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2003-11-19T11:13:36Z</dc:date>
    </item>
  </channel>
</rss>

