Rate This Document
Findability
Accuracy
Completeness
Readability

Running the Guest System

  1. Run the exagear command to start an x86 shell (also called guest shell) and enter the virtual x86 operating environment.
    1
    exagear
    

    Command output: Starting the shell in the guest image /opt/exagear/images/ubuntu-<os_version>-x86_64

  2. Run the arch command.
    1
    arch
    

    Command output: x86_64

    You have entered the x86 operating environment. The absolute path on the host is /opt/exagear/images/ubuntu-<os_version>-x86_64.

    The guest shell runs in the same way as it runs on an x86 server.

  3. Run the exit command to exit the guest session.
    1
    exit
    
  4. Run the arch command.
    1
    arch
    

    Command output: aarch64

    Now, you are back to the host system.

  • User accounts are shared between the host and guest systems. When a user is added to or deleted from the guest system, the operation is automatically performed on the host system. The /home directory is also shared between the host and guest systems. (For details, see Configuring ExaGear for Server on Ubuntu.)
  • The default shell on the system is Bash. Before calling ExaGear, you can set shell environment variables to use preferred shells, such as csh and ksh, on the guest system.