- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vmunix.prev question
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
01-28-2003 11:40 AM
01-28-2003 11:40 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 11:42 AM
01-28-2003 11:42 AM
Re: vmunix.prev question
If this is /, I would look under /dev for regular files - especially in /dev/rmt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 11:43 AM
01-28-2003 11:43 AM
Re: vmunix.prev question
If you're comfortable with your current kernel, that is you've booted successfully off it at least once, and have it backed up. I don't see any problem at all.
One question though - what is MR and how are you going to expand / with it?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 11:44 AM
01-28-2003 11:44 AM
SolutionThis wouldn't help you.
vmunix.prev is in the /stand FS. It's separate from /
Do this:
cd /
du -akx | sort -nr | more
This will list all files/dirs in / (only) & list them in descending order. This way you can tell where it's being used up easily. Probably have some junk in there that can be cleaned up.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 11:45 AM
01-28-2003 11:45 AM
Re: vmunix.prev question
Your best bet, other than finding some space to free up,
is to make an ignite backup tape (with make_tape_recovery) and using that to restore your system, enlarging in the process.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 11:47 AM
01-28-2003 11:47 AM
Re: vmunix.prev question
But, you can't boot off of it until you put it back.
P
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 11:48 AM
01-28-2003 11:48 AM
Re: vmunix.prev question
MR = Make_recovery
you can extend / by doing a make_recovery -A -p (preview)
then edit the config.recover file. (you change the size of the lvol) and then start up make_recovery -r (resume). Then you can boot from this MR tape and it will install your lvol's to the size you edited.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 12:07 PM
01-28-2003 12:07 PM
Re: vmunix.prev question
Gotcha - it's in /stand. And you've booted off the current. Blow it away. That should get you by until your expansion.
(after I asked about MR, I finally figured out you probably meant make_recover - there's a newer version of ignite that uses the command make_tape_recovery - you'd be well off to get hold of the latest).
Good luck,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 12:07 PM
01-28-2003 12:07 PM
Re: vmunix.prev question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 12:49 PM
01-28-2003 12:49 PM
Re: vmunix.prev question
bdf /stand
and if it does NOT report /stand in the right column but says /, then you do not have /stand and have a non-standard system. I would look to a maintenance window where you can reinstall from your latest make_tape_recovery tapes and create the /stand directory.
If vmunix.prev is indeed in / and /stand is a separately mounted filesystem, remove vmunix.prev. However, I doubt that will make a lot of difference. / fills up due to mistakes and should only need 35 to 55 megs of space occupied. Run this command:
du -kx / | sort -rn | head
You will see the largest directories. If /dev is at the top, you've got a big mistake in /dev, probably /dev/rmt, a file called om that is very large. Or you have (bad) applications that insist on installing in the / directory. Move them to /opt where they belong.
Bill Hassell, sysadmin