1847702 Members
6107 Online
110265 Solutions
New Discussion

Re: hp_apa problem

 
CowBoy
Regular Advisor

hp_apa problem

Hi all
I installed hp-apa for my oracle RAC internal and public NICs.
###############################
HP_APAPORT_INTERFACE_NAME[0]=lan1
HP_APAPORT_GROUP_CAPABILITY[0]=900
HP_APAPORT_CONFIG_MODE[0]=FEC_AUTO

HP_APAPORT_INTERFACE_NAME[1]=lan2
HP_APAPORT_GROUP_CAPABILITY[1]=901
HP_APAPORT_CONFIG_MODE[1]=FEC_AUTO

HP_APAPORT_INTERFACE_NAME[2]=lan3
HP_APAPORT_GROUP_CAPABILITY[2]=900
HP_APAPORT_CONFIG_MODE[2]=FEC_AUTO

HP_APAPORT_INTERFACE_NAME[3]=lan4
HP_APAPORT_GROUP_CAPABILITY[3]=901
HP_APAPORT_CONFIG_MODE[3]=FEC_AUTO

HP_APAPORT_INTERFACE_NAME[4]=lan6
HP_APAPORT_GROUP_CAPABILITY[4]=900
HP_APAPORT_CONFIG_MODE[4]=FEC_AUTO

HP_APAPORT_INTERFACE_NAME[5]=lan7
HP_APAPORT_GROUP_CAPABILITY[5]=901
HP_APAPORT_CONFIG_MODE[5]=FEC_AUTO
##########################################
HP_APA_INTERFACE_NAME[0]=lan900
HP_APA_LOAD_BALANCE_MODE[0]=LB_MAC
HP_APA_GROUP_CAPABILITY[0]=900

HP_APA_INTERFACE_NAME[1]=lan901
HP_APA_LOAD_BALANCE_MODE[1]=LB_MAC
HP_APA_GROUP_CAPABILITY[1]=901
############################################
The problem is that:
lan900 goes to manual mode
lan 901 goes to FEC_AUTO mode
###########################################
3 REPLIES 3
lbseraph
Advisor

Re: hp_apa problem

You can modify HP_APAPORT_CONFIG_MODE for your specific ports, let them go to the correct mode what your want.

You have better to read /etc/rc.config.d/hp_apaconf and /etc/rc.config.d/hp_apaportconf configuration files' explanation again, they already explain to you clearly.
sujit kumar singh
Honored Contributor

Re: hp_apa problem

Hi

apart from the configuration that is in place, also need to check the hardware models of the LAN cards as going to link aggregate lan900.

just like to have a look at the lanscan O/P as well as ioscan -kfnClan as well as the lanadmin -x -v 900
lanadmin -x -v 901

also if possible need to check from the Switch side too
regards
sujit
Jim Keeble
Trusted Contributor

Re: hp_apa problem

Assuming that the configs you posted came from the right files (hp_apaportconf for the 6 ports, hp_apaconf for the 2 aggregates), it looks correct.

Can you post the outout you get when you run "/sbin/init.d/hpapa start" ?