SPS for Linux includes integrated, block level data replication functionality that makes it very easy to set up a cluster when there is no shared storage involved. Using Fusion-io, SPS for Linux allows you to form "shared nothing" clusters for failover protection.
When leveraging data replication as part of a cluster configuration, it is critical that you have enough bandwidth so that data can be replicated across the network just as fast as it is being written to disk. The following best practices will allow you to get the most out of your “shared nothing” SPS cluster configuration when high-speed storage is involved:
ifconfig <interface_name> mtu 9000
MTU=9000” to the following file:
/etc/sysconfig/network-scripts/ifcfg-<interface_name>
ping -s 8900 -M do <IP-of-other-server>
/sbin/ifconfig <interface_name> txqueuelen 10000
/etc/rc.local.netdev_max_backlog:/etc/sysctl.conf:
net.core.netdev_max_backlog = 100000
/etc/sysctl.conf and add the following parameters (Note: These are examples and may vary according to your environment):net.core.rmem_default = 16777216
net.core.wmem_default = 16777216
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
net.ipv4.tcp_timestamps = 0
net.ipv4.tcp_sack = 0
net.core.optmem_max = 16777216
net.ipv4.tcp_congestion_control=htcp
/bitmap:# mount | grep /bitmap
/dev/fioa1 on /bitmap type ext3 (rw)
/etc/default/LifeKeeper:
LKDR_CHUNK_SIZE=4096
- Default value is 256
Minimum Resync Speed Limit: 200000
Maximum Resync Speed Limit: 1500000
© 2017 SIOS Technology Corp., the industry's leading provider of business continuity solutions, data replication for continuous data protection.