• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

How to install desktop GUI in solaris 11 (x86)

by admin

When you install the new Solaris 11 x86 box in your production environment or in LAB environment under VMware workstation, you would not find the GUI desktop as you would have got for connecting Solaris 10 x86 server. The Solaris 11 does not come bundled with the desktop GUI package by default, so you will have to install the desktop GUI package from the IPS repository. Check out the post to create a repository. Please note that this requires a reboot of the system

I have a local IPS repository created in my LAB environment. The package to be installed from the repository is

root@geeklab:~# pkg info -r solaris-desktop
          Name: group/system/solaris-desktop
       Summary: Oracle Solaris Desktop
   Description: Provides an Oracle Solaris desktop environment
      Category: Meta Packages/Group Packages
         State: Not installed
     Publisher: solaris
       Version: 0.5.11
 Build Release: 5.11
        Branch: 0.175.1.0.0.24.3
Packaging Date: September 19, 2012 06:53:17 PM
          Size: 5.46 kB
          FMRI: pkg://solaris/group/system/solaris-desktop@0.5.11,5.11-0.175.1.0.0.24.3:20120919T185317Z

Let us now install the package on the machine.

root@geeklab:~# pkg install solaris-desktop
           Packages to install: 369
       Create boot environment:  No
Create backup boot environment: Yes
            Services to change:  14
........

The install by default creates a backup Boot environment, so that you can roll back any time to a state before installing the desktop package. After the install, just reboot the system to login into the Desktop GUI.

root@geeklab:~# shutdown -i6 -g0 -y

Desktop GUI solaris 11

Filed Under: Solaris 11

Some more articles you might also be interested in …

  1. Understanding “Holding a ZFS Snapshot” Feature
  2. How to Import Zpool and Mount of BE When Booted From Alternate Device in Solaris 11
  3. How to set up cron for automatic data collection from the system activity reporter (SAR) in Solaris 10 and 11
  4. Understanding the sysconfig utility in Solaris 11
  5. Solaris ZFS : How to Create / Rename / Rollback / Destroy a ZFS Snapshot
  6. How to Check and Analyze Memory Usage in Solaris
  7. Solaris 11 (x86/64) : How to boot from DVD to single user mode
  8. Solaris 11 IPS hand-on LAB – Managing software Packages
  9. A beginners guide to Veritas Dynamic Multipathing (VxDMP)
  10. How to configure IPMP in Solaris 11 – Active-Active & Active-Standby

You May Also Like

Primary Sidebar

Recent Posts

  • aws ec2: CLI for AWS EC2 (Command Examples)
  • aws cur – Create, query, and delete AWS usage report definitions (Command Examples)
  • aws configure – Manage configuration for the AWS CLI (Command Examples)
  • aws cognito-idp: Manage Amazon Cognito user pool and its users and groups using the CLI

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright