Difference between revisions of "CentOS 4.3"
Marc Saric (talk | contribs) |
Marc Saric (talk | contribs) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Installation = | = Installation = | ||
− | Had to setup | + | Had to setup an Opteron-Server machine with CentOS 4.3 for my [[Postdoc|job]]. |
− | Hardware-specs | + | == Hardware-specs == |
− | {| | + | {| width="90%" align="center" style="background: #F8F8F8; border: 1px solid" |
|Operating system | |Operating system | ||
|[http://www.centos.org CentOS 4.3] x86_64, a [http://www.redhat.com RHEL] clone (i.e. 64bit Linux) | |[http://www.centos.org CentOS 4.3] x86_64, a [http://www.redhat.com RHEL] clone (i.e. 64bit Linux) | ||
Line 24: | Line 24: | ||
|3ware RAID-C SATA-2 9550SX-4LP | |3ware RAID-C SATA-2 9550SX-4LP | ||
|} | |} | ||
+ | |||
+ | |||
+ | First installation-attempt failed due to a missing 3ware driver module. CentOS 4.3 provides a 3ware 9xxx module but no 3ware 95xx module, which is required for the 3ware RAID-C SATA-2 9550SX-4LP card used in the system (CentOS 4.4 comes with the updated driver by default). | ||
+ | |||
+ | For details see http://www.3ware.com/kb/article.aspx?id=14546, you should be able to download a driver module for CentOS 4.3 64 bit from there and install it with <tt>linux dd</tt>. | ||
+ | |||
+ | Downloaded archive | ||
+ | |||
+ | {| width="90%" align="center" style="background: #F8F8F8; border: 1px solid" | ||
+ | |RedHat AS/ES/WS4 (update 3)/ CentOS 4.3 | ||
+ | |2.6.9-34.EL | ||
+ | |64-bit | ||
+ | |Intel (EM64T) 64-bit or AMD (Opteron) 64-bit | ||
+ | |56-3w-95xx_rhws4u3-installdisk-x86_64-9.3.0.4.zip | ||
+ | |} | ||
+ | |||
+ | Content of the zip needs to be expanded onto a floppy disk and installed with <tt>linux dd</tt>, see the article for details. | ||
+ | |||
+ | I did a basic server install with minimal X support (the machine runs headless). | ||
+ | |||
+ | == Tweaking == | ||
+ | |||
+ | Installation of scientific (bioinformatics) software. | ||
+ | |||
+ | ToDo: Add installation notes. |
Latest revision as of 21:12, 20 January 2020
Installation
Had to setup an Opteron-Server machine with CentOS 4.3 for my job.
Hardware-specs
Operating system | CentOS 4.3 x86_64, a RHEL clone (i.e. 64bit Linux) |
CPUs | 2x Dual-core AMD Opteron 275 2.2 GHz |
Memory | 8 GB |
Motherboard | Tyan Thunder K8S Pro Dual S940 DCR |
Diskspace | 500 GB RAID 1 Array |
RAID Controller | 3ware RAID-C SATA-2 9550SX-4LP |
First installation-attempt failed due to a missing 3ware driver module. CentOS 4.3 provides a 3ware 9xxx module but no 3ware 95xx module, which is required for the 3ware RAID-C SATA-2 9550SX-4LP card used in the system (CentOS 4.4 comes with the updated driver by default).
For details see http://www.3ware.com/kb/article.aspx?id=14546, you should be able to download a driver module for CentOS 4.3 64 bit from there and install it with linux dd.
Downloaded archive
RedHat AS/ES/WS4 (update 3)/ CentOS 4.3 | 2.6.9-34.EL | 64-bit | Intel (EM64T) 64-bit or AMD (Opteron) 64-bit | 56-3w-95xx_rhws4u3-installdisk-x86_64-9.3.0.4.zip |
Content of the zip needs to be expanded onto a floppy disk and installed with linux dd, see the article for details.
I did a basic server install with minimal X support (the machine runs headless).
Tweaking
Installation of scientific (bioinformatics) software.
ToDo: Add installation notes.