Go to main content

SPARC T7 Series Servers Administration Guide

Exit Print View

Updated: August 2017
 
 

Enable Oracle Solaris Graphics Support

To enable the use of graphical applications or Oracle ILOM Remote System Console Plus on the SPARC T7 servers, perform the following steps to install solaris-desktop and start the GNOME display manager.

You must have the console role (c) and the admin role (a) in Oracle ILOM to complete this task. You must also have access to the root role or other administrator role that has Oracle Solaris privileges that enable you to install software and control services.

  1. Log in to Oracle ILOM.

    See Log In to Oracle ILOM.

  2. Start the host console.

    See Start the Host Console.

  3. If necessary, boot the OS.

    See Boot the OS (Oracle ILOM).

  4. Log in to Oracle Solaris and switch to the root role or other System Administrator role by using the su command.
    $ su - role
  5. From the Oracle Solaris shell prompt, install the solaris-desktop packages, which includes the X server.
    # pkg install group/system/solaris-desktop

    See Adding and Updating Software in Oracle Solaris 11.3 for more about installing software.

  6. Reboot the OS to start the GNOME display manager server.
    # shutdown -g0 -i6 -y

    After the system reboots, the GNOME display manager service gdm starts and runs in the background.

    In general, use these svcadm commands to control the GNOME display manager service when needed:

    • Disable the gdm service:

      # svcadm disable gdm
    • Enable the gdm service:

      # svcadm enable gdm
    • Restart the gdm service:

      # svcadm restart gdm

Related Information