- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lan configuration problem
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
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
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
тАО03-11-2002 05:13 AM
тАО03-11-2002 05:13 AM
lan configuration problem
The lanscan command does not display any network cards, but outputs the following error:
"/stand/vmunix: no namelist"
Does this signify a problem with the kernel build itself? Can anyone suggest the best way to approach this problem? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2002 05:24 AM
тАО03-11-2002 05:24 AM
Re: lan configuration problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2002 05:29 AM
тАО03-11-2002 05:29 AM
Re: lan configuration problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2002 05:30 AM
тАО03-11-2002 05:30 AM
Re: lan configuration problem
First run:
ioscan -fkC lan > ioscan.lan
Check to see what driver your card is using-you will need to know this.
And run lanscan to get nmid of lan card
Here's a quick list:
btlan0 hpeisabtconf
btlan hpbtlanconf
btlan1 hpbasetconf
btlan3 hpbase100conf
btlan4 hpgsc100conf
btlan5 hpci100conf
btlan6 hpsppci100conf
So example your lan2 is nmid 4 and your driver is btlan1.
lanadmin -X 100FD 4
That's a capital X and FD. This will change the card to 100full duplex for nmid 4
To make change permanent than edit the corresponding driver file..
/etc/rc.config.d/basetconf
Make sure to change 2 lines:
HP_BASET_INTERFACE_NAME=lan2
HP_BASET_MAC_ADDRESS (ignore)
HP_BASET_SPEED=100FD
Hope this helps,
Rit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2002 05:38 AM
тАО03-11-2002 05:38 AM
Re: lan configuration problem
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc592e7e60861d511abcd0090277a778c,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2002 06:40 AM
тАО03-11-2002 06:40 AM
Re: lan configuration problem
If you have /stand correctly mounted and the kernel exist. Reboot the system if you have rebuilt the kernel but have not rebooted the system. Looks like the system is unable to find the kernel it booted from.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2002 07:06 AM
тАО03-11-2002 07:06 AM
Re: lan configuration problem
/etc/rc.config.d/hpbtlanconf the file looks like this
HP_BTLAN_INTERFACE_NAME[0]=lan4
HP_BTLAN_SPEED[0]=100FD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2002 07:46 AM
тАО03-11-2002 07:46 AM
Re: lan configuration problem
I think Harry's post is very much in agreement w/your issue.
Ron,
You might want to post your question yourself....
But, if your /etc/rc.config.d/hp* file is set right than you might double check things..
lanscan to get the lan# and corresponding nmid# (or ppa# for 11).
To check..
lanadmin -x #
(where x is little x and # is the ppa# or nmid# for the 100baseT)
If it comes back with 100Full Duplex Auto-Neg OFF than your OK on your server.
AND NOW, it is important to ensure that your switch port is set the exact same. If it isn't change it and lock the entry so it doesn't reset it to default of half duplex should there be a power issue.
If your lanadmin command does not show the above...then:
lanadmin -X 100FD
Hope this helps,
Rit