<?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 Accessing the Linux server through Nifi (Linux) in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/353624#M236761</link>
    <description>&lt;P&gt;Good Morning&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to access an address of another Linux server through Nifi that is also installed on a Linux server, to search for files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the FetchFile Processor for this but I'm not getting the error "Routing to not found".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me how to make this connection between one server and another?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 12:49:56 GMT</pubDate>
    <dc:creator>leandrolinof</dc:creator>
    <dc:date>2022-09-29T12:49:56Z</dc:date>
    <item>
      <title>Accessing the Linux server through Nifi (Linux)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/353624#M236761</link>
      <description>&lt;P&gt;Good Morning&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to access an address of another Linux server through Nifi that is also installed on a Linux server, to search for files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the FetchFile Processor for this but I'm not getting the error "Routing to not found".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me how to make this connection between one server and another?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 12:49:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/353624#M236761</guid>
      <dc:creator>leandrolinof</dc:creator>
      <dc:date>2022-09-29T12:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the Linux server through Nifi (Linux)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/353770#M236787</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/88347"&gt;@leandrolinof&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FetchFile is going to look for the file on the nifi node or nifi nodes where nifi is installed.&amp;nbsp; This is usually something done on the primary node of a multi node nifi cluster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to connect to another linux server, not part of the nifi cluster you will have to take a different approach.&amp;nbsp; One such approach could be using minifi, or possible ExecuteScript to run a linux command from nifi node to other linux server.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 16:31:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/353770#M236787</guid>
      <dc:creator>steven-matison</dc:creator>
      <dc:date>2022-09-30T16:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the Linux server through Nifi (Linux)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/353783#M236794</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/88347"&gt;@leandrolinof&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.17.0/org.apache.nifi.processors.standard.ListSFTP/index.html" target="_self"&gt;ListSFTP&lt;/A&gt;&amp;nbsp; and &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.17.0/org.apache.nifi.processors.standard.FetchSFTP/index.html" target="_self"&gt;FetchSFTP&lt;/A&gt; are commonly used to fetch files from a remote server.&amp;nbsp; In order to use ListFile or FetchFile the location remote directory would need to be mounted as a local file directory.&lt;BR /&gt;&lt;BR /&gt;Matt&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 21:13:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/353783#M236794</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2022-09-30T21:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the Linux server through Nifi (Linux)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/353855#M236812</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying this way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With an UpdateAttribute processor and right after FetchSFTP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="leandrolinof_0-1664799037925.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/35826i3EB31F32A0347513/image-size/medium?v=v2&amp;amp;px=400" role="button" title="leandrolinof_0-1664799037925.png" alt="leandrolinof_0-1664799037925.png" /&gt;&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 class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="leandrolinof_1-1664799076897.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/35827i0D1C7B7EF040A835/image-size/medium?v=v2&amp;amp;px=400" role="button" title="leandrolinof_1-1664799076897.png" alt="leandrolinof_1-1664799076897.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying this way because I need to run Oracle QUERY previously and do some validations&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can it work?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 12:12:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/353855#M236812</guid>
      <dc:creator>leandrolinof</dc:creator>
      <dc:date>2022-10-03T12:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the Linux server through Nifi (Linux)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/353864#M236816</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/88347"&gt;@leandrolinof&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I see no reason why using UpdateAttribute to establish the needed path and filename values for FetchSFTP processor would not work.&amp;nbsp; FetchSFTP has no dependency on using ListSFTP.&amp;nbsp; ListSFP just serves as a mechanism for obtaining a list of Files from a target SFTp server and recording state.&amp;nbsp; ListSFTP simply creates a FlowFile with the needed attributes set for each File found on the target.&amp;nbsp; So if you have another method build that can get set those attributes, then you are good to go.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;If you found that the provided solution(s) assisted you with your query, please take a moment to login and click&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;Accept as Solution&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;below each response that helped.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;Matt&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 12:54:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/353864#M236816</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2022-10-03T12:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the Linux server through Nifi (Linux)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/354266#M236884</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much, this worked perfectly for what I was needing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell me if this same flow also works with windows?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 14:51:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Accessing-the-Linux-server-through-Nifi-Linux/m-p/354266#M236884</guid>
      <dc:creator>leandrolinof</dc:creator>
      <dc:date>2022-10-07T14:51:20Z</dc:date>
    </item>
  </channel>
</rss>

