# Install Ubuntu Server

This page explains the required settings for installing Ubuntu Server.

  1. Download the Ubuntu Server ISO
  2. If using hardware, follow this procedure to create a bootable USB media. If creating a Virtual Machine with Hyper-V, Virtual Box or VMWare Workstation, create a VM with at least two CPU cores and 4GB of memory.
  3. Boot the install media from the ISO or from the USB media.
  4. Follow the prompts to install the Ubuntu server. Select English.

Screen

  1. Select the keyboard configuration.

Screen

  1. Select Install Ubuntu.

Screen

  1. Confirm the DHCP address or provide an address.

Screen

  1. Configure the proxy server if on the ABB network. Determine the proxy address your facility. The proxy can be added after the installation.

NOTE

In some situations, the Ubuntu install can fail when the proxy is specified. Repeat the install without the proxy if the installation hangs.

Screen

  1. Keep the default Ubuntu mirror address.

Screen

  1. Select Use An Entire Disk.

Screen

  1. Accept the defaults for the filesystem.

Screen

  1. Review the filesystem setup.

Screen

  1. Select Continue to reformat the existing drive.

Screen

  1. Enter name, hostname, username and password.

Screen

  1. Select the SSH server to be installed.

Screen

  1. No additional server features are required for the edge.

Screen

  1. Install the operating system.

Screen

  1. Select Reboot Now when the installation is complete.

Screen

  1. Once installed, log in and determine the IP address. Use:
ifconfig

If not included, install it first with:

sudo apt-get install net-tools
  1. (Optional) Virtualization software typically supports snapshots (vMWare and Virtual Box) or Checkpoints (Hyper-V). The VM can be shut down with:
sudo shutdown -h 0

to take a snapshot/checkpoint. If there are any problems with additional steps, the VM can easily be reset to this point to repeat the procedure.

# ABB Network Setup

Setup system for connecting over the ABB Internet Proxy, this is required when on the ABB Network.

Last updated: 7/7/2021, 9:03:31 AM
Feedback