1833555 Members
3058 Online
110061 Solutions
New Discussion

Re: fake output from bdf

 
SOLVED
Go to solution
Viney Kumar
Regular Advisor

fake output from bdf

Hi All,

I am facing some problem with my mount point /tmp (size 4 Gb is showing 100% in bdf output but when I checked with du -sk its showing only 1.11 gb utilization. How can i rectify it.

Some time by reboot its resolve but im not able to reboot the system. Any online soluation ???
3 REPLIES 3
Johnson Punniyalingam
Honored Contributor
Solution

Re: fake output from bdf

Hi Vinet Kumar,

>>I am facing some problem with my mount point /tmp (size 4 Gb is showing 100% in bdf output<<

due to some process holding to /tmp

fuser -cu /tmp

Thanks,
Johnson
Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor

Re: fake output from bdf

Hi Viney Kumar,

Please take look below thread, for more details,

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1227583


Thanks,
Johnson
Problems are common to all, but attitude makes the difference
Viney Kumar
Regular Advisor

Re: fake output from bdf

Hi

Its work dear

I kill the one process after it reduce to 27%

Thanks