<?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: Online JFS inoperable after upgrad in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs-inoperable-after-upgrad/m-p/3939615#M288705</link>
    <description>You must install the appropriate version of ONLINE JFS for HP-UX 11.11.  You should have codewords to unlock this from the applications CD.</description>
    <pubDate>Tue, 06 Feb 2007 15:01:39 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2007-02-06T15:01:39Z</dc:date>
    <item>
      <title>Online JFS inoperable after upgrad</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs-inoperable-after-upgrad/m-p/3939614#M288704</link>
      <description>I've recently upgraded from 11.00 to 11.11; I just discovered Online JFS is not working.  Can someone let me know what steps are necessary in order to upgrad the Online JFS to work w/ HPUX 11.11?&lt;BR /&gt;&lt;BR /&gt;Thanks for your prompt help (note...it's my primary Oracle file system, which figures...)&lt;BR /&gt;&lt;BR /&gt;JR</description>
      <pubDate>Tue, 06 Feb 2007 14:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs-inoperable-after-upgrad/m-p/3939614#M288704</guid>
      <dc:creator>Joe Robinson_2</dc:creator>
      <dc:date>2007-02-06T14:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Online JFS inoperable after upgrad</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs-inoperable-after-upgrad/m-p/3939615#M288705</link>
      <description>You must install the appropriate version of ONLINE JFS for HP-UX 11.11.  You should have codewords to unlock this from the applications CD.</description>
      <pubDate>Tue, 06 Feb 2007 15:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs-inoperable-after-upgrad/m-p/3939615#M288705</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-02-06T15:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Online JFS inoperable after upgrad</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs-inoperable-after-upgrad/m-p/3939616#M288706</link>
      <description>Assuming you are under maintenance then you need to request new codewords and install OnlineJFS for 11.11. Check your licenses by running "vxlicense -p".</description>
      <pubDate>Tue, 06 Feb 2007 15:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs-inoperable-after-upgrad/m-p/3939616#M288706</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-02-06T15:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Online JFS inoperable after upgrad</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs-inoperable-after-upgrad/m-p/3939617#M288707</link>
      <description>Is OnlineJFS installed?&lt;BR /&gt;# swlist -l product OnlineJFS&lt;BR /&gt;&lt;BR /&gt;Should see:&lt;BR /&gt;  OnlineJFS             B.11.11        Online features of the VxFS File System&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are we licensed for OnlineJFS?&lt;BR /&gt;# vxlicense -p&lt;BR /&gt;&lt;BR /&gt;Should see:&lt;BR /&gt;vrts:vxlicense: INFO: Feature name: HP_OnlineJFS [50]&lt;BR /&gt;vrts:vxlicense: INFO: Number of licenses: 1 (non-floating)&lt;BR /&gt;vrts:vxlicense: INFO: Expiration date: Sun Jun 24 02:00:00 2007 (1065.8 days from now)&lt;BR /&gt;vrts:vxlicense: INFO: Release Level: 22&lt;BR /&gt;vrts:vxlicense: INFO: Machine Class: All&lt;BR /&gt;vrts:vxlicense: INFO: Site ID: 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check to see if vxportal in kernel:&lt;BR /&gt;&lt;BR /&gt;# kmsystem -q vxportal&lt;BR /&gt;&lt;BR /&gt;Should see:&lt;BR /&gt;&lt;BR /&gt;Module              Configured          Loadable&lt;BR /&gt;=================================================&lt;BR /&gt;vxportal            Y                   -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check device:&lt;BR /&gt;# lsdev | grep 97&lt;BR /&gt;&lt;BR /&gt;Should see:&lt;BR /&gt;       97          97         vxportal        unknown&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is /dev/vxportal corrupt?&lt;BR /&gt;# ll /dev/vxportal&lt;BR /&gt;&lt;BR /&gt;Should be like:&lt;BR /&gt;crw-r--r--   1 root       sys         97 0x000000 Nov 15  2000 /dev/vxportal&lt;BR /&gt;&lt;BR /&gt;If missing or incorrect permissions:&lt;BR /&gt;# rm /dev/vxportal&lt;BR /&gt;# mknod /dev/vxportal c 97 0&lt;BR /&gt;# chmod 644 /dev/vxportal&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If vxportal was not "Configured" in the kernel (from kmsystem command), then rebuild kernel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If none of that applied, try:&lt;BR /&gt;&lt;BR /&gt;/sbin/fs/vxfs/vxenablef -e online&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 06 Feb 2007 15:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs-inoperable-after-upgrad/m-p/3939617#M288707</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-02-06T15:38:25Z</dc:date>
    </item>
  </channel>
</rss>

