- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Lan 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
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
04-15-2005 03:11 AM
04-15-2005 03:11 AM
Lan Problem
Tanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 03:16 AM
04-15-2005 03:16 AM
Re: Lan Problem
Depending on what lan card you use, us the config file in /etc/rc.config.d/
#ioscan -fkC lan will display the btlan driver loaded in the kernel.
driver /etc/rc.config.d/
btlan0 hpeisabtconf
btlan hpbtlanconf
btlan1 hpbasetconf
btlan3 hpbase100conf
btlan4 hpgsc100conf
btlan5 hppci100conf
btlan6 hpsppci100conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 03:24 AM
04-15-2005 03:24 AM
Re: Lan Problem
Can you see the lan card that you want to configure using the lanscan command? If you can't, what is the card showing as with the ioscan command - CLAIMED? UNCLAIMED? UNKNOWN? NO_HW?
If it's claimed you can configure it using the steps advised above.
If its UNCLAIMED/UNKNOWN you will need to install the drivers for the card first. This will require a reboot.
What OS and hardware are you using? From memory I think you can find the drivers for this card on the application CDs (CD1 I think).
Rgds,
Anthony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 03:30 AM
04-15-2005 03:30 AM
Re: Lan Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2005 05:27 AM
04-16-2005 05:27 AM
Re: Lan Problem
If the drivers in the kernal already then its easier to just reconfigure the card in SAM.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2005 04:53 PM
04-17-2005 04:53 PM
Re: Lan Problem
There is obviously no need to reinstall OS for configuring a card. What is the current state of the card ? Is it in use with some network settings or is it a unsed second card of your system ? Normally integrated card's drives are built into the kernel and for some add on cards we are required to install driver through application CD as stated above. Do the following to know where you need to do something -
#ioscan -fnC lan
and see the S/W state column in the output. If it displays as Claimed means drivers in configured and you only require to change/put settings. It is also possible that out of multiple entries it may show few as claimed and few as unclaimed/unknown. Just do
#lanscan -q
to see currently configured cards.
To configure card or change settings edit the file /etc/rc.config.d/netconf and do the necessary changes as the syntax described in the file. These applies to all HPUx running models with latest version of OS irrespective of hardware.
HTH,
Devender