Operating System - HP-UX
1752781 Members
6121 Online
108789 Solutions
New Discussion юеВ

Re: configure APA while MC SG is running

 
Arun Jain
Frequent Advisor

configure APA while MC SG is running

Hi All,

We have HPUX 11.31 installed on HP BL860c (Blade) series hardware.

We have configured Service Guard before APA configuration. Now we are facing problem in configuring APA. When we try to create a Link aggregate from SMH, it says that the link is used by MC/SG.

Please suggest, what approach should be considered while configuring APA if the MC/SG us running.

Best Regards:
Arun Jain
speak less say more
4 REPLIES 4
SoorajCleris
Honored Contributor

Re: configure APA while MC SG is running

Hi,

If you want to configure APA on LAN cards which is used by MCSG, you need to configure APA first and then MCSG.

which mode of APA you are going to configure??

I don't find any benift if you configure LAN monitor. More over, I don't believe ,it is recommended.

regards,
Sooraj
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
Arun Jain
Frequent Advisor

Re: configure APA while MC SG is running

Hi Sooraj,

I know that we should go for APA then MCSG, but the thing is we cannot roll back the MCSG config. We need to take some way inbetween.

We need to configure LAN_MONITOR mode as redundant cables are across switches and can work only in failover mode. So "MANUAL" mode (used for Load balancing) is useless.

Best Regards
Arun Jain
speak less say more
SoorajCleris
Honored Contributor

Re: configure APA while MC SG is running

IF you are going to configure Lanmonitor, I dont know wat is the use. MCSG itself have lanmonitorr..

==> "We need to take some way inbetween".

I dont think its possible. If yes, I dont know.

Regards,
Sooraj

"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
Deeos
Regular Advisor

Re: configure APA while MC SG is running

hi Arun ,

it is possible, but you have to take down time to do this
by doing this:


#vi /etc/rc.config.d/hp_apaconf

#vi /etc/rc.confog.d/hp_apaportconf

#vi /etc/rc.config.d/netconf
for example
lan[1]=lan900

#cmhaltcl -f

unplumb the current lan card

#ifconfig lan(x) unplumb

#/sbin/init.d/hpapa start

#/sbin/init.d/net stop

#/sbin/init.d/net start

#netstat -in

then add entry to

#vi /etc/cmcluster/cmcluster.ascii
for example

NODE_NAME amdb01
NETWORK_INTERFACE lan900
STATIONARY_IP 10.4.102.11
NETWORK_INTERFACE lan4

copy thi file to all nodes

and then apply below comand to all nodes

#cmapplyconf -C /etc/cmcluster/cmcluster.ascii

and then,

# cmruncl


Regards
Deeos






Deepak