Ice Setup: Difference between revisions

From MDWiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 16: Line 16:
<tt>192.168.1.247  ice</tt><br>
<tt>192.168.1.247  ice</tt><br>
<tt>192.168.1.124    starspice</tt></code>
<tt>192.168.1.124    starspice</tt></code>
=Fedore Core 6=
*Basic install, refer to [[Fedora Core 6 Installation]]
==Partitioning==
*<tt>/boot</tt> 200MB (Primary, <tt>/dev/sda1</tt>)
*<tt>/</tt> 30000MB (Primary, <tt>/dev/sda2</tt>)
==Time==
*NTP: <tt>192.168.0.40</tt>
==Create User==
*NIS: <tt>grape-cluster</tt>, <tt>192.168.0.40</tt>
==Firewall==
*Enabled:
**SSH Permitted

Revision as of 05:11, 24 April 2007

ice details

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

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/), 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

Partitioning

  • /boot 200MB (Primary, /dev/sda1)
  • / 30000MB (Primary, /dev/sda2)

Time

  • NTP: 192.168.0.40

Create User

  • NIS: grape-cluster, 192.168.0.40

Firewall

  • Enabled:
    • SSH Permitted