After I have been blogging about my server quite a bit, it is now finally the time to start all over.
After my new client is up and running, I had some spare parts, and as already mentioned, I decided to put all of them together into a brand-new server box. Here’s the new hardware list:
- Case: SilentMaxx ST-11 – still a robust tower with not much noise
- Power: Verax FSP300-60ATV 80PRO – silent power supply with 200W, suitable for P4 (note that the manufacturer’s website does not seem to exist properly any more – at least, I could not find any link to the product; I found this and this instead)
- CPU: Intel Pentium 4 with 2.5 GHz – this is a leftover from my old client
- Mainboard: Asus P4PE – again a leftover from my old client, a 478 mainboard with Intel 82845PE / ICH4 chipset. There is no product site to be found any more at the Asus website – but there are still some downloads
- RAM: Kingston KVR333X64V25/512 – 2x 512MB, Standard 64M X 64 Non-ECC 333MHz 184-pin Unbuffered DIMM (SDRAM-DDR, 2.5V, CL2.5, Gold)
- Harddisk Drives: Here comes the fun part, as I now have two HDD – first, a Samsung Spinpoint SP1203N with 120G, second a Seagate Barracuda 7200 (ST3160021A, again no proper manufacturer link, but using Google, I found this) with 160 GB – I will install LVM to get the best out of them.
- Graphic adaptor: an old Hercules 3D Prophet II; unfortunately, there is no adaptor embedded on the mainboard, so I had to use this one
- DVD-drive: Plextor PX-116A (no manufacturer website to be found any more
- DVD-R drive: LG GSA-4081B
- Network adapter: integrated on Mainboard, a Broadcomm (I have to find out which one it is)
- Printer: HP Deskjet 970Cxi
- Scanner: Canon CanoScan N670U with 600×1200dpi and USB interface (no manufacturer page any more)
Now, the parts are assembled into an old case and let’s boot….
In setup, I make sure that all IDE drives are properly detected; I disable the floppy drive, the second COM port, the parallel port, the gameport, the audio; then, I make sure that “Power up on PCI” is enabled for later power up on LAN.
Now, using a knoppix, I make sure everything is detected; the LAN is a broadcomm BCM4401, the Graphic adapter is detected as a Geforce 2 MX400, and the North- and the southbridge are there, too.
So, I start with wiping out the harddisk drives using cfdisk. Then, it is time to set up some new partition scheme! As I will have only a small /, containing some necessary stuff, I decided to have a partition scheme like this:
/dev/hda1 / 4GB
/dev/hda2 swap 512MB
/dev/hda3 LVM the rest of hda
/dev/hdb1 LVM the whole of hdb
I write these partition tables to the disk. That’s it for now; next is to start with a proper gentoo cd and activate LVM to create the volume groups. Then, it’s time to get Gentoo up and running!