Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Thu, 16 Dec 2004 21:43:26 +0100, Bernd Schubert <bernd-schubert at web.de> wrote: > Hello again, I'm about to test my DRBD-0.7.6 setup on Mandrake Linux 10.1 Official by running the command of "drbdadm up all" as what is written in DRBD QuickStart for 0.7 series <http://linuxha.trick.ca/DRBD_2fQuickStart07> but I got an error of: # drbdadm up all stat: No such file or directory The highest minor you have in your config is 100663448but a minor_count of 5 in your config! What is it all about? My final /etc/drbd.conf configuration contains: - - - < s n i p > - - - global { minor-count 5; } resource home { protocol C; startup { degr-wfc-timeout 120; } disk { on-io-error detach; } net { sndbuf-size 512k; timeout 40; connect-int 5; ping-int 5; max-buffers 4096; max-epoch-size 4096; ko-count 5; on-disconnect reconnect; } syncer { rate 10M; group 1; al-extents 257; } on node1 { device /dev/drbd0; disk /dev/mapper/lvm-home; address 192.168.10.1:7788; meta-disk internal; } on node2 { device /dev/drbd0; disk /dev/mapper/lvm-home; address 192.168.10.2:7788; meta-disk internal; } } - - - < s n i p > - - - My /etc/ha.d/haresources configuration contains: - - - < s n i p > - - - node1 IPaddr::192.168.250.10 drbddisk::home \ Filesystem::/dev/mapper/lvm-home::/home::reiserfs sshd - - - < s n i p > - - - Anybody can help me here? Thanks again. GNUbie