Solaris 11 SPARC GUI


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 11 SPARC GUI
# 1  
Old 12-03-2014
Solaris 11 SPARC GUI

Hi,

Is there anyway to install gui without using update from internet? I mean from DVD or other local disc install.

Most of tutorial i forund, they show install gui using pkg update from internet. But now our server not yet have internet because ISP does not provide yet. Please show me the way.

Thanks.
# 2  
Old 12-03-2014
Hopefully other members will confirm what I say but I believe that during the Solaris 11 install routine you can opt to install X11 or not. (If installing using the live DVD.)

This will install X-Windows GUI which starts automatically (I believe), otherwise enter command:

Code:
# startx

once logged in as root.

Last edited by hicksd8; 12-05-2014 at 06:27 AM..
# 3  
Old 12-03-2014
Quote:
Originally Posted by mzainal
Is there anyway to install gui without using update from internet? I mean from DVD or other local disc install.
You can download the full Solaris 11 repository iso (~ 7.2 GB) and create your local repository from which you can install whatever package you want.

The download page and detailed instructions are here:

Oracle Solaris 11.2 Downloads - Create a Local Repository

When done, to install the GUI, simply run:
Code:
pkg install solaris-desktop

and reboot after it completes.

Alternatively, you might create instead a new boot environment with the GUI installed with this command:
Code:
pkg install --be-name desktop-be solaris-desktop

Should you are unhappy or something, you can easily revert back to the previous configuration by switching to the original boot environment.
# 4  
Old 12-03-2014
How to switch to original boot environment?
# 5  
Old 12-03-2014
To list the available boot environments names and properties:
Code:
beadm list

To switch to a different one:
Code:
beadm activate name

It will be the default one on next reboot.
# 6  
Old 12-03-2014
I try to build local repo. Unfortunately, korn shell not available. Is it possible to install from dvd or live media?
# 7  
Old 12-04-2014
If you are starting the installation from scratch, you can definitely install a GUI enabled Solaris. Just peek the right installation iso, the one named "Live Media" and not the one named "Text Installer" :
Oracle Solaris 11.2 Downloads - Installation from CD/DVD or USB

Last edited by jlliagre; 12-05-2014 at 06:54 AM..
This User Gave Thanks to jlliagre For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

How to read this Solaris version:-Solaris 8 HW 5/03 s28s_hw2wos_06a SPARC?

Hi Guys, Could you please tell me how to read this Solaris version:- Solaris 8 HW 5/03 s28s_hw2wos_06a SPARC Thanks. (3 Replies)
Discussion started by: manalisharmabe
3 Replies

2. Solaris

Solaris 10 GUI

Hello there:- Firstly, I think its probably a good idea to tell you i'm a bit of a Unix novice coming from the world of Windows but i'm getting there. I've had Ubuntu working at home on VirtualBox with a nice GUI, but i'm having an issue with Solaris 10. I have at work a Solaris 10 machine... (6 Replies)
Discussion started by: midlandmonkey
6 Replies

3. Ubuntu

GUI for Gutsy running a SPARC Machine

I am having a hard time trying to find a repository that supports Gutsy 7.10 SPARC (I'm running a Sun Blade 1000 with an Ultra SPARC processor). Any idea how i can get a gui on my machine? Thanks in advance for the help (2 Replies)
Discussion started by: swilso
2 Replies

4. Solaris

Solaris GUI

am a newbie to solaris. can some one tell me whether solaris v10.0 comes with GUI or not? if there is GUI, how do we switch between GUI and commandline.. (2 Replies)
Discussion started by: ichwaiznicht
2 Replies

5. UNIX for Dummies Questions & Answers

can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC?

Hi Gurus can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC? regards, Israel. (9 Replies)
Discussion started by: iga3725
9 Replies

6. UNIX for Dummies Questions & Answers

Running Solaris Sparc Apps on X86 Solaris

I know that Sun make s a version of Solaris for Sparc platforms and also an x86 (Intel/AMD) release of Solaris. Can an application that runs on Solaris/Sparc also run on a PC running the x86 release of Solaris? Would a different release be required or any re-compling of the application? jim (1 Reply)
Discussion started by: stocksj
1 Replies

7. UNIX for Advanced & Expert Users

Solaris 7 Sparc 5

08-11-2005, 03:23 PM I posted the below thread in UNIX for dummies Questions and Answers. I thank the guy who posted a proposition to resolve my problem. I decided to repost the problem here. Who knows :) So, here it goes: Since a week ago I put myself many troubles. I decide to... (6 Replies)
Discussion started by: kisoun
6 Replies

8. UNIX for Dummies Questions & Answers

Solaris 7 Sparc 5

First of all, I want to salute everybody. Since a week ago I put myself many troubles. :) I decide to install Solaris 7, in a sun sparcstation 5, with raid5. And I don't know almost anything about unix systems, not only Solaris. :) I want to install mysql, apache, php4. I'm not... (4 Replies)
Discussion started by: kisoun
4 Replies
Login or Register to Ask a Question