<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.0">
</HEAD>
<BODY>
Thanks Lars, I believe you accurately described the steps I took. <BR>
<BR>
As for how to recover, that's is where my problem is. Current configuration is DRBD stopped on the system which originally had the issue (node 1). DRBD running, up primary on the other system (node 2), with no problems (so far). After all I (incorrectly) did, if I try to bring up drbd on Node 1, it hangs the system. I have to power cycle it to reboot. I saw where there was another thread about a system &quot;halting&quot;, that was due to putting &quot;halt -f&quot; in one of their handlers. I don't set any values for the -cmd variables in drbd.conf, are there any defaults that occur that could cause the system &quot;hangs&quot;? <BR>
<BR>
Thanks again,<BR>
Doug<BR>
<BR>
On Fri, 2008-02-08 at 20:13 +0100, Lars Ellenberg wrote:<BR>
[snip]
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000">&gt; &gt; So, I then ran fsck without the -n to correct. Now, drbd seems to be</FONT>
<FONT COLOR="#000000">&gt; &gt; completely hosed up. If I do a ./drbd start, the system locks up. If I</FONT>
<FONT COLOR="#000000">&gt; &gt; do the drbdadm adjust pgsql, it locks up the system too. I went as far</FONT>
<FONT COLOR="#000000">&gt; &gt; as to shutdown drbd, remove the kernel module, delete the sda5</FONT>
<FONT COLOR="#000000">&gt; &gt; partition and recreate it, starting over, and it still locks up the</FONT>
<FONT COLOR="#000000">&gt; &gt; system when I try to bring up drbd. What I'd like to do is fix the</FONT>
<FONT COLOR="#000000">&gt; &gt; issue on this system, and let it get back in sync with the other</FONT>
<FONT COLOR="#000000">&gt; &gt; system. So 1) How do I get drbd back and functioning on the system</FONT>
<FONT COLOR="#000000">&gt; &gt; where the issue occurred?, and 2) Do I need to do anything to the</FONT>
<FONT COLOR="#000000">&gt; &gt; system that is currently running OK (due to the partition resize,</FONT>
<FONT COLOR="#000000">&gt; &gt; etc)?</FONT>

<FONT COLOR="#000000">possible way out:</FONT>

<FONT COLOR="#000000">stop drbd completely.</FONT>
<FONT COLOR="#000000">fsck /dev/sd-whatever-it-is</FONT>
<FONT COLOR="#000000">resize2fs /dev/sd-whatever-it-is THE_SMALLER_SIZE_which_is_the_real_size_of_the_drbd</FONT>
<FONT COLOR="#000000">hope for the best</FONT>
<FONT COLOR="#000000">start drbd again,</FONT>
<FONT COLOR="#000000">mount drbd</FONT>
<FONT COLOR="#000000">compare with backups.</FONT>

<FONT COLOR="#000000">or</FONT>
<FONT COLOR="#000000">umount /dev/drbd</FONT>
<FONT COLOR="#000000">mkfs /dev/drbd</FONT>
<FONT COLOR="#000000">restore from backup.</FONT>


</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>