Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
I try doing a drbdadm up all and I get the following: /etc/drbd.conf:85: There are multiple host sections for the peer. (Maybe misspelled local host name?) Detected at host section ending here. (Host sections are those beginning with the 'on' keyword) Below is my drbd.conf. I must be missing something? pop1-drbd is the primary.. Do I eed to tell it that in the config somewhere as well ? resource r0 { protocol = B incon-degr-cmd="halt -f" startup { degr-wfc-timeout=120 # 2 minutes. } disk { on-io-error = detach } net { } syncer { rate=100M group=1 al-extents=257 } on pop1-drbd { device=/dev/nb0 disk=/dev/sda7 address=192.168.50.10 port=7788 meta-disk=internal } on pop2-drbd { device=/dev/nb0 disk=/dev/sda7 address=192.168.50.20 port=7788 meta-disk=internal } } Thanks Philipp Reisner wrote: > On Tuesday 06 April 2004 13:36, Jim Greene wrote: > >>Hello, >> I am trying to get drbd setup on a RH AS 3.0 box running kernel 2.6.3. >>I cannot seem to get drbdsetup to work.. It wants more information than >>are in the docs.. Is there somewhere out there that has setup >>instructions for the .07 releases? or can someone give me the commands >>one would normally use with .07 to get things running? Thanks >>Jim > > > > drbdadm up all > > drbdadm can print it's usage > > drbdadm -d is the dry run mode, nice to understand what it does... > > -Philipp