Files
gitea-pages/rhel8/installation.md
2021-08-04 16:43:18 +02:00

2.8 KiB

Installation

Type

From Network

  1. Login to Red Hat Ansible Tower (AWX) using your PSI credentials

    AWX Login

  2. Launch the Create Host Job Template. Click on the small rocket.

    AWX Login

  3. Enter the new installation specific details such as your PSI credentials, hostname, mac address and root password.

    AWX Login

  4. Select the applicable PSI division the Host belongs to, or AIT, and the PSI Network Zone. PSIGEN is the office network.

    AWX Login

  5. Select Launch to register your new system in the portfolio and to prepare the network boot.

    AWX Login

  6. Power on the target machine and boot from network.
  7. In the network boot prompt, select Red Hat Enterprise Linux 8 Network Install.
  8. The system will install and reboot.
  9. After the first reboot the system will configure itself and will be accessible in a couple of minutes.
  10. Within the next 2 hours, you should be able to login with your Kerberos or PSI Active Directory or root credentials.
  11. If you can not login to the system within 2 hours, please contact the AIT Helpdesk.

From Media

  1. Download, mount or burn the installation media from Installation Media.
  2. Install the Host.
  3. Run the following command as root:
    bash <(curl -q -k -L http://satint.psi.ch/pub/psi-rhel-8-registration.sh)
  4. Answer the questions.
  5. The script will register the system and add it to the PSI RHEL-8 systems portfolio.
  6. An Ansible job run will be triggered, which will configure and finish the system.

From Media - Unattended

  1. Download, mount or burn the installation media from Installation Media.
  2. Install the Host.
  3. Run the following command as root (eg. in a post-installation script):
    bash <(curl -q -k -L http://satint.psi.ch/pub/psi-rhel-8-registration.sh) -d "<division AIT,CPT,GFA or HPCE>" -n "<Network Zone PSIGEN, FEL or SLS>" for example:
    bash <(curl -q -k -L http://satint.psi.ch/pub/psi-rhel-8-registration.sh) -d "AIT" -n "PSIGEN"
  4. The script will register the system and add it to the PSI RHEL-8 systems portfolio.
  5. An Ansible job run will be triggered, which will configure and finish the system.