- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-20-2013 04:43 AM
Shared with Jive Anywhere
08-20-2013 06:30 AM
The PANOS images are stored under /opt/pancfg directory
You can use the command
>show system disk-space
to look at how much space is left.
admin@41-PA-4020(active)> show system disk-space
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 3.8G 1.5G 2.1G 42% /
/dev/sda5 7.6G 2.2G 5.0G 31% /opt/pancfg
/dev/sda6 3.8G 2.6G 1.1G 71% /opt/panrepo
tmpfs 506M 67M 439M 14% /dev/shm
/dev/sda8 51G 567M 48G 2% /opt/panlogs
08-20-2013 06:33 AM
Thank you very much. That's the command I was using. I just didn't know where the PANOS images were stored.
Kind regards,
Jeff
08-20-2013 01:21 PM
The PanOS images will actually be downloaded to '/opt/panrepo' partition.
This can be confirmed by downloading a software release, checking disk-space, and then deleting the release:
> request system software download version 5.0.4
> show system disk-space
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 1.9G 1.4G 501M 73% /
/dev/sda5 6.6G 3.3G 3.0G 53% /opt/pancfg
/dev/sda6 1.9G 1.3G 581M 69% /opt/panrepo
tmpfs 1.3G 67M 1.2G 6% /dev/shm
/dev/sda8 2.4G 1.8G 498M 79% /opt/panlogs
> delete software version 5.0.4
> show system disk-space
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 1.9G 1.4G 501M 73% /
/dev/sda5 6.6G 3.3G 3.0G 53% /opt/pancfg
/dev/sda6 1.9G 1.1G 766M 59% /opt/panrepo
tmpfs 1.3G 67M 1.2G 6% /dev/shm
/dev/sda8 2.4G 1.8G 498M 79% /opt/panlogs
Notice panrepo changes by 185MB which is roughly same size as the image file. The size for panrepo partition itself will vary for each platform.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!