<?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: Question after kernel param config in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/question-after-kernel-param-config/m-p/2685585#M54065</link>
    <description>Matter of fact they are related. When your built a new kernel, put it in place without rebooting, Glance will be a bit confused because it gets it's data from the active kernel and detect that they are incompatible with the new /stand/vmunix. Only a reboot will make it happy.</description>
    <pubDate>Mon, 18 Mar 2002 21:48:58 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-03-18T21:48:58Z</dc:date>
    <item>
      <title>Question after kernel param config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-after-kernel-param-config/m-p/2685584#M54064</link>
      <description>This may sound like a silly question, but. I've just reconfigured the kernel on one of our systems. I've yet to reboot as i've only got a downtime window for midnight. &lt;BR /&gt;&lt;BR /&gt;Are there any implications for not rebooting?&lt;BR /&gt;&lt;BR /&gt;I know the kernel changes don't take place until after reboot, but if I try to look at glance I get the following error&lt;BR /&gt;&lt;BR /&gt;GlancePlus fatal error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;== Fatal Nums Error == C.02.30.00 04/21/99 23:38:36 gailp ==&lt;BR /&gt;User:   root              Date: Mon Mar 18 22:30:13&lt;BR /&gt;File:   nums.C            Line: 4698   Product id: Glance&lt;BR /&gt;System: ******* B.10.20 9000/820&lt;BR /&gt;&lt;BR /&gt;MI_GET_LANS failed: -1&lt;BR /&gt;== End of Error Msg =============================&lt;BR /&gt;&lt;BR /&gt;Are the 2 connected?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 21:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-after-kernel-param-config/m-p/2685584#M54064</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-03-18T21:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Question after kernel param config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-after-kernel-param-config/m-p/2685585#M54065</link>
      <description>Matter of fact they are related. When your built a new kernel, put it in place without rebooting, Glance will be a bit confused because it gets it's data from the active kernel and detect that they are incompatible with the new /stand/vmunix. Only a reboot will make it happy.</description>
      <pubDate>Mon, 18 Mar 2002 21:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-after-kernel-param-config/m-p/2685585#M54065</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-18T21:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question after kernel param config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-after-kernel-param-config/m-p/2685586#M54066</link>
      <description>A few commands like ps, Glance, lsof, adb are going to give you very strange results and may crash. The problem is that /dev/kmem and /dev/mem don't map correctly as indicated by /stand/vmunix.  It's normally best to delay your kernel rebuilds until shortly before reboot but you will probably be okay.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 21:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-after-kernel-param-config/m-p/2685586#M54066</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-03-18T21:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Question after kernel param config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-after-kernel-param-config/m-p/2685587#M54067</link>
      <description>Thanks chaps&lt;BR /&gt;&lt;BR /&gt;I've read up entirely on the parameter changes, but never had to actually make any before. I'm covering for my 3rd level team all week and actually on call. I'm logged on from home waiting for the reboot just to make sure all goes well&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 18 Mar 2002 22:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-after-kernel-param-config/m-p/2685587#M54067</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-03-18T22:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question after kernel param config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-after-kernel-param-config/m-p/2685588#M54068</link>
      <description>&lt;BR /&gt;I found the at command very useful.&lt;BR /&gt;&lt;BR /&gt;You could have scheduled a kernel switching and reboot by using the at command.&lt;BR /&gt;&lt;BR /&gt;You can enter several commands you want to do, like making a backup copy of a kernel/moving new into place aso.&lt;BR /&gt;&lt;BR /&gt;at midnight&lt;BR /&gt; command_1&lt;BR /&gt; command_2&lt;BR /&gt; command_3&lt;BR /&gt;^D&lt;BR /&gt;warning: commands will be executed using /usr/bin/sh&lt;BR /&gt;job 1000000001.a at Wed Mar 20 00:00:00 2002&lt;BR /&gt;&lt;BR /&gt;remember that the at command checks and stores your current environment when you issue the command.&lt;BR /&gt;Make sure you have privilegies, is on / directory, dont need to give input to commands (Yes/No) etc.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Mar 2002 23:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-after-kernel-param-config/m-p/2685588#M54068</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2002-03-19T23:01:38Z</dc:date>
    </item>
  </channel>
</rss>

