<?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>question Re: Problem in creating cloudera cluster in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-in-creating-cloudera-cluster/m-p/22808#M4167</link>
    <description>&lt;P&gt;This is my cloudera-scm-agent.out file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/usr/lib64/cmf/agent/src/cmf/agent.py:24: DeprecationWarning: the sha module is deprecated; use the hashlib module instead&lt;BR /&gt;import sha&lt;BR /&gt;/usr/lib64/cmf/agent/src/cmf/parcel.py:15: DeprecationWarning: the sets module is deprecated&lt;BR /&gt;from sets import Set&lt;BR /&gt;[17/Dec/2014 14:19:52 +0000] 9985 MainThread agent INFO SCM Agent Version: 5.2.1&lt;BR /&gt;[17/Dec/2014 14:19:52 +0000] 9985 MainThread agent ERROR Could not determine hostname or ip address; proceeding.&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/usr/lib64/cmf/agent/src/cmf/agent.py", line 1854, in parse_arguments&lt;BR /&gt;ip_address = socket.gethostbyname(fqdn)&lt;BR /&gt;gaierror: [Errno -3] Temporary failure in name resolution&lt;BR /&gt;usage: agent.py [-h] [--agent_dir AGENT_DIR] [--lib_dir LIB_DIR]&lt;BR /&gt;[--agent_httpd_port AGENT_HTTPD_PORT] --package_dir&lt;BR /&gt;PACKAGE_DIR [--parcel_dir PARCEL_DIR]&lt;BR /&gt;[--supervisord_path SUPERVISORD_PATH]&lt;BR /&gt;[--supervisord_httpd_port SUPERVISORD_HTTPD_PORT]&lt;BR /&gt;[--standalone STANDALONE] [--master MASTER]&lt;BR /&gt;[--environment ENVIRONMENT] [--host_id HOST_ID]&lt;BR /&gt;[--disable_supervisord_events] --hostname HOSTNAME&lt;BR /&gt;--ip_address IP_ADDRESS [--use_tls]&lt;BR /&gt;[--client_key_file CLIENT_KEY_FILE]&lt;BR /&gt;[--client_cert_file CLIENT_CERT_FILE]&lt;BR /&gt;[--verify_cert_file VERIFY_CERT_FILE]&lt;BR /&gt;[--verify_cert_dir VERIFY_CERT_DIR]&lt;BR /&gt;[--client_keypw_file CLIENT_KEYPW_FILE]&lt;BR /&gt;[--max_cert_depth MAX_CERT_DEPTH] [--logfile LOGFILE]&lt;BR /&gt;[--logdir LOGDIR] [--optional_token] [--clear_agent_dir]&lt;BR /&gt;[--sudo_command SUDO_COMMAND]&lt;BR /&gt;agent.py: error: argument --hostname is required&lt;BR /&gt;[17/Dec/2014 14:19:52 +0000] 9985 Dummy-1 agent INFO Stopping agent...&lt;/P&gt;</description>
    <pubDate>Thu, 18 Dec 2014 02:21:22 GMT</pubDate>
    <dc:creator>abhishes</dc:creator>
    <dc:date>2014-12-18T02:21:22Z</dc:date>
    <item>
      <title>Problem in creating cloudera cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-in-creating-cloudera-cluster/m-p/22807#M4166</link>
      <description>&lt;P&gt;I am building a cluster with 3 nodes. the cloudera manager is able to successfully install everything on 2 nodes but one of them fails&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="capture.png" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/770i32A5B726F2CE3DB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture.png" alt="capture.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I click on details I can&amp;nbsp;see&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configuring Cloudera Manager Agent...&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;BEGIN grep server_host=155.17.148.40 /etc/cloudera-scm-agent/config.ini &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;END (1) &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;BEGIN sed -e 's/\(server_host=\).*/\1155.17.148.40/' -i /etc/cloudera-scm-agent/config.ini &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;END (0) &lt;/STRONG&gt;&lt;BR /&gt;scm agent configured&lt;/DIV&gt;&lt;P&gt;Starting Cloudera Manager Agent...&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;BEGIN /sbin/service cloudera-scm-agent status | grep running &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;END (1) &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;BEGIN /sbin/service cloudera-scm-agent start &lt;/STRONG&gt;&lt;BR /&gt;Starting cloudera-scm-agent: &amp;#27;[60G[&amp;#27;[0;31mFAILED&amp;#27;[0;39m]&lt;BR /&gt;&lt;STRONG&gt;END (1) &lt;/STRONG&gt;&lt;BR /&gt;agent logs:&lt;BR /&gt;&lt;STRONG&gt;BEGIN tail -n 50 /var/log/cloudera-scm-agent//cloudera-scm-agent.out | sed 's/^/&amp;gt;&amp;gt;/' &lt;/STRONG&gt;&lt;BR /&gt;&amp;gt;&amp;gt;/usr/lib64/cmf/agent/src/cmf/agent.py:24: DeprecationWarning: the sha module is deprecated; use the hashlib module instead&lt;BR /&gt;&amp;gt;&amp;gt; import sha&lt;BR /&gt;&amp;gt;&amp;gt;/usr/lib64/cmf/agent/src/cmf/parcel.py:15: DeprecationWarning: the sets module is deprecated&lt;BR /&gt;&amp;gt;&amp;gt; from sets import Set&lt;BR /&gt;&amp;gt;&amp;gt;[17/Dec/2014 14:13:31 +0000] 9557 MainThread agent INFO SCM Agent Version: 5.2.1&lt;BR /&gt;&lt;SPAN class="error"&gt;&amp;gt;&amp;gt;[17/Dec/2014 14:13:31 +0000] 9557 MainThread agent ERROR Could not determine hostname or ip address; proceeding. &lt;/SPAN&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Traceback (most recent call last):&lt;BR /&gt;&amp;gt;&amp;gt; File "/usr/lib64/cmf/agent/src/cmf/agent.py", line 1854, in parse_arguments&lt;BR /&gt;&amp;gt;&amp;gt; ip_address = socket.gethostbyname(fqdn)&lt;BR /&gt;&lt;SPAN class="error"&gt;&amp;gt;&amp;gt;gaierror: [Errno -3] Temporary failure in name resolution &lt;/SPAN&gt;&lt;BR /&gt;&amp;gt;&amp;gt;usage: agent.py [-h] [--agent_dir AGENT_DIR&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:15:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-in-creating-cloudera-cluster/m-p/22807#M4166</guid>
      <dc:creator>abhishes</dc:creator>
      <dc:date>2022-09-16T09:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating cloudera cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-in-creating-cloudera-cluster/m-p/22808#M4167</link>
      <description>&lt;P&gt;This is my cloudera-scm-agent.out file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/usr/lib64/cmf/agent/src/cmf/agent.py:24: DeprecationWarning: the sha module is deprecated; use the hashlib module instead&lt;BR /&gt;import sha&lt;BR /&gt;/usr/lib64/cmf/agent/src/cmf/parcel.py:15: DeprecationWarning: the sets module is deprecated&lt;BR /&gt;from sets import Set&lt;BR /&gt;[17/Dec/2014 14:19:52 +0000] 9985 MainThread agent INFO SCM Agent Version: 5.2.1&lt;BR /&gt;[17/Dec/2014 14:19:52 +0000] 9985 MainThread agent ERROR Could not determine hostname or ip address; proceeding.&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/usr/lib64/cmf/agent/src/cmf/agent.py", line 1854, in parse_arguments&lt;BR /&gt;ip_address = socket.gethostbyname(fqdn)&lt;BR /&gt;gaierror: [Errno -3] Temporary failure in name resolution&lt;BR /&gt;usage: agent.py [-h] [--agent_dir AGENT_DIR] [--lib_dir LIB_DIR]&lt;BR /&gt;[--agent_httpd_port AGENT_HTTPD_PORT] --package_dir&lt;BR /&gt;PACKAGE_DIR [--parcel_dir PARCEL_DIR]&lt;BR /&gt;[--supervisord_path SUPERVISORD_PATH]&lt;BR /&gt;[--supervisord_httpd_port SUPERVISORD_HTTPD_PORT]&lt;BR /&gt;[--standalone STANDALONE] [--master MASTER]&lt;BR /&gt;[--environment ENVIRONMENT] [--host_id HOST_ID]&lt;BR /&gt;[--disable_supervisord_events] --hostname HOSTNAME&lt;BR /&gt;--ip_address IP_ADDRESS [--use_tls]&lt;BR /&gt;[--client_key_file CLIENT_KEY_FILE]&lt;BR /&gt;[--client_cert_file CLIENT_CERT_FILE]&lt;BR /&gt;[--verify_cert_file VERIFY_CERT_FILE]&lt;BR /&gt;[--verify_cert_dir VERIFY_CERT_DIR]&lt;BR /&gt;[--client_keypw_file CLIENT_KEYPW_FILE]&lt;BR /&gt;[--max_cert_depth MAX_CERT_DEPTH] [--logfile LOGFILE]&lt;BR /&gt;[--logdir LOGDIR] [--optional_token] [--clear_agent_dir]&lt;BR /&gt;[--sudo_command SUDO_COMMAND]&lt;BR /&gt;agent.py: error: argument --hostname is required&lt;BR /&gt;[17/Dec/2014 14:19:52 +0000] 9985 Dummy-1 agent INFO Stopping agent...&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2014 02:21:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-in-creating-cloudera-cluster/m-p/22808#M4167</guid>
      <dc:creator>abhishes</dc:creator>
      <dc:date>2014-12-18T02:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating cloudera cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-in-creating-cloudera-cluster/m-p/22816#M4168</link>
      <description>&lt;P&gt;OK. I resolved the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on hd3work the call to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;python -c 'import socket; socket.gethostbyname(socket.getfqdn())&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;was failing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I troubleshooted for a very long time and could not figure out why this problem is occuring.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so I deleted the network adapter of the VM and recreated the network adapter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then suddenly it started to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2014 04:23:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-in-creating-cloudera-cluster/m-p/22816#M4168</guid>
      <dc:creator>abhishes</dc:creator>
      <dc:date>2014-12-18T04:23:45Z</dc:date>
    </item>
  </channel>
</rss>

