hp workstations zx6000, hp server rx2600 - operation and maintenance guide

System Configuration
Management Card
Chapter 3
117
3. Start all services, except CDE, that were stopped as a result of going to run level 2 by
bringing the system back to run level 3. To do this, execute the following command at
the shell prompt as root:
#init 3
Since CDE is no enabled, it will not attempt to start X Windows.
Procedure Two (HP-UX only):
Configure CDE to run without starting the X Server by executing these steps:
1. Stop CDE by executing this command at the shell prompt as root:
#init 2
2. Edit the “/etc/dt/config/Xservers” file as root and comment out the line near the
in of the file that contains /usr/bin/X11/X.” To comment out this line, add the “#”
character at the beginning of the line.
3. Start all services that were stopped as a result of going to run level 2 by bringing the
system back to run level 3. To do this, execute the following command at the shell
prompt as root:
#init 3
This will allow CDE to run without trying to continuously start an X Server.
Procedure Three (HP-UX only):
Configure X Windows to run without a mouse by executing these steps:
1. Stop CDE by executing this command at the shell prompt as root:
#init 2
2. Edit the /etc/X11/XF86Config file as root and change the line in the
“InputDevice” section that reads:
Option “Device” “/dev/hid/mouse_000”
to read:
Option “Device” “NULL”
3. Start all services that were stopped as a result of going to run level 2 by bringing the
system back to run level 3. To do this, execute the following command at the shell
prompt as root:
#init 3
This will allow the X Server to start up correctly without a mouse attached to the
system.
Procedure Four (HP-UX only):
Add a mouse to the system and reboot.