<?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: Logging - Kernel Parameter changes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729314#M254292</link>
    <description>Nothing built-in to the OS that will track this... unless auditing in Trusted system would help... even that won't tell you everything in itself, I think.&lt;BR /&gt;&lt;BR /&gt;What changes were made would need to be monitored by running kmtune for a listing periodically and svaing them to compare. (Or maybe compare automatically what is running vs. what you have archived as what should be running.) Only root can make changes and rebuild kernels so, unless you have direct root logins disabled, including at the console, you may not be able to track down who specifically makes the changes.</description>
    <pubDate>Fri, 10 Feb 2006 16:36:40 GMT</pubDate>
    <dc:creator>Jeff_Traigle</dc:creator>
    <dc:date>2006-02-10T16:36:40Z</dc:date>
    <item>
      <title>Logging - Kernel Parameter changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729313#M254291</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   I have IA64 HP-UX system with OS HP-UX 11.23&lt;BR /&gt;   It seems some one has change the kernel parameters. After words we have also done chages in kernel parameter in month of Jan.&lt;BR /&gt;&lt;BR /&gt;Need to find out followings,&lt;BR /&gt;1&amp;gt; How many number of times the kernel parameters has been change in last 6 months.&lt;BR /&gt;2&amp;gt; What are the parameters has been change &amp;amp; who has made the changes.&lt;BR /&gt;3&amp;gt; If any other relevant information.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Varian Crasto</description>
      <pubDate>Fri, 10 Feb 2006 16:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729313#M254291</guid>
      <dc:creator>walter crasto_1</dc:creator>
      <dc:date>2006-02-10T16:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Logging - Kernel Parameter changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729314#M254292</link>
      <description>Nothing built-in to the OS that will track this... unless auditing in Trusted system would help... even that won't tell you everything in itself, I think.&lt;BR /&gt;&lt;BR /&gt;What changes were made would need to be monitored by running kmtune for a listing periodically and svaing them to compare. (Or maybe compare automatically what is running vs. what you have archived as what should be running.) Only root can make changes and rebuild kernels so, unless you have direct root logins disabled, including at the console, you may not be able to track down who specifically makes the changes.</description>
      <pubDate>Fri, 10 Feb 2006 16:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729314#M254292</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-02-10T16:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Logging - Kernel Parameter changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729315#M254293</link>
      <description>This is not recorded by the OS. &lt;BR /&gt;&lt;BR /&gt;This is best kept as some kind of change control process. &lt;BR /&gt;&lt;BR /&gt;Any changes (such as kernel changes) is documentated and presented. The change will be OK'd or DC'd and then recorded as part of the change control process. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Feb 2006 17:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729315#M254293</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-02-10T17:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Logging - Kernel Parameter changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729316#M254294</link>
      <description>In HP-UX 11.23 all changes from kernel parameter are record in file /var/adm/kc.log&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;======================================================================&lt;BR /&gt;&lt;BR /&gt;Change to configuration 'nextboot'&lt;BR /&gt;at 14:10:33 GMTLA on 20 January 2006 by root:&lt;BR /&gt;Tunable 'shmmax' changed from '34359738368' to '68719476736'.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See too:&lt;BR /&gt;&lt;BR /&gt;# man kclog&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Sat, 11 Feb 2006 10:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729316#M254294</guid>
      <dc:creator>Carlos Roberto Schimidt</dc:creator>
      <dc:date>2006-02-11T10:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Logging - Kernel Parameter changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729317#M254295</link>
      <description>Shalom Varian,&lt;BR /&gt;&lt;BR /&gt;You can write a script that does manual kernel production and keeps copies of the system file with the date appended.&lt;BR /&gt;&lt;BR /&gt;Thats what I did when I was called upon to track that stuff at my prior job.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 11 Feb 2006 12:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729317#M254295</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-11T12:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logging - Kernel Parameter changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729318#M254296</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try kclog command for most your needs for #s 1 and 2.&lt;BR /&gt;&lt;BR /&gt;For other relevant information, you can bring up the Kernel Configuration web interface by typing http://&lt;HOSTNAME&gt;:2301 on your browswer.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Sanjay&lt;/HOSTNAME&gt;</description>
      <pubDate>Sun, 12 Feb 2006 10:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729318#M254296</guid>
      <dc:creator>Sanjay Yugal Kishore Ha</dc:creator>
      <dc:date>2006-02-12T10:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Logging - Kernel Parameter changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729319#M254297</link>
      <description>1&amp;gt; How many number of times the kernel parameters has been change in last 6 months.&lt;BR /&gt;2&amp;gt; What are the parameters has been change &amp;amp; who has made the changes.&lt;BR /&gt;3&amp;gt; If any other relevant information.&lt;BR /&gt;&lt;BR /&gt;To answer this 3 question,&lt;BR /&gt;&lt;BR /&gt;If you are having history logs for 6 months which will give details on changes by command line using kmtune or kctune.&lt;BR /&gt;&lt;BR /&gt;May be sam log will give that too.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 13 Feb 2006 01:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729319#M254297</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-13T01:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Logging - Kernel Parameter changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729320#M254298</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;   Thanks a lot for your responses. &lt;BR /&gt;Please let me know in future if I need to track the kernel parameter changes then what will be the best options.&lt;BR /&gt;1&amp;gt; Make system in auditing mode ?&lt;BR /&gt;or &lt;BR /&gt;2&amp;gt; Take system file backup with date append.&lt;BR /&gt;or&lt;BR /&gt;3&amp;gt; Use kmtune command.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards&lt;BR /&gt;&lt;BR /&gt;Varian Crasto</description>
      <pubDate>Mon, 13 Feb 2006 15:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729320#M254298</guid>
      <dc:creator>walter crasto_1</dc:creator>
      <dc:date>2006-02-13T15:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Logging - Kernel Parameter changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729321#M254299</link>
      <description>With iiiv2, you can use kcweb - allows you to put a comment in place for each parameter that you change.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 13 Feb 2006 15:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729321#M254299</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-13T15:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Logging - Kernel Parameter changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729322#M254300</link>
      <description>Hi Geoff,&lt;BR /&gt;&lt;BR /&gt;  Can you please let me know how &amp;amp; when I can put the comments ?&lt;BR /&gt;&lt;BR /&gt;   Also what is iiiv2 ? I am not aware of this.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Varian&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 17:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729322#M254300</guid>
      <dc:creator>walter crasto_1</dc:creator>
      <dc:date>2006-02-13T17:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Logging - Kernel Parameter changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729323#M254301</link>
      <description>Hi Walter,&lt;BR /&gt;&lt;BR /&gt;Is HP-UX 11iv2 not iiv2. Same as 11.23.&lt;BR /&gt;&lt;BR /&gt;In this version you have to use kctune instead kmtune.&lt;BR /&gt;&lt;BR /&gt;For add comments:&lt;BR /&gt;&lt;BR /&gt;# kctune nproc=8192 -d "Subject for change"&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Carlos Schimidt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 18:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-kernel-parameter-changes/m-p/3729323#M254301</guid>
      <dc:creator>Carlos Roberto Schimidt</dc:creator>
      <dc:date>2006-02-13T18:14:31Z</dc:date>
    </item>
  </channel>
</rss>

