Hi,

You don't have to do anything special, just configure resources like this:

    on node1 {
        address sdp 192.168.1.1:7790;
    }
    on node2 {
        address sdp 192.168.1.2:7790;
    }

This will use SDP, if you want to use tcp/ip over infiniband just take sdp out, like this:

    on node1 {
        address 192.168.1.1:7790;
    }
    on node2 {
        address 192.168.1.2:7790;
    }

NOTE: 192.168.1.1 and 192.168.1.2 are infiniband configured IP addresses.

Enjoy.

Em 15-08-2010 11:07, Tom Spappola escreveu:
Hi !

I would like to test DRBD replication with SDP with SDR 10GB
Mellanox Technologies MT25208 InfiniHost III Ex (Tavor compatibility mode).

I haven't found any info on how to set it up.
Is it available somewhere or can anyone please  help ?

Thanks
Tom


_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

--
Igor Neves<[email protected]>
3GNTW - Tecnologias de Informação, Lda

 SIP: [email protected]
 MSN: [email protected]
 JID: [email protected]
 PSTN: 00351 252377120


_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to