Disk-Space issue and role

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Disk-Space issue and role

L1 Bithead

I have found that disk-space is getting higher which is mounted on /.

image.png

I just wonder the role of each filesystem.

I know /dev/md5 is mounted on /opt/pancfg, /dev/mp6/ is on /opt/panrepo and so on.

What is the role of / and what kind of files are there, appropraite use rate and how can i reduce the use rate?

 

1 accepted solution

Accepted Solutions

L3 Networker

The PAN-OS will clean up the filesystem automatically, when the / exceeds at 95% with the following message.

"Disk usage for / exceeds limit, 95 percent in use, cleaning filesystem"

 

However, the firewall will fill up the disk again and this is very annoying, especially on smaller platforms with limited space. The root / partition disk space can be reduced by these commands:

 

delete debug-log mp-log file *.1

delete debug-log mp-log file *.2

delete debug-log mp-log file *.3

delete debug-log mp-log file *.old

 

 

 

--
"The Simplicity is the ultimate sophistication." - Leonardo da Vinci.

View solution in original post

6 REPLIES 6

L2 Linker

I'd like to know the answer to this as well.  just dealt with a similar issue not too long ago. Although my problem was with the main partition md2. We were sitting between 96-98%.  With the help of support I was given commands that help brought it down to around 89%.

 

As far as answering what those partitions are this article may answer your question (depending on the PA model you are using.)

 

Go straight to page 8 and read on down. Mine is in the 5000 series so thats the only documentation I have.

5060 Architecture

Thank you for your reply. Could you tell me which command you used that help it down?

This is PA-5020. I can't find it in your document.

Thanks

the / partition holds the operating system, core files and some native log files

 

it is normal that there's only a few 100mb free since the largest part is taken up by the PAN-OS

 

if you're in the decimals, you should investigate if there may have been core files because a process crashed

 

reaper@myNGFW> show system files

/var/cores/:
total 4.0K
drwxr-xr-x 2 root root 4.0K Sep  1 11:09 crashinfo

/var/cores/crashinfo:
total 0

/opt/panlogs/cores/:
total 0

/opt/dpfs/var/cores/:
total 4.0K
drwxr-xr-x 2 root root 4.0K Sep  1 11:10 crashinfo

/opt/dpfs/var/cores/crashinfo:
total 0

 

 

Tom Piens
PANgurus - Strata specialist; config reviews, policy optimization

L3 Networker

The PAN-OS will clean up the filesystem automatically, when the / exceeds at 95% with the following message.

"Disk usage for / exceeds limit, 95 percent in use, cleaning filesystem"

 

However, the firewall will fill up the disk again and this is very annoying, especially on smaller platforms with limited space. The root / partition disk space can be reduced by these commands:

 

delete debug-log mp-log file *.1

delete debug-log mp-log file *.2

delete debug-log mp-log file *.3

delete debug-log mp-log file *.old

 

 

 

--
"The Simplicity is the ultimate sophistication." - Leonardo da Vinci.

Looks like your question was answered but i'll post what I was sent anyway.

 

 

 To clear space please enter the below commands:

(active)> delete debug-log mp-log file *.old

(active)> delete debug-log mp-log file *.log.4

(active)> delete debug-log mp-log file *.log.3

(active)> delete debug-log mp-log file *.log.2

(active)> delete debug-log mp-log file *.log.1

(active)> delete debug-log dp0-log file *.old

(active)> delete debug-log dp0-log file *.log.4

(active)> delete debug-log dp0-log file *.log.3

(active)> delete debug-log dp0-log file *.log.2

(active)> delete debug-log dp0-log file *.log.1

(active)> delete debug-log dp1-log file *.old

(active)> delete debug-log dp1-log file *.log.4

(active)> delete debug-log dp1-log file *.log.3

(active)> delete debug-log dp1-log file *.log.2

(active)> delete debug-log dp1-log file *.log.1

(active)> delete debug-log dp2-log file *.old

(active)> delete debug-log dp2-log file *.log.4

(active)> delete debug-log dp2-log file *.log.3

(active)> delete debug-log dp2-log file *.log.2

(active)> delete debug-log dp2-log file *.log.1

 

After running these commands it chopped my main partition down from 96% to 89%.

I am facing this issue as PAN admin from last 3 years  on PA 5050 boxes. Its frustrating to manually delete these old files from cp/dp/mp everytime this issue happens. Is PAN working to automate this process ? I have seen even after 95 % usage the disk space is not cleaned up until I manually delete old files. 

  • 1 accepted solution
  • 6665 Views
  • 6 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!