- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vmunix.prev
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-2002 03:19 PM
01-28-2002 03:19 PM
I have a 10.20 system
which has /stand in the root filesystem. I need more space so have moved /stand/vmunix.prev elsewhere. I'm aware this is only a backup file. If I link /stand/vmunix.prev to ,say, /usr/vmunix.prev. Then at the next kernal change will the system follow the link and create the new vmunix.prev in /usr?
thanks, Greg.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 03:23 PM
01-28-2002 03:23 PM
Re: vmunix.prev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 03:27 PM
01-28-2002 03:27 PM
Re: vmunix.prev
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 03:33 PM
01-28-2002 03:33 PM
Re: vmunix.prev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 03:34 PM
01-28-2002 03:34 PM
Re: vmunix.prev
Let's just suppose that you do succeed in building a new kernel and getting the previous kernel written to /usr/vmunix.prev with a symlink pointing to it from /stand. Now you reboot and the newly built kernel has a problem. Where's your backup kernel? In /usr where you can't boot from it.
Not a good thing. You need to keep vmunix.prev in /stand. It's not simply a backup file. It's what going to save your bacon one day.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 07:15 PM
01-28-2002 07:15 PM
SolutionNow there are a lot of wrong things that get stuck into root, especially badly-behaved install programs. So I would run this command:
# du -kx / | sort -rn > /tmp/du.root
Then look at the top of the du.root file. /sbin will be the biggest at about 15-20 megs, followed by /etc at about 8-15 megs. Everything else should be 10 megs or less. If there are non-standard filesystems, they must be moved out of / for security and stability.
If all else fails, the best solution is to backup VG00 with Ignite/UX (make_recovery) then restore the tape back to the server using the interactive menus. You can create a separate /stand volume and adjust / accordingly.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 12:31 PM
01-29-2002 12:31 PM
Re: vmunix.prev
thanks, Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 06:56 AM
01-30-2002 06:56 AM
Re: vmunix.prev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 06:58 AM
01-30-2002 06:58 AM