1752782 Members
5727 Online
108789 Solutions
New Discussion юеВ

Re: X windows

 
SOLVED
Go to solution
himacs
Super Advisor

X windows

Hi Admins,

I have to disable the X windows based CDE GUI in my B.11.23 integrity servers.

Please tell me how to find out the same are installed and how to remove

moreover whats the main purpose of X windows..

plz suggest on this


regards
himacs
5 REPLIES 5
himacs
Super Advisor

Re: X windows

Hi admins,

I found CDE installed in the server.

swlist -l product|grep CDE
CDE B.11.23 HP-UX CDE User Interface
PHSS_31110 1.0 CDE Base Patch for Itanium - based system
PHSS_35884 1.0 CDE Base Patch
PHSS_35885 1.0 CDE Applications Patch

How to disable the same..any files to edit..

The term X11 is related this only?

regards
himacs

Peter Nikitka
Honored Contributor

Re: X windows

Hi,

use
/usr/dt/bin/dtconfig -d
to disable the CDE-Login and

/usr/dt/bin/dtconfig -kill
to terminate the login session currently active.


mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
himacs
Super Advisor

Re: X windows

Hi Peter,

Thanx for the response..

Actually i edited /etc/rc.config.d/xfs
and stopped /sbin/init.d/xfs

These are enough or need to run any other commands.


regards
himacs
himacs
Super Advisor

Re: X windows

Hi Peter,

Plz explain what dtconfig does.?

how to list currently running session?

ps -ef|grep dt
root 2110 2092 0 Aug 31 ? 0:02 /usr/dt/bin/dtlogin
root 2092 1 0 Aug 31 ? 0:00 /sbin/sh /usr/dt/bin/dtrc


regards
himacs
Peter Nikitka
Honored Contributor
Solution

Re: X windows

Hi,

your de-configuration just deals with the fontserver (xfs).
The command sequence
dtconfig -d
dtconfig -kill
will terminate the dtlogin process (your grep filtered out of the ps-command) AND configure the system in such a way, that no further startup of this process is done.

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"