- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dose it matter some files are delted..?
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
08-19-2002 09:00 PM
08-19-2002 09:00 PM
dose it matter some files are delted..?
can I have some questions?
it is derived by root file system are full.
can anybody help me reduce root file system ?
see attached file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 09:16 PM
08-19-2002 09:16 PM
Re: dose it matter some files are delted..?
1. /etc/lvmconf
You can - in principal - remove the .old files, but as long as the volumegroups exist ... they WILL reappear, so don't do it. However, if any of the volumegroups do no longer exist (!! check first !!), you may remove all it's files under /etc/lvmconf.
2. /var/tmp
You may clean underneath this directory. Running processes may have files there, but old files may be removed ...
3. Search the forums for "root filesystem full", there's lots of threads and lots of tips there.
4. Search for "core" files. These can get very big and do definitely not belong in the root filesystem.
Hope this gets you started,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 09:33 PM
08-19-2002 09:33 PM
Re: dose it matter some files are delted..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 01:42 AM
08-20-2002 01:42 AM
Re: dose it matter some files are delted..?
find / -xdev -name core -exec rm {} \;
Look for regular files in /dev:
find /dev -type f -exec ll {} \;
You can use SAM Routine Taske to trim logfiles.
Check for unusual/large files in / (ll/).
Also remove old patch backups with cleanup (available thru patch).
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 03:43 AM
08-20-2002 03:43 AM
Re: dose it matter some files are delted..?
live free or die
harry