2.8 KiB
2.8 KiB
Installation
Type
From Network
- Login to Red Hat Ansible Tower (AWX) using your PSI credentials
- Launch the
Create HostJob Template. Click on the small rocket.
- Enter the new installation specific details such as your PSI credentials, hostname, mac address and root password.
- Select the applicable PSI division the Host belongs to, or AIT, and the PSI Network Zone. PSIGEN is the office network.
- Select
Launchto register your new system in the portfolio and to prepare the network boot.
- Power on the target machine and boot from network.
- In the network boot prompt, select
Red Hat Enterprise Linux 8 Network Install. - The system will install and reboot.
- After the first reboot the system will configure itself and will be accessible in a couple of minutes.
- Within the next 2 hours, you should be able to login with your Kerberos or PSI Active Directory or root credentials.
- If you can not login to the system within 2 hours, please contact the AIT Helpdesk.
From Media
- Download, mount or burn the installation media from Installation Media.
- Install the Host.
- Run the following command as
root:
bash <(curl -q -k -L http://satint.psi.ch/pub/psi-rhel-8-registration.sh) - Answer the questions.
- The script will register the system and add it to the PSI RHEL-8 systems portfolio.
- An Ansible job run will be triggered, which will configure and finish the system.
From Media - Unattended
- Download, mount or burn the installation media from Installation Media.
- Install the Host.
- 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" - The script will register the system and add it to the PSI RHEL-8 systems portfolio.
- An Ansible job run will be triggered, which will configure and finish the system.