- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /root file system been full
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
05-13-2002 01:57 AM
05-13-2002 01:57 AM
/root file system been full
now i got 2 L-class server that been clustered
with same configuration and same size
what is my one of my server / file system all most full but when we check saiz of the data in the 2 servers is same i also that been restart the and still the same
bye
baba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 02:04 AM
05-13-2002 02:04 AM
Re: /root file system been full
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbe6e1cc6003bd6118fff0090279cd0f9,00.html
do a
du -k|sort -nr|more
and find the directory which is occupying more space.
find / -name core -exec ll {}\;
find / -name "*.tar" -exec ll {} \;
Also check your /dev/rmt directory for any files with huge size.
Also check whether you have extracted some contents to a file system assuming that the directory is mounted as file system
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 02:18 AM
05-13-2002 02:18 AM
Re: /root file system been full
One thing that got me years ago was a file system that had been unmounted, allowing output that should have gone into the file system to go into the root file system instead. While you're in single user mode, do a "ls -l" for each of the file system mount points. If there's anything there (while the file system is not mounted) it's filling up your root file system.
Good luck,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 02:22 AM
05-13-2002 02:22 AM
Re: /root file system been full
are these separate filesystems ?
/var , /tmp.
or they are in root filesystem.
#bdf /var
if they are root you can try removing temporary files and log files under /var/adm/syslog
while clearing log files
#cp /dev/null "log_file"
check under /dev for any unusual file having
enormous size as it may happen because of
giving wrong device file name while taking the
backup. All the data might have been backed up
in to a single file under /dev and /dev/rmt. this will occupy the root filesystem space.
eg.
/dev/rmt/0m - correct option for backup
/dev/rmt/om - bad option for backup
all data will backed up in a single file om
if this is the case with you , you can remove that file.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 02:36 AM
05-13-2002 02:36 AM
Re: /root file system been full
Check for any files that are not device files is /dev :-
find /dev -type f
Remove any files that you don't need.
I just found /dev/null2 and /dev/NULL which I deleted.
HTH,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 05:37 AM
05-13-2002 05:37 AM
Re: /root file system been full
Check the /dev directory for some files. It is possible that someone was trying to take a backup and mistyped the device file name. This would have created a file with that name in the /dev directory. Also check the root directory for some spurious files / directories.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 11:27 AM
05-13-2002 11:27 AM
Re: /root file system been full
Best of luck
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 07:46 AM
05-14-2002 07:46 AM
Re: /root file system been full
**PAP**PAP**PAP**PAP** Please assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 12:35 PM
05-14-2002 12:35 PM
Re: /root file system been full
Also check for size of wtmp and btmp files.
Piyush