Posts Tagged ‘servers’

If even Google can go down, nobody is safe.

On Friday May 15th at approximately 6:30 PM one of the circuit boards went out on one of the three hard drives in our mail server. Our technicians worked quickly to repair the problem.

Unfortunately, the screws on the hard drive are a rare Torx type of screw. Our technicians had to track down the proper toolset to remove the hard drive.

Our mail server is running in what is referred to as a RAID5 configuration. What this means is that there are three hard drives in the server that share all of the data on the system as a single drive. We can lose two drives and not lose any data, because that data is shared across the three.

Once the hard drive was repaired the RAID array took about half an hour to rebuild and mail functions were restored around 10 PM. Any e-mail received during this time was eventually delivered over the next couple of hours.

We apologize for the downtime. With the new controller board installed on the hard drive we hope to avoid such situations in the future.

16 May 2009

Mail Server Issues on May 15th

Author: keith | Filed under: Hardware, hosting

We are in the process of upgrading all of our hosted sites and codebases to Zend Framework 1.8.1. If you are a developer please be sure to update your local copy of the Framework.

Zend released version 1.8 of the Zend Framework around the first of May. Sononaco is upgrading the Zend Framework running on all of our servers. There are several notable changes to the code but there is one issue that needs to be immediately addressed: the Autoloader.

Beginning today (May 13th) we will begin upgrading the Framework on our staging/testing server, (at 66.240.223.252) and our Zend Server. All Zend Server sites have been upgraded to use the 1.8.1 bootstrapper. All site on the “dev” server include any site with the domain name beginning with “dev” or “staging”.

How does this impact you? Unless you ar a developer, not much at all. If you are one of the developers using the Zend Framework then you will need to do a couple of things:

First, update your local working copy of the site. Effective immediately all Application codebases in Subversion should contain the code for the 1.8 Framework. The 1.8.x Bootstrapper code is not compatible with versions of Zend Framework older than 1.8.x!!

If you run the new Application code against the 1.7.x Framework you will see errors so be sure to upgrade your local Framework to 1.8.x.

For the moment we are not upgrading existing bootstrapers or Application layouts to the new Zend_Application_Boostrapper. All projects going forward will contain the new Bootstrapper system.

You can download version 1.8.x of the Zend Framework here.

13 May 2009

Sononaco Upgrading Zend Framework to version 1.8

Author: keith | Filed under: zend framework

As you may know, we have taken the primary web hosting server offline several times within the past week to insert additional RAM. How hard is it to upgrade RAM? We’ll explain.

Is running out of RAM on a server a bad thing? Yes and no. That means someone is doing something right and getting lots of traffic! It also needs we need more RAM.

The first time the new RAM was installed the server starting giving a BIOS error. This is essentially an error that states the RAM isn’t compatible with the server.

New RAM was acquired and we tried installing it again. Unfortunately it seems a similar error crept up. There appears to be an incompatibility issue with the motherboard.

So, where do we go next?

New motherboard.

The new motherboard will be installed in the coming days. Updates will be posted on the blog and in the news. Please keep checking back.

11 Mar 2009

The deal with the new RAM

Author: keith | Filed under: Uncategorized