LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to luch GUI after installing RHEL 6.2 enterprise (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-luch-gui-after-installing-rhel-6-2-enterprise-4175413456/)

Benedict Ude 06-26-2012 07:28 AM

Unable to luch GUI after installing RHEL 6.2 enterprise
 
My name is Benedict i beginner and i would be happy if my question is considered.

i installed red heart linux 6.2 enterprise on a dell server but i am unable to lunch the GUI.

Please somebody help me.

snowday 06-26-2012 07:36 AM

Welcome to the forums!

If you installed Red Hat server edition on server hardware then there is no GUI. Servers are administered through the BASH shell (terminal commands). If you have never used Linux/Red Hat before then start by reading the excellent documentation they've provided with your subscription.

What is your goal with Red Hat? What are you trying to accomplish, what is the purpose of your server?

Benedict Ude 06-26-2012 07:41 AM

Quote:

Originally Posted by snowpine (Post 4712407)
Welcome to the forums!

If you installed Red Hat server edition on server hardware then there is no GUI. Servers are administered through the BASH shell (terminal commands). If you have never used Linux/Red Hat before then start by reading the excellent documentation they've provided with your subscription.

What is your goal with Red Hat? What are you trying to accomplish, what is the purpose of your server?

The server will be data base server.
I am very new in Linux, i want to add the IP address and subnet mask.
what commands should i use.

chrism01 06-26-2012 06:30 PM

If you really want to add a GUI to the server, see http://www.linuxtopia.org/online_boo...gui-login.html, otherwise you'll have to go into /etc/sysconfig/network-scripts and edit the relevant file(s). See the rest of that manual http://www.linuxtopia.org/online_boo...ion/index.html

custangro 06-26-2012 06:37 PM

Quote:

Originally Posted by Benedict Ude (Post 4712413)
The server will be data base server.
I am very new in Linux, i want to add the IP address and subnet mask.
what commands should i use.

Install the network admin tool

Code:

yum -y install system-config-network-tui
Then you can run it using

Code:

system-config-network


All times are GMT -5. The time now is 08:43 AM.