<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Dear&nbsp;Victor,<BR>
&nbsp;<BR>
You information is very helpful for me. Thanks !&nbsp; :-)<BR>
&nbsp;<BR>
&nbsp;<BR>
>From link: <A href="http://www.drbd.org/docs/install/">http://www.drbd.org/docs/install/</A><BR>
I found that:<BR>
+++++++++++++++++++++++++++++++++++++++<BR>
<A id=s-first-time-up></A>Enabling your resource for the first time<BR>
After you have completed initial resource configuration as outlined in the previous sections, you can bring up your resource.<BR>
<FONT face="Courier New"><STRONG>1. drbdadm&nbsp;create-md&nbsp;<EM class=replaceable><CODE>resource</CODE></EM></STRONG></FONT><BR>2.&nbsp; <FONT face="Courier New"><STRONG>drbdadm&nbsp;attach&nbsp;<EM class=replaceable><CODE>resource</CODE></EM></STRONG></FONT><BR>
<FONT face="Courier New"><STRONG><CODE><EM>3. </EM>drbdadm&nbsp;syncer&nbsp;<CODE><EM>resource</EM></CODE></CODE></STRONG></FONT><BR>
<FONT face="Courier New"><STRONG><CODE><CODE><EM>4. </EM>drbdadm&nbsp;connect&nbsp;<CODE><EM>resource</EM></CODE></CODE></CODE></STRONG></FONT><BR>
+++++++++++++++++++++++++++++++++++++++<BR>
&nbsp;<BR>
I know step 1) is a must, because meta data must be created.<BR>
But I don't&nbsp;think step 2), 3), 4) is a&nbsp;must, for&nbsp;I think&nbsp;step 2), 3), 4) just used to check whether drbd configured well.<BR>
And I think "/etc/init.d/drbd start" also could be used to check whether drbd configured well.<BR>
Am I right ?<BR>
&nbsp;<BR>
What's more, as the experience of configurate drbd-0.7, I used below procedure to create meta data for drbd-0.7:<BR>
++++++++++++++++++++++++++++<BR>
<P class=MsoBodyText2 style="MARGIN: 0cm 0cm 6pt 36pt"><SPAN lang=EN-US><FONT color=#000000><FONT face="Times New Roman">#mkfs&nbsp;/dev/<STRONG>sda10</STRONG><SPAN style="mso-spacerun: yes"> </SPAN></FONT></FONT></SPAN></P>
<P class=MsoBodyText2 style="MARGIN: 0cm 0cm 6pt 36pt"><SPAN lang=EN-US><FONT face="Times New Roman" color=#000000># /etc/init.d/drbd start</FONT></SPAN></P>
<P class=MsoBodyText2 style="MARGIN: 0cm 0cm 6pt 36pt"><SPAN lang=EN-US><FONT face="Times New Roman" color=#000000># drbdadm -- --do-what-I-say primary all</FONT></SPAN></P>
<P class=MsoBodyText2 style="MARGIN: 0cm 0cm 6pt 36pt"><SPAN lang=EN-US><FONT color=#000000><FONT face="Times New Roman">#mkfs&nbsp;/dev/<B style="mso-bidi-font-weight: normal"> drbd0</B></FONT></FONT></SPAN></P>
<P class=MsoBodyText2 style="MARGIN: 0cm 0cm 6pt 36pt"><SPAN lang=EN-US></SPAN>+++++++++++++++++++++++++++++</P>
<P class=MsoBodyText2 style="MARGIN: 0cm 0cm 6pt 36pt">&nbsp;</P>
<P class=MsoBodyText2 style="MARGIN: 0cm 0cm 6pt 36pt">Now, I used drbd-8.3.0, and I am confused whether I must use "mkfs&nbsp; /dev/sda10; mkfs /dev/drbd0" after </P>
<P class=MsoBodyText2 style="MARGIN: 0cm 0cm 6pt 36pt">"<FONT face="Courier New"><STRONG>drbdadm&nbsp;create-md&nbsp;<EM class=replaceable><CODE>resource". Would you help to explain this ?</CODE></EM></STRONG></FONT></P>
<P class=MsoBodyText2 style="MARGIN: 0cm 0cm 6pt 36pt"><BR>Best regards,</P>
<P class=MsoBodyText2 style="MARGIN: 0cm 0cm 6pt 36pt">Edward</P>

<P>&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&gt; Date: Fri, 20 Feb 2009 14:58:04 -0300<BR>&gt; From: listas.vhs@gmail.com<BR>&gt; To: drbd-user@lists.linbit.com<BR>&gt; Subject: Re: [DRBD-user] enable drbd resource at first time<BR>&gt; <BR>&gt; On Thu, Feb 19, 2009 at 4:01 AM, guohuai li &lt;guohuai_li@hotmail.com&gt; wrote:<BR>&gt; &gt; Hi, dear friends,<BR>&gt; [...]<BR>&gt; <BR>&gt; &gt; +++++++++++++++++++++++++++++++++++++++++++++<BR>&gt; &gt; linux-10:/etc # /etc/init.d/drbd stop<BR>&gt; &gt; Stopping all DRBD resources.<BR>&gt; <BR>&gt; you stop drdb and unload modules.<BR>&gt; <BR>&gt; &gt; linux-10:/etc # drbdadm attach r0<BR>&gt; &gt; Could not stat("/proc/drbd"): No such file or directory<BR>&gt; &gt; do you need to load the module?<BR>&gt; &gt; try: modprobe drbd<BR>&gt; <BR>&gt; why you dont try this command (modprobe drbd) ??<BR>&gt; <BR>&gt; <BR>&gt; &gt; linux-10:/etc # /etc/init.d/drbd start<BR>&gt; &gt; Starting DRBD resources: [ d(r0) d(r1) d(r2) s(r0) s(r1) s(r2) n(r0)<BR>&gt; <BR>&gt; now.. drbd and modules is OK<BR>&gt; <BR>&gt; <BR>&gt; &gt; linux-10:/etc # drbdadm attach r0<BR>&gt; &gt; /dev/drbd0: Failure: (124) Device is attached to a disk (use detach first)<BR>&gt; <BR>&gt; when you start drbd for /etc/init.d/drbd script.. it<BR>&gt; - load modules<BR>&gt; - read configuration<BR>&gt; - attach device<BR>&gt; - conect servers<BR>&gt; <BR>&gt; in your case, resource is attached (look mesage).. and no is<BR>&gt; need/possible reattach it.<BR>&gt; <BR>&gt; bye<BR>&gt; <BR>&gt; -- <BR>&gt; -- <BR>&gt; Victor Hugo dos Santos<BR>&gt; Linux Counter #224399<BR>&gt; _______________________________________________<BR>&gt; drbd-user mailing list<BR>&gt; drbd-user@lists.linbit.com<BR>&gt; http://lists.linbit.com/mailman/listinfo/drbd-user<BR><BR></P><br /><hr />check out the rest of the Windows Live™.
More than mail–Windows Live™ goes way beyond your inbox.
 <a href='http://www.microsoft.com/windows/windowslive/' target='_new'>More than messages</a></body>
</html>