Hi Michael,

        I need some help, I already installed kernel-2.4.26/drbd-0.6.12. However, I
getting such error while starting drbd...here my drbd.conf and the error
message. Tnks in advance.

resource drbd0 {
  protocol = C
  fsckcmd  = fsck -p -y
  disk {
    do-panic
    disk-size = 3083440k
  }
  net {
    sync-min    = 500k
    sync-max    = 1M    # maximal average syncer bandwidth
    tl-size     = 5000  # transfer log size, ensures strict write ordering
    timeout     = 60    # unit: 0.1 seconds
    connect-int = 10    # unit: seconds
    ping-int    = 10    # unit: seconds
    ko-count    = 4     # if some block send times out this many times,
                        # the peer is considered dead, even if it still
                        # answeres ping requests
  }
on linuxha1 {
    device  = /dev/nb0
    disk    = /dev/hda7
    address = 192.168.0.200
    port    = 7788
  }
  on linuxha2 {
    device  = /dev/nb0
    disk    = /dev/hda7
    address = 192.168.0.201
    port    = 7788
  }
}
Here's the error message

[EMAIL PROTECTED] root]# service drbd start
Setting up 'drbd0' .. disk drbd: ERROR: drbdsetup /dev/nb0 disk
/dev/hda7 --do-panic --disk-size=3083440k [20]:
drbd: ERROR: Lower device (/dev/hda7) is already mounted

I also changed disk-size = 1200, but got the same error message.. pls help

-----Original Message-----
From: Michael J. Maravillo [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 28, 2004 10:27 PM
To: [EMAIL PROTECTED]; Philippine Linux Users Group Mailing List
Subject: Re: [plug] help on drbd


On Wed, Apr 28, 2004 at 09:57:09PM +0800, Ed wrote:
> can someone help me with setting up drbd, I used kernel-2.4.18 and
> kernel-2.4.16 to no vail. I already disable CONFIG_MODVERSIONS as
> mentioned on the drbd how to's website and rebuild kernel...but
> nothing happens. I'm still getting the same error message. I can't
> find some help on google....maybe someone have experience this error
> message....thnks in advance.

Hi Ed,

Use the latest kernel that's available.  I recently upgraded a
kernel-2.4.22/drbd-0.6.9 cluster to kernel-2.4.26/drbd-0.6.12 without
problems.  CONFIG_MODVERSIONS was even enabled.  Make sure you boot
with the new kernel before compiling drbd.  You don't even have to
change anything on a freshly untarred drbd 0.6.12.  A simple "make rpm"
would do.

Hope this helps.
--
 .--.  Michael J. Maravillo                  http://maravillo.no-ip.com/
( () ) Q Linux Solutions, Inc.                  office://+63.2.750.1800/
 `--\\ Consultancy/Training/Support/Development  http://www.q-linux.com/

--
If you have an apple and I have an apple and we exchange  these  apples
then you and I will still each have one apple.  But if you have an idea
and I have an idea and we exchange these ideas, then each  of  us  will
have two ideas.                                   - George Bernard Shaw


--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to