<?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 getty process not running.... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627362#M920293</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In one of my 10.20 server getty process is not running properly. Every time I do "init q" or getty it starts the process but immediately it dies. I couldn't see any error in syslog file. This is a working server and I didn't do any major change recently.&lt;BR /&gt;&lt;BR /&gt;Anybody know why its happening like this???&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Paulson.&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Dec 2001 06:16:49 GMT</pubDate>
    <dc:creator>vtpaulson</dc:creator>
    <dc:date>2001-12-07T06:16:49Z</dc:date>
    <item>
      <title>getty process not running....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627362#M920293</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In one of my 10.20 server getty process is not running properly. Every time I do "init q" or getty it starts the process but immediately it dies. I couldn't see any error in syslog file. This is a working server and I didn't do any major change recently.&lt;BR /&gt;&lt;BR /&gt;Anybody know why its happening like this???&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Paulson.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2001 06:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627362#M920293</guid>
      <dc:creator>vtpaulson</dc:creator>
      <dc:date>2001-12-07T06:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: getty process not running....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627363#M920294</link>
      <description>Every entry in /etc/inittab file will be of the format&lt;BR /&gt;id:rstate:action:process .&lt;BR /&gt;&lt;BR /&gt;Here for getty process the action field should "respawn" which tells init to re-spawn if the process dies. &lt;BR /&gt;&lt;BR /&gt;-Madhu&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2001 06:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627363#M920294</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2001-12-07T06:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: getty process not running....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627364#M920295</link>
      <description>Hi there.&lt;BR /&gt;Check your /etc/inittab for a line similar to this :&lt;BR /&gt;&lt;BR /&gt;a0:3:respawn:/usr/sbin/getty -h -t60 ttyd2a5 38400m # Dialback Modem&lt;BR /&gt;&lt;BR /&gt;or this :&lt;BR /&gt;&lt;BR /&gt;a1:3:respawn:/usr/sbin/getty -h ttyd2a7 9600&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this is ok, check your /var/adm/syslog/syslog.log for the reason, why the process dies.&lt;BR /&gt;If you find more details and still need help, let us know.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Fri, 07 Dec 2001 06:48:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627364#M920295</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-12-07T06:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: getty process not running....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627365#M920296</link>
      <description>Hi paulson,&lt;BR /&gt;I know one case where the console loging used to hang.Are you also facing this problem on colsole login ?&lt;BR /&gt;&lt;BR /&gt;The PPID (parent process id) of the getty running on the console&lt;BR /&gt;is vuelogin.  When running X-terminal and not using VUE, this situation will&lt;BR /&gt;occur.  There is a conflict between the two competing processes to spawn a&lt;BR /&gt;getty on the console.&lt;BR /&gt;&lt;BR /&gt;In order to alleviate this problem, execute the following:&lt;BR /&gt;&lt;BR /&gt;1. Go into /etc/inittab&lt;BR /&gt;&lt;BR /&gt;2. Change vuerc to off&lt;BR /&gt;&lt;BR /&gt;3. Change the cons entry back to respawn&lt;BR /&gt;&lt;BR /&gt;4. Re-read the inittab file:&lt;BR /&gt;&lt;BR /&gt;     init q&lt;BR /&gt;&lt;BR /&gt;Animesh&lt;BR /&gt;animesh99@hotmail.com&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2001 07:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627365#M920296</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-12-07T07:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: getty process not running....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627366#M920297</link>
      <description>Guys thanks for your answers...&lt;BR /&gt;&lt;BR /&gt;But I didn't get any solution yet.&lt;BR /&gt;&lt;BR /&gt;my inittab entries are exactly correct. And whenever I restart through init q, getty starts and I could see when I do ps -ef. But the next movement it won't be there!...So I couldn't start my console connection.&lt;BR /&gt;&lt;BR /&gt;There is no error in syslog at all (I started my inetd with -l option)..&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2001 07:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627366#M920297</guid>
      <dc:creator>vtpaulson</dc:creator>
      <dc:date>2001-12-07T07:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: getty process not running....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627367#M920298</link>
      <description>Hi,&lt;BR /&gt;Have you tried the microsoft policy?rebooting the server ?</description>
      <pubDate>Fri, 07 Dec 2001 07:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627367#M920298</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-12-07T07:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: getty process not running....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627368#M920299</link>
      <description>Hi,&lt;BR /&gt;Another thought:&lt;BR /&gt;May be your /etc/inittab has become corrupt.  To resolve, do the following:&lt;BR /&gt;&lt;BR /&gt;1. Back up your /etc/inittab.&lt;BR /&gt;&lt;BR /&gt;2. cp /usr/newconfig/etc/inittab /etc/inittab&lt;BR /&gt;&lt;BR /&gt;3. init q&lt;BR /&gt;&lt;BR /&gt;   Once the getty starts on the console (/dev/console), you can&lt;BR /&gt;   add additional inittab entries.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2001 08:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627368#M920299</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-12-07T08:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: getty process not running....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627369#M920300</link>
      <description>Try to start the getty from the command line, not out of the inittab. If it generates any kind of error message it will be posted to your terminal.&lt;BR /&gt;Can you post us your complete inittab?&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2001 08:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627369#M920300</guid>
      <dc:creator>Patrick Wessel</dc:creator>
      <dc:date>2001-12-07T08:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: getty process not running....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627370#M920301</link>
      <description>Is there someone logged on to the master console(server console) - Doesn't the getty process die when someone logs into the console??? I know it does on 11.0 .</description>
      <pubDate>Fri, 07 Dec 2001 15:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627370#M920301</guid>
      <dc:creator>D. Jackson_1</dc:creator>
      <dc:date>2001-12-07T15:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: getty process not running....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627371#M920302</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;Thanks for all your answers.&lt;BR /&gt;&lt;BR /&gt;Atlast I find out the root cause of the problem. Actually we are using TAS(Terminal Access server) somehow when we connect the TAS getty process get killed!!...When I connected a dump terminal in the console port and restart the getty it started working fine. &lt;BR /&gt;&lt;BR /&gt;Paulson</description>
      <pubDate>Fri, 07 Dec 2001 23:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getty-process-not-running/m-p/2627371#M920302</guid>
      <dc:creator>vtpaulson</dc:creator>
      <dc:date>2001-12-07T23:57:03Z</dc:date>
    </item>
  </channel>
</rss>

