<?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: install PanHandler on Windows 10 system. in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/316015#M81330</link>
    <description>&lt;P&gt;UPDATE:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Windows feature Hyper-V conflicts with VMWorkstation.&amp;nbsp; My VMWorkstation version is current at 15.5.1 build-15018445.&amp;nbsp; &amp;nbsp;Hyper-V is required to run a Docker container on Win10.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result, turn off Hyper-V feature and reboot to run VMWorkstation; turn on Hyper-V and reboot to run PanHandler/Docker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a powershell command to turn Hyper-V feature on/off but does not get around the reboot.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Disable in Powershell with this command:&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;nbsp; bcdedit /set hypervisorlaunchtype off&amp;nbsp; &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Reenable Hyper-v with command:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&amp;nbsp; &amp;nbsp;bcdedit /set hypervisorlaunchtype auto&amp;nbsp; &amp;nbsp;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2020 15:02:18 GMT</pubDate>
    <dc:creator>doug-elliott</dc:creator>
    <dc:date>2020-03-12T15:02:18Z</dc:date>
    <item>
      <title>install PanHandler on Windows 10 system.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/311535#M80624</link>
      <description>&lt;P&gt;Published install instructions for PanHandler are for MAC and Linux systems.&amp;nbsp; I run Windows.&amp;nbsp; Here is how I installed PanHandler on my Windows 10 system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Install Docker for Windows from the Docker Hub -- &lt;A href="https://docs.docker.com/docker-for-windows/install/" target="_blank"&gt;https://docs.docker.com/docker-for-windows/install/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I’m at Docker Engine v19.3.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once Docker is installed and after your system has rebooted, open Docker from the systray.&lt;/P&gt;&lt;P&gt;My Docker settings:&amp;nbsp; (Sorry, screenshots would not paste)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;General&amp;nbsp;&lt;/P&gt;&lt;OL class="lia-list-style-type-lower-roman"&gt;&lt;LI&gt;Check&lt;OL&gt;&lt;LI&gt;Start Docker Desktop when you log in&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;accept defaults&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Resources&lt;/P&gt;&lt;OL class="lia-list-style-type-lower-roman"&gt;&lt;LI&gt;accept defaults&amp;nbsp;&lt;OL&gt;&lt;LI&gt;2 CPUs; 2 GB Memory; 1 GB Swap; Disk image is 64 GB&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Command Line&lt;/P&gt;&lt;OL class="lia-list-style-type-lower-roman"&gt;&lt;LI&gt;enable experimental features&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Kubernetes is unchanged.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Execute “Apply &amp;amp; Restart” lower right.&lt;/P&gt;&lt;P&gt;Make sure Docker is running by checking lower left of window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Download and install Git Bash.&amp;nbsp; &lt;SPAN&gt;&lt;STRONG&gt;Git Bash&lt;/STRONG&gt; is an application for Microsoft Windows environments which provides an emulation layer for a &lt;STRONG&gt;Git&lt;/STRONG&gt; command line experience. It is possible to turn on the Windows Subsystem for linux (WSL) but I used Git Bash.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Use Git Bash (or WSL) to run the PanHandler setup CLI per the setup instructions -- &lt;/SPAN&gt;&lt;A href="https://panhandler.readthedocs.io/en/master/running.html#quickstart" target="_blank"&gt;https://panhandler.readthedocs.io/en/master/running.html#quickstart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; curl -s -k -L &lt;A href="http://bit.ly/2xui5gM" target="_blank"&gt;http://bit.ly/2xui5gM&lt;/A&gt; | bash&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Output from the CLI command should include no errors and should look like this …&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ curl -s -k -L &lt;A href="http://bit.ly/2xui5gM" target="_blank"&gt;http://bit.ly/2xui5gM&lt;/A&gt; | bash&lt;/P&gt;&lt;P&gt;===================================================================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Welcome to Panhandler&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;===================================================================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Checking 6827534e456d (this is your container)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Checking for image updates ... (This may take some time while the image downloads)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; paloaltonetworks/panhandler:latest is already up to date!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Found container id of 6827534e456d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Checking 6827534e456d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This container is up-to-date!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Panhandler is already up to date. Ensuring it's running&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You may now use Panhandler by opening a web browser and browsing to http://localhost:8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;===================================================================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you receive output that states an inability to access you docker container, review your Docker stetting from the systray.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You should now be able to access PanHandler with a local system browser via the URL provided in the last line of output. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Continue with PanHandler usage instructions using &lt;/SPAN&gt;&lt;A href="https://live.paloaltonetworks.com/t5/Skillet-Tools/Install-and-Get-Started-With-Panhandler/ta-p/307916" target="_blank"&gt;https://live.paloaltonetworks.com/t5/Skillet-Tools/Install-and-Get-Started-With-Panhandler/ta-p/307916&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 15:23:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/311535#M80624</guid>
      <dc:creator>doug-elliott</dc:creator>
      <dc:date>2020-02-17T15:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: install PanHandler on Windows 10 system.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/311647#M80639</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/105277"&gt;@doug-elliott&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Awesome !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Kiwi.&lt;/P&gt;
