Hello! Welcome to my website. As Computer Network Manager of Berlin High School it is basically my responsibility to try to assist the staff, students with the use of technology in their everyday lives. This site is a documentation of my ongoing work experiences and a way for me to help others outside the BHS community as well. This site is always in the state of "Heavy Construction" and will continue to be this way until I find more time in my busy schedule to do something about it...
Senario:
Our webservers use a database backend which is also replicated to two other servers. In the even that there is a failure then one of the others can take over. oldserver1.berlinschools.org was not doing well and was also the master in a mysql replication setup with two "slave" servers. One older (olderserver2.berlinschools.org) and one basically new (newserver.berlinschools.org). The need was to make it so oldserver1's master status was passed onto newserver and oldserver2 would look to ne for slave updates.
Over the last few months I have seen and heard or quite a few computers infected with the "Conficker" worm ( also know as Downup, Downadup and Kido). It is truly a nasty piece of software that ingrains itself so far into the system that it has been impossible to remove from any of the systems that I had not personally secured myself with the steps I outline here. That one machine the person had actually clicked on the "yes" button to install the worm. Luckily it was with the non-administrative account and I was able isolate the files and remove them.
I did some research around the web on so called removal instructions and came across Microsofts...
When being responsible for more than one site you being to worry about the time when things go wrong and how to avoid downtime of sites you are in charge of. I read a pretty good article about clustering and scaling a drupal website (http://www.johnandcailin.com/blog/john/scaling-drupal-open-source-infrastructure-high-traffic-drupal-sites) and I have been implementing some of the things that are suggested.
In a previous post I mentioned how I was able to get backupexec agent running on Ubuntu Feisty. Recently, we updated to verion 12 and I just wanted to share that this method worked well for me in Ubuntu Hardy also. It was a little easier because the debs that were converted with alien just updated the previously installed packages smoothly.