<?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: cmquerycl error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186618#M460784</link>
    <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;I resolve the proble when I install the sendmail.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jesus</description>
    <pubDate>Fri, 10 Jul 2009 09:19:28 GMT</pubDate>
    <dc:creator>Jesus Fdez.</dc:creator>
    <dc:date>2009-07-10T09:19:28Z</dc:date>
    <item>
      <title>cmquerycl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186614#M460780</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am configuring a cluster SG, and am having problems running the command "cmquerycl-v-C cluster.ascii-n node2-n nodo1".&lt;BR /&gt;&lt;BR /&gt;I obtain this message:&lt;BR /&gt;&lt;BR /&gt;Warning: Unable to determine local domain name for nodo1&lt;BR /&gt;Looking for other clusters ... Done&lt;BR /&gt;Gathering storage information&lt;BR /&gt;Unable to connect to node nodo1: Permission denied&lt;BR /&gt;Unable to connect to node nodo2 : Permission denied&lt;BR /&gt;Gathering network information&lt;BR /&gt;Beginning network probing&lt;BR /&gt;Not probing node nodo1 as it is currently unreachable.&lt;BR /&gt; This may cause network partitions to be reported.&lt;BR /&gt;Not probing node nodo2 as it is currently unreachable.&lt;BR /&gt; This may cause network partitions to be reported.&lt;BR /&gt;Completed network probing&lt;BR /&gt;Failed to gather configuration information.&lt;BR /&gt;&lt;BR /&gt;- /etc/hosts &lt;BR /&gt;127.0.0.1       localhost       loopback&lt;BR /&gt;10.2.76.160     nodo1&lt;BR /&gt;10.2.76.161     nodo2&lt;BR /&gt;&lt;BR /&gt;- /etc/cmcluster/cmclnodelist&lt;BR /&gt;nodo1 root&lt;BR /&gt;nodo2 root&lt;BR /&gt;&lt;BR /&gt;- .hosts&lt;BR /&gt;nodo1 root&lt;BR /&gt;nodo2 root&lt;BR /&gt;&lt;BR /&gt;and i see in the syslog.log file this errors:&lt;BR /&gt;Jul 10 11:09:33 nodo1 inetd[4539]: exec /usr/lbin/identd: No such file or directory&lt;BR /&gt;Jul 10 11:09:33 nodo1 inetd[1473]: auth/tcp: Exit status 1&lt;BR /&gt;Jul 10 11:09:33 nodo1 cmclconfd[4538]: Received 0 bytes from identd on 127.0.0.1:49614.&lt;BR /&gt;Jul 10 11:09:34 nodo1 inetd[4540]: exec /usr/lbin/identd: No such file or directory&lt;BR /&gt;Jul 10 11:09:35 nodo1 inetd[4541]: exec /usr/lbin/identd: No such file or directory&lt;BR /&gt;Jul 10 11:09:35 nodo1 cmclconfd[4538]: Error 0 with recv() when communicating with identd on 127.0.0.1:49614: Error 0&lt;BR /&gt;Jul 10 11:09:35 nodo1 inetd[4542]: exec /usr/lbin/identd: No such file or directory&lt;BR /&gt;Jul 10 11:09:35 nodo1 cmclconfd[4538]: Received 0 bytes from identd on 127.0.0.1:49614.&lt;BR /&gt;Jul 10 11:09:36 nodo1  above message repeats 2 times&lt;BR /&gt;Jul 10 11:09:36 nodo1 inetd[4553]: exec /usr/lbin/identd: No such file or directory&lt;BR /&gt;Jul 10 11:09:37 nodo1 inetd[4557]: exec /usr/lbin/identd: No such file or directory&lt;BR /&gt;&lt;BR /&gt;- I not found the /usr/lbin/identd file. How I can to recreate it ?&lt;BR /&gt;&lt;BR /&gt;Any idea ¿?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jesús</description>
      <pubDate>Fri, 10 Jul 2009 08:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186614#M460780</guid>
      <dc:creator>Jesus Fdez.</dc:creator>
      <dc:date>2009-07-10T08:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186615#M460781</link>
      <description>You need identd for serviceguard. Install sendmail.</description>
      <pubDate>Fri, 10 Jul 2009 08:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186615#M460781</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2009-07-10T08:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186616#M460782</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can you copy /usr/lbin/identd from other server and check the  /etc/inetd.conf also&lt;BR /&gt;It should look like this:&lt;BR /&gt;&lt;BR /&gt;auth stream tcp6 wait bin /usr/lbin/identd identd&lt;BR /&gt;&lt;BR /&gt;After enabling the line, perform 'inetd -c' to cause inetd to re-read&lt;BR /&gt;the file.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jul 2009 08:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186616#M460782</guid>
      <dc:creator>Roopesh Francis_1</dc:creator>
      <dc:date>2009-07-10T08:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186617#M460783</link>
      <description>You should have the identd isntalled beacuse it belongs to the HPUXBaseOS bundle.&lt;BR /&gt;&lt;BR /&gt;Looks like it has been deleted from the server&lt;BR /&gt;&lt;BR /&gt;If you have a similar system(os,arch) you can  copy the file from one system to the other, and check if it works.&lt;BR /&gt;&lt;BR /&gt;If you have backups check an old backup for the file..</description>
      <pubDate>Fri, 10 Jul 2009 08:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186617#M460783</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-07-10T08:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186618#M460784</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;I resolve the proble when I install the sendmail.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jesus</description>
      <pubDate>Fri, 10 Jul 2009 09:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186618#M460784</guid>
      <dc:creator>Jesus Fdez.</dc:creator>
      <dc:date>2009-07-10T09:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186619#M460785</link>
      <description>The case is closed</description>
      <pubDate>Fri, 10 Jul 2009 09:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-error/m-p/5186619#M460785</guid>
      <dc:creator>Jesus Fdez.</dc:creator>
      <dc:date>2009-07-10T09:20:22Z</dc:date>
    </item>
  </channel>
</rss>

