Pages

Friday, September 28, 2012

AIX : disable/enable dtlogin


AIX : disable/enable dtlogin

To disable CDE:

  o Login as root
  o Execute the command "/usr/dt/bin/dtconfig -d"

To enable CDE:

  o Login as root
  o Execute the command "/usr/dt/bin/dtconfig -e"

ps -ef | grep dtlogin
kill -9

The dtconfig command actually modify the file /etc/rc.config.d/desktop, which is  read by the CDE rc script, /sbin/init.d/dtlogin.rc.

No comments:

Post a Comment