<?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: Sys V Init in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425926#M1285</link>
    <description>It only runs .dtprofile, if you login via cde. Logging in via X I think it runs .mwmrc (assuming mwm as your window manager), or .xinitrc</description>
    <pubDate>Tue, 13 Jun 2000 08:51:02 GMT</pubDate>
    <dc:creator>Andy Monks</dc:creator>
    <dc:date>2000-06-13T08:51:02Z</dc:date>
    <item>
      <title>Sys V Init</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425923#M1282</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm the sys admin of the HP9000 and I need to find a run-level editor or Sys V Init. &lt;BR /&gt;&lt;BR /&gt;When the machine boots up, it auto-logs in to the CDE desktop, and i'd like it to login at the command line. In RedHat you just change runlevel it boots with, or use SysVInit. How do you do this in HPUX?&lt;BR /&gt;&lt;BR /&gt;- Simon</description>
      <pubDate>Tue, 13 Jun 2000 07:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425923#M1282</guid>
      <dc:creator>Simon Hawkins</dc:creator>
      <dc:date>2000-06-13T07:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sys V Init</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425924#M1283</link>
      <description>Look in the /sbin/rc3.d directory and remove the link 'S990dtlogin.rc'&lt;BR /&gt;&lt;BR /&gt;That assumes your in run level 3 of course. There is also a link in rc5.d.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Tue, 13 Jun 2000 07:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425924#M1283</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-06-13T07:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sys V Init</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425925#M1284</link>
      <description>Thanks for that!&lt;BR /&gt;&lt;BR /&gt;If when the machine boots you get the X logon screen, how, when you logon, do you get the HP to run .profile and not the .dtprofile. If you edit the .dtprofile it says you can ask it to run .profile instead, but it doesn't work....&lt;BR /&gt;&lt;BR /&gt;Is there such a thing as an X sys V editor for UNIX?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- Simon</description>
      <pubDate>Tue, 13 Jun 2000 08:26:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425925#M1284</guid>
      <dc:creator>Simon Hawkins</dc:creator>
      <dc:date>2000-06-13T08:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sys V Init</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425926#M1285</link>
      <description>It only runs .dtprofile, if you login via cde. Logging in via X I think it runs .mwmrc (assuming mwm as your window manager), or .xinitrc</description>
      <pubDate>Tue, 13 Jun 2000 08:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425926#M1285</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-06-13T08:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sys V Init</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425927#M1286</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From the CDE login, you can click on "Options" and select "Command Line Login" to access the CLI interface.&lt;BR /&gt;&lt;BR /&gt;If you wish to change the run-level, you should modify /etc/inittab and change the initdefault. The new runlevel will be activated at the next reboot.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim.</description>
      <pubDate>Tue, 13 Jun 2000 08:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425927#M1286</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2000-06-13T08:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sys V Init</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425928#M1287</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Procedure 1 :&lt;BR /&gt;&lt;BR /&gt;As a part of the HPUX bootup the init process reads the entry stated below in the inittab file.&lt;BR /&gt;&lt;BR /&gt;init:3:initdefault:&lt;BR /&gt;&lt;BR /&gt;3(Three) indicates the run level to which &lt;BR /&gt;should bootup.&lt;BR /&gt;&lt;BR /&gt;CDE is started in level 3. &lt;BR /&gt;&lt;BR /&gt;Incase you donot want CDE, change the 3 to 2.&lt;BR /&gt;&lt;BR /&gt;Procudure 2: &lt;BR /&gt;&lt;BR /&gt;/sbin/rc3.d/S990dtlogin.rc &lt;BR /&gt;&lt;BR /&gt;This is the script for starting DCE.&lt;BR /&gt;rename the script to anything other than a capital S at the start&lt;BR /&gt;&lt;BR /&gt;example: mv S990dtlogin.rc s990dtlogin.rc &lt;BR /&gt;&lt;BR /&gt;You can follow either of this&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;venu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2000 10:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425928#M1287</guid>
      <dc:creator>Venu_2</dc:creator>
      <dc:date>2000-06-13T10:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sys V Init</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425929#M1288</link>
      <description>you can get CDE to run .profile on login by &lt;BR /&gt;seting &lt;BR /&gt;&lt;BR /&gt;DTSOURCEPROFILE=true&lt;BR /&gt;&lt;BR /&gt;in your .dtprofile</description>
      <pubDate>Tue, 13 Jun 2000 11:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425929#M1288</guid>
      <dc:creator>Dan Am</dc:creator>
      <dc:date>2000-06-13T11:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sys V Init</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425930#M1289</link>
      <description>you can get CDE to run .profile on login by &lt;BR /&gt;seting &lt;BR /&gt;&lt;BR /&gt;DTSOURCEPROFILE=true&lt;BR /&gt;&lt;BR /&gt;in your .dtprofile</description>
      <pubDate>Tue, 13 Jun 2000 11:18:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sys-v-init/m-p/2425930#M1289</guid>
      <dc:creator>Dan Am</dc:creator>
      <dc:date>2000-06-13T11:18:10Z</dc:date>
    </item>
  </channel>
</rss>

