OpenSSI cluster: Difference between revisions

From Skytech
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:


= Master setup =
= Master setup =
== Normal master setup ==
== SMP setup ==
* /cluster/etc/loadlevellist
* /cluster/etc/loadlevellist
Must have all the seperate instances of applications which has to run independently - ie clamav and amavisd-new if it's a mailscanner cluster:
Must have all the seperate instances of applications which has to run independently - ie clamav and amavisd-new if it's a mailscanner cluster:

Revision as of 08:27, 2 July 2008


OpenSSI cluster

Link: http://openssi.org

Master setup

SMP setup

  • /cluster/etc/loadlevellist

Must have all the seperate instances of applications which has to run independently - ie clamav and amavisd-new if it's a mailscanner cluster:

/usr/bin/clamd
/usr/bin/amavisd

IP server (ip loadbalancing)

  • /etc/cvip.conf template
<?xml version="1.0"?>
<cvips>
        <routing>DR</routing>
        <cvip>
                <ip_addr>172.22.0.21</ip_addr>
                <service>
                        <tcp_port>10024</tcp_port>
                        <scheduler>wlc</scheduler>
                </service>
                <director_node>
                        <node_num>1</node_num>
                        <garp_interface>eth1</garp_interface>
                        <sync_interface>eth1</sync_interface>
                </director_node>

                <real_server_node>
                        <node_num>3-10</node_num>
                        <service>
                                <tcp_port>10024</tcp_port>
                        </service>
                </real_server_node>
        </cvip>
</cvips>

Node setup