<br>
I recently encountered a problem when I upgraded Panorama from 10.2.4 to 11.0.2. The ‘Download’ link in Device Deployment -> GlobalProtect Client on Panorama disappeared! After some research, I found out that this is a bug that affects this version of Panorama. Unfortunately, there is no official fix for this issue yet as of July 17, 2023.
If you need to push GlobalProtect client from Panorama before Palo Alto Networks fixes this bug, you can use a workaround via CLI commands.
<br>
## Issue/Symptom
- You don’t see the ‘Download’ link on PANORAMA → Device Deployment → GlobalProtect Client.
<br>
## Workaround
### Step 1. Check available GlobalProtect client packages from PaloAlto Networks server
```
admin@panorama> request batch global-protect-client check
```
<br>
### Step 2. Download GlobalProtect client packages to Panorama
```
admin@panorama> request batch global-protect-client download file PanGP-6.0.7
Download job enqueued with jobid 257320
257320
```
<br>
### Step 3. Activate the version on Panorama GUI
Go to PANORAMA → Device Deployment → GlobalProtect Client and click 'Activate' and select the firewalls you want to push the new GP Client.
<br>
![[Panorama_Device Deployment_GlobalProtect Client_Bug.jpg]]
<br>
## References
[How to use Device Deployment in Panorama - Knowledge Base - Palo Alto Networks](https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClesCAC)
<br>
## Links
[[_MOC_2_Firewall]]
<br>
## Tags
#firewall #pan #panorama #cli #bug
<br>