- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installed 100BaseT driver; reboot failed; what now...
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
05-23-2002 03:41 PM
05-23-2002 03:41 PM
I'm pretty sure this card should not have a conflict with 64-bit, as I checked into that before.
Any ideas? Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 04:05 PM
05-23-2002 04:05 PM
Re: Installed 100BaseT driver; reboot failed; what now?
# cd /var/adm/sw
==> swagent.log, swinstall.log, swagentd.log
Do you see any "obviuos" error ? Which software did you install for this card ? Is it J3623BA ? A HSC card right ?
The error you get "exec ..." can only mean 2 things ..
1) autoboot string is corrupted (not in your case because you can bootup with the saved kernel)
2) kernel corruption due to incomplete swinstall.
Post any findings from the log files here..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 04:07 PM
05-23-2002 04:07 PM
Re: Installed 100BaseT driver; reboot failed; what now?
This error can sometimes be down to the LIF headers being wrong, but as I assume you are booting from the previous kernel from the same disk, they should be OK.
Another (obvious) reason why this error could be occurring could be due to a kernel that has been corrupted during the patch installation. This problem can occur because swinstall relies on resolving the hostname properly.
I recommend that you perform the following checks on your system:
1) Reboot your system using the backup kernel.
2) mv /etc/resolv.conf /etc/resolv.orig
(You may not have this file if you don't use a
DNS server)
3) mv /etc/nsswitch.conf /etc/nsswitch.orig
(You may not have this file in place)
4) vi /etc/hosts and make sure that the you have the following entries in the file:
127.0.0.1 localhost loopback
(ip address of the host) (hostname)
Make sure that the 127.0.0.1 line does not have the hostname of this server on this same line. They should be on separate lines as noted above.
Once the files have been fixed, reinstalling the patch should not corrupt the kernel again.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 06:34 PM
05-23-2002 06:34 PM
Re: Installed 100BaseT driver; reboot failed; what now?
You can always rebuild the kernel yourself to see what the problem is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 07:25 AM
05-24-2002 07:25 AM
Re: Installed 100BaseT driver; reboot failed; what now?
I will be checking the other suggestions shortly...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 07:45 AM
05-24-2002 07:45 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 07:47 AM
05-24-2002 07:47 AM
Re: Installed 100BaseT driver; reboot failed; what now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 07:53 AM
05-24-2002 07:53 AM
Re: Installed 100BaseT driver; reboot failed; what now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 08:10 AM
05-24-2002 08:10 AM
Re: Installed 100BaseT driver; reboot failed; what now?
Regarding the reinstall, I would perform the following steps....
cd /stand
cp system.prev system
cp vmunix.prev vmunix
cp dlkm.prev dlkm (directory)
Then reinstall your patch with the same options as before and also "-x reinstall=true".
This should ensure if it does fail again the kmupdate will copy the good kernel (and links) back to .prev again.
If you want to be extra safe and have room if /stand, copy the .prev files and directory to .good extensions too. You can boot off of this if necessary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 08:14 AM
05-24-2002 08:14 AM
Re: Installed 100BaseT driver; reboot failed; what now?
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 11:44 AM
05-24-2002 11:44 AM