<?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: STM errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704294#M249933</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I guess the two probable causes of such error.&lt;BR /&gt;1. Either "diagmond" deamon is not running or not properly initilaised.&lt;BR /&gt;Check if the "diagmond" is running&lt;BR /&gt;# ps -ef | grep diag&lt;BR /&gt;If not running , start it using&lt;BR /&gt;# /usr/sbin/stm/uut/bin/sys/diagmond&lt;BR /&gt;&lt;BR /&gt;Check for other child deamons of "diagmond" if they are running like diaglogd,memlogd,cclogd(for cell based server) using&lt;BR /&gt;# ps -ef | grep &lt;DEAMON-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;If these deamons are running which confirms "diagmond" initilisation is complete.&lt;BR /&gt;&lt;BR /&gt;2. Local Host network trouble.&lt;BR /&gt;Ensure the host name resolution works ( /etc/hosts or DNS ) using ping or nslookup &lt;HOSTNAME&gt; .&lt;BR /&gt;# netstat -in &lt;BR /&gt;# ll /dev/tty&lt;BR /&gt;&lt;BR /&gt;Ensure the latest STM patch installed on the system.&lt;BR /&gt;&lt;BR /&gt;Which STM version you are dealing with?&lt;BR /&gt;# swlist -l fileset | grep Sup-Tool-Mgr&lt;BR /&gt;What's HP-UX version?&lt;/HOSTNAME&gt;&lt;/DEAMON-NAME&gt;</description>
    <pubDate>Fri, 06 Jan 2006 22:47:39 GMT</pubDate>
    <dc:creator>Sameer_Nirmal</dc:creator>
    <dc:date>2006-01-06T22:47:39Z</dc:date>
    <item>
      <title>STM errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704289#M249928</link>
      <description>When we try and run STM on one of our servers, the following happens and STM fails to start. Can anyone shed some light on the situation&lt;BR /&gt;&lt;BR /&gt;1. root#stm&lt;BR /&gt;&lt;BR /&gt;2. running command file              (/usr/sbin/stm/ui/config/.stmrc)&lt;BR /&gt;&lt;BR /&gt;3. an unexpected error has been encounted when attempting to connect to the hostname (SN3a)&lt;BR /&gt;&lt;BR /&gt;4. aborting all command files&lt;BR /&gt;&lt;BR /&gt;5. NO CURRENT SYSTEMS</description>
      <pubDate>Fri, 06 Jan 2006 11:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704289#M249928</guid>
      <dc:creator>JOHN TURNER_2</dc:creator>
      <dc:date>2006-01-06T11:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: STM errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704290#M249929</link>
      <description>Dear John,&lt;BR /&gt;&lt;BR /&gt;STM is a Online Diag Tool which requires the diagnostic daemons to be running to do the DIAGs.&lt;BR /&gt;&lt;BR /&gt;Please make sure that, the "diagmond" daemon is runnig.&lt;BR /&gt;&lt;BR /&gt;#ps -ef | grep diag&lt;BR /&gt;&lt;BR /&gt;Also check if the diagnostic is enabled in,&lt;BR /&gt;&lt;BR /&gt;#vi /etc/rc.config.d/diagnostic&lt;BR /&gt;&lt;BR /&gt;make &lt;BR /&gt;&lt;BR /&gt;DIAGNOSTICS=1&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Jan 2006 11:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704290#M249929</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-01-06T11:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: STM errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704291#M249930</link>
      <description>all those pointers are set up correctly, do you have any more thoughts</description>
      <pubDate>Fri, 06 Jan 2006 11:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704291#M249930</guid>
      <dc:creator>JOHN TURNER_2</dc:creator>
      <dc:date>2006-01-06T11:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: STM errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704292#M249931</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;I found the following on doc.hp.com &lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;&lt;BR /&gt;This message will appear if the system is configured for LOCAL_ONLY, and the user attempts to connect to a remote system: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;An unexpected error was encountered while attempting to retrieve the &lt;BR /&gt;host info for hostname (XX).&lt;BR /&gt;This could be due to either of the following conditions:&lt;BR /&gt;&lt;BR /&gt;  1) The support tool daemon "diagmond" may not be running on that system.&lt;BR /&gt;  Use the STM Startup command (in the administration menu under the&lt;BR /&gt;  file menu.)&lt;BR /&gt;&lt;BR /&gt;  2) The support tool daemon "diagmond" on that system may be configured&lt;BR /&gt;  to only allow local connections.  Check the value of the configuration&lt;BR /&gt;  parameter LOCAL_ONLY_ENABLE in the /var/stm/config/sys/diagmond.cfg&lt;BR /&gt;  file or for the existence of the /var/stm/config/sys/local_only file&lt;BR /&gt;  on that system.&lt;BR /&gt;&lt;BR /&gt;  3) The diagnostic system on this system may be configured&lt;BR /&gt;  to only allow local connections.  Check for the existence of the&lt;BR /&gt;  /var/stm/config/sys/local_only file on this system.&lt;BR /&gt;&lt;BR /&gt;  4) The IP address for the system may be invalid or may not be associated&lt;BR /&gt;  with a valid host.  Use a valid IP address.&lt;BR /&gt;&lt;BR /&gt;  5) Networking may be incorrectly configured on one of the systems involved.&lt;BR /&gt;  Verify networking by comparing 'nslookup `hostname`' with the output&lt;BR /&gt;  of ifconfig of the LANs identified by lanscan.&lt;BR /&gt;&lt;BR /&gt;  More details may be available in the System Activity Log and in the&lt;BR /&gt;  syslog on that system.&lt;BR /&gt;  &lt;BR /&gt;  It may be necessary to access these using the Local Unit Under  Test (UUT).&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Jan 2006 11:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704292#M249931</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-01-06T11:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: STM errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704293#M249932</link>
      <description>There are 2 things I would do:&lt;BR /&gt;&lt;BR /&gt;restart the diagnostics&lt;BR /&gt;re-install the software in a current version</description>
      <pubDate>Fri, 06 Jan 2006 13:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704293#M249932</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-01-06T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: STM errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704294#M249933</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I guess the two probable causes of such error.&lt;BR /&gt;1. Either "diagmond" deamon is not running or not properly initilaised.&lt;BR /&gt;Check if the "diagmond" is running&lt;BR /&gt;# ps -ef | grep diag&lt;BR /&gt;If not running , start it using&lt;BR /&gt;# /usr/sbin/stm/uut/bin/sys/diagmond&lt;BR /&gt;&lt;BR /&gt;Check for other child deamons of "diagmond" if they are running like diaglogd,memlogd,cclogd(for cell based server) using&lt;BR /&gt;# ps -ef | grep &lt;DEAMON-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;If these deamons are running which confirms "diagmond" initilisation is complete.&lt;BR /&gt;&lt;BR /&gt;2. Local Host network trouble.&lt;BR /&gt;Ensure the host name resolution works ( /etc/hosts or DNS ) using ping or nslookup &lt;HOSTNAME&gt; .&lt;BR /&gt;# netstat -in &lt;BR /&gt;# ll /dev/tty&lt;BR /&gt;&lt;BR /&gt;Ensure the latest STM patch installed on the system.&lt;BR /&gt;&lt;BR /&gt;Which STM version you are dealing with?&lt;BR /&gt;# swlist -l fileset | grep Sup-Tool-Mgr&lt;BR /&gt;What's HP-UX version?&lt;/HOSTNAME&gt;&lt;/DEAMON-NAME&gt;</description>
      <pubDate>Fri, 06 Jan 2006 22:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stm-errors/m-p/3704294#M249933</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-01-06T22:47:39Z</dc:date>
    </item>
  </channel>
</rss>

