1826471 Members
4005 Online
109692 Solutions
New Discussion

Re: 100% used of the /

 
SOLVED
Go to solution

100% used of the /

I have a cluster with 2 HP-UX servers. One server of those when I installed some patches has 100% full the /.

What I can delete?Is the core file needed?

The other server although, the same patches was installed it has a 73% percentage used.
7 REPLIES 7
Arunvijai_4
Honored Contributor

Re: 100% used of the /

You can move core files to a bigger partition if you need it for analysis. Otherwise, you can delete them.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Devender Khatana
Honored Contributor
Solution

Re: 100% used of the /

Hi,

Apart from core files there may be some other big files accidentally created under /.

Find out these using du command.

#du |sort -rnk 1

Do this in /dev , /etc and other directories under /.

There may be some backup file created in /dev by mistake.

It will sort the file with sizes.

HTH,
Devender
Impossible itself mentions "I m possible"
Adisuria Wangsadinata_1
Honored Contributor

Re: 100% used of the /

Hi,

You need to check the timestamp of the core file first. If the core file's timestamp is updated, you can log a call to HP to analyze the core file. To be safe, it's better if you backup the core file before you remove it.

If the root (/) file system still 100% after you do the housekeeping, the other solution is to increase the size by using Ignite/UX's features.

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Adisuria Wangsadinata_1
Honored Contributor

Re: 100% used of the /

Hi,

Here are the log files that can be trim :

/etc/eisa/config.err
/etc/eisa/config.log
/etc/rc.log
/etc/rc.log.old
/etc/shutdownlog

You can use SAM for this processes :

SAM > routine tasks > system log files

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Ranjith_5
Honored Contributor

Re: 100% used of the /

Hi ,

Use the following command to find out the files which is residing in / filesystem.

find / -xdev -size +10000 -exec ls -al {} \;


Regards,
Syam
Borislav Perkov
Respected Contributor

Re: 100% used of the /

Hi Athanasopoulos,

Also look in /etc/lvmcof there should be lot of old lvm configuration files from all logical volumes. You can move all *.old files to another directory.

Regards,
Borislav
Manoj Sivan
Regular Advisor

Re: 100% used of the /

Hi ATHANASOPOULOS PANAGIOTI,

1.The core file can be removed unless until you are not going to analyse the same.

2.Please remove all the old config files in /etc/lvmconf

3. find the recently created/modified files and check for the sizes.

cheers

Manu