Use the following to troubleshoot problems with your DRBD setup:
If the initial drbd setup does not work as expected, there is probably something wrong with your configuration.
To get information about the configuration:
Open a terminal console, then log in as the root user or equivalent.
Test the configuration file by running drbdadm with the -d option. Enter
drbdadm -d adjust r0
In a dry run of the adjust option, drbdadm compares the actual configuration of the DRBD resource with your DRBD configuration file, but it does not execute the calls. Review the output to make sure you know the source and cause of any errors.
If there are errors in the drbd.conf file, correct them before continuing.
If the partitions and settings are correct, run drbdadm again without the -d option. Enter
drbdadm adjust r0
This applies the configuration file to the DRBD resource.
Please note that for DRBD, hostnames are case sensitive and therefore Node0 would be a different host than node0.
If your system is unable to connect to the peer, this also may be a problem of a local firewall. By default, DRBD uses the TCP port 7788 to access the other node. Make sure that this port is accessible on both nodes.