<?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: Cannot Install XDR Agent Because ./setup.sh Permission Failed in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cannot-install-xdr-agent-because-setup-sh-permission-failed/m-p/531561#M3655</link>
    <description>&lt;P&gt;Yea i'm using the&amp;nbsp;&lt;SPAN&gt;latest agent version and already followed the guide but&lt;/SPAN&gt;&amp;nbsp;i still got the same problem, maybe i'll try to open case to support team. Thanks for your suggestion.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2023 08:34:23 GMT</pubDate>
    <dc:creator>made.aditya</dc:creator>
    <dc:date>2023-02-17T08:34:23Z</dc:date>
    <item>
      <title>Cannot Install XDR Agent Because ./setup.sh Permission Failed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cannot-install-xdr-agent-because-setup-sh-permission-failed/m-p/531529#M3653</link>
      <description>&lt;P&gt;I tried to install XDR Agent on my Redhat VM. After I changed my installer file permission and run the script, it said&amp;nbsp;./setup.sh: Permission denied.&lt;/P&gt;
&lt;P&gt;i already checked my file permission and theres nothing wrong with it.Is there someone have the same issue or it just me.&amp;nbsp;i appreciate your answer&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 05:52:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cannot-install-xdr-agent-because-setup-sh-permission-failed/m-p/531529#M3653</guid>
      <dc:creator>made.aditya</dc:creator>
      <dc:date>2023-02-17T05:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Install XDR Agent Because ./setup.sh Permission Failed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cannot-install-xdr-agent-because-setup-sh-permission-failed/m-p/531538#M3654</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/261777"&gt;@made.aditya&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for writing to live community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am assuming you are using the latest agent version for installation and are following the steps as mentioned in the guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. When you download the package from the cloud server it is a tar zip file and you need to untar it first(command below):&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;tar -xvf ./&amp;lt;packagename&amp;gt;.tar.gz&lt;/LI-CODE&gt;
&lt;P&gt;2. After that you need to create a folder in /etc directory by the name "panw" and copy the cortex.conf configuration file for the same&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mkdir /etc/panw
cp cortex.conf /etc/panw&lt;/LI-CODE&gt;
&lt;P&gt;3. Once done, then convert the shell installer to executable format by using chmod command&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;chmod +x ./cortex-7-x-x.sh&lt;/LI-CODE&gt;
&lt;P&gt;4. Once done, then run the executable for installation&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sudo ./cortex-7-x-x.sh&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please follow the guide for installation to validate you are performing it correctly. You might need root priviledges to perform the install.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Link here : &lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/7.7/Cortex-XDR-Agent-Administrator-Guide/Install-the-Cortex-XDR-Agent-for-Linux" target="_blank" rel="noopener"&gt;Install Cortex XDR agent for Linux&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If all of the above are performed, maybe you can try downloading another package and performing the same. If none of the above works, then please log a case with our support team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please mark the response as "Accept as Solution" if it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 06:32:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cannot-install-xdr-agent-because-setup-sh-permission-failed/m-p/531538#M3654</guid>
      <dc:creator>neelrohit</dc:creator>
      <dc:date>2023-02-17T06:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Install XDR Agent Because ./setup.sh Permission Failed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cannot-install-xdr-agent-because-setup-sh-permission-failed/m-p/531561#M3655</link>
      <description>&lt;P&gt;Yea i'm using the&amp;nbsp;&lt;SPAN&gt;latest agent version and already followed the guide but&lt;/SPAN&gt;&amp;nbsp;i still got the same problem, maybe i'll try to open case to support team. Thanks for your suggestion.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 08:34:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cannot-install-xdr-agent-because-setup-sh-permission-failed/m-p/531561#M3655</guid>
      <dc:creator>made.aditya</dc:creator>
      <dc:date>2023-02-17T08:34:23Z</dc:date>
    </item>
  </channel>
</rss>

