<?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: GUI was not opening up. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186777#M733698</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it depends on your shell!&lt;BR /&gt;&lt;BR /&gt;For example - in /etc/profile you'll find:&lt;BR /&gt;&lt;BR /&gt;# Be sure that VUE does not invoke tty commands&lt;BR /&gt;   if [ ! "$VUE" ]; then&lt;BR /&gt;   # set term if it's not set&lt;BR /&gt;        if [ "$TERM" = "" -o "$TERM" = "unknown" -o "$TERM" = "dialup"  \&lt;BR /&gt;             -o "$TERM" = "network" ]&lt;BR /&gt;        then&lt;BR /&gt;                eval `ttytype -s -a`&lt;BR /&gt;        fi&lt;BR /&gt;        export TERM&lt;BR /&gt;&lt;BR /&gt;Check this and your user-defined environment.&lt;BR /&gt;&lt;BR /&gt;Check for example the log files of the user - in $HOME/.dt are several log files, startup.log, error.log, sessionlogs - any hints there?&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Apr 2008 08:57:37 GMT</pubDate>
    <dc:creator>V. Nyga</dc:creator>
    <dc:date>2008-04-25T08:57:37Z</dc:date>
    <item>
      <title>GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186767#M733688</link>
      <description>GUI was not opening up.&lt;BR /&gt;The Error is:&lt;BR /&gt;"Host name 'stty: Not a typewriter &lt;BR /&gt;stty:Not a typewriter  "&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2008 07:15:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186767#M733688</guid>
      <dc:creator>TS KARTHIKEYAN</dc:creator>
      <dc:date>2008-04-25T07:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186768#M733689</link>
      <description>&lt;BR /&gt;&lt;BR /&gt; TS,&lt;BR /&gt;&lt;BR /&gt;   Check your /etc/hosts, /etc/resolv.conf and /etc/nsswitch.conf, make sure it can resolve the ip address and hostname.&lt;BR /&gt;&lt;BR /&gt;WK</description>
      <pubDate>Fri, 25 Apr 2008 07:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186768#M733689</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2008-04-25T07:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186769#M733690</link>
      <description>Hello whiteknight,&lt;BR /&gt;&lt;BR /&gt;i have checked the /etc/hosts. it has the ip &amp;amp; hostname. But i dont know what i need to check the /etc/resolv.conf and /etc/nsswitch.conf. Let me know i need to check.</description>
      <pubDate>Fri, 25 Apr 2008 07:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186769#M733690</guid>
      <dc:creator>TS KARTHIKEYAN</dc:creator>
      <dc:date>2008-04-25T07:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186770#M733691</link>
      <description>Regarding resolv.conf&lt;BR /&gt;Here's a sample&lt;BR /&gt;---------------------------&lt;BR /&gt;It has to specify your domain.&lt;BR /&gt;And have at least one Name server listed.&lt;BR /&gt;In this instance the server belongs to domain some.domain.com&lt;BR /&gt;And can query the 3 name servers for DNS resolution.&lt;BR /&gt;&lt;BR /&gt;/ =&amp;gt;cat /etc/resolv.conf&lt;BR /&gt;domain some.domain.com&lt;BR /&gt;nameserver 10.162.68.1&lt;BR /&gt;nameserver 10.162.68.2&lt;BR /&gt;nameserver 10.162.68.3&lt;BR /&gt;&lt;BR /&gt;DBA's often want a search string in there to such as&lt;BR /&gt;&lt;BR /&gt;/ =&amp;gt;cat /etc/resolv.conf&lt;BR /&gt;domain some.domain.com&lt;BR /&gt;search some.domain.com  some.other.domain&lt;BR /&gt;nameserver 10.162.68.1&lt;BR /&gt;nameserver 10.162.68.2&lt;BR /&gt;nameserver 10.162.68.3&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2008 08:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186770#M733691</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-04-25T08:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186771#M733692</link>
      <description>For nsswitch .conf&lt;BR /&gt;&lt;BR /&gt;You can start by looking at /etc/nsswitch.hp_defaults&lt;BR /&gt;&lt;BR /&gt;I see a lot of systems where they copy this to /etc/nsswitch.conf.&lt;BR /&gt;&lt;BR /&gt;Then just keep the line&lt;BR /&gt;hosts:        dns [NOTFOUND=return] nis [NOTFOUND=return] files&lt;BR /&gt;&lt;BR /&gt;More common is without the NIS as most sites I'm on don't use NIS.&lt;BR /&gt;&lt;BR /&gt;hosts: dns [NOTFOUND=return] files&lt;BR /&gt;&lt;BR /&gt;This basically resolves via DNS(name servers in resolv.conf) and if not found will attempt to find the server in /etc/hosts</description>
      <pubDate>Fri, 25 Apr 2008 08:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186771#M733692</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-04-25T08:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186772#M733693</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;strange error message - when does you get it?&lt;BR /&gt;When booting up? &lt;BR /&gt;Do you get the login window?&lt;BR /&gt;Or can you login and a script is not working?&lt;BR /&gt;&lt;BR /&gt;'stty: Not a typewriter' normally comes from a shell definition like '/etc/profile' or a user '.profile'.&lt;BR /&gt;So when "Host name" is directed to such a definition there seems to be a writing missmatch.&lt;BR /&gt;&lt;BR /&gt;When the login window doesn't appear check the log files in '/var/X11/Xserver/logs'&lt;BR /&gt;&lt;BR /&gt;Do you have some more infos for us?&lt;BR /&gt;A screenshot?&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2008 08:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186772#M733693</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-04-25T08:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186773#M733694</link>
      <description>I have checked the three files. Everything is correct as you mentioned in your replies.&lt;BR /&gt;&lt;BR /&gt;Still i have the problem. But this error comes for all the cases. Some of the GUIs only got this error while opening up. &lt;BR /&gt;&lt;BR /&gt;Do you have any idea?. it is grateful if you are answering me.</description>
      <pubDate>Fri, 25 Apr 2008 08:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186773#M733694</guid>
      <dc:creator>TS KARTHIKEYAN</dc:creator>
      <dc:date>2008-04-25T08:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186774#M733695</link>
      <description>What GUIs do you want to open?</description>
      <pubDate>Fri, 25 Apr 2008 08:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186774#M733695</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-04-25T08:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186775#M733696</link>
      <description>let me provide you some more informations. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i read in a hp forum. they said to check the terminal type. but i dont know is there any relation to this problem.&lt;BR /&gt;&lt;BR /&gt;in my server, the terminal type = dtterm. how to change the terminal type.</description>
      <pubDate>Fri, 25 Apr 2008 08:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186775#M733696</guid>
      <dc:creator>TS KARTHIKEYAN</dc:creator>
      <dc:date>2008-04-25T08:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186776#M733697</link>
      <description>It is the WebBased GUI. it resides in a NE. I need to open it in my hpux 11.11 server. For that i have a start script. I didnt get this error in my office. One of my colleague in aus had experienced this problem. &lt;BR /&gt;&lt;BR /&gt;Could you identify the problem with this information. let me know if you need more.</description>
      <pubDate>Fri, 25 Apr 2008 08:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186776#M733697</guid>
      <dc:creator>TS KARTHIKEYAN</dc:creator>
      <dc:date>2008-04-25T08:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186777#M733698</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it depends on your shell!&lt;BR /&gt;&lt;BR /&gt;For example - in /etc/profile you'll find:&lt;BR /&gt;&lt;BR /&gt;# Be sure that VUE does not invoke tty commands&lt;BR /&gt;   if [ ! "$VUE" ]; then&lt;BR /&gt;   # set term if it's not set&lt;BR /&gt;        if [ "$TERM" = "" -o "$TERM" = "unknown" -o "$TERM" = "dialup"  \&lt;BR /&gt;             -o "$TERM" = "network" ]&lt;BR /&gt;        then&lt;BR /&gt;                eval `ttytype -s -a`&lt;BR /&gt;        fi&lt;BR /&gt;        export TERM&lt;BR /&gt;&lt;BR /&gt;Check this and your user-defined environment.&lt;BR /&gt;&lt;BR /&gt;Check for example the log files of the user - in $HOME/.dt are several log files, startup.log, error.log, sessionlogs - any hints there?&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2008 08:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186777#M733698</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-04-25T08:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186778#M733699</link>
      <description>What's a 'NE'?&lt;BR /&gt;&lt;BR /&gt;Well, compare the listing of 'env' with your login at your office and of the other case where it doesn't run.&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2008 09:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186778#M733699</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-04-25T09:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186779#M733700</link>
      <description>Hello Friends, &lt;BR /&gt;&lt;BR /&gt;I have checked the files /etc/hosts, /etc/profile, /etc/resolv.conf and /etc/nsswitch.conf. They are correct.&lt;BR /&gt;&lt;BR /&gt;But this particular error comes for a particular user. example) cmc_adm.&lt;BR /&gt;&lt;BR /&gt;There are many users like cmc_serv, super_user, cmc_oper. All other user, the GUI is opening up.&lt;BR /&gt;Only for cmc_adm, it is not opening up. cmc_serv is the owner of the start script of the GUI.</description>
      <pubDate>Tue, 06 May 2008 05:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186779#M733700</guid>
      <dc:creator>TS KARTHIKEYAN</dc:creator>
      <dc:date>2008-05-06T05:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186780#M733701</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;compare the shell - which shell do you use for the user where it works, which shell for the user where it doesn't work.&lt;BR /&gt;Compare the login files:&lt;BR /&gt;for ksh: .dtprofile, .profile&lt;BR /&gt;for csh: .login&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2008 06:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186780#M733701</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-05-06T06:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: GUI was not opening up.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186781#M733702</link>
      <description>Hi Karitkyean&lt;BR /&gt;you are able to view the gui from your office&lt;BR /&gt;and your friend from other location is not able&lt;BR /&gt;please check the output of the netstat -rn&lt;BR /&gt;add the gateway address to your freind server he will get it&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Safar</description>
      <pubDate>Tue, 06 May 2008 08:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gui-was-not-opening-up/m-p/4186781#M733702</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-05-06T08:06:33Z</dc:date>
    </item>
  </channel>
</rss>

