<?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 tSSH Component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSSH-Component/m-p/2317696#M88116</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one share if any links for how to use tSSH component in Talend job to check the job status(stop/start/running) without running cmd manually for linux. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help!!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2022 22:14:38 GMT</pubDate>
    <dc:creator>S1660598179</dc:creator>
    <dc:date>2022-08-15T22:14:38Z</dc:date>
    <item>
      <title>tSSH Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSSH-Component/m-p/2317696#M88116</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one share if any links for how to use tSSH component in Talend job to check the job status(stop/start/running) without running cmd manually for linux. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help!!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 22:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSSH-Component/m-p/2317696#M88116</guid>
      <dc:creator>S1660598179</dc:creator>
      <dc:date>2022-08-15T22:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: tSSH Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSSH-Component/m-p/2317697#M88117</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please check https://help.talend.com/r/en-US/8.0/system/tssh documentation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 06:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSSH-Component/m-p/2317697#M88117</guid>
      <dc:creator>ppatel</dc:creator>
      <dc:date>2022-08-16T06:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: tSSH Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSSH-Component/m-p/2317698#M88118</link>
      <description>&lt;P&gt;Thanks ppatel for sharing it.&lt;/P&gt;&lt;P&gt;I tried running the server using cmd in the tSSH component.&lt;/P&gt;&lt;P&gt;When I use the cmd - "service &lt;I&gt;service-name &lt;/I&gt;status" - it print the status(server status running) successfully on the console. But when I use the cmd -   "service &lt;I&gt;service-name &lt;/I&gt;restart" it gives me an below exception &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;"sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;/etc/init.d/service-name: line 471: kill: (2801931) - Operation not permitted"&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me to understand this issue? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does any one knows how to resolve this issue? Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 18:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSSH-Component/m-p/2317698#M88118</guid>
      <dc:creator>S1660598179</dc:creator>
      <dc:date>2022-08-16T18:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: tSSH Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSSH-Component/m-p/2317699#M88119</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried using cmd  &lt;B&gt;"service TALEND-CONTAINER-service status"&lt;/B&gt; - it is working using tSSH component.&lt;/P&gt;&lt;P&gt;And the other cmds like&lt;/P&gt;&lt;P&gt;&lt;B&gt;"service TALEND-CONTAINER-service stop"&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;"service TALEND-CONTAINER-service start"&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;"service TALEND-CONTAINER-service restart&lt;/B&gt;" are not working using the component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting this exception for restart and stop cmds - &lt;B&gt;&lt;I&gt;/etc/init.d/service-name: line 471: kill: (2801931) - Operation not permitted"&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help us to resolve this issue? or do we have any other solution to fix this? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 14:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSSH-Component/m-p/2317699#M88119</guid>
      <dc:creator>S1660598179</dc:creator>
      <dc:date>2022-08-17T14:21:43Z</dc:date>
    </item>
  </channel>
</rss>

