Skip to content

Installing a new server

Grant edited this page Sep 29, 2023 · 13 revisions

Remote Hands Install (Equinix)

  • Get the tracking number from the shipping company
  • Via the Equinix portal create a ticket of type: Smart HandsInstall Equipment ticket, option Where is this equipment currently? : I need to create an Inbound Shipment Ticket and use the Guided Form "wizard" for the install instructions.
  • Guided Form: Use next suitable slot per DB4-Rack or AM6-Rack as applicable.
  • Guided Form: Front (Cold Aisle) orientation
  • Guided Form: Patch devices: Spare cables are available in rack shelf box. Ethernet port 1 using Black Cable to next available port on left of Switch 1. Ethernet port 2 using Blue Cable to next available port on left of Switch 2. Management/iLO ethernet using white/grey/beige Cable to next available port on right of Switch 1 or Switch 2 (alternating). NOTE: HP 561FLR-T X540-T2 (2 port) that port 1 is on right and port 2 is on the left. The 4x ethernet ports on HPE DL360 Gen10 should NOT be used if 10GbE like the 561FLR-T are installed.
  • Guided Form: Power on yes.
  • Guided Form: Specific instructions: HPE DL360: Please take a photos of BOTH sides of the pull-out server identification, 1 of the sides has the default management password. Supermicro: Please take a photo of the default management password pull out tag.
  • Guided Form: Scheduling Flexible is preferable if time is not urgent. Normally done in ~ 5 days. Standard is normally done in ~ 2 days.

First Time Boot Setup (HPE DL360 Gen10)

Once you have received the confirmation the server is up and have a copy of the iLO/management password. Proceed as follows.

Ubuntu install

  • Enable LACP at install time. Amsterdam and Dublin use LACP (IEEE 802.3ad) with XMIT hash: layer3+4 and LACP rate: fast, other sites use Linux bond active-backup mode.
  • Use manual partitioning. Use GPT label. "Use as boot device" on primary disk, "User as another boot device" on secondary disk. Only create a partition on primary and secondary disks using 100% of free space. Create RAID md0, md0 format as ext4 use as / (root). No swap partition.
  • First user becomes UID 1000. "grant"
  • Enable SSH with password.

Post OS install

  • Ensure "ubuntu" is set as first UEFI boot option
  • Install latest NVMe firmware
  • sudo useradd -m -s /bin/bash tomh; sudo usermod -a -G adm,cdrom,sudo,dip,plugdev,lxd tomh; sudo passwd tomh
  • Change ext4 reserve space from 5% to 1% as suitable.
  • Hand over for Chef