A Wonderful Donation and Expansion

One of my sites received a donation from another school. 2 Xserve G5s, a Xserve G4 and a 5tb RAID.. I donated a fiber switch and two replacement power supplies (Both G5’s had blown power supplies, common problem).

Wonderful system, now what.

The question I had in regards to the RAID: Is is possible to have its two drives appear on all the other Server’s desktops?

Fiber switch $70.
Fiber cables, systems came with 4.
Presently only 2 fiber cards.

Plugged the two cables from the RAID, one cable for each “Drive”, into the fiber switch. Then one (1) cable from each of the Xserves. Bingo, it worked. Both servers can access all the data on both RAID drives.

I can see possibilities for databases, podcasts….


20130718-085148.jpg

20130718-085201.jpg

20130718-085209.jpg

MySQL on a 10.5.8 (Leopard) Server

Always find installing MySQL frustrating, but after a half dozen attempts I finally get it right.

Again, these are more notes to myself than to be a full documentation.

Using Server Admin, make sure the MySQL server is running. Set the “Set MySQL Root Password”. Note the Database location. Start MySQL.

Using the free “MySQL GUI Tools” from the mysql.com web site run “MySQL Administrator”. Install and run the tools on the server itself. When you attempt to connect it will not work.

Server HostName: Localhost
Port: 3306
Username: root
Password: (password you set above)

And the tricky bit, Connect Using Socket: /var/mysql/mysql.sock (Database location)

Once connected you’ll want to add a root with “%” access to the users database. This will give root access from any computer besides the server. Or you can assign an IP to restrict database access/management.