Complete | Part | Additional |
---|---|---|
Packaging Integrety | Ensure packaging that the server was shipped in is not damaged and that everything on the manifest is in the box. | |
Chasis | Include serial number, part numbers, manufacturer, etc. | |
Drives | Include information from each drive in the host. |
Complete | Part | Description |
---|---|---|
BIOS | Ensure the bios is at the latest available version. | |
Drives | Ensure each physical drive is up to date. | |
Remote Access | Ensure any remote access modules are updated including BMC, RSA-II, DRAC, iLo, etc. |
Complete | Step | Requirement | Description |
---|---|---|---|
Rail Kit | Must | Install rail kit in rack, install on server. | |
Mounting | Must | Place server in rack. | |
Vendor Cable Management | Should | Any vendor provided cable management should be installed with the server (usually as an arm on the back of the server). It is acceptable to exclude this if your organizations cable management policies are in conflict with these devices or if they, for whatever reason, are physically unable to fit in the rack. | |
Network Configuration | Must | Using cable management policies, run cable from your switch or drop points to the ports on the server. Ensure the cable has enough length to remain connected while the server's rail kit is in the fully extended position. Cables should be no more then 3 inches longer then this required length. Follow a common cable coloring standard (not presently covered by CSI) | |
KVM | May | Those wishing to use a KVM (keyboard, mouse and monitor) may hook them up. Use the provided cable management and ensure the cables are no more then 3 inches longer then required to have the server in it's full out position. | |
Serial/Remote | Should | In addition to the remote access modules, servers should have an additional remote management method. Serial consoles are popular for this. Ensure the cabling required for this uses provided cable management and is no more then 3 inches longer then required to have the server in it's full out position. | |
Power | Must | Once the host is installed, ensure power is properly supplied via the provided cable management. Cables should be no more then 3 inches longer then required for the server to be in it's full out position. |
Complete | Task | Description |
---|---|---|
PDU Port Config | Ensure each PDU port is inventoried and configured. If the PDU is managable, ensure the ports are properly labeled. | |
Serial Console | If using serial console, ensure it is working (check bios baud rate and cyclades baud rate). |
Complete | Part | Additional |
---|---|---|
RAID Configuration | If applicable, set up software raid on the host. | |
Storage Preparation | Ensure proper storage has been allocated for the host. | |
Memory Check | Ensure proper memory has been allocated for this host. | |
CPU Check | Ensure processors are present and properly allocated. |
Complete | Part | Additional |
---|---|---|
Network Configuration | Determine IP address (if not using DHCP), network, gateway, resolver. | |
Source Verification | Verify the new host has access to the kickstart scripts and installation media. | |
Verify the new host has access to the kickstart scripts and installation media. |
# CSI Docs # http://fedorahosted.org/csi/ # GPLv2 install vnc --password VNC_PASSWORD key --skip lang en_US.UTF-8 rootpw Your_Temporary_Password_Here firewall --disabled authconfig --enableshadow --enablemd5 timezone --utc UTC # Left commented for data protection # Normal fresh installs should have this section uncommented #clearpart --linux --drives=xvda --initlabel #part /boot --fstype ext3 --size=256 --ondisk=xvda #part swap --fstype swap --size=2048 --ondisk=xvda #part pv.01 --size=100 --grow --ondisk=xvda #volgroup GuestVolGroup00 pv.01 #logvol / --fstype ext3 --size=100 --vgname=GuestVolGroup00 --name=root --grow #bootloader # end disk bits keyboard us selinux --permissive mouse none skipx reboot %packages --resolvedeps --nobase