Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
I also used this manual to startup, I agree with Jake, that's a typo. Apart from that, William, your "bindnetaddr" parameter should not end with a "0", it's supposed to be the IP address your local host/node will use to monitor its peers. Instead, replace it by the IP address your server has on network 192.168.1.0. My own file looks like this : ---------------------------------------------8<------------------------------------------------- # Please read the corosync.conf.5 manual page compatibility: whitetank totem { version: 2 secauth: off threads: 0 interface { ringnumber: 0 bindnetaddr: 175.10.20.6 mcastaddr: 226.94.1.0 mcastport: 4000 } interface { ringnumber: 1 bindnetaddr: 195.165.5.245 mcastaddr: 226.94.1.1 mcastport: 4001 } rrp_mode: active } logging { fileline: off to_stderr: no to_logfile: yes to_syslog: yes logfile: /var/log/cluster/corosync.log debug: off timestamp: on logger_subsys { subsys: AMF debug: off } } amf { mode: disabled } aisexec { user: root group: root } service { # Load the Pacemaker Cluster Resource Manager name: pacemaker ver: 0 } ---------------------------------------------8<------------------------------------------------- There are 2 interface entries because I have set 2 rings up, for cluster monitoring. You might start with only one without problem, in which case I guess you may remove the rrp_mode entry. Now, from a more general prospective, I believe this is not the right mailing list to post that kind of question, I believe you'd better do so in the linux-ha one, you'd probably have a better reactivity... HTH. Best regards, Pascal. -----Message d'origine----- De : drbd-user-bounces at lists.linbit.com [mailto:drbd-user-bounces at lists.linbit.com] De la part de Jake Smith Envoyé : jeudi 7 juin 2012 16:37 À : drbd-user at lists.linbit.com Objet : Re: [DRBD-user] Corosync Configuration ----- Original Message ----- > From: "William D Yount" <Yount.William at menloworldwide.com> > To: drbd-user at lists.linbit.com > Sent: Thursday, June 7, 2012 1:22:34 AM > Subject: [DRBD-user] Corosync Configuration > > > > > > I am following this guide: > http://www.clusterlabs.org/doc/en-US/Pacemaker/1.1/txt/Clusters_from_S > cratch/Clusters_from_Scratch.txt > > > > I have two servers with two NICS each: > > Server 1: > > NIC-A: 10.89.99.31 > > NIC-B: 192.168.1.5 > > Server 2: > > NIC-A: 10.89.99.32 > > NIC-B: 192.168.1.10 > > > > I am at the section where I need to configure corosync.conf. I tried > doing the command line: > > 1. export ais_port=4000 > > 2. export ais_mcast=226.94.1.1 > > 3. export ais_addr=`ip addr | grep “inet” | tail –n 1 | awk > ‘{print $4}’ | sed s/255/0/ > > 4. env | grep ais_ais_mcast=226.94.1.1 > Looks like a typo to me in the guide though I'm not positive (and haven't followed that guide) - I think there should only be ais_ once not twice. I believe the command in the guide should read: # env | grep ais_mcast=226.94.1.1ais_port=4000ais_addr=192.168.122.0 And what you should try instead of 4. above: env | grep ais_mcast=226.94.1.1 HTH Jake _______________________________________________ drbd-user mailing list drbd-user at lists.linbit.com http://lists.linbit.com/mailman/listinfo/drbd-user