Bringing up dart: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Brian Wilson (talk | contribs)
Line 1: Line 1:
== Hardware ==
== Hardware ==


* SuperMicro 4U server case
* SuperMicro SC742 4U server case
* SuperMicro X9SRA motherboard
* SuperMicro X9SRA motherboard
* Intel Xeon E5-2650 Sandy Bridge-EP 2.0GHz (2.8GHz Turbo Boost) LGA 2011 95W 8-Core Server Processor
* Intel Xeon E5-2650 Sandy Bridge-EP 2.0GHz (2.8GHz Turbo Boost) LGA 2011 95W 8-Core Server Processor

Revision as of 01:33, 30 November 2012

Hardware

  • SuperMicro SC742 4U server case
  • SuperMicro X9SRA motherboard
  • Intel Xeon E5-2650 Sandy Bridge-EP 2.0GHz (2.8GHz Turbo Boost) LGA 2011 95W 8-Core Server Processor
  • SUPERMICRO SNK-P0050AP4 Heatsink for Supermicro X9DR3-F Motherboard
  • 32GB ECC registered RAM (4 x 8GB)
  • Four 15K 150GB drives HITACHI HUS153014VL
  • Corsair Neutron Series GTX CSSD-N240GBGTX-BK 2.5" 240GB SATA III Internal Solid State Drive (SSD)
  • 3Ware 9690SA-4I SATA/SAS RAID controller

Drive Config

The SAS drives are configured as RAID 5 = 435 GB

fdisk /dev/sda
Wrote a simple partition table
mkfs.ext4 /dev/sda1
hdparm -t /dev/sda1
/dev/sda1:
Timing buffered disk reads:  908 MB in  3.00 seconds = 302.47 MB/sec

Black drive

/dev/sdc1:
Timing buffered disk reads:  322 MB in  3.01 seconds = 107.00 MB/sec

Corsair SSD

/dev/sdb1:
Timing buffered disk reads:  500 MB in  2.23 seconds = 224.03 MB/sec

CentOS install

Install minimal system from DVD
vi /etc/sysconfig/network-scripts/ifcfg-eth0
vi /etc/resolv.conf
service network restart
yum -y install emacs
yum -y install openssh-clients
yum -y install gcc unzip
yum -y install hdparm
yum -y install httpd
yum update
reboot

Basic software install

Install PostGIS 2.0

Install ArcGIS Server