Ice Setup: Difference between revisions

From MDWiki
Jump to navigationJump to search
No edit summary
 
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
=ice=
=ice details=


*Sun Fire X4600 M2 Server
*Sun Fire X4600 M2 Server
*8 Dual-Core Opteron CPU's, 16 CPU Cores in total
*8 Dual-Core 2.6GHz Opteron CPU's, 16 CPU Cores in total
*32GB DDR2 667MHz RAM
*32GB DDR2 667MHz RAM
*Separate queue from merlot's


*Service processor MAC Address determined using BIOS (F2 during boot, Advanced->IPMI 2.0 Configuration->Set LAN Configuration->MAC Address
=Installation=
*grape: Added MAC address to <tt>/etc/dhcpd.conf</tt> with the other service processors, ran <tt>/etc/init.d/dhcpd restart</tt>
*Service processor MAC Address determined using BIOS (F2 during boot, Advanced->IPMI 2.0 Configuration->Set LAN Configuration->MAC Address)
*<tt>grape</tt>: Added MAC address to <tt>/etc/dhcpd.conf</tt> alongside other SP's:
<code><tt>  host starspice {  hardware ethernet 0:14:4f:39:f1:4f;  fixed-address 192.168.1.124;  }</tt></code>
*<tt>grape</tt>: Ran <tt>/etc/init.d/dhcpd restart</tt>
*Logged into Sun Integrated Lights Out Manager SP Web GUI (https://192.168.1.124/ user: root password: changeme), read md.net0 MAC Address, also added to <tt>grape</tt>'s <tt>/etc/dhcpd.conf</tt> alongside <tt>merlot*</tt> hosts:
<code><tt>  host ice {  hardware ethernet 0:14:4f:45:3b:5a;  fixed-address 192.168.1.247;  }</tt></code>
*<tt>grape</tt>: Added lines to <tt>/etc/hosts</tt>
<code>
<tt>192.168.1.247  ice</tt><br>
<tt>192.168.1.124    starspice</tt></code>
 
=Fedore Core 6=
*Most '''basic''' install possible, refer to [[Fedora Core 6 installation]] for some of the options (including <tt>/etc/fstab</tt> additions)
==Installation==
===Partitioning===
*<tt>/boot</tt> 200MB (Primary, <tt>/dev/sda1</tt>)
*<tt>/</tt> 30000MB (Primary, <tt>/dev/sda2</tt>)
*(free space left on <tt>/dev/sda</tt>, <tt>/dev/sdb</tt> for the moment)
===System time===
*NTP: <tt>192.168.0.40</tt>
===User Accounts (Create User)===
*Enable NIS: <tt>grape-cluster</tt>, <tt>192.168.0.40</tt>
===Firewall===
*Enabled:
**SSH Permitted
===Extra packages===
<tt>rpm -i gcc*.rpm</tt>, etc.
==First Login (as <tt>root</tt>)==
*<tt>/etc/hosts</tt>:
<tt>192.168.1.247 ice</tt><br>
<tt>192.168.0.40 grape</tt>
===On <tt>grape</tt>===
* added <tt>ice</tt> to <tt>/etc/hosts</tt>
* added <tt>ice</tt> to <tt>/etc/exports</tt> (nfs), ran <tt>/usr/sbin/exportfs -r</tt>
=Interesting information=
*CPU frequency changes with load (between 1-2.6 GHz): <tt>sys/devices/system/cpu/cpu0/cpufreq/</tt>

Latest revision as of 04:12, 5 March 2008

ice details

  • Sun Fire X4600 M2 Server
  • 8 Dual-Core 2.6GHz Opteron CPU's, 16 CPU Cores in total
  • 32GB DDR2 667MHz RAM
  • Separate queue from merlot's

Installation

  • Service processor MAC Address determined using BIOS (F2 during boot, Advanced->IPMI 2.0 Configuration->Set LAN Configuration->MAC Address)
  • grape: Added MAC address to /etc/dhcpd.conf alongside other SP's:

host starspice { hardware ethernet 0:14:4f:39:f1:4f; fixed-address 192.168.1.124; }

  • grape: Ran /etc/init.d/dhcpd restart
  • Logged into Sun Integrated Lights Out Manager SP Web GUI (https://192.168.1.124/ user: root password: changeme), read md.net0 MAC Address, also added to grape's /etc/dhcpd.conf alongside merlot* hosts:

host ice { hardware ethernet 0:14:4f:45:3b:5a; fixed-address 192.168.1.247; }

  • grape: Added lines to /etc/hosts

192.168.1.247 ice
192.168.1.124 starspice

Fedore Core 6

Installation

Partitioning

  • /boot 200MB (Primary, /dev/sda1)
  • / 30000MB (Primary, /dev/sda2)
  • (free space left on /dev/sda, /dev/sdb for the moment)

System time

  • NTP: 192.168.0.40

User Accounts (Create User)

  • Enable NIS: grape-cluster, 192.168.0.40

Firewall

  • Enabled:
    • SSH Permitted

Extra packages

rpm -i gcc*.rpm, etc.

First Login (as root)

  • /etc/hosts:

192.168.1.247 ice
192.168.0.40 grape

On grape

  • added ice to /etc/hosts
  • added ice to /etc/exports (nfs), ran /usr/sbin/exportfs -r

Interesting information

  • CPU frequency changes with load (between 1-2.6 GHz): sys/devices/system/cpu/cpu0/cpufreq/