Skip to main content

Server power consumption

I'm referring to DL380 G7's power consumption stated as per http://www.hp.com/hpinfo/newsroom/press_kits/2010/breakingthegridlock2010/DL380G7ServerDS.pdf


There are different power supply available in this model: 460W; 750W; 1200W


In Malaysia, we can safely assume RM0.43/KWH as per http://www.tnb.com.my/business/for-commercial/pricing-tariff.html, Tariff B.


So, if we take DL380G7 with 460W, running 24x7, total per server power consumption is 4018.56KWH.


Rate per year per server, 4018.56KWH x RM0.43 = RM1272.98.


Factoring in the cooling load at 1X (2.0 PUE) puts the annual energy cost per server at RM3,455.96.


For 750W, rate per year per server is RM5634.72
For 1200W, rate per year per server is RM9015.55


You probably can take 20%-30% off from the number presented above assuming that these servers are somehow energy saving for best case.



Comments

Popular posts from this blog

Editing hosts file in iPhone/iPAD

You can now edit the hosts file with a jailbroken iPhone/iPad. Download the hosts file using tool like FileZilla. Default location is /etc/hosts. Download Notepad++ and edit the file. I've edit the file and convert it to ANSI under the Encoding menu. Once completed, upload the file back to the default location.  Try to ping the DNS... It should works!

Making your iphone to Wifi HotSpot?

Gotten this from a friend really solve my problem. MyWi can be downloaded from Cydia but of course you would probably need to pay it after the trial period.  There is other "cracked" MyWi which you would need to first jailbreak your iphone, and add additional source as follow:- 1. Open your Cydia 2. Goto Manage>Source>Edit>Add 3. Add http://sinfuliphonerepo.com Then, go to Search and look for MyWi (cracked version), download and install it! Tata... you got it working!

vSphere Replication - checking the replication status

Enable SSH on ESXi host (you can do this using vCenter) Download putty or any SSH client and log in with root access vim-cmd vmsvc/getallvms ~ # vim-cmd hbrsvc Commands available under hbrsvc/: vmreplica.abort vmreplica.pause vmreplica.create vmreplica.queryReplicationState vmreplica.disable vmreplica.reconfig vmreplica.diskDisable vmreplica.resume vmreplica.diskEnable vmreplica.startOfflineInstance vmreplica.enable vmreplica.stopOfflineInstance vmreplica.getConfig vmreplica.sync vmreplica.getState  See more at: http://www.virtuallyghetto.com/2011/07/hbr-host-based-replication-cli-for-srm.html#sthash.mpqbyGmw.dpuf http://www.virtuallyghetto.com/2011/07/hbr-host-based-replication-cli-for-srm.html