Client Server Database Google Fail

May 25th, 2009

DotA 6.60 Beta

May 25th, 2009

-New Heros:
Batrider
Tauren Cheiftan

-Hero Modifcations:
Crystal Maiden no longer has Frost Nova. Now she has a spell which is similar to a smaller effect of casting that frozen armor
Fuzzy now has 400% increased attack speed on all levels of [v] but the amount of attacks it lasts goes up with each level

-New Items:

-Item Modifications:

Download it here:
DotA Beta 6.60 build 54
Batrider in DotA 6.60 Beta

Blurbs, Warcraft 3

Installing Firmware on a Sun Fire T2000 with Solaris 10u7

May 19th, 2009

Updating the firmware on a Sun Fire T2000.

First get the latest firmware and LSI firmware from here: http://sunsolve.sun.com/handbook_pub/validateUser.do?target=Systems/SunFireT2000/SunFireT2000 (Flash PROM Patches)
Unzip them and then SCP the files to the host you are going to update.

For the LSI firmware: go into the directory which has the ROM file ( in this case 370-7696-04_FCode_1_00_40.ROM ) and run this:

raidctl -F 370-7696-04_FCode_1_00_40.ROM $(ls -al /dev/cfg | grep LSI | awk '{print $9}' | cut -dc -f2)

For the system firmware: go to the directory with the files in it. I will just pretend the version you are upgrading to is 6_7_3 :

mkdir /tmp/images
mv * !$
cd !$
chmod +x sysfwdownload
/tmp/images/sysfwdownload Sun_System_Firmware-6_7_3-Sun_Fire_T2000.bin

Now hit #. and run

poweroff
setkeyswitch -y normal
flashupdate -s 127.0.0.1
resetsc

Solaris, Sun