Re: Isilon-Users /var/ and /dev full

287 views
Skip to first unread message

Erik Weiman

unread,
Mar 2, 2021, 7:17:48 PM3/2/21
to isilon-u...@googlegroups.com
/dev
Is supposed to be full. 
/var 
Should not be. It’s over capacity. I’d bet that there is a large file in /var/log/ that failed to rollover or is too large. If you have support access you can see about getting isi_varhogs run on it to see what is up. 

--
Erik Weiman 
Sent from my iPhone 7

On Mar 2, 2021, at 1:36 PM, SRK <sikri...@gmail.com> wrote:

Hi Isiloners,

Can someone help me to guide below, /var/ and /dev/ got full.  how to fix this, I never seen this before.

Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/imdd0a    496M    428M     28M    94%    /
devfs          1.0K    1.0K      0B   100%    /dev
/dev/imdd1a    496M    496M    -39M   109%    /var
/dev/imdd2a    496M    1.0K    457M     0%    /var/crash



--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-user-gr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isilon-user-group/cd649693-b2df-45b3-9551-0287e76705d7n%40googlegroups.com.

Ozen

unread,
Mar 3, 2021, 12:15:36 PM3/3/21
to Isilon Technical User Group
You can find large files with cmd below. 

find -x /var -type f -size +10000 -exec ls -lh {} \; | awk '{ print $9 ": " $5 }' 

Reply all
Reply to author
Forward
0 new messages