Red Hat Training

A Red Hat training course is available for Red Hat Satellite

8.3.2. Gaining Console Access Via the Host

  1. First you will need to connect to the host system and determine the ID number of the guest you would like to work with. Connect to the host system via ssh and run the following command:
    xm list
    This should provide you with a list all of the guests you created on your Satellite, including their ID number. look for the guest, guest1, that we created earlier in this list. If, for example, this guest has been assigned an ID of 2, then:
  2. Run the following command to access the console of this virtual system:
    xm console 2
    You should immediately be able to view a login prompt on guest1.
  3. Login to guest1 as root using the same password you set in the kickstart profile you used to provision the system.
    (There may be some messages on the screen. In this case, hit the Enter key on your keyboard to receive a fresh login prompt.)
  4. To exit the guest console and return to the host system's command prompt, you may hit the Ctrl and ] keys on your keyboard simultaneously.