- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 100% used of the /
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 05:46 PM
10-09-2005 05:46 PM
What I can delete?Is the core file needed?
The other server although, the same patches was installed it has a 73% percentage used.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 05:51 PM
10-09-2005 05:51 PM
Re: 100% used of the /
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 06:01 PM
10-09-2005 06:01 PM
SolutionApart 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 06:05 PM
10-09-2005 06:05 PM
Re: 100% used of the /
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 06:08 PM
10-09-2005 06:08 PM
Re: 100% used of the /
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 09:28 PM
10-09-2005 09:28 PM
Re: 100% used of the /
Use the following command to find out the files which is residing in / filesystem.
find / -xdev -size +10000 -exec ls -al {} \;
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 01:49 AM
10-10-2005 01:49 AM
Re: 100% used of the /
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 05:52 PM
10-10-2005 05:52 PM
Re: 100% used of the /
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