- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Lan card 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
02-09-2006 09:26 PM
02-09-2006 09:26 PM
Lan card problem
I'm facing a problem now in 2 interface cards of my rp4440 server. The cards can be seen by lanscan command but if I run ifconfig lan2 for example, the system outputs an error message:
"interface:no such inerface". But if i try to plumb the interface manually it works.
I didn't assign any IP address on the interface but I have another server with the same setup and that server can see the lan cards even without IP.
Any ideas? Thank you in advance.
Gerry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 09:31 PM
02-09-2006 09:31 PM
Re: Lan card problem
The default device file for the second card should be lan1 by default.
See from output of
#lanscan
#ioscan -fnC lan
#lanscan (Menu Driven)
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 09:33 PM
02-09-2006 09:33 PM
Re: Lan card problem
Check "dmesg" and /var/adm/syslog/syslog.log for any errors. Also, try to configure with "sam".
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 09:36 PM
02-09-2006 09:36 PM
Re: Lan card problem
# lanscan
# grep -Ev '^$|^#' /etc/rc.config.d/netconf
I hope if you did not configure ip-address and routing it will make problem.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 12:03 AM
02-10-2006 12:03 AM
Re: Lan card problem
do an IOSCAN
also check if /dev/lan or any ln for lan created or present. In not the system has not initialised than LAN card.
Check with LANSCAN and LANADMIN
Which may require a booting...
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 12:47 PM
02-10-2006 12:47 PM
Re: Lan card problem
That, or the other server is actually running 10.20 which basically did the moral equivalent to a plumb at boot time :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2006 07:39 PM
02-11-2006 07:39 PM
Re: Lan card problem
I would like to see ioscan output and if this situation continues after a reboot of the system.
Also, note that you can not safely bring up two cards on the same network under HP-UX.
Ex:
192.168.0.10 netmask 255.255.255.0
192.168.0.20 netmask 255.255.255.0
In this scenario 192.168.0 is the network. Bringing up both cards on the same network can cause many bad symptons.
These symptoms include sudden loss of network connectivity.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 05:39 AM
02-12-2006 05:39 AM
Re: Lan card problem
Try to find the detail in log files
#tail -100 /var/adm/syslog/syslog.log
#dmesg |more
#ioscan -funC lan (see the out put)
#lanadmin (check the command carefully)
Cheers
Indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 02:00 PM
02-23-2006 02:00 PM