- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to remove too much LAN interfaces
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
12-05-2003 12:22 AM
12-05-2003 12:22 AM
How to remove too much LAN interfaces
we've a server with 9 LAN interfaces (1 on the motherboard, 2 x 4 interfaces LAN card); we've a software able to run just with 4 LAN cards; we want to remove 5 interfaces but we cannot remove the boards; are there any commands to remove them from the "lanscan" view? I mean: are there any commands to unconfigure them in such a way that the lanscan doesn't see them?
Thanks
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 12:26 AM
12-05-2003 12:26 AM
Re: How to remove too much LAN interfaces
If you do not intend to use them, do not configure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 12:30 AM
12-05-2003 12:30 AM
Re: How to remove too much LAN interfaces
I did not configure one lan card but lanscan is able to see the lan. works for me.
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x001083FF5AE3 0 UP lan0 snap0 1 ETHER Yes 119
0/6/0/0 0x001083F68FA4 1 UP lan1 snap1 2 ETHER Yes 119
# lanspeed
Card at PPA 0 - IP Address: 145.x.x.48 - Speed = 100 Full-Duplex Auto-NegoF
Card at PPA 1 - IP Address: Not assigned- Speed = 100000000 Half-Duplex
HTH,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 12:32 AM
12-05-2003 12:32 AM
Re: How to remove too much LAN interfaces
What do you mean "not configure"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 12:39 AM
12-05-2003 12:39 AM
Re: How to remove too much LAN interfaces
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 12:48 AM
12-05-2003 12:48 AM
Re: How to remove too much LAN interfaces
lan interfaces are up if you configure them by ifconfig or in /etc/rc.config.d/netconf. Even if you see them UP in lanscan, it doesn't mean that they are configured.
Then the most important thing is to see if they are configured, again by netconf (on INTERFACE_NAME line you can get lanX, that is 0,1,2 and so on...) and by 'ifconfig lanX' if it is UP or DOWN.
I hope this helps you.
Best regards,
Ettore