source: trunk/xvm-host-setup-notes @ 1537

Last change on this file since 1537 was 1537, checked in by broder, 15 years ago

Document turning on IPMI-over-LAN for remote management

File size: 837 bytes
Line 
1
2In the Dell PowerEdge SC1435 servers delivered July 2008,
3there are several BIOS settings that need to be frobbed on setup.
4
5in the setup screen at F2:
6- CPU -> Virtualization Technology: on
7- Boot Sequence: disable NIC
8- Integrated Devices -> Embedded Gb NIC: turn off PXE
9
10in the setup screen for remote management, at Ctrl-E:
11- Turn on IPMI over LAN
12- IP is (main IP) =~ s/18.181.0/10.5.128/
13  e.g. 10.5.128.221 for citadel-station == 18.181.0.221
14- netmask is 255.255.0.0
15- Set the password to the XVM root
16
17All of these settings are reflected on all 4 servers in the production
18cluster.
19
20
21In the debian installer:
22 - 500M for /boot in raid1 of sda1, sdb1
23 - rest for LVM in raid1 of sda2, sdb2
24  - 50G /
25  - 25G swap
26 - install a vanilla kernel, not xen;
27   will install xen hypervisor from backports in our later custom install.
28
Note: See TracBrowser for help on using the repository browser.