&lt;DIV id="ConnectiveDocSignExtentionInstalled" data-extension-version="1.0.4"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Feb 2020 08:05:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/311647#M80639</guid>
      <dc:creator>kiwi</dc:creator>
      <dc:date>2020-02-18T08:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: install PanHandler on Windows 10 system.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/316015#M81330</link>
      <description>&lt;P&gt;UPDATE:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Windows feature Hyper-V conflicts with VMWorkstation.&amp;nbsp; My VMWorkstation version is current at 15.5.1 build-15018445.&amp;nbsp; &amp;nbsp;Hyper-V is required to run a Docker container on Win10.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result, turn off Hyper-V feature and reboot to run VMWorkstation; turn on Hyper-V and reboot to run PanHandler/Docker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a powershell command to turn Hyper-V feature on/off but does not get around the reboot.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Disable in Powershell with this command:&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;nbsp; bcdedit /set hypervisorlaunchtype off&amp;nbsp; &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Reenable Hyper-v with command:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&amp;nbsp; &amp;nbsp;bcdedit /set hypervisorlaunchtype auto&amp;nbsp; &amp;nbsp;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 15:02:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/316015#M81330</guid>
      <dc:creator>doug-elliott</dc:creator>
      <dc:date>2020-03-12T15:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: install PanHandler on Windows 10 system.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/337104#M84926</link>
      <description>&lt;P&gt;Thanks Elliot for the post. I followed your instructions, and everything is working fine. However I couldn't run the script using Git Bash.&lt;/P&gt;&lt;P&gt;It returned the error below. I have spent the whole day trying to find a resolution with no luck.&lt;/P&gt;&lt;P&gt;Any idea what could be the issue ? It is working fine on another linux machine, but the issue exists with Windows 10 only&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error response from daemon: mkdir C:\Program Files\Git\var: Access is denied&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mo&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 06:50:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/337104#M84926</guid>
      <dc:creator>mohammed.abdelgawad</dc:creator>
      <dc:date>2020-07-08T06:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: install PanHandler on Windows 10 system.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/340566#M85468</link>
      <description>&lt;P&gt;FYI - in response to previous poster who had problems.&amp;nbsp; I opened a cmd prompt as Admin and created the directory c:\program files\Git\var.&amp;nbsp; Then using explorer I modified security rights,&amp;nbsp; granting users Modify rights.&amp;nbsp; After that it worked.&amp;nbsp; I did get a prompt that Docker wanted to share and I allowed that.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 19:40:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/340566#M85468</guid>
      <dc:creator>GlennSJ</dc:creator>
      <dc:date>2020-07-24T19:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: install PanHandler on Windows 10 system.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/340599#M85472</link>
      <description>&lt;P&gt;Thanks Glenn for your input, I will give it a try and get back to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 22:47:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/340599#M85472</guid>
      <dc:creator>mohammed.abdelgawad</dc:creator>
      <dc:date>2020-07-24T22:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: install PanHandler on Windows 10 system.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/343417#M85973</link>
      <description>&lt;P&gt;Thanks alot Glenn, Your trick resolved my issue.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 22:54:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/install-panhandler-on-windows-10-system/m-p/343417#M85973</guid>
      <dc:creator>mohammed.abdelgawad</dc:creator>
      <dc:date>2020-08-11T22:54:49Z</dc:date>
    </item>
  </channel>
</rss>

