1832648 Members
3137 Online
110043 Solutions
New Discussion

Autoport Aggregation

 
Sanjeev Kohli_1
Advisor

Autoport Aggregation

I am configuriing Auto Port Aggregation .
I have two lan cards out of which one is configured .
iHave configured the two files HP_apaconf and HP_apaportconf as follows

hp_apaconf as

HP_APA_INTERFACE_NAME[0]=lan100
HP_APA_LOAD_BALANCE_MODE[0]=LB_IP
HP_APA_GROUP_CAPABILITY[0]=3
HP_APA_HOT_STANDBY[0]=on

AND
hp_apaportconf as

HP_APAPORT_INTERFACE_NAME[0]=lan1
HP_APAPORT_CONFIG_MODE[0]=LAN_MONITOR

HP_APAPORT_INTERFACE_NAME[1]=lan0
HP_APAPORT_CONFIG_MODE[1]=LAN_MONITOR

I am able to run lanqueryconf -s command

but when I run lanapplyconf it gives me the following error .

Reading ASCII file /etc/lanmon/lanconfig.ascii
Creating Fail-Over Group lan100
ERROR: Call to APA_SET_LANMON_CONFIGURE failed for Fail-Over Group lan100. errno=1027
Exiting: Error applying input file /etc/lanmon/lanconfig.ascii

Can any body help me out of this

Thanks in advance

Sanjeev

Sanjeev Kohli
3 REPLIES 3
Uttamkumar Dravidam
New Member

Re: Autoport Aggregation

Sanjeev,

You need apply a patch, Please look at patch details, sypmtom 3
The most recent patch is : PHNE_28778

Thanks
Alzhy
Honored Contributor

Re: Autoport Aggregation

Try SAM first and use manual mode.
Hakuna Matata.
Uttamkumar Dravidam
New Member

Re: Autoport Aggregation

We found the solution for this problem without Patching....

Solution :
# ps -ef | grep rbootd
kill -9 "PID number rbootd"

Then lanapplyconf will work...

To rbootd not to start when startups run....
In /etc/rc.config.d/netdaemons file
by setting "START_RBOOTD=0"


If you find that it IS required,
specify the lan devices (cannot be devices that are part of the failover
group) where you require boot service with "RBOOTD_DEVICES= "/dev/lanX
/dev/lanY ..." in the same file.

I hope this helps...