- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vmunix file size became 18GB
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
12-22-2005 12:01 AM
12-22-2005 12:01 AM
vmunix file size became 18GB
Today I found that the size of the file vmunix has became 18GB for that our root file system became full can I delete the file or do anybody knows why the size of the file is increasing.
Thanks & Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 12:08 AM
12-22-2005 12:08 AM
Re: vmunix file size became 18GB
I would try restoring the kernel from backup.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 12:15 AM
12-22-2005 12:15 AM
Re: vmunix file size became 18GB
grtz. mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 12:19 AM
12-22-2005 12:19 AM
Re: vmunix file size became 18GB
if you are referring to the /stand/vmunix file, I would not advise to remove it. However 18GB is enormous. Check that nobody has, by mistake, created a false kernel.
Start with a simple file /stand/vmunix
Look at the ownership and date of the file.
Also check that it is really 18GB, ours is approx 30Mb for example
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 01:33 AM
12-22-2005 01:33 AM
Re: vmunix file size became 18GB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 01:42 AM
12-22-2005 01:42 AM
Re: vmunix file size became 18GB
bdf -l
ll /stand
du -kx / | sort -rn | head -20
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 02:47 AM
12-22-2005 02:47 AM
Re: vmunix file size became 18GB
Like others have mentioned 18GB is way too high for a kernel!
Like Bill had mentioned, /stand filesystem is normally less than a Gig.
And also /stand normally doesn't have largefile option turned on.
And I'm not sure if you are referring to /stand/vmunix or someother file that someone created under a different directory by mistake(?)!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 02:50 AM
12-22-2005 02:50 AM
Re: vmunix file size became 18GB
tar -f /stand/vmunix
More than likely it is now a tar archive.
I would suggest that you restore it from a known backup and check your permissions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 02:58 AM
12-22-2005 02:58 AM
Re: vmunix file size became 18GB
My thinking goes along the same line as Kent's. I suspect that someone specified '/dev/rmt/om' instead of /dev/rmt/0m' when doing a backup. Thus the '/dev' file system has a very large, regular file named '/dev/rmt/om' --- that's the letter "o" instead of the number "0".
Look for non-special (regular) files in '/dev' as the culprit.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 06:03 PM
12-22-2005 06:03 PM
Re: vmunix file size became 18GB
I think it is a slightly misunderstood scenario. The size of /stand/vmunix can never be 18GB, and that too of a running system. Can you post the output of
#ll /stand
&
#bdf
Also as vmunix for newer versions of HPUx is always in a seperate file system shall not cause root to become full. Moreover neither /stand nor root is generally much less than 18GB.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 07:04 PM
12-22-2005 07:04 PM
Re: vmunix file size became 18GB
Post the,
# bdf
# ls -l /stand/vmunix
information.
you can also find the most active usage of directory or file in / as,
# du -k / | sort -rnk 1 | more
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 07:35 PM
12-22-2005 07:35 PM
Re: vmunix file size became 18GB
# bdf
# ll /stand/vmunix
/stand is different FS and it wont be 18GB ..
-Arun