HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: configuring lan
Operating System - HP-UX
1834324
Members
3285
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-24-2006 07:10 AM
04-24-2006 07:10 AM
Hi people, well i ahve 3 lan cards available.
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
1/0/1/1/0/4/0 0x000F202B1533 0 UP lan0 snap0 1 ETHER Yes
119
1/0/12/1/0 0x001321BD7F1A 1 UP lan1 snap1 2 ETHER Yes 119
1/0/14/1/0 0x001321BD7F1E 2 UP lan2 snap2 3 ETHER Yes 119
LinkAgg0 0x000000000000 900 DOWN lan900 snap900 5 ETHER Yes 119
LinkAgg1 0x000000000000 901 DOWN lan901 snap901 6 ETHER Yes 119
LinkAgg2 0x000000000000 902 DOWN lan902 snap902 7 ETHER Yes 119
LinkAgg3 0x000000000000 903 DOWN lan903 snap903 8 ETHER Yes 119
LinkAgg4 0x000000000000 904 DOWN lan904 snap904 9 ETHER Yes 119
Now, what i want to do is that i want to configure the other 2 to be configured for other purposes( heart beat or standby lan for mc service guard).
So, how do i go about configuring them...
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
1/0/1/1/0/4/0 0x000F202B1533 0 UP lan0 snap0 1 ETHER Yes
119
1/0/12/1/0 0x001321BD7F1A 1 UP lan1 snap1 2 ETHER Yes 119
1/0/14/1/0 0x001321BD7F1E 2 UP lan2 snap2 3 ETHER Yes 119
LinkAgg0 0x000000000000 900 DOWN lan900 snap900 5 ETHER Yes 119
LinkAgg1 0x000000000000 901 DOWN lan901 snap901 6 ETHER Yes 119
LinkAgg2 0x000000000000 902 DOWN lan902 snap902 7 ETHER Yes 119
LinkAgg3 0x000000000000 903 DOWN lan903 snap903 8 ETHER Yes 119
LinkAgg4 0x000000000000 904 DOWN lan904 snap904 9 ETHER Yes 119
Now, what i want to do is that i want to configure the other 2 to be configured for other purposes( heart beat or standby lan for mc service guard).
So, how do i go about configuring them...
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 07:21 AM
04-24-2006 07:21 AM
Re: configuring lan
Shalom,
You have port aggregation running covering 5 ports.
This is from APA, Auto Port aggregation. Software from HP
If you are to have more than 2 or 3 interfaces, you'll probably need to back out the APA configuration.
SG links are configured in the cluster control scripts. floating ip's in the package control scripts.
SEP
You have port aggregation running covering 5 ports.
This is from APA, Auto Port aggregation. Software from HP
If you are to have more than 2 or 3 interfaces, you'll probably need to back out the APA configuration.
SG links are configured in the cluster control scripts. floating ip's in the package control scripts.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
04-24-2006 07:36 AM
04-24-2006 07:36 AM
Solution
The network configuration file is /etc/rc.config.d/netconf.
You can add the entries to the netconf and run "/sbin/init.d/net start" to start networking.
If you want to configure the card for SG as a standby lan, you can run "ifconfig lanX plumb". Once the card is plumbed and has a cable connection (a linkloop will pass) you can run a cmqueryconf to add the card. You will have to take down the cluster to run the cmapplyconf though.
You can add the entries to the netconf and run "/sbin/init.d/net start" to start networking.
If you want to configure the card for SG as a standby lan, you can run "ifconfig lanX plumb". Once the card is plumbed and has a cable connection (a linkloop will pass) you can run a cmqueryconf to add the card. You will have to take down the cluster to run the cmapplyconf though.
If at first you don't succeed, read the man page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 05:54 AM
04-26-2006 05:54 AM
Re: configuring lan
Hi guys, well i wanted to know what does plumb mean in networking. The other problem is that i have 3 interfaces cards on my server and i went into the same and tried configuring the second lan card. Now, i cannot telnet into the server at all. How do i go about accessing the server remotely.
Thanks.
Thanks.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP