- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with configuration Secondary NIC.
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
01-11-2006 07:12 AM
01-11-2006 07:12 AM
I need to configure another IP address on secondary NIC.
these are the details:
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/8/1/0/4/0 0x00306EF3D7AA 0 UP lan0 snap0 1 ETHER Yes 119
1/0/1/1/0/4/0 0x00306E497FFE 1 UP lan1 snap1 2 ETHER Yes 119
1/0/10/1/0 0x00306EF4680E 2 UP lan2 snap2 3 ETHER Yes 119
# ifconfig lan0
lan0: flags=1843
inet 170.120.1.14 netmask ffffff80 broadcast 170.120.1.17
# ifconfig lan1
ifconfig: no such interface
# ifconfig lan2
ifconfig: no such interface
I need to configure the secondary NIC as follows:
lan1--170.120.1.15 (subnet:255.255.255.128)
how can i do this?
and in which files , i have to make changes & what changes
Once I tried with this:
#ifconfig lan1 170.120.1.15 netmask 255.255.255.128 broadcast 170.120.1.127 up
Then i got disconnected from my server,
I am not physicaly near to my server thatz why i faced a alot of problems.
thanks
bunty
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 07:24 AM
01-11-2006 07:24 AM
Re: Problem with configuration Secondary NIC.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 07:24 AM
01-11-2006 07:24 AM
Re: Problem with configuration Secondary NIC.
What you are tyring is no problem with Linux.
You should not do it with HP-UX. With early versions of HP-UX having two cards on the same network caused a complete network crash.
You need a product like APA, auto port aggregation and supported hardware to do what you are trying and then you'll end up with a number of network ports with the same master address.
At that point you can do virtual addressing to have multiple ip addresses.
So stop trying this, it won't work.
:-)
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
01-11-2006 09:21 AM
01-11-2006 09:21 AM
Re: Problem with configuration Secondary NIC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 09:37 AM
01-11-2006 09:37 AM
SolutionINTERFACE_NAME[1]="lan0:1"
IP_ADDRESS[1]=170.120.1.15
SUBNET_MASK[1]=255.255.255.128
BROADCAST_ADDRESS=""
INTERFACE_STATE[1]="up"
DHCP_ENABLE[1]=0
And to configure it immediately manually:
ifconfig lan0:1 170.120.1.15 netmask 255.255.255.128 up
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 10:28 AM
01-11-2006 10:28 AM
Re: Problem with configuration Secondary NIC.
The same subnet on both the card will not support and one card will be disabled or the original IP will not be available, causing you will loose your connection , like before . And then you need to make it ok after logging to GSP IP , if you have one.
So it is not possible , though with a separate product HP APA as mentioned earlier it is possble.
btw what are u going to configure with this,
Best Regards,
cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 12:40 PM
01-11-2006 12:40 PM
Re: Problem with configuration Secondary NIC.
Otherwise, if you configure both NICs into the same IP subnet both will be used for inbound but only one will be used for outbound. If both NICs are not equally connected to the network, it can make the network look flakey at best.
When making host networking changes like yours it is best to be on the console rather than connected via the network. that way if you do mess-up the network you have a chance at fixing it.