Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 15. Starting a remote installation by using the Remote Desktop Protocol
You can start remote installation by using the Remote Desktop Protocol.
15.1. Performing a remote RHEL installation with an RDP client Copier lienLien copié sur presse-papiers!
You can perform a remote RHEL installation by using an RDP client directly connecting to the target system that is being installed with RHEL. The system with the RDP viewer is referred to as the remote system. You are prompted by the RHEL installation program to initiate the connection from the RDP viewer on the remote system to the target system.
You can use an RDP client of your choice (such as GNOME Connections). Specific instructions for other viewers might differ, but the general principles apply.
Prerequisites
- You have installed an RDP viewer on a remote system.
Procedure
-
From the RHEL boot menu on the target system, press the
ekey on your keyboard to edit the boot options. Append the
inst.rdpoption to the end of the command line.You can also use the
inst.rdp.usernameandinst.rdp.passwordboot options to set the RDP credentials. For example,inst.rdp inst.rdp.username=my_username inst.rdp.password=my_password-
Press
CTRL+XorF10to start the installation. The target system initializes the installation program and starts the necessary services. When the system is ready, a message is displayed providing the IP address of the system. - Provide username and password details, if not provided earlier by using the boot options.
- Open the RDP viewer on the remote system.
- Enter the IP address into the RDP server field.
- Click Connect.
Enter the RDP username and password and click OK.
A new window opens with the RDP connection established, displaying the RHEL installation menu. From this window, you can install RHEL on the target system by using the graphical user interface.
15.2. Performing a remote RHEL installation by using RDP on IBM Z Copier lienLien copié sur presse-papiers!
After the Initial Program Load (IPL) of the Anaconda installation program is complete, connect to the 64-bit IBM Z system from a local machine, as an install user by using an ssh connection. You need to connect to the installation system to continue the installation process. Use the RDP mode to run a GUI-based installation or use the established connection to run a text mode installation.
Prerequisites
- You booted the installation media
The initial program boot is complete on the 64-bit IBM Z system, and the command prompt displays:
Starting installer, one moment… Please ssh install@my-z-system (system IP address) to begin the install.
Procedure
To set up a remote connection with the 64-bit IBM Z system from a local machine, open the terminal and on the command prompt, run the following command:
$ ssh install@my-z-system-domain-nameor
$ ssh install@my-z-system-IP-addressThe ssh session displays the following output:
Starting installer, one moment... libreport is not available in this environment - bug reporting disabled anaconda 40.22.3.26-1.el10_0 for Red Hat Enterprise Linux 10.0 started. * installation log files are stored in /tmp during the installation * shell is available in second TMUX pane (ctrl+b, then press 2) * when reporting a bug add logs from /tmp as separate text/plain attachments Wayland startup failed, falling back to text mode. ================================================================================ ================================================================================ Wayland was unable to start on your machine. Would you like to start an RDP session to connect to this computer from another computer and perform a graphical installation or continue with a text mode installation? 1) Use graphical mode via Remote Desktop Protocol 2) Use text mode Please make a selection from the above ['c' to continue, 'q' to quit, 'r' to refresh]:If you have configured the
inst.rdp parameter, proceed to step 4.-
Enter
1to start RDP. -
Enter RDP username and password, if you have not set these values previously via
inst.rdp.usernameandinst.rdp.passwordboot options. Use an RDP client to connect to the provided network address.
You will be asked to provide the username and password you have set in the previous steps.
NoteIf you have started the installation with the
inst.rdpboot option, the installer will not ask you to connect via ssh. Instead, provide the RDP username and password in the console, as described in the step 4 above.