1834324 Members
3285 Online
110066 Solutions
New Discussion

Re: configuring lan

 
SOLVED
Go to solution
khilari
Regular Advisor

configuring lan

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...
3 REPLIES 3
Steven E. Protter
Exalted Contributor

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
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
Josiah Henline
Valued Contributor
Solution

Re: configuring lan

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.
If at first you don't succeed, read the man page.
khilari
Regular Advisor

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.