Difference between revisions of "Einstein"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
Line 1: Line 1:
This site is currently being updated.
+
Note: This is the page for the NEW EINSTEIN - 8 core server from Microway
  
== General Information ==
+
The previous einstein hardware is described in the previous page for Einstein at [[old einstein]]
Einstein is the primary server, and hosts services for [[LDAP]], NFS for [[Automount|home directories]], [[E-mail]], [[Elog]].
 
  
== Hardware Information ==
+
= New Microway Server =
[[Image:H8SMU_spec.jpg |right| SuperMicro H8SMU Motherboard ]]
 
* Motherboard: [http://www.supermicro.com/Aplus/motherboard/Opteron1000/MCP55/H8SMU.cfm SuperMicro H8SMU] [http://nuclear.unh.edu/wiki/images/7/72/MNL-H8SMU_10a.pdf User Manual]
 
** nVidia MCP55-Pro chipset
 
** SAS Backplane: SAS825TQ
 
* Marvell Technology Group Ltd. MV88SX6081 8-port SATA II PCI-X
 
  
== Network Configuration ==
+
The new einstein is a 2 quad-CPU server in a 2U rackmount chassis put together nicely by Microway. It arrived at UNH on 11/24/2009. The system has an Areca RAID card with ethernet port and an IPMI card with ethernet port. The motherboard is from Super Micro. Details need to be put here!
Currently has ethernet cable to switch for local (farm) connection, and an ethernet cable to the wall for unh connection.
 
<pre>
 
eth0
 
  Hostname: einstein.farm.physics.unh.edu     
 
  HWaddr 00:30:48:63:BB:40 
 
  IP:10.0.0.248
 
eth1
 
  Hostname: einstein.unh.edu     
 
  HWaddr 00:30:48:63:BB:41
 
  IP:132.177.88.52
 
</pre>
 
  
== UPS Configuration ==
 
Einstein is connected to the APC SmartUPS 2200XL.
 
First install the apcupsd package using yum.  Then start it the package and check the status
 
  sudo yum install apcupsd
 
  sudo /sbin/service apcupsd start
 
  sudo /sbin/service apcupsd status
 
The official Site and Manual
 
  [http://apcupsd.org/ Official Site]
 
  [http://nuclear.unh.edu/wiki/images/7/72/apcupsd-manual.pdf User Manual]
 
  
== Hot Swap Information ==
 
* Interesting thread to get sata-nv to hotswap: ([http://www.linuxquestions.org/questions/linux-hardware-18/sata-hotplug-hotswap-howto-570811])
 
** There are drivers available for the MB sata, we could try them: [ftp://ftp.supermicro.com/driver/SATA/nVidia/MCP55/Linux/Non_RAID/Redhat/1.23/ Super Micro MB H8SMU drivers], BUT these appear to be standard Nvidia sata_nv driver.
 
* SAS Backplane: SAS825TQ
 
* SAT2-MV8 8-port SATA controller. Uses the sata-mv module which is NOT HOTPLUG CAPABLE. (see http://linux-ata.org/driver-status.html#matrix). THE ONLY WAY TO "HOT PLUG" with this driver is to dismount ALL the drives, then "modprobe -r sata-mv" (make sure it is really gone: lsmod | grep sata) then do the swap, then "modeprobe sata-mv" again.
 
  
== Special Considerations for Einstein (Historical) ==
+
== Important things to remember before this system takes on the identity of Einstein ==
This information no longer applies and is here for historical reasons. We no longer use amavisd, and so these instructions are not useful.
 
  
 +
# The ssh fingerprint of the old einstein needs to be imported.
 +
# Obviously, all important data needs to be moved: Home Directories, Mail, DNS records, ... (what else?)
 +
# Fully test functionality before switching!
  
Einstein is our mail server. That means it runs '''"amavisd"''' (a virus scanner) and '''"spamassasin"''' a spam filter. Both these codes have some issues with leaving junk around, slowly causing the "/" file system to fill up. When that happens, einstein stops functioning.
+
== Configurations Needed ==
  
Some cleanup can be done as follows:
+
# RAIDs need to be setup on Areca card.
* stop amavisd and spamassasin:
+
# Mail system needs to be setup
service amavisd stop
+
# Webmail needs to be setup. Uses Apache?
service spamassasin stop
+
# DNS needs to be setup.  
* clean out some of their junk:
+
# Backup needs to be made to work.
rm /var/amavis/.razor/razor-agent.log
+
#
touch /var/amavis/.razor/razor-agent.log
 
chown amavis:amavis /var/amavis/.razor/razor-agent.log
 
chmod o-r /var/amavis/.razor/razor-agent.log
 
rm -f /var/virusmails/*  # (Sometimes there are so many, you have to delete in "chunks")
 
rm -rf /tmp
 
* start up the mail stuff again.
 
service amavisd start
 
service spamassasin start
 
  
There may be other areas that can be clean up, as in all the archived mail from "mailman"? But at least this list will let einstein function again.
+
 
 +
== Initialization ==
 +
 
 +
Server arrived 11/24/2009, was unpacked, placed in the rack and booted on 11/25/2009.
 +
 
 +
Initial configuration steps are logged here:
 +
* Initial host name is gourd (gourd.unh.edu) with eth0 at 10.0.0.252 and eth0.2 (VLAN) at 132.177.88.75
 +
* The ARECA card is set at 10.0.0.152. The password is changed to the standard ARECA card password, user is still ADMIN.
 +
* The IPMI card was configured using the SuperMicro ipmicfg utility. The net address is set to 10.0.0.151. Access is verified by IPMIView from Taro. The grub.conf and inittab lines are changed so that SOL is possible at 19200 baud.
 +
* The LDAP configuration is copied from Taro. This means it is currently in '''client ldap''' mode, and needs to be change to an '''ldap server''' before production. You can log in as yourself.
 +
* The autofs configuration is copied from Taro. The /net/home and /net/data directories work.
 +
* The sudoers is copied from Taro, but it does not appear to work.

Revision as of 03:19, 26 November 2009

Note: This is the page for the NEW EINSTEIN - 8 core server from Microway

The previous einstein hardware is described in the previous page for Einstein at old einstein

New Microway Server

The new einstein is a 2 quad-CPU server in a 2U rackmount chassis put together nicely by Microway. It arrived at UNH on 11/24/2009. The system has an Areca RAID card with ethernet port and an IPMI card with ethernet port. The motherboard is from Super Micro. Details need to be put here!


Important things to remember before this system takes on the identity of Einstein

  1. The ssh fingerprint of the old einstein needs to be imported.
  2. Obviously, all important data needs to be moved: Home Directories, Mail, DNS records, ... (what else?)
  3. Fully test functionality before switching!

Configurations Needed

  1. RAIDs need to be setup on Areca card.
  2. Mail system needs to be setup
  3. Webmail needs to be setup. Uses Apache?
  4. DNS needs to be setup.
  5. Backup needs to be made to work.


Initialization

Server arrived 11/24/2009, was unpacked, placed in the rack and booted on 11/25/2009.

Initial configuration steps are logged here:

  • Initial host name is gourd (gourd.unh.edu) with eth0 at 10.0.0.252 and eth0.2 (VLAN) at 132.177.88.75
  • The ARECA card is set at 10.0.0.152. The password is changed to the standard ARECA card password, user is still ADMIN.
  • The IPMI card was configured using the SuperMicro ipmicfg utility. The net address is set to 10.0.0.151. Access is verified by IPMIView from Taro. The grub.conf and inittab lines are changed so that SOL is possible at 19200 baud.
  • The LDAP configuration is copied from Taro. This means it is currently in client ldap mode, and needs to be change to an ldap server before production. You can log in as yourself.
  • The autofs configuration is copied from Taro. The /net/home and /net/data directories work.
  • The sudoers is copied from Taro, but it does not appear to work.