Difference between revisions of "Taro"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
m
Line 19: Line 19:
  
 
Hostnames: <code>taro.unh.edu</code>, <code>taro.farm.physics.unh.edu</code>
 
Hostnames: <code>taro.unh.edu</code>, <code>taro.farm.physics.unh.edu</code>
 +
 +
=Software and Services=
 +
 +
This section contains details about the services and software running on Taro and information about their configurations.
 +
 +
== IPTables ==
 +
 +
Taro uses the standard NPG [[iptables]] firewall. Taro allows ssh, icmp, portmap and nfs connections.
 +
 +
==NFS Shares==
 +
 +
Taro serves its /data volume over [[NFS]]. It can be accessed from any system via [[automount]] either in /net/data/taro or /net/taro/data.
 +
 +
===/etc/exports===
 +
 +
/data  @servers(rw,sync) @npg_clients(rw,sync) \
 +
        10.0.0.0/24(rw,no_root_squash,sync)
 +
 +
==VMWare==
 +
 +
Taro is running [[VMWare]] Server version 2.0.2. It acts as a secondary virtualization server. It is accessible at https://taro.unh.edu:8333/ or from localhost:8222 if you're logged in or port forwarding over SSH. There are currently not Virtual Machines running on Taro.
  
 
==Additional Info==
 
==Additional Info==
 
* [[Media:SuperMicro_MNL-0945.pdf]] Local copy of the Motherboard manual
 
* [[Media:SuperMicro_MNL-0945.pdf]] Local copy of the Motherboard manual

Revision as of 19:22, 16 June 2010

Taro is a data/computation server. Thinkmate serial number SN-826407.

Hardware Details

  • Quad-Core Intel® Xeon® E5472 3.00GHz 1600FSB 12MB Cache (80W)
  • Supermicro X7DWA-N - EATX - Intel® 5400 Chipset
  • 4 x 2GB PC2-6400 800MHz FB-DIMM
  • Chenbro SR107 EATX Chassis - No PS – Black + Rack Mount Conversion Kit
  • 2 x Chenbro SR107 Black 4-Bay SATA Hotswap
  • PC Power and Cooling Turbo-Cool® 860 - SLI Ready
  • 500GB SATA 7200RPM - 3.5" - Seagate Barracuda® 7200.11
  • Samsung 22x DVD+/-RW Dual Layer (SATA)
  • MSI nVidia GeForce N280GTX OC 1GB GDDR3 PCI Express 2.0 (2xDVI)

Network Configuration

  • IP address Farm: 10.0.0.247 (eth0)
  • IP address Farm2: 10.0.2.247 (eth2)
  • IP address UNH: 132.177.88.86 (eth1)

Hostnames: taro.unh.edu, taro.farm.physics.unh.edu

Software and Services

This section contains details about the services and software running on Taro and information about their configurations.

IPTables

Taro uses the standard NPG iptables firewall. Taro allows ssh, icmp, portmap and nfs connections.

NFS Shares

Taro serves its /data volume over NFS. It can be accessed from any system via automount either in /net/data/taro or /net/taro/data.

/etc/exports

/data   @servers(rw,sync) @npg_clients(rw,sync) \
       10.0.0.0/24(rw,no_root_squash,sync)

VMWare

Taro is running VMWare Server version 2.0.2. It acts as a secondary virtualization server. It is accessible at https://taro.unh.edu:8333/ or from localhost:8222 if you're logged in or port forwarding over SSH. There are currently not Virtual Machines running on Taro.

Additional Info