cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who rated this post

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.

Who rated this post