<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CDE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654993#M47003</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the /etc/rc.log and see whether the CDE was started when the system booted last time. If it was enabled, then you can stop it if you need:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/cdelogin.rc stop&lt;BR /&gt;# /sbin/init.d/dtlogin.rc stop&lt;BR /&gt;&lt;BR /&gt;# ps -aef | grep dt - will tell you whether it's running now or not.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
    <pubDate>Tue, 29 Jan 2002 21:24:33 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-01-29T21:24:33Z</dc:date>
    <item>
      <title>CDE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654988#M46998</link>
      <description>In a script I need to check if CDE is running. Have any ideas?</description>
      <pubDate>Tue, 29 Jan 2002 20:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654988#M46998</guid>
      <dc:creator>Janet Edwards</dc:creator>
      <dc:date>2002-01-29T20:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: CDE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654989#M46999</link>
      <description>If you look for any of the dt* processes, that should be an indication that CDE is running and folks are able to login.&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep dt&lt;BR /&gt;&lt;BR /&gt; daemon  1885  1864  0 15:23:47 ?         1:34 /usr/bin/X11/X :0 -auth /var/dt/worf:AAAa01864&lt;BR /&gt;    root  1914  1864  0 15:23:52 ?         0:00 /usr/dt/bin/dtlogin&lt;BR /&gt;    root  1864  1847  0 15:23:43 ?         0:00 /usr/dt/bin/dtlogin&lt;BR /&gt;    root  1847     1  0 15:23:42 ?         0:00 /sbin/sh /usr/dt/bin/dtrc&lt;BR /&gt;    root  2152  1914  0 15:24:24 ?         2:08 dtgreet -display worf:0&lt;BR /&gt;    root  6722  1912  2 14:43:37 pts/ta    0:00 grep dt&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jan 2002 20:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654989#M46999</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-01-29T20:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: CDE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654990#M47000</link>
      <description>Hi Janet,&lt;BR /&gt;&lt;BR /&gt;Look for all 'dt' processes:&lt;BR /&gt;&lt;BR /&gt;# ps -aef | grep dt&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 29 Jan 2002 20:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654990#M47000</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-29T20:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: CDE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654991#M47001</link>
      <description>Guess I didn't make myself clear, if CDE is enabled, I need to shut it down, whether or not somebody is logged in.</description>
      <pubDate>Tue, 29 Jan 2002 20:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654991#M47001</guid>
      <dc:creator>Janet Edwards</dc:creator>
      <dc:date>2002-01-29T20:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: CDE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654992#M47002</link>
      <description>To shut down CDE do a:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/dtlogin.rc stop</description>
      <pubDate>Tue, 29 Jan 2002 21:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654992#M47002</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-01-29T21:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: CDE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654993#M47003</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the /etc/rc.log and see whether the CDE was started when the system booted last time. If it was enabled, then you can stop it if you need:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/cdelogin.rc stop&lt;BR /&gt;# /sbin/init.d/dtlogin.rc stop&lt;BR /&gt;&lt;BR /&gt;# ps -aef | grep dt - will tell you whether it's running now or not.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 29 Jan 2002 21:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654993#M47003</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-29T21:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: CDE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654994#M47004</link>
      <description>fyi : &lt;BR /&gt;&lt;BR /&gt;CDE is started by /sbin/rc3.d/S990/dtlogin.rc which points to /sbin/init.d/dtlogin.rc.&lt;BR /&gt;&lt;BR /&gt;For any system with a local display there will be a :&lt;BR /&gt;&lt;BR /&gt;a) dtlogin (parent) daemon &lt;BR /&gt;b) a child dtlogin process running the local CDE session on the local display (for remote connections you'll have additional dtlogin child processes too).&lt;BR /&gt;&lt;BR /&gt;so your script will need to check for dtlogin processes, if true it could run  /sbin/init.d/dtlogin.rc stop and check again for dtlogins ..... if they still exist kill them ?</description>
      <pubDate>Wed, 30 Jan 2002 11:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde/m-p/2654994#M47004</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-01-30T11:01:26Z</dc:date>
    </item>
  </channel>
</rss>

