- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: [help]can I remove the *.prev from the /stand ...
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
06-26-2003 07:00 PM
06-26-2003 07:00 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 07:05 PM
06-26-2003 07:05 PM
SolutionHope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 07:09 PM
06-26-2003 07:09 PM
Re: [help]can I remove the *.prev from the /stand ?[help]
The patch probably requires a kernel rebuild so will generate a new vmunix.prev, hence you can remove it.
I'd be a little concerned if your /stand is this full and you need to do this.
What does bdf /stand show??
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 07:14 PM
06-26-2003 07:14 PM
Re: [help]can I remove the *.prev from the /stand ?[help]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 07:19 PM
06-26-2003 07:19 PM
Re: [help]can I remove the *.prev from the /stand ?[help]
you can boot through the old kernel using .prev files
Just do a
#du -k /stand|sort -nr|more
Finding any large files there
Just would suggest to increase /stand.
YOu can do that using IGNITE.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 07:20 PM
06-26-2003 07:20 PM
Re: [help]can I remove the *.prev from the /stand ?[help]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 07:24 PM
06-26-2003 07:24 PM
Re: [help]can I remove the *.prev from the /stand ?[help]
If you remove vmunux.prev and something goes wrong, even corruption(not likely but who knows) you have no way to boot the system back to the previous kernel.
If space is REALLY short, you can store the kernel on a vxfs filesystem, but you can't boot off a vxfs filesystem. To reocvery off the alternate kernel,you'd first need to boot off the install cd and move the vmunix.prev into /stand
Your best be in these circumstances is to do this:
make_tape_recovery make a backup of vg00
Boot the box
Interupt at the 10 second prompt
sea
bo p#
replace # with the number of the sequential(tape) device.
N Do not interact.
Ignite will boot and then give you a chance to intervene manually. Do so, and add space to the /stand filesystem. If /var and /tmp have been short of space, make them bigger. root should have a bit of room too to handle mistakes.
If you have more then two copes of vmunix, then some removal should be possible. Check the dates and proceed with caution.
SEP
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
06-26-2003 07:35 PM
06-26-2003 07:35 PM
Re: [help]can I remove the *.prev from the /stand ?[help]
for my poor English,I can't express my appreciate . anyway ,all your reply make me got more understanding in this issue.
thank you all again. 8-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 08:27 PM
06-26-2003 08:27 PM
Re: [help]can I remove the *.prev from the /stand ?[help]
However if a new kernel is being generated through swinstall after a patch install, then this will create a new vmunix.prev.
Not exactly sure how it works but I'm assuming the analysis stage has checked the size of /stand & see's that it doesn't have enough space to create a vmunix.prev. It probably doesn't have the intelligence (or does it?) to realise that a vmunix.prev already exists in /stand. Hence it will have enough space to create vmunix.prev as it will overwrite the old one (usually the size difference is minimal).
That was my assumption in this instance, hence why I see no problem in removing vmunix.prev.
The other issue of course is that space shouldn't be that tight in /stand.
If I'm missing something, pleaee let me know.
Cheers
Con