Difference between revisions of "Server Dell PowerEdge T410"
Jump to navigation
Jump to search
m (→Install notes) |
m (→Install notes) |
||
Line 1: | Line 1: | ||
+ | ==Manuals== |
||
+ | * http://support.dell.com/support/edocs/systems/peT410/ |
||
==Install notes== |
==Install notes== |
||
Revision as of 12:55, 17 August 2010
Manuals
Install notes
- In BIOS
- Activate Virtualization support
- Power Management -> OS Control
- Report kbd errors: NO
- Installing squeeze (frozen but still testing) from daily image (17/08/2010)
- Complains about missing bnx2/bnx2-mips-09-5.0.0.j3.fw & bnx2/bnx2-rv2p-09-5.0.0.j3.fw
- Get it on another machine and put it on USB stick: aptitude install firmware-bnx2 ; cp /lib/firmware/bnx2/bnx2-*-09-5.0.0.j3.fw /media/XXXX
- Actually I had also an additional Intel network card so I could have skipped this step...
- Partitionning:
there is a first primary partition for Dell Utilities (FAT16), I left it just in case...;
there is also a second primary partition: 2Gb of FAT32, empty, so I deleted it.
partition #2: primary 10Gb ext3 / label=ROOT
partition #3: primary 16Gb swap
partition #5: logical 2Tb physical volume for LVM
Configure LVM / ok to write table / Create VG with sda5, called DATA - Tasksel: SSH & standard utilities
- Reboot
- Complains about missing bnx2/bnx2-mips-09-5.0.0.j3.fw & bnx2/bnx2-rv2p-09-5.0.0.j3.fw
- SSH: PermitRootLogin no / ssh-copy-id ...
- Install mc, sudo (adduser xxx sudo)