- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Configuring adittional lan card
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
07-17-2003 04:15 AM
07-17-2003 04:15 AM
Configuring adittional lan card
I have 10.20 server with a built-in 10mbs lan card which has ip addr. 192.5.5.2.
When I checked exisiting lan card by SAM I found the connected 100mbs card not configured so I cofigured it within sam as Fast Ether card type and card name btlan01(its EISA card).
I gave it IP addrr. 192.5.5.4 and aliase name ,and this has updated /etc/hosts with the new ip and host name.
But when I ran (ioscan -fnC lan)command the lan0 was claimed whith its device file is displayed and another lan instance 1 with driver name (btlan0)is claimed but no device file created for it.I ran insf -eC lan but still no device file. I ran lanadmin command, the speed of the card was 10000000 ,so do I need to edit /etc/rc.config.d/netconf for the new card and then reboot?What about the hpbase100conf?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 05:30 AM
07-17-2003 05:30 AM
Re: Configuring adittional lan card
check with lanscan command , this will give you path , state of the card and many more details, also try netstat -in command.
Then see if you can ping the ipaddress from the server itself
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 06:13 AM
07-17-2003 06:13 AM
Re: Configuring adittional lan card
ifconfig lan1
If this retutns UP statement in the first line & the correct IP & netmask (in HEX) in the subsequent then all is well.
Couple of things additional to the question you asked this...
Because you have two devices on the same network (192.5.5.0, & I assume Class C netmask 255.255.255.0) the OUTBOUND traffic will go out of the lowest lan card, lan0. Thus by configuring the new lan on 100BaseT you are probably not increasing the network bandwidth much as the outbound bandwidth is simply 10BaseT!!!
Regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 06:18 AM
07-17-2003 06:18 AM
Re: Configuring adittional lan card
Anyway. First check your patches:
"The following patch is required in order to use the EISA 10/100Base-TX card on HP-UX 10.20 systems:
PHCO_9895 -- a patch for SAM to support EISA 10/100Base-TX.
PHNE_11507 -- a patch for the MAC address change.
The following patches are optional except if your system uses DLPI or Service Guard. If your system uses either of those, then please install the required patch in order to use the EISA 10/100Base-TX card on HP-UX 10.20 systems:
PHNE_9277 and PHNE_9278-- patches for DLPI to support EISA 10/100Base-TX.
PHNE_10145 -- a patch for Service Guard to support 10/100Base-TX.
The patch numbers listed above are current as of this release note. Please contact the Worldwide Enterprise Response Center if you need to ensure that you have the latest patches."
If your patches are uptodate then see the troubleshooting routine at:
http://docs.hp.com/hpux/onlinedocs/J2782-90009/J2782-90009.html
Note that pinging the server's new address from the server will not prove anything since it doesn't get sent out on the wire. The server knows its own ip addresses and will respond without bothering to transmit. Ping another device on the same subnet to see if the card is working.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 06:26 AM
07-17-2003 06:26 AM
Re: Configuring adittional lan card
.. Ping another device on the same subnet to see if the card is working...
As I mentioned before, this will go out of lan0, so will prove nothing. You CAN ping the new address 192.5.5.4 from ANOTHER device though.
You could use linkloop -i 1
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 06:48 AM
07-17-2003 06:48 AM
Re: Configuring adittional lan card
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 06:51 AM
07-18-2003 06:51 AM
Re: Configuring adittional lan card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 09:17 AM
07-18-2003 09:17 AM
Re: Configuring adittional lan card
Multiple physical (in the eye of the transport) NICs in the same IP subnet on 10.20 is "difficult" - you have to do things with explicit route statements and such.
Life is much better in that area on 11.X, where you can often use ndd to set ip_strong_es_model to get the behaviour most folks expect. However, APA (Auto Port Aggregation) is still the best way to go to increase the bandwidth/availability of a system on a given subnet.
Finally, don't expect very much from an EISA 100BT NIC in terms of performance. If you get better than half link-rate you are doing well indeed. Also, the EISA 100BT NIC will _not_ autonegotiate, and only suports half-duplex operation.