[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

System Management Guide: Operating System and Devices


Starting and Stopping the Common Desktop Environment

You can set up the system so that Common Desktop Environment comes up automatically when you start the system, or you can start Common Desktop Environment manually. You must log in as root to perform each of these tasks.

Enabling and Disabling Desktop Autostart

You may find it more convenient to set up your system to start Common Desktop Environment automatically when the system is turned on. You can do this through the Web-based System Manager (type wsm, then select System), through the System Management Interface Tool (SMIT), or from a command line.

Prerequisite

You must have root user authority to enable or disable desktop auto-start.

Starting/Stopping the Common Desktop Environment Automatically Tasks
Task SMIT Fast Path Command or File
Enabling the Desktop Auto-Start 1 smit dtconfig dtconfig -e
Disabling the Desktop Auto-Start 1 smit dtconfig dtconfig -d

1Note: Restart the machine after completing this task.

Starting Common Desktop Environment Manually

You can start Common Desktop Environment manually.

Start the Desktop Login Manager Manually

  1. Log in to your system as root.
  2. At the command line, type:

    /usr/dt/bin/dtlogin -daemon
    

A Desktop Login screen is displayed. When you log in, you will start a desktop session.

Stopping Common Desktop Environment Manually

You can stop Common Desktop Environment manually.

Stop the Login Manager Manually

When you manually stop the login manager, all X-servers and desktop sessions that the login manager started are stopped.

  1. Open a terminal emulator window and log in as root.
  2. Obtain the process ID of the Login Manager by typing the following:

    cat /var/dt/Xpid
    
  3. Stop the Login Manager by typing:

    kill -term process_id
    


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]