- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 2 interface cards
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
08-14-2001 03:52 AM
08-14-2001 03:52 AM
The 1000Base-SX is the only one currently connected.
Within SAM I have disabled the ethernet card, although it still knows the ip address, etc configured on it.
Meanwhile, on the console, I am receiving the error message- telnetd :connection reset by peer.
The only noticable thing from NETFMT is a problem with the interface card - check cable.
Is it possible that even though this card is disabled, that it is still trying to do something?
Can I remove this card altogether from system?
Thanks for any help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 04:01 AM
08-14-2001 04:01 AM
Solutionlook at /etc/rc.config.d/netconf and delete the entries for your undesired lan card.
the do an /sbin/init.d/net stop and /sbin/init.d/net start and all configuration will ge gone
regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 04:21 AM
08-14-2001 04:21 AM
Re: 2 interface cards
find the lan number(x) for the ethernet using 'lanscan' command and make it down "netconfig lanx down". and also delete all the entries for ethernet in /etc/rc.config.d/netconf and do "/sbin/init.d/net stop/start"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 07:38 AM
08-14-2001 07:38 AM
Re: 2 interface cards
lan0 is the unused card and lan1 is the Gigabit card.
Within netconf, interface_name[0] refers to lan0.
When I delete all the configurations marked [0]
should I leave the other one as lan1 and [1]
or do I change all entries for it to [0].
Thanks for your advice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 07:47 AM
08-14-2001 07:47 AM
Re: 2 interface cards
You should not change the entries to lan[0].
Also do a lanscan to confirm which card is lan[0] and which one is lan [1]
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 07:56 AM
08-14-2001 07:56 AM
Re: 2 interface cards
You should remove all your [1] entries and amend your [0] entries to reference lan1 and its settings. You'll end up with something like:-
INTERFACE_NAME[0]=lan1
IP_ADDRESS[0]=
SUBNET_MASK[0]=
BROADCAST_ADDRESS[0]=
LANCONFIG_ARGS[0]=
DHCP_ENABLE[0]=
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 09:45 AM
08-14-2001 09:45 AM
Re: 2 interface cards
if the remotes are PC's, many PC apps erroneously use abortive TCP closes - setting SO_LINGER settings such that a RST is used instead of a FIN . that could result in the telnetd reporting connection aborted by peer.