- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Missing NIC after kernel rebuild
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-08-2002 08:33 AM
02-08-2002 08:33 AM
Missing NIC after kernel rebuild
ERROR: lan0 interface | PPA:
Error - must enter a PPA Number.
The weird thing is that when I used SAM to check on the NIC info, it is entirely missing. I have done the same kind of kernel rebuild before and I have never had any problem. Are there ways to check on the NIC status? How should I reinstall the NIC?
The LED of the NIC is on though. I wonder if it is possible that the kernel rebuild, for some reason, knocked out the NIC info.
Regards,
Lance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 08:49 AM
02-08-2002 08:49 AM
Re: Missing NIC after kernel rebuild
what is the output from "ioscan -fn". Check and see if the lan card is detected as claimed over there.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 09:01 AM
02-08-2002 09:01 AM
Re: Missing NIC after kernel rebuild
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 09:02 AM
02-08-2002 09:02 AM
Re: Missing NIC after kernel rebuild
Lance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 09:05 AM
02-08-2002 09:05 AM
Re: Missing NIC after kernel rebuild
The rebuild just added a Subsystem of an application into the kernel.
But I have done the same thing many times before on the same machine and this is the first time I have this problem. As noted in the other message on "ioscan -fn", the LAN is UNCLAIMED. Does it mean that it has malfunctioned?
Lance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 09:12 AM
02-08-2002 09:12 AM
Re: Missing NIC after kernel rebuild
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 09:13 AM
02-08-2002 09:13 AM
Re: Missing NIC after kernel rebuild
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 09:17 AM
02-08-2002 09:17 AM
Re: Missing NIC after kernel rebuild
If you have done any addition / removal of kernel drivers it may have done so. Can you check and see if the lan drivers are configured in the kernel. If it is disabled, enable the driver and reboot the kernel and check the ioscan output to see if it is shown as claimed.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 09:18 AM
02-08-2002 09:18 AM
Re: Missing NIC after kernel rebuild
The box is a HP9000 Model E35. I have to check what the NIC model is but in the rc.log, it has the following msgs:
.......
Output from "/sbin/rc2.d/S320hpether start"
....
Configure HP 100BT interfaces Output from "/sbin/rc2.d/S323hpbase100 start"
.....
Configure LAN interfaces
Output from "/sbin/rc2.d/S340net start"
..........
Lance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 09:51 AM
02-08-2002 09:51 AM
Re: Missing NIC after kernel rebuild
1) btlan1 driver
2) J2760AA (HP-PB 100BaseT/900)
Hope this helps. Have you tried Sanjay's suggestion of checking for the driver in kernel ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 10:00 AM
02-08-2002 10:00 AM
Re: Missing NIC after kernel rebuild
Thanks.
Lance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 10:00 AM
02-08-2002 10:00 AM
Re: Missing NIC after kernel rebuild
I think you may have to enable "lan0/lan1/lan2" in the kernel but i could be wrong. See if these are enabled in the kernel. If not enable them and try.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 10:04 AM
02-08-2002 10:04 AM
Re: Missing NIC after kernel rebuild
to check for the driver in the kernel, you can do this,
sam --> Kernel Configuration --> Drivers
Check the list over there. To enable a driver, go to that driver, do a TAB, from the mail menu, select action --> enable
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 10:17 AM
02-08-2002 10:17 AM
Re: Missing NIC after kernel rebuild
# what /stand/vmunix |grep lan
==> check if btlan drive is in the kernel. If not rebuild yr kernel manually and add that driver in.
# cd /stand/build
# /usr/lbin/sysadm/system_prep -v -s system
# kmsystem -S system -c -y btlan
# /usr/sbin/mk_kernel -s ./system
# mv /stand/system /stand/system.prev
# mv system /stand/system
# kmupdate
# shutdown -ry 0
Try not to use SAM for this case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 10:31 AM
02-08-2002 10:31 AM
Re: Missing NIC after kernel rebuild
What is the hp partcode for the lan card. you should be able to see it on the back of the card. is your ioscan output showing you the part code for the lan card ?.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:41 PM
02-08-2002 12:41 PM
Re: Missing NIC after kernel rebuild
# kmsystem -S system -c -y btlan
I was responded with "Invalid module, subsystem or driver name: btlan"
As to the ioscan, I did not see anything like lan0, lan1 etc. I can see only lan3 and it is not listed with any part code.
Lance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:49 PM
02-08-2002 12:49 PM
Re: Missing NIC after kernel rebuild
# kmsystem -S system -c y btlan
No "-" in the "y"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:50 PM
02-08-2002 12:50 PM
Re: Missing NIC after kernel rebuild
Lance