Apart from Virtulization we can shut servers whenever it is not being used to save power. At my office, we used to keep Antivirus server running 24×7, to get latest definition updates & to let users fetch. This was not necessary to keep server ON whole night as there was no user. Also we had [...]
Full Story »Easiest way for Interface Bonding – CentOS
There is preferred way of bonding using ifcfg- files. But I prefer following method as it is very easy to setup. Here I am using 192.168.3.2 for the bond0. eth0 & eth1 are used for bonding. We’ll enter following lines in /etc/rc.local modprobe bonding mode=balance-rr miimon=100 ifconfig bond0 192.168.3.2 netmask 255.255.255.0 up ifenslave bond0 eth0 [...]
Full Story »