- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Looking for any information on /stand/vmunix
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
11-29-2000 11:58 AM
11-29-2000 11:58 AM
Looking for any information on /stand/vmunix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 01:33 PM
11-29-2000 01:33 PM
Re: Looking for any information on /stand/vmunix
If the command only reads the file /stand/vmunix then placing the old vmunix.old file there could trick the
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 02:48 PM
11-29-2000 02:48 PM
Re: Looking for any information on /stand/vmunix
On 11.00, some system processes "cheat" by looking at the /stand/vmunix file rather than looking at the kernel in memory. This is why a new kernel is installed with the kmupdate command and not cp'ed into place. It is left in /stand/build until the next reboot when it is moved into /stand.
Keep in mind that while netstat may be happy with the old kernel, other processes may be misled if there are differences between the old kernel on /stand/vmunix and the new kernel loaded into memory.
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 04:02 AM
11-30-2000 04:02 AM
Re: Looking for any information on /stand/vmunix
did you check the date of the /stand/vmunix file before, replacing it.
Has somebody created a new kernel, copied it, without a reboot.
check difference between the two files:
- what vmunix > /tmp/vmunix_out
- what vmunix > /tmp/vmunixold_out
- /usr/lbin/sysadm/get_sysfile /stand/vmunix >/tmp/system
- /usr/lbin/sysadm/get_sysfile /stand/vmunix.old >/tmp/system.old
Compare those two files.
Also check with kmtune -l.
It could be that /stand/vmunix.old was the running kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 01:54 PM
11-30-2000 01:54 PM
Re: Looking for any information on /stand/vmunix
We think some type of corruption happen to the file. It was working fine one minute and not the next. It was strange.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 02:44 PM
11-30-2000 02:44 PM
Re: Looking for any information on /stand/vmunix
Another thought is that the permissions on /stand/vmunix were wrong so netstat could not read it. netstat runs sgid to sys, it is not suid to root.
Finally, someone could have run strip(1) on it and removed the system table.
You might look at the date on /stand/system to see when it last was created. A "ls -lu /usr/sbin/mk_kernel" will tell you when that command was last read. That might be when it was run or backed-up or just examined.
If it happens again, look at the symbol table with "nm /stand vmunix". The output from one that works will be different from one that doesn't work.