- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Out of disc space
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-24-2002 09:08 AM
05-24-2002 09:08 AM
vx_nospace - /dev/root file system full (1 block extent)
when i do a bdf i get:
kbytes used avail %used Mounted on
13143360 143152 208 100% /
83733 41928 33431 56% /stand
1228800 872191 334751 72% /var
etc...
Can the 'core' file be deleted?
-rw-------1 root sys 3254272 May 24 13:11 core
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:12 AM
05-24-2002 09:12 AM
Re: Out of disc space
A very common place to look for bogus files is in the /dev directory. It is very common for someone to accidently to a tar cvf /dev/rmt/Om . (letter 'O' and thus a regular file) when they meant tar cvf /dev/rmt/0m . (zero - tape drive).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:13 AM
05-24-2002 09:13 AM
Re: Out of disc space
But this is a very small file only 3M you will have to find the other large files on your disk
Regards ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:13 AM
05-24-2002 09:13 AM
Re: Out of disc space
There are lots of threads with great advice about cleaning (and keeping clean) your root file system. Do a forum search for the exact phrase /dev/root file system full
and you'll end up with lots of great advice.
Good luck,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:16 AM
05-24-2002 09:16 AM
Re: Out of disc space
Also check for other files in /dev specillay to clear up the root ,
/etc/utmp logs etc . Core can be safely removed.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:17 AM
05-24-2002 09:17 AM
Re: Out of disc space
You can check the file system with these:
# du -k | sort -rn | pg (list bigger files)
# find path -xdev -type f -mtime -2 -exec ll \; (find out new files created)
# find path -xdev -size +100000 -exec ll \;
Also check for bigger file in /dev/rmt ( may be a mistake "om" instead of "0m")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:20 AM
05-24-2002 09:20 AM
Re: Out of disc space
You can delete the core files. Pls check out why suddenly your root has become full. After removing the core files also, you may have the same problem after some time.
Is your machines rebooting ??? If yes then it saves the core files in
/var/adm/crash directory. Go there and delete the files and report the problem to HP.
Check for /var/adm/btmp and /var/adm/wtmp size also. if their size is more then do a cat /dev/null > file name
Look for /dev dir for larger file size.
Piyush
Remove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:21 AM
05-24-2002 09:21 AM
Re: Out of disc space
kbytes used avail %used Mounted on
143360 139974 3245 98% /
83733 41928 33431 56% /stand
1228800 872212 334730 72% /var
770048 460349 290391 61% /usr
4096000 2104 3838035 0% /twpspare
65536 17057 45507 27% /tmp
8192000 6305149 1769167 78% /production
770048 459527 291155 61% /opt
102400 33788 64369 34% /home
10035200 5898028 3879317 60% /develop
54272000 43517960 10670088 80% /backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:27 AM
05-24-2002 09:27 AM
Re: Out of disc space
one other thing might be the root email. on my system, this is on /. you could also increase the size of /, but that doesn't explain why it is so full.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:29 AM
05-24-2002 09:29 AM
Re: Out of disc space
You can definately delete the core files , no problem in doing that.
It seems that the core file is just 3MB in size. Also check what is cause the root file system to become full.
Use du -k command to find out which directory in root file system is occupying more space. Delete the unwanted files from the root file system.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:35 AM
05-24-2002 09:35 AM
Re: Out of disc space
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:44 AM
05-24-2002 09:44 AM
Re: Out of disc space
which is not a tape device.. I removed that
file and all is fine now. I will assign points
for you all.
I love this site, you all help me alot as i
strive to be a HP-UX guru one day.
Andre'
Enjoy the long weekend!!!!