<?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 HP architecture / settings in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-architecture-settings/m-p/3525596#M220588</link>
    <description>&lt;BR /&gt;Are there any tools for listing the primary comparison (Kernal/other settings) of two HP-UX machines, besides the following :&lt;BR /&gt;&lt;BR /&gt;*********************************&lt;BR /&gt;  ulimit -Sa&lt;BR /&gt;  ulimit -Ha&lt;BR /&gt;  /usr/sbin/swapinfo&lt;BR /&gt;  cat /stand/system&lt;BR /&gt;  kmtune&lt;BR /&gt;  cat /etc/nsswitch.conf&lt;BR /&gt;  cat /etc/resolv.conf&lt;BR /&gt;*********************************&lt;BR /&gt;&lt;BR /&gt;Also, what command would indicate the CPU architecture.  E.g., PARISC2.0 (or) PARISC1.1&lt;BR /&gt;&lt;BR /&gt;Please indicate.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jaideep  &lt;BR /&gt;</description>
    <pubDate>Fri, 15 Apr 2005 06:04:50 GMT</pubDate>
    <dc:creator>Jaideep Krishnan</dc:creator>
    <dc:date>2005-04-15T06:04:50Z</dc:date>
    <item>
      <title>HP architecture / settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-architecture-settings/m-p/3525596#M220588</link>
      <description>&lt;BR /&gt;Are there any tools for listing the primary comparison (Kernal/other settings) of two HP-UX machines, besides the following :&lt;BR /&gt;&lt;BR /&gt;*********************************&lt;BR /&gt;  ulimit -Sa&lt;BR /&gt;  ulimit -Ha&lt;BR /&gt;  /usr/sbin/swapinfo&lt;BR /&gt;  cat /stand/system&lt;BR /&gt;  kmtune&lt;BR /&gt;  cat /etc/nsswitch.conf&lt;BR /&gt;  cat /etc/resolv.conf&lt;BR /&gt;*********************************&lt;BR /&gt;&lt;BR /&gt;Also, what command would indicate the CPU architecture.  E.g., PARISC2.0 (or) PARISC1.1&lt;BR /&gt;&lt;BR /&gt;Please indicate.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jaideep  &lt;BR /&gt;</description>
      <pubDate>Fri, 15 Apr 2005 06:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-architecture-settings/m-p/3525596#M220588</guid>
      <dc:creator>Jaideep Krishnan</dc:creator>
      <dc:date>2005-04-15T06:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: HP architecture / settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-architecture-settings/m-p/3525597#M220589</link>
      <description>Jaideep,&lt;BR /&gt;&lt;BR /&gt;# file /stand/vmunix&lt;BR /&gt;vmunix:         ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/faq.html" target="_blank"&gt;http://mirrors.develooper.com/hpux/faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Fri, 15 Apr 2005 06:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-architecture-settings/m-p/3525597#M220589</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-04-15T06:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: HP architecture / settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-architecture-settings/m-p/3525598#M220590</link>
      <description>MODEL=$(grep -i $(model | tr "/" " " \&lt;BR /&gt;        | awk '{print $NF}') \&lt;BR /&gt;        /usr/sam/lib/mo/sched.models \&lt;BR /&gt;        | awk '{print $NF}')&lt;BR /&gt;&lt;BR /&gt;echo $MODEL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 15 Apr 2005 06:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-architecture-settings/m-p/3525598#M220590</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-15T06:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: HP architecture / settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-architecture-settings/m-p/3525599#M220591</link>
      <description>The question is not well defined. Technically, if you need to look at the differences between two machines, you start with hardware listings using cstm as in:&lt;BR /&gt; &lt;BR /&gt;echo 'selclass qualifier all;info;wait;infolog' | /usr/sbin/cstm&lt;BR /&gt; &lt;BR /&gt;If cstm is not found, stop immediately and download the online diagnostics and monitoring software from: &lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6191AAE" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6191AAE&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;This will list all the hardware details including firmware revs, etc. To see just the processor details:&lt;BR /&gt; &lt;BR /&gt;   echo "selclass qualifier cpu;info;wait;infolog" | /usr/sbin/cstm&lt;BR /&gt; &lt;BR /&gt;At the end of the listing is the processor model (ie, PA 8600). All processors PA-8000 or higher are PA 2.0 and are 64bit capable. PA-7xxx are PA 1.1 and cannot run a 64bit operating system.&lt;BR /&gt; &lt;BR /&gt;For software, the list is extensive. Basically, EVERYTHING in /etc is for configuration, including subdirectories. For instance, one machine may have /etc/defaults/security and the other does not. Also check the entire contents of /tcb (the security and authentication directory for Trusted systems).&lt;BR /&gt; &lt;BR /&gt;Then there's standard software installation found with: swlist -l product&lt;BR /&gt;Probably the most siginifcant differences here will be patches.&lt;BR /&gt; &lt;BR /&gt;And non-standard installs in /usr/contrib and /usr/local.&lt;BR /&gt; &lt;BR /&gt;The ulimit values are unique to each user because they can be changed in local profiles. If this is of interest, then profiles for each user should be compared.</description>
      <pubDate>Fri, 15 Apr 2005 07:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-architecture-settings/m-p/3525599#M220591</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-04-15T07:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: HP architecture / settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-architecture-settings/m-p/3525600#M220592</link>
      <description>And if they are cell based systems, you can use the parstatus command - example - on a rp7410:&lt;BR /&gt;&lt;BR /&gt;cell 0:&lt;BR /&gt;&lt;BR /&gt;parstatus -V -c 0&lt;BR /&gt;&lt;BR /&gt;and cell 1:&lt;BR /&gt;&lt;BR /&gt;parstatus -V -c 1&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 15 Apr 2005 08:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-architecture-settings/m-p/3525600#M220592</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-04-15T08:09:18Z</dc:date>
    </item>
  </channel>
</rss>

