<?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 information on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250894#M175372</link>
    <description>In fact this is a FAQ, and as such in the FAQ section of my site:&lt;BR /&gt;&lt;BR /&gt;--8&amp;lt;---&lt;BR /&gt;How many CPU's does my system have?&lt;BR /&gt;&lt;BR /&gt;      a5:/wrk 105 &amp;gt; grep processor /var/adm/syslog/syslog.log&lt;BR /&gt;      Nov  5 13:10:54 a5 vmunix: 160 processor&lt;BR /&gt;      a5:/wrk 105 &amp;gt; ioscan -fnkC processor&lt;BR /&gt;      Class       I  H/W Path  Driver    S/W State H/W Type  Description&lt;BR /&gt;      ===================================================================&lt;BR /&gt;      processor   0  160       processor CLAIMED   PROCESSOR Processor&lt;BR /&gt;      a5:/wrk 106 &amp;gt; echo "selclass qualifier cpu;infolog" | /usr/sbin/cstm | grep "CPU Module"&lt;BR /&gt;        PA 8600 CPU Module  3.1&lt;BR /&gt;      a5:/wrk 107 &amp;gt; echo "sc product cpu;il" | /usr/sbin/cstm | grep 'CPU Module'&lt;BR /&gt;        PA 8600 CPU Module  3.1&lt;BR /&gt;      a5:/wrk 108 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Or with Perl:&lt;BR /&gt;&lt;BR /&gt;      a5:/wrk 108 &amp;gt; perl -MUnix::Processors -le'print join"\t",$_-&amp;gt;id,$_-&amp;gt;state,$_-&amp;gt;type,$_-&amp;gt;clock for @{Unix::Processors-&amp;gt;new()-&amp;gt;processors}'&lt;BR /&gt;      0       online  HP PA-RISC 2.0  750&lt;BR /&gt;      1       online  HP PA-RISC 2.0  750&lt;BR /&gt;      a5:/wrk 109 &amp;gt;&lt;BR /&gt;What is my CPU type?&lt;BR /&gt;&lt;BR /&gt;      d3:/wrk 105 &amp;gt; model&lt;BR /&gt;      9000/800/D390&lt;BR /&gt;      d3:/wrk 105 &amp;gt; grep -i d390 /opt/langtools/lib/sched.models&lt;BR /&gt;      D390    2.0     PA8200&lt;BR /&gt;      d3:/wrk 106 &amp;gt; grep -i d390 /usr/sam/lib/mo/sched.models&lt;BR /&gt;      D390    2.0     PA8000&lt;BR /&gt;      d3:/wrk 107 &amp;gt; echo "selclass qualifier cpu;info;wait;infolog" | /usr/sbin/cstm | grep "CPU Module"&lt;BR /&gt;        PA 8200 CPU Module               5.1&lt;BR /&gt;      d3:/wrk 108 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Or with Perl:&lt;BR /&gt;&lt;BR /&gt;      a5:/wrk 108 &amp;gt; perl -MUnix::Processors -le'print join"\t",$_-&amp;gt;id,$_-&amp;gt;state,$_-&amp;gt;type,$_-&amp;gt;clock for @{Unix::Processors-&amp;gt;new()-&amp;gt;processors}'&lt;BR /&gt;      0       online  HP PA-RISC 2.0  750&lt;BR /&gt;      1       online  HP PA-RISC 2.0  750&lt;BR /&gt;      a5:/wrk 109 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Some give getconf MACHINE_TYPE as answer, but it won't work on HP-UX 10.20. model will.&lt;BR /&gt;&lt;BR /&gt;The sched.models on the sam path is usually more up to date than the one in langtools&lt;BR /&gt;What is my CPU speed?&lt;BR /&gt;&lt;BR /&gt;      d3:/ 103 # echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem&lt;BR /&gt;      itick_per_usec:&lt;BR /&gt;      itick_per_usec: 240&lt;BR /&gt;      d3:/ 104 #&lt;BR /&gt;&lt;BR /&gt;Or with Perl:&lt;BR /&gt;&lt;BR /&gt;      a5:/wrk 108 &amp;gt; perl -MUnix::Processors -le'print join"\t",$_-&amp;gt;id,$_-&amp;gt;state,$_-&amp;gt;type,$_-&amp;gt;clock for @{Unix::Processors-&amp;gt;new()-&amp;gt;processors}'&lt;BR /&gt;      0       online  HP PA-RISC 2.0  750&lt;BR /&gt;      1       online  HP PA-RISC 2.0  750&lt;BR /&gt;      a5:/wrk 109 &amp;gt;&lt;BR /&gt;--&amp;gt;8---&lt;BR /&gt;&lt;BR /&gt;My HP ITRC site pages can be found at&lt;BR /&gt;&lt;BR /&gt;Singapore &lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt;&lt;BR /&gt;Rotterdam &lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;Seattle   &lt;A href="http://www.hpux.ws/merijn/" target="_blank"&gt;http://www.hpux.ws/merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
    <pubDate>Sat, 17 Apr 2004 02:15:58 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2004-04-17T02:15:58Z</dc:date>
    <item>
      <title>Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250888#M175366</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Is there a command I can run to retrieve the number of processors and type of processor on the system - using HP-UX 11?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 16 Apr 2004 15:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250888#M175366</guid>
      <dc:creator>Srini_18</dc:creator>
      <dc:date>2004-04-16T15:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250889#M175367</link>
      <description>If you've got a server, then just look at the last few lines of the /var/tombstones/ts99 file.&lt;BR /&gt;&lt;BR /&gt;Otherwise use the cstm,mstm,xstm utilities.</description>
      <pubDate>Fri, 16 Apr 2004 15:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250889#M175367</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-04-16T15:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250890#M175368</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;if you have ignite installed on your server the command /opt/ignite/bin/print_manifest will give you a wealth of information about your system.  Including the number of processors, I am unsure of how to determine the type however.  Hope this helps a bit&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Scott Palmer</description>
      <pubDate>Fri, 16 Apr 2004 15:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250890#M175368</guid>
      <dc:creator>Scott Palmer_1</dc:creator>
      <dc:date>2004-04-16T15:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250891#M175369</link>
      <description>Hello try a ioscan -fnC processor to find the number of processors.  You can see the speed by running a report on the CPUs in cstm.  Note if there are cpus installed on your system but in a deconfigured state you will need to bring down the system to see those.  All of your cpus will run at the same speed or at the speed of the slowest processor.</description>
      <pubDate>Fri, 16 Apr 2004 18:10:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250891#M175369</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2004-04-16T18:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250892#M175370</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;for no of processors,&lt;BR /&gt;&lt;BR /&gt;ioscan -fnk |grep -i Processor |wc -l&lt;BR /&gt;&lt;BR /&gt;Type of Processor,&lt;BR /&gt;&lt;BR /&gt;First find "system model"&lt;BR /&gt;&lt;BR /&gt;# model&lt;BR /&gt;&lt;BR /&gt;Now grep for this model in /usr/lib/sched.models file.&lt;BR /&gt;&lt;BR /&gt;grep "xyz" /usr/lib/sched.models&lt;BR /&gt;&lt;BR /&gt;This will give you the type of processors on the system.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Apr 2004 18:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250892#M175370</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-16T18:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250893#M175371</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Look at the cstm.txt file after running the following command as root:&lt;BR /&gt;&lt;BR /&gt;#echo "map selall info;wait infolog" | cstm &amp;gt; csmt.txt&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Richard</description>
      <pubDate>Sat, 17 Apr 2004 00:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250893#M175371</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-04-17T00:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250894#M175372</link>
      <description>In fact this is a FAQ, and as such in the FAQ section of my site:&lt;BR /&gt;&lt;BR /&gt;--8&amp;lt;---&lt;BR /&gt;How many CPU's does my system have?&lt;BR /&gt;&lt;BR /&gt;      a5:/wrk 105 &amp;gt; grep processor /var/adm/syslog/syslog.log&lt;BR /&gt;      Nov  5 13:10:54 a5 vmunix: 160 processor&lt;BR /&gt;      a5:/wrk 105 &amp;gt; ioscan -fnkC processor&lt;BR /&gt;      Class       I  H/W Path  Driver    S/W State H/W Type  Description&lt;BR /&gt;      ===================================================================&lt;BR /&gt;      processor   0  160       processor CLAIMED   PROCESSOR Processor&lt;BR /&gt;      a5:/wrk 106 &amp;gt; echo "selclass qualifier cpu;infolog" | /usr/sbin/cstm | grep "CPU Module"&lt;BR /&gt;        PA 8600 CPU Module  3.1&lt;BR /&gt;      a5:/wrk 107 &amp;gt; echo "sc product cpu;il" | /usr/sbin/cstm | grep 'CPU Module'&lt;BR /&gt;        PA 8600 CPU Module  3.1&lt;BR /&gt;      a5:/wrk 108 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Or with Perl:&lt;BR /&gt;&lt;BR /&gt;      a5:/wrk 108 &amp;gt; perl -MUnix::Processors -le'print join"\t",$_-&amp;gt;id,$_-&amp;gt;state,$_-&amp;gt;type,$_-&amp;gt;clock for @{Unix::Processors-&amp;gt;new()-&amp;gt;processors}'&lt;BR /&gt;      0       online  HP PA-RISC 2.0  750&lt;BR /&gt;      1       online  HP PA-RISC 2.0  750&lt;BR /&gt;      a5:/wrk 109 &amp;gt;&lt;BR /&gt;What is my CPU type?&lt;BR /&gt;&lt;BR /&gt;      d3:/wrk 105 &amp;gt; model&lt;BR /&gt;      9000/800/D390&lt;BR /&gt;      d3:/wrk 105 &amp;gt; grep -i d390 /opt/langtools/lib/sched.models&lt;BR /&gt;      D390    2.0     PA8200&lt;BR /&gt;      d3:/wrk 106 &amp;gt; grep -i d390 /usr/sam/lib/mo/sched.models&lt;BR /&gt;      D390    2.0     PA8000&lt;BR /&gt;      d3:/wrk 107 &amp;gt; echo "selclass qualifier cpu;info;wait;infolog" | /usr/sbin/cstm | grep "CPU Module"&lt;BR /&gt;        PA 8200 CPU Module               5.1&lt;BR /&gt;      d3:/wrk 108 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Or with Perl:&lt;BR /&gt;&lt;BR /&gt;      a5:/wrk 108 &amp;gt; perl -MUnix::Processors -le'print join"\t",$_-&amp;gt;id,$_-&amp;gt;state,$_-&amp;gt;type,$_-&amp;gt;clock for @{Unix::Processors-&amp;gt;new()-&amp;gt;processors}'&lt;BR /&gt;      0       online  HP PA-RISC 2.0  750&lt;BR /&gt;      1       online  HP PA-RISC 2.0  750&lt;BR /&gt;      a5:/wrk 109 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Some give getconf MACHINE_TYPE as answer, but it won't work on HP-UX 10.20. model will.&lt;BR /&gt;&lt;BR /&gt;The sched.models on the sam path is usually more up to date than the one in langtools&lt;BR /&gt;What is my CPU speed?&lt;BR /&gt;&lt;BR /&gt;      d3:/ 103 # echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem&lt;BR /&gt;      itick_per_usec:&lt;BR /&gt;      itick_per_usec: 240&lt;BR /&gt;      d3:/ 104 #&lt;BR /&gt;&lt;BR /&gt;Or with Perl:&lt;BR /&gt;&lt;BR /&gt;      a5:/wrk 108 &amp;gt; perl -MUnix::Processors -le'print join"\t",$_-&amp;gt;id,$_-&amp;gt;state,$_-&amp;gt;type,$_-&amp;gt;clock for @{Unix::Processors-&amp;gt;new()-&amp;gt;processors}'&lt;BR /&gt;      0       online  HP PA-RISC 2.0  750&lt;BR /&gt;      1       online  HP PA-RISC 2.0  750&lt;BR /&gt;      a5:/wrk 109 &amp;gt;&lt;BR /&gt;--&amp;gt;8---&lt;BR /&gt;&lt;BR /&gt;My HP ITRC site pages can be found at&lt;BR /&gt;&lt;BR /&gt;Singapore &lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt;&lt;BR /&gt;Rotterdam &lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;Seattle   &lt;A href="http://www.hpux.ws/merijn/" target="_blank"&gt;http://www.hpux.ws/merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Sat, 17 Apr 2004 02:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250894#M175372</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-04-17T02:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250895#M175373</link>
      <description>Use this script - called hpmem - uses adb.&lt;BR /&gt;&lt;BR /&gt;# hpmem&lt;BR /&gt;HP-UX pc0004 B.11.11 U 9000/800 2504392628 unlimited-user license&lt;BR /&gt;CPU Count: 6&lt;BR /&gt;CPU Speed: 750 MHz&lt;BR /&gt;CPU HW Support: 64-bit&lt;BR /&gt;Kernel Support: 64-bit&lt;BR /&gt;RAM Size: 10080 MB&lt;BR /&gt;bufpages: 806 MB&lt;BR /&gt;maxuprc: 800&lt;BR /&gt;maxvgs: 128&lt;BR /&gt;maxfiles: 2048&lt;BR /&gt;max_thread_proc: 256&lt;BR /&gt;nfile: 189100&lt;BR /&gt;nflock: 1200&lt;BR /&gt;nproc: 2560&lt;BR /&gt;ninode: 16384&lt;BR /&gt;shmmax: 1073741824&lt;BR /&gt;shmmni: 256&lt;BR /&gt;dbc_max_pct: 8&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Sat, 17 Apr 2004 12:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250895#M175373</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-04-17T12:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250896#M175374</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;If you have online diagnostics installed on your system then stm will give you all the information need about your system.&lt;BR /&gt;&lt;BR /&gt;You can get the number of processor, type, speed, etc..</description>
      <pubDate>Sat, 17 Apr 2004 18:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250896#M175374</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2004-04-17T18:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250897#M175375</link>
      <description>Simpe way to do is use #top command to get information on no. of processors. Just see CPU field in the Output. It shows 0,1,2,... so on.&lt;BR /&gt;Then use #model command. The last two digits gives your the Speed of the Processor. e.g. if it is "44" then the processor speed is 440MHz&lt;BR /&gt;&lt;BR /&gt;Hope this satisfies U.</description>
      <pubDate>Mon, 19 Apr 2004 03:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250897#M175375</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-04-19T03:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250898#M175376</link>
      <description>simply type 'dmesg', or just print_manifest (somewhere in /usr/contrib/...) for the full blown all-and-everything output.&lt;BR /&gt;cstm is the better choice for serial numbers and a good overview of drivers bound.</description>
      <pubDate>Mon, 19 Apr 2004 03:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250898#M175376</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2004-04-19T03:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250899#M175377</link>
      <description>As pointed out by our friend Merijn, this is a frequently asked question. This is one of my favourites:&lt;BR /&gt;&lt;BR /&gt;# echo "selclass qualifier cpu;info;wait;infolog" | cstm&lt;BR /&gt;&lt;BR /&gt;You can substitute cpu for memory and various other components and gives heaps of information. Number of CPU's, MHz rating and of course firmware revision.</description>
      <pubDate>Mon, 19 Apr 2004 04:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250899#M175377</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-04-19T04:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250900#M175378</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use the "sam" tool to see the information about the processors:&lt;BR /&gt;#sam&lt;BR /&gt;Performance Monitors --&amp;gt; SAM      System Properties&lt;BR /&gt;Best regardes,&lt;BR /&gt;Joel</description>
      <pubDate>Mon, 19 Apr 2004 06:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250900#M175378</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2004-04-19T06:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Processor information on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250901#M175379</link>
      <description>&lt;A href="http://www.tek-tips.com/gviewthread.cfm/pid/486/qid/795298" target="_blank"&gt;http://www.tek-tips.com/gviewthread.cfm/pid/486/qid/795298&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-sinhass</description>
      <pubDate>Mon, 19 Apr 2004 19:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-information-on-hp-ux/m-p/3250901#M175379</guid>
      <dc:creator>sinhass</dc:creator>
      <dc:date>2004-04-19T19:49:44Z</dc:date>
    </item>
  </channel>
</rss>

