<?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: sas-viya-rabbitmq-server-default service not found in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697098#M733</link>
    <description>&lt;P&gt;If you are doing a SMP (Single Machine) deployment, usually the first line of the inventory.ini file is like below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;deployTarget ansible_host=&amp;lt;machine_address&amp;gt; ansible_user=&amp;lt;userid&amp;gt; ansible_ssh_private_key_file=&amp;lt;keyfile&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In the above line "deployTarget" is the alias for your "ansible_host" machine. So if you are using default then you have to specify "deployTarget" under the "[rabbitmq]" section as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;# A RabbitMQ cluster must have an odd number of machines.
[rabbitmq]
deployTarget
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you have changed the default value of "deployTarget" to something else, make you sure update that value for the above section.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Nov 2020 10:14:34 GMT</pubDate>
    <dc:creator>AnandVyas</dc:creator>
    <dc:date>2020-11-06T10:14:34Z</dc:date>
    <item>
      <title>sas-viya-rabbitmq-server-default service not found</title>
      <link>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697086#M727</link>
      <description>&lt;P&gt;&lt;SPAN&gt;sas-viya-rabbitmq-server-default service is not found even after the successful deployment.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 09:42:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697086#M727</guid>
      <dc:creator>ashishj816</dc:creator>
      <dc:date>2020-11-06T09:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: sas-viya-rabbitmq-server-default service not found</title>
      <link>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697090#M728</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/82817"&gt;@ashishj816&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you verify the below?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;cd /etc/init.d/
ls -l sas-viya-rabbitmq-server-default


ps -ef | grep rabbit&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Nov 2020 09:50:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697090#M728</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-11-06T09:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: sas-viya-rabbitmq-server-default service not found</title>
      <link>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697091#M729</link>
      <description>&lt;PRE class="language-sas"&gt;&lt;CODE&gt;cd /etc/init.d/
ls -l sas-viya-rabbitmq-server-default&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;under "/etc/init.d" sas-viyamq-server-default is not present ].&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 09:54:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697091#M729</guid>
      <dc:creator>ashishj816</dc:creator>
      <dc:date>2020-11-06T09:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: sas-viya-rabbitmq-server-default service not found</title>
      <link>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697093#M730</link>
      <description>&lt;P&gt;Also, what is the value you have assigned to the rabbitmq section of your inventory.ini file?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 09:57:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697093#M730</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-11-06T09:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: sas-viya-rabbitmq-server-default service not found</title>
      <link>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697094#M731</link>
      <description>&lt;P&gt;under /etc/init.d&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-sas"&gt;&lt;CODE&gt;sas-viya-rabbitmq-server-default&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;is not present.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 09:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697094#M731</guid>
      <dc:creator>ashishj816</dc:creator>
      <dc:date>2020-11-06T09:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: sas-viya-rabbitmq-server-default service not found</title>
      <link>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697097#M732</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Also, what is the value you have assigned to the rabbitmq section of your inventory.ini file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will provide the content of inventory.ini file shortly. currently I am using sample inventory.ini file as it is.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;please let me know what should be content in inventory.ini file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 10:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697097#M732</guid>
      <dc:creator>ashishj816</dc:creator>
      <dc:date>2020-11-06T10:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: sas-viya-rabbitmq-server-default service not found</title>
      <link>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697098#M733</link>
      <description>&lt;P&gt;If you are doing a SMP (Single Machine) deployment, usually the first line of the inventory.ini file is like below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;deployTarget ansible_host=&amp;lt;machine_address&amp;gt; ansible_user=&amp;lt;userid&amp;gt; ansible_ssh_private_key_file=&amp;lt;keyfile&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In the above line "deployTarget" is the alias for your "ansible_host" machine. So if you are using default then you have to specify "deployTarget" under the "[rabbitmq]" section as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;# A RabbitMQ cluster must have an odd number of machines.
[rabbitmq]
deployTarget
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you have changed the default value of "deployTarget" to something else, make you sure update that value for the above section.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 10:14:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697098#M733</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-11-06T10:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: sas-viya-rabbitmq-server-default service not found</title>
      <link>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697128#M734</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ashishj816_0-1604666102869.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51447iFC025D6DC27CB271/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ashishj816_0-1604666102869.png" alt="ashishj816_0-1604666102869.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is how my inventory.ini file looks like. please let me know changes done are correct or not&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 12:36:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697128#M734</guid>
      <dc:creator>ashishj816</dc:creator>
      <dc:date>2020-11-06T12:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: sas-viya-rabbitmq-server-default service not found</title>
      <link>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697624#M738</link>
      <description>&lt;P&gt;Is this the original playbook or did you make change to it? Also, Are you deploying a programming only environment? For now with the components you have shared it looks ok..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 14:28:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/sas-viya-rabbitmq-server-default-service-not-found/m-p/697624#M738</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-11-09T14:28:49Z</dc:date>
    </item>
  </channel>
</rss>

