above URL is a guide to configure & setup the cluster in win2008. As we known, all the winserver punya configuration is GUI. So it was really easy for you to configure this.. But before lu orang nak test or play around with this cluster apps ni, make sure lu orang dapatkan dulu cd win2008 enterprise version data center edition.. when we talk about windows... we actually talk about money!
Selasa, 7 Jun 2011
Failover clustering in Windows Server 2008
http://www.windows-noob.com/forums/index.php?/topic/614-how-can-i-setup-and-configure-failover-clustering-in-windows-server-2008/
Khamis, 12 Mei 2011
HA Cluster with Heartbeat on Centos
Dah lama gua nak share howto ni dengan orang lain.. tapi disebabkan gua ni ada penyakit malas so gua rasa baik gua share link yang ada dkt net ni..
Anyway, berikut adalah howto for HA with heartbeat on a two node which running apache service and serve the same contents dalam suata masa yang sama. harap dapat membantu lu orang semua.. ada ke yang follow blog gua? hahahaha hantu ada gua rasa...
Lu orang boleh refer howto pada link berikut ni.. simple as makan kacang.. goodluck!
Keep your linux box up to date
Gua noticed yang default version of yum-updatesd does not function reliably. So gua cari better solution to make sure centos box gua updated. So untuk memastikan server gua always on up to date gua lebih prefer guna kan cron.. Steps seperti berikut:-
1. Disable yum-updatesd:-
/sbin/chkconfig yum-updatesd off
2. Create yum.cron and make it executeble dan letakkan dia di folder /etc/cron.daily ataupun /etc/cron.weekly. Didalam file yum.cron itu masukan line seperti berikut:-
#!/bin/sh
/usr/bin/yum -R 120 -e 0 -d 0 -y update yum
/usr/bin/yum -R 10 -e -0 -d 0 -y update
Langgan:
Catatan (Atom)