<?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: Processor type in K-class server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980554#M922263</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can try this :&lt;BR /&gt;&lt;BR /&gt;REV=`uname -r`&lt;BR /&gt;case $REV in&lt;BR /&gt;*10*)  MODEL_FILE=/usr/lib/sched.models&lt;BR /&gt;        ADB=adb&lt;BR /&gt;        MODEL=`model | cut -d / -f2`&lt;BR /&gt;        MODEL1=`model | cut -d / -f3`&lt;BR /&gt;        MEM=$(echo 'physmem/D'| adb /stand/vmunix /dev/kmem | grep physmem | tail -1 | awk '{ print $2 }')&lt;BR /&gt;        ;;&lt;BR /&gt;&lt;BR /&gt;*11*)&lt;BR /&gt;MODEL_FILE=/usr/sam/lib/mo/sched.models&lt;BR /&gt;        ADB="adb -k"&lt;BR /&gt;        MODEL=`model | cut -d / -f2`&lt;BR /&gt;        MODEL1=`model | cut -d / -f3`&lt;BR /&gt;        MEM=$(echo 'phys_mem_pages/D'| adb /stand/vmunix /dev/kmem |grep phys_mem_pages |  tail -1 | awk '{ pri&lt;BR /&gt;nt $2 }')&lt;BR /&gt;        ;;&lt;BR /&gt;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;PROCESSOR=`grep "^$MODEL1" "$MODEL_FILE" | awk ' { print $3 } ' - `&lt;BR /&gt;NUMPROC=`/usr/sbin/ioscan -kfnC processor | grep processor|wc -l`&lt;BR /&gt;echo "$NUMPROC x \c"&lt;BR /&gt;echo "$PROCESSOR\t\c"&lt;BR /&gt;echo itick_per_tick/D | $ADB /stand/vmunix /dev/kmem | tail -1 | awk '{print $2/10000 " MHz"}'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 23 May 2003 08:15:44 GMT</pubDate>
    <dc:creator>Frederic Sevestre</dc:creator>
    <dc:date>2003-05-23T08:15:44Z</dc:date>
    <item>
      <title>Processor type in K-class server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980552#M922261</link>
      <description>Command/file to find out what type of processors are in my HP9000 system. HP-UX 10.20. Glance has not been installed.</description>
      <pubDate>Fri, 23 May 2003 07:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980552#M922261</guid>
      <dc:creator>L van Mourik</dc:creator>
      <dc:date>2003-05-23T07:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Processor type in K-class server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980553#M922262</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;just use this script.&lt;BR /&gt;&lt;BR /&gt;u can find the processor lot many informations.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;radhakrishnan</description>
      <pubDate>Fri, 23 May 2003 08:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980553#M922262</guid>
      <dc:creator>Radhakrishnan Venkatara</dc:creator>
      <dc:date>2003-05-23T08:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Processor type in K-class server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980554#M922263</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can try this :&lt;BR /&gt;&lt;BR /&gt;REV=`uname -r`&lt;BR /&gt;case $REV in&lt;BR /&gt;*10*)  MODEL_FILE=/usr/lib/sched.models&lt;BR /&gt;        ADB=adb&lt;BR /&gt;        MODEL=`model | cut -d / -f2`&lt;BR /&gt;        MODEL1=`model | cut -d / -f3`&lt;BR /&gt;        MEM=$(echo 'physmem/D'| adb /stand/vmunix /dev/kmem | grep physmem | tail -1 | awk '{ print $2 }')&lt;BR /&gt;        ;;&lt;BR /&gt;&lt;BR /&gt;*11*)&lt;BR /&gt;MODEL_FILE=/usr/sam/lib/mo/sched.models&lt;BR /&gt;        ADB="adb -k"&lt;BR /&gt;        MODEL=`model | cut -d / -f2`&lt;BR /&gt;        MODEL1=`model | cut -d / -f3`&lt;BR /&gt;        MEM=$(echo 'phys_mem_pages/D'| adb /stand/vmunix /dev/kmem |grep phys_mem_pages |  tail -1 | awk '{ pri&lt;BR /&gt;nt $2 }')&lt;BR /&gt;        ;;&lt;BR /&gt;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;PROCESSOR=`grep "^$MODEL1" "$MODEL_FILE" | awk ' { print $3 } ' - `&lt;BR /&gt;NUMPROC=`/usr/sbin/ioscan -kfnC processor | grep processor|wc -l`&lt;BR /&gt;echo "$NUMPROC x \c"&lt;BR /&gt;echo "$PROCESSOR\t\c"&lt;BR /&gt;echo itick_per_tick/D | $ADB /stand/vmunix /dev/kmem | tail -1 | awk '{print $2/10000 " MHz"}'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 May 2003 08:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980554#M922263</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2003-05-23T08:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Processor type in K-class server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980555#M922264</link>
      <description>The "MEM=" line is not used.&lt;BR /&gt;&lt;BR /&gt;I cut one of my script.&lt;BR /&gt;&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;</description>
      <pubDate>Fri, 23 May 2003 08:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980555#M922264</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2003-05-23T08:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Processor type in K-class server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980556#M922265</link>
      <description>You can tell the speed of the processor (therefor inferring the model) with this little script:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;MHZ=$(echo itick_per_tick/D         | adb -k $HPUX /dev/kmem         | tail -1         | awk '{print $2/10000}')&lt;BR /&gt;echo $MHZ&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 23 May 2003 09:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980556#M922265</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-05-23T09:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Processor type in K-class server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980557#M922266</link>
      <description>That is exactly what I'm looking for. Thanx.</description>
      <pubDate>Fri, 23 May 2003 09:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-type-in-k-class-server/m-p/2980557#M922266</guid>
      <dc:creator>L van Mourik</dc:creator>
      <dc:date>2003-05-23T09:33:03Z</dc:date>
    </item>
  </channel>
</rss>

