- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to configure LAN card for rx4640
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
10-06-2005 02:33 AM
10-06-2005 02:33 AM
ioscan -fnC lan produces following:
lan0 0/1/2/0 Claimed HP AB352-60001 PCI/PCI-X 1000BASE-T Dual-Port Core
lan1 0/1/2/1 Claimed HP AB352-60001 PCI/PCI-X 1000BASE-T Dual-Port Core
lanscan shows interfaces UP
In SAM I've disabled lan0 and tried pinging various IPs from the command line but no lights are flashing on the card.
I've moved the cable to the other port on the card and tried pinging but nothing happens.
lan1 is set to autoneg with full duplex mode and netmask of 255.255.255.0
In /etc/rc.config.d/netconf I've checked that lan0 is down and lan1 is up, the index numbers are correct (i.e all 0 for lan 0 and 1's for lan1)
I've added a route to the gateway:
route add default 172.31.2.3
when I run lanadmin for each interface they show:
Administration Status UP
Operation Status Down
not sure what else to do????
Can anyone help,
Many thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 02:41 AM
10-06-2005 02:41 AM
Re: unable to configure LAN card for rx4640
you have a PCI card with dual GBIT interfaces on it. And also this server has a built in LAN connection on the chasis. And on your ioscan you can only see lan0 (presumably builtin interface) and a lan1 and that's it ? What happened to the second LAN port on that card ?
anyway, under these circumstances, let's start with the usual. What does
ifconfig lan0
ifconfig lan1
commands show you as output ?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 02:41 AM
10-06-2005 02:41 AM
Re: unable to configure LAN card for rx4640
ifconfig lan1 plumb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 03:41 AM
10-06-2005 03:41 AM
Re: unable to configure LAN card for rx4640
ifconfig lan0 plumb
ifconfig lan1 plumb
but still can't ping anything ..... anyone any other ideas???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 04:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 04:06 AM
10-06-2005 04:06 AM
Re: unable to configure LAN card for rx4640
Don't automatically assume the problem is with the server...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 04:13 AM
10-06-2005 04:13 AM
Re: unable to configure LAN card for rx4640
ifconfig lan1 up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 11:57 AM
10-06-2005 11:57 AM
Re: unable to configure LAN card for rx4640
As for pinging and such, it would be best to determin link-level connectivity first via linkloop (man linkloop). If you have no other HP-UX systems in the same broadcast domain (reachable going only through switches not routers) there is a port of linkloop to linux - i think it is on sourceforge.net - anyway a search for "linkloop linux" should find it.
Once you have determined that the ports are working at the data-link (ie layer-2 or "ethernet" layer in this case) then we can see about making sure that your IP addresses are set correctly and all - for example, if you have tried to ifconfig both of them into the same IP subnet, but don't have both of them connected to the same switch (ie have equal connectivity to the rest of the network) then there can be problems with not seeing traffic.
It is best to have separate physical ports configured into separate IP subnets. Ifyou want load balancing or failover you should purchase and install the Auto Port Aggregation software. Otherwise, there will be a bit of scripting in your future :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 01:42 PM
10-06-2005 01:42 PM
Re: unable to configure LAN card for rx4640
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 09:36 PM
10-06-2005 09:36 PM
Re: unable to configure LAN card for rx4640
Many thanks all.