[DRBD-user] Corosync Configuration

Jake Smith jsmith at argotec.com
Thu Jun 7 16:37:16 CEST 2012

Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.


----- 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_Scratch/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



More information about the drbd-user mailing list