<?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: Systems Administration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784047#M77958</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try,&lt;BR /&gt;&lt;BR /&gt;ioscan -fnk |grep processor&lt;BR /&gt;&lt;BR /&gt;To find the numbers of servers onlt. Try |wc -l at the end of the above command.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Aug 2002 13:08:06 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2002-08-12T13:08:06Z</dc:date>
    <item>
      <title>Systems Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784043#M77954</link>
      <description>How do i know how many processors are installed in a Server.</description>
      <pubDate>Mon, 12 Aug 2002 13:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784043#M77954</guid>
      <dc:creator>P.V.Ramesh</dc:creator>
      <dc:date>2002-08-12T13:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Systems Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784044#M77955</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The top command will show you this.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 12 Aug 2002 13:02:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784044#M77955</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-08-12T13:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Systems Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784045#M77956</link>
      <description>lot of ways:&lt;BR /&gt;# top&lt;BR /&gt;# stm&lt;BR /&gt;# sam-performance monitors-system properties</description>
      <pubDate>Mon, 12 Aug 2002 13:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784045#M77956</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-12T13:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Systems Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784046#M77957</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;Also the print_manifest as well as your choice of stm, xstm, mstm, etc.&lt;BR /&gt;&lt;BR /&gt;Have a great day.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 12 Aug 2002 13:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784046#M77957</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-08-12T13:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Systems Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784047#M77958</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try,&lt;BR /&gt;&lt;BR /&gt;ioscan -fnk |grep processor&lt;BR /&gt;&lt;BR /&gt;To find the numbers of servers onlt. Try |wc -l at the end of the above command.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2002 13:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784047#M77958</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-08-12T13:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Systems Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784048#M77959</link>
      <description>Top will only show active processors.&lt;BR /&gt;&lt;BR /&gt;icod_stat will show all processors if you have icod processors on your system.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Mon, 12 Aug 2002 13:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784048#M77959</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-08-12T13:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Systems Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784049#M77960</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The following command will list each processor in your system:&lt;BR /&gt;&lt;BR /&gt;$ ioscan -fnC processor&lt;BR /&gt;&lt;BR /&gt;top will also show all your processors.&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2002 13:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784049#M77960</guid>
      <dc:creator>Gordon Brown_4</dc:creator>
      <dc:date>2002-08-12T13:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Systems Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784050#M77961</link>
      <description>sorry, top only shows the number of processors currently active on your system....</description>
      <pubDate>Mon, 12 Aug 2002 13:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784050#M77961</guid>
      <dc:creator>Gordon Brown_4</dc:creator>
      <dc:date>2002-08-12T13:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Systems Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784051#M77962</link>
      <description>Hi Paula&lt;BR /&gt;&lt;BR /&gt;icod_stat is not on my system.  Where can get it.  If it is public domain software please let me know the URL.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2002 13:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784051#M77962</guid>
      <dc:creator>P.V.Ramesh</dc:creator>
      <dc:date>2002-08-12T13:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Systems Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784052#M77963</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;The icod_stat command Paula referred to is on your system only if you are using icod (Instant Capacity on Demand -- Leased Processors).  True, top only displays active CPUs, but unless you have icod, they all are active, unless one died and you would definately know this.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 12 Aug 2002 14:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/systems-administration/m-p/2784052#M77963</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-08-12T14:06:29Z</dc:date>
    </item>
  </channel>
</rss>

