<?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: Active processors with ICOD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695226#M947735</link>
    <description>Thanks for your responses, but I cannot use the result of sar; my application needs to collect informations very often, so the analysis of a system command output will take too much time.</description>
    <pubDate>Tue, 02 Apr 2002 12:40:05 GMT</pubDate>
    <dc:creator>Vacquier</dc:creator>
    <dc:date>2002-04-02T12:40:05Z</dc:date>
    <item>
      <title>Active processors with ICOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695223#M947732</link>
      <description>Hi,&lt;BR /&gt;my application ( C language) needs to know how man active processors exist on the machine. This is done by reading the kernel. On a new machine with 4 processors and 4 not activated ICOD processors, the return of the kernel read is 8 active processors. If I run "ioscan -fnC processor", I see 8 processors in state "CLAIMED"; if I run "sar -u -M" it returns only 4 processors. Does someone know what is the difference between ioscan and sar search and how, in a C language program, I can separate really active and inactive ICOD cpus.</description>
      <pubDate>Tue, 02 Apr 2002 12:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695223#M947732</guid>
      <dc:creator>Vacquier</dc:creator>
      <dc:date>2002-04-02T12:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Active processors with ICOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695224#M947733</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The Kernel and ioscan will see all processors on your system (claimed).&lt;BR /&gt;&lt;BR /&gt;ICOD is a software control on processor usage and sar and top are after the icod control software so will only "SEE" the non ICOD processors.&lt;BR /&gt;&lt;BR /&gt;Your c program should either use the sar/top output or perhaps interogate the ICOD software.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 12:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695224#M947733</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-04-02T12:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Active processors with ICOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695225#M947734</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I dont know the ansewr to your question but ioscan only tells you about the hardware you have not the state the hardware is in ON/OFF as you might say.&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Tue, 02 Apr 2002 12:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695225#M947734</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-02T12:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Active processors with ICOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695226#M947735</link>
      <description>Thanks for your responses, but I cannot use the result of sar; my application needs to collect informations very often, so the analysis of a system command output will take too much time.</description>
      <pubDate>Tue, 02 Apr 2002 12:40:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695226#M947735</guid>
      <dc:creator>Vacquier</dc:creator>
      <dc:date>2002-04-02T12:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Active processors with ICOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695227#M947736</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I think that if you install patch PHKL_22987&lt;BR /&gt;(or newer)  the  pstat  functions will give&lt;BR /&gt;you  the info you are seeking.&lt;BR /&gt;Do a man pstat  and you will see a number&lt;BR /&gt;of functions that  you may use to get &lt;BR /&gt;system-info.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav</description>
      <pubDate>Tue, 02 Apr 2002 12:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695227#M947736</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-04-02T12:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Active processors with ICOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695228#M947737</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;1.   Use ioscan to count the total number of processors.&lt;BR /&gt;&lt;BR /&gt;2.   /usr/sbin/icod_stat will display the HP owned processors (ICOD)&lt;BR /&gt;&lt;BR /&gt;Total processors:                  6 &lt;BR /&gt;Allocated processors:              4 &lt;BR /&gt;                                     &lt;BR /&gt;iCOD deallocated processors:       2 &lt;BR /&gt;Other deallocated processors:      0 &lt;BR /&gt;Firmware deconfigured processors:  0 &lt;BR /&gt;-------------------------------------&lt;BR /&gt;Total number of unused processors: 2 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Subtract owned from total and you then have "Active processors".#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 12:44:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695228#M947737</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-04-02T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Active processors with ICOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695229#M947738</link>
      <description>The icod_stat -a option available in version 4 and higher was designed to give you this information in a machine readable format. You can download the new software from software.hp.com. The behavior in this case should be...&lt;BR /&gt;&lt;BR /&gt;# icod_stat -a&lt;BR /&gt;4&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 19:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/active-processors-with-icod/m-p/2695229#M947738</guid>
      <dc:creator>Erik Bostrom</dc:creator>
      <dc:date>2002-05-06T19:50:36Z</dc:date>
    </item>
  </channel>
</rss>

