Bringing up dart: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Brian Wilson (talk | contribs)
Line 12: Line 12:
=== Drive Config ===
=== Drive Config ===


The SAS drives are configured as RAID 5 = 435 GB
Physical volumes


  fdisk /dev/sda
  Neutron SSD 240
  Wrote a simple partition table
  Neutron SSD 240
  mkfs.ext4 /dev/sda1
  Revo 60
Revo 60
3Ware 435 (4 x Hitachi 150GB in RAID 5)
WDC Black 1000


hdparm -t /dev/sda1
Volume groups
/dev/sda1:
Timing buffered disk reads:  908 MB in  3.00 seconds = 302.47 MB/sec


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


Corsair SSD
/
  /dev/sdb1:
  /var
  Timing buffered disk reads:  500 MB in 2.23 seconds = 224.03 MB/sec
/home
  /data1
  /data2


== CentOS install ==
== CentOS install ==

Revision as of 19:21, 1 December 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

Physical volumes

Neutron SSD 240
Neutron SSD 240
Revo 60
Revo 60
3Ware 435 (4 x Hitachi 150GB in RAID 5)
WDC Black 1000

Volume groups

Logical volumes

/
/var
/home
/data1
/data2

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