[Ocfs2-users] Dual NICs for OCFS2

Ivan Vasquez ivan at itos.uga.edu
Tue Jun 28 09:03:12 CDT 2005


To avoid a single point of failure, we are configuring an Oracle cluster
with two private NICs per node. They are directly attached via crossover
cable to its peer on the other server (two-node cluster).

How can we tell OCFS2 that it has available a second card?

Here is our cluster.conf:

node:
        ip_port = 7777
        ip_address = 10.10.2.1
        number = 0
        name = neo
        cluster = rac

node:
        ip_port = 7777
        ip_address = 10.10.2.2
        number = 1
        name = trinity
        cluster = rac

cluster:
        node_count = 2
        name = rac

Thanks,
Ivan


More information about the Ocfs2-users mailing list