- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Lost vmunix in /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
02-20-2002 08:14 AM
02-20-2002 08:14 AM
Lost vmunix in /stand
What can I do to recover?
Reboot is not an option.
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 08:18 AM
02-20-2002 08:18 AM
Re: Lost vmunix in /stand
Do you have a recent make_tape_recovery tape? You could restore from that. Otherwise try restoring from whatever your latest backup tape is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 08:20 AM
02-20-2002 08:20 AM
Re: Lost vmunix in /stand
DO NOT reboot the system. If you have a recent good backup of the system, restore vmunix from that. If you have the recovery tape ( make_recovery ), restore it from that.
Normally, the system keeps a backup of the kernel file - /stand/vmunix.prev, before the last kernel change. If you know this is the latest, then you can copy it (you will loose the last kernel changes )
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 08:43 AM
02-20-2002 08:43 AM
Re: Lost vmunix in /stand
On a serious note, just check for any potential kernels in /stand/, and or copy/rcp over a similar system kernel to /stand/
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 08:55 AM
02-20-2002 08:55 AM
Re: Lost vmunix in /stand
Have you still a /stand/system file?
I would try to compile a new kernel using it:
cp - system build/.
cd build
/usr/sbin/mk_kernel -s system
mv vmunix_test /stand/vmunix
etc...
Check you do have a /stand/vmunix.prev or a make_recovery tape before to reboot...
Just thoughts
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 09:15 AM
02-20-2002 09:15 AM
Re: Lost vmunix in /stand
This file did not just get up and leave - someone or somthing did it.
Have a look in all your security logs and look for a:-
rm of this file.
cd into the stand dir.
Stange logins from strange addresses.
Check /.sh_history for the cd and rm in stand.
BTW
Do you have a vmunix.prev ?
Paula