Operating System - HP-UX
1836593 Members
2201 Online
110102 Solutions
New Discussion

Ypwhich shows Address of lan1:1

 
brian_31
Super Advisor

Ypwhich shows Address of lan1:1

Hi Team:

When have a cluster(MCSG) on 11.0. I have server A as nis master abd server B as slave. When i do ypwhich on either server it shows the Address of lan1:1 interface of server A. But i have in netconf only the Address of lan1 and not lan1:1. I do not know where it is picking the entries from.Please advice.

Thanks
Brian.
2 REPLIES 2
George_Dodds
Honored Contributor

Re: Ypwhich shows Address of lan1:1

Try doing a netstat -rn you should see lan1:1 in there.
This will be bound to the virtual ip that your sg package is using.
Steve Labar
Valued Contributor

Re: Ypwhich shows Address of lan1:1

If you want to bind to a specific address you must set it in /etc/rc.config.d/namesvrs for the variable YPSET_ADDR
Otherwise, the system will bind to the first server it finds.

Steve