hi,
   
  Iam sorry if i have hurt u.Iam doing this as my final year project.That is 
why iam hurrying a lot.
   
  1.Can u please tel me how to create meta-data for DRBD 0.7.21?
   
  I have given my config file with this mail.
   
  config file:
   
  # drbd.conf 
  #
  resource export {
    protocol C;
    incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep 60 ; halt 
-f";
    startup {
      wfc-timeout  0;
      degr-wfc-timeout 120;    # 2 minutes.
    }
    disk {
      on-io-error   detach;
    }
   on master {
      device    /dev/drbd0;
      disk       /dev/hda5;
      address   192.168.0.20:7789;
      meta-disk /dev/hda6[0];
    }
   
    on slave {
      device    /dev/drbd0;
      disk       /dev/hda5;
      address   192.168.0.21:7789;
      meta-disk /dev/hda6[0];
    }
  }
     
  Iam using a webserver with document root as /export where i have a html file.
   
  regards
  Jerryaru


Dominik Klein <[EMAIL PROTECTED]> wrote:

  > 1.Iam using DRBD-0.7.21 , how to create meta-data for this system and how 
to upgrade it to DRBD-8 meta-data?

http://blogs.linbit.com/florian/2007/10/03/step-by-step-upgrade-from-drbd-07-to-drbd-8/

> 2.My meta-disk option in /etc/drbd.conf file has /dev/hda6 as entry.Is this 
> same as internal meta-data?

Sounds more like external meta-data. Post your config file.

I don't want to be rude, but did you read any drbd documentation yet? 
Did you set up the system yourself? Do you ever use google?

Regards
Dominik
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


       
---------------------------------
 5, 50, 500, 5000 - Store N number of mails in your inbox. Click here.
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to