<?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: Console doesnt work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525580#M367609</link>
    <description>Um... i entered to X manager Browser. Couldnt use XShell and Xftp, they are not work, when i clicked they are silence. Then i configured Xstart. Configuration of Xstart in Browser i made in attached file.&lt;BR /&gt;Maybe i have to change Security configuration somewhere...</description>
    <pubDate>Wed, 04 Nov 2009 06:17:57 GMT</pubDate>
    <dc:creator>rustam_2</dc:creator>
    <dc:date>2009-11-04T06:17:57Z</dc:date>
    <item>
      <title>Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525565#M367594</link>
      <description>I've wanted to install DB Oracle today. I made Display environment &lt;BR /&gt;$ DISPLAY=IP:0.0: export=DISPLAY&lt;BR /&gt;then wanted to run installer file.&lt;BR /&gt;when i came back to MP(Ctrl+B) for signing to console, i got strange thing.&lt;BR /&gt;mp-&amp;gt;co gives me this sign &amp;gt;, not $ or #&lt;BR /&gt;doesnt take any commands. What's wrong?</description>
      <pubDate>Mon, 02 Nov 2009 11:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525565#M367594</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2009-11-02T11:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525566#M367595</link>
      <description>"&amp;gt;" is probably the shell's "secondary prompt". &lt;BR /&gt;&lt;BR /&gt;It means there was an un-closed parenthesis or quote on a previous command line. The shell is prompting for you to write the rest of the command. When a command line with the correct closing element (closing parenthesis or the correct type of a quote) is entered, the shell will attempt to execute everything from the original command to the command line with the closing element as one long command line. &lt;BR /&gt;&lt;BR /&gt;If you've tried to enter any commands to the &amp;gt; prompt, the resulting multi-line command would probably be a mess. Type the interrupt character to restore the shell to the normal mode (Control-C if your session used the HP-UX default .profile). It throws away the accumulated multi-line command without trying to execute it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When you disconnect from a MP, the system does not automatically log you out: you can even write a part of a command line on the console, press Ctrl-B, disconnect from MP, move to another PC, re-connect to the MP, use the CO command, write the rest of the command line and press Enter... and the command is executed just as if it was typed all at once. &lt;BR /&gt;&lt;BR /&gt;This is intentional: it allows the sysadmin to start up long-running jobs (e.g. installing a new Quality Pack to an old, slow system) on the MP console. If the sysadmin's connection to MP fails, it does not cause the job to abort. &lt;BR /&gt;&lt;BR /&gt;When reconnecting to a session that has a full-screen TUI running (e.g. swinstall in interactive mode), the display may be garbled. In that case, it is useful to know how to make the application refresh the terminal screen completely. The necessary keystroke is application-specific, but it is often either Control-L (the "form feed" character for printers) or Control-R (for "refresh").&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 02 Nov 2009 11:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525566#M367595</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-11-02T11:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525567#M367596</link>
      <description>Matti Kurkela&lt;BR /&gt;Thanks, when i did Ctrl+C, i got # for type commands. i could switch via su - otheruser, when i type su - root got crazy strings. i made screen in attach file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Nov 2009 12:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525567#M367596</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2009-11-02T12:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525568#M367597</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the output you got from "Console" or your ssh/telnet session ?&lt;BR /&gt;&lt;BR /&gt;you press enter-&amp;gt;enter&lt;BR /&gt;&lt;BR /&gt;if its console&lt;BR /&gt;&lt;BR /&gt;export TERM=hp&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Johnson</description>
      <pubDate>Mon, 02 Nov 2009 12:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525568#M367597</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-02T12:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525569#M367598</link>
      <description>It says "Value of TERM has been set to 'vt100'"&lt;BR /&gt;Is your terminal/emulator using a vt100-compatible emulation? If the TERM variable setting does not match what your terminal/emulator actually uses, you'll get garbage on your screen.&lt;BR /&gt;&lt;BR /&gt;Refreshing the display does not work in the command prompt: only full-screen TUIs do that.&lt;BR /&gt;&lt;BR /&gt;It looks like the automatic terminal size detection may have failed. Just ignore the mess, press Enter once to make sure you have an empty command line, then type "clear" to clear the display, or "reset" to send a code to the terminal/emulator that resets all terminal display attributes to defaults.&lt;BR /&gt;The system registers only what you type, even if there is extra garbage on the screen.&lt;BR /&gt;&lt;BR /&gt;You can use this command to force the re-detection of terminal size:&lt;BR /&gt;&lt;BR /&gt;eval $(resize)&lt;BR /&gt;&lt;BR /&gt;Sometimes even a simple "resize" command works, but when it is encapsulated by the eval statement, it also causes the COLUMNS and LINES environment variables to be set correctly. (Some shells do that automatically, but not all of them.)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 02 Nov 2009 13:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525569#M367598</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-11-02T13:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525570#M367599</link>
      <description>Thanks Johnson and Matti.&lt;BR /&gt;I use putty and connect ssh. Maybe i have to change terminal keyboard options? The parameter Function Key and Keypad is chosen - Esc(n~, maybe should be VT100+ ?&lt;BR /&gt;&lt;BR /&gt;i see, there is a mail, where a lot information (from 20 may 2009). Could be this mail due of this error?&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Nov 2009 13:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525570#M367599</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2009-11-02T13:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525571#M367600</link>
      <description>&lt;!--!*#--&gt;Do you have TERM=something in your login profiles? HP-UX accommodates dozens of different terminal emulators but since yoiu don't know what any particular use might be using, you need to fix the default HP profiles to eliminate the hardcoded TERM= with the automatic identifier program: ttytype. To see how it works, type this command:&lt;BR /&gt; &lt;BR /&gt;ttytype -s&lt;BR /&gt; &lt;BR /&gt;This program will send terminal identifier strings and looks for the type of terminal (emulator) you are using. In a standard HP /etc/profile, replace all this code:&lt;BR /&gt; &lt;BR /&gt;   # set term if it's not set&lt;BR /&gt;&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;&lt;BR /&gt;        export TERM&lt;BR /&gt;&lt;BR /&gt;   # set erase to ^H, if ERASE is not set&lt;BR /&gt;        if [ "$ERASE" = "" ]&lt;BR /&gt;        then&lt;BR /&gt;                ERASE="^H"&lt;BR /&gt;                export ERASE&lt;BR /&gt;        fi&lt;BR /&gt;        stty erase $ERASE&lt;BR /&gt; &lt;BR /&gt;with this:&lt;BR /&gt; &lt;BR /&gt;    eval $(ttytype -s)&lt;BR /&gt;    eval $(resize)&lt;BR /&gt; &lt;BR /&gt;The (archaic) HP default assumes that your incoming terminal emulator has preset the terminal type using telnet subcodes -- never a good idea. Always detect the terminal automatically to avoid problems. Be sure to fix /etc/profile (for sane shells like ksh, POSIX or bash) and per-user profiles such as .profile.&lt;BR /&gt; &lt;BR /&gt;Note that if you are setting DISPLAY=&lt;IP&gt;:0.0 then you are running a very different environment (Xwindows) which has no terminal emulation. Instead, you 'borrow' an emulator from the remote system such as xterm, dtterm or hpterm. The CTRL-B sequence is only meaningful for the real console, not standard network sessions such as ssh or telnet.&lt;/IP&gt;</description>
      <pubDate>Mon, 02 Nov 2009 14:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525571#M367600</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-11-02T14:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525572#M367601</link>
      <description>Thanks Bill Hassell&lt;BR /&gt;by the way, i changed .profile file. I add there this parameter umask 022, i add coz read about it here &lt;A href="http://download.oracle.com/docs/cd/B19306_01/install.102/b25293/pre_install.htm" target="_blank"&gt;http://download.oracle.com/docs/cd/B19306_01/install.102/b25293/pre_install.htm&lt;/A&gt;  section 2.14. To other words, i want to make user's environment in HP-UX.I've done these today:&lt;BR /&gt;1. add that parameter in ./profile&lt;BR /&gt;2. $DISPLAY=my_pc's_ip_address:0.0; export DISPLAY   (not server's ip_address, where i'm gonna install Oracle)&lt;BR /&gt;but still says that my DISPLAY Environments doest set...&lt;BR /&gt;did i wrong?&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Nov 2009 14:29:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525572#M367601</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2009-11-02T14:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525573#M367602</link>
      <description>&amp;gt; 1. add that parameter in ./profile&lt;BR /&gt; &lt;BR /&gt;umask 022 is always recommended for .profile&lt;BR /&gt; &lt;BR /&gt;&amp;gt; 2. $DISPLAY=my_pc's_ip_address:0.0; export DISPLAY (not server's ip_address, where i'm gonna install Oracle) but still says that my DISPLAY Environments doest set...did i wrong?&lt;BR /&gt; &lt;BR /&gt;This is referring to Xwindows, a special environment needed to (unfortunately) install Oracle these days (based on their docs). SO before you start, you must have an Xwindow emulator running on your PC. Without Xwindow support on your PC, the DISPLAY value is meaningless.&lt;BR /&gt; &lt;BR /&gt;If you are running an Xwindow emulator, then be sure you follow the recommendations in the Oracle note. After setting the DISPLAY value to your PC's IP address, run the xhost &lt;IP&gt; command to allow the HP-UX system to connect to your Xwindow program. If that succeeds, then run a copy of xclock to see if a clock shows up on your PC screen. Finally, run a copy of xterm so you can get to a shell prompt in the Xwindow environment.&lt;/IP&gt;</description>
      <pubDate>Mon, 02 Nov 2009 20:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525573#M367602</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-11-02T20:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525574#M367603</link>
      <description>Thanks Bill.&lt;BR /&gt;&amp;gt; umask 022 is always recommended for .profile &lt;BR /&gt;&lt;BR /&gt;Maybe i typed worng string? i brought my .profile's information in attach file.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SO before you start, you must have an Xwindow emulator running on your PC. &lt;BR /&gt;&lt;BR /&gt;I downloaded X Windows Emulator - Cygwin/X. Installed, after that would start as gives in official docs &lt;A href="http://x.cygwin.com/docs/ug/using.html#using-starting" target="_blank"&gt;http://x.cygwin.com/docs/ug/using.html#using-starting&lt;/A&gt;&lt;BR /&gt;There are no startx.sh or bat files. Have u ever used this soft, or could u recommend me other X Windows Soft?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rustam</description>
      <pubDate>Tue, 03 Nov 2009 05:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525574#M367603</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2009-11-03T05:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525575#M367604</link>
      <description>Rustam,&lt;BR /&gt;You can try with xmanger, this will work well for you. You can download it from either of the below address:&lt;BR /&gt;&lt;A href="http://www.netsarang.com/download/main.html" target="_blank"&gt;http://www.netsarang.com/download/main.html&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.brothersoft.com/xmanager-download-72755.html" target="_blank"&gt;http://www.brothersoft.com/xmanager-download-72755.html&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://download.cnet.com/Xmanager/3000-7240_4-10038129.html" target="_blank"&gt;http://download.cnet.com/Xmanager/3000-7240_4-10038129.html&lt;/A&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Regards,&lt;BR /&gt;ERIC.</description>
      <pubDate>Tue, 03 Nov 2009 07:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525575#M367604</guid>
      <dc:creator>Duncan Eric Ogonji_1</dc:creator>
      <dc:date>2009-11-03T07:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525576#M367605</link>
      <description>Thanks, Duncan Eric Ogonji.&lt;BR /&gt;I installed X Manager 3.Configured X Start (typed host_ip,OS login and password, execution command:/usr/bin/X11/xterm -ls -display $DISPLAY).&lt;BR /&gt;Then Double Cliked to that icon-small windows-preparing to execute command and SSH User Authentication windows which requests password, i typed. But gives error message Xrcmd: "The X11 forwarding request was rejected.To solve the problem,turn on the X11 forwarding feature of the remote SSH server". Should i configure on HP-UX server some options or all config have to be on my PC?</description>
      <pubDate>Wed, 04 Nov 2009 04:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525576#M367605</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2009-11-04T04:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525577#M367606</link>
      <description>Should On the Server&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://tazman.princeton.edu/pipermail/osx/2005/000022.html" target="_blank"&gt;http://tazman.princeton.edu/pipermail/osx/2005/000022.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.akadia.com/services/ssh_tips_and_tricks.html" target="_blank"&gt;http://www.akadia.com/services/ssh_tips_and_tricks.html&lt;/A&gt;</description>
      <pubDate>Wed, 04 Nov 2009 04:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525577#M367606</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-04T04:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525578#M367607</link>
      <description>Thanks, Johnson Punniyalingam&lt;BR /&gt;I checked via root file 'vi sshd_config', but this file is new and empty? Is it ok with my server or something wrong?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 05:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525578#M367607</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2009-11-04T05:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525579#M367608</link>
      <description>&amp;gt;&amp;gt;Is it ok with my server or something wrong?&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;if the file doesn't exist on the Server "Above error your post its not relevant " Can you check on PC settings ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 05:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525579#M367608</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-04T05:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525580#M367609</link>
      <description>Um... i entered to X manager Browser. Couldnt use XShell and Xftp, they are not work, when i clicked they are silence. Then i configured Xstart. Configuration of Xstart in Browser i made in attached file.&lt;BR /&gt;Maybe i have to change Security configuration somewhere...</description>
      <pubDate>Wed, 04 Nov 2009 06:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525580#M367609</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2009-11-04T06:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525581#M367610</link>
      <description>I 'was lost by seeing your attachment&lt;BR /&gt;&lt;BR /&gt;My doubts&lt;BR /&gt;&lt;BR /&gt;1. Protocol = SHH -&amp;gt; as per above "heard from  you d'not have ssh_d_config file ?&lt;BR /&gt;&lt;BR /&gt;Can we change telnet ?&lt;BR /&gt;&lt;BR /&gt;2. Are you allowed to connect to server ? Security check ? any ip filter&lt;BR /&gt;&lt;BR /&gt;check /var/adm/inetd.sec&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 06:49:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525581#M367610</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-04T06:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525582#M367611</link>
      <description>Thanks, Johnson Punniyalingam and all members.&lt;BR /&gt;Finallyyyyyy, i've done. I just changed to telnet, then rolled up in tray. I run runIntaller on HP-UX server, now i see GUI on my PC :)&lt;BR /&gt; P.S. By the way, i thought Xmanager is free, but now i c, i have evaluation period, 30 days :(</description>
      <pubDate>Wed, 04 Nov 2009 07:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525582#M367611</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2009-11-04T07:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525583#M367612</link>
      <description>&amp;gt;&amp;gt;P.S. By the way, i thought Xmanager is free, but now i c, i have evaluation period, 30 days :(&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Are you referring to "X manager" under you PC ?&lt;BR /&gt;&lt;BR /&gt;Better buy the "Licensed X manager" SW</description>
      <pubDate>Wed, 04 Nov 2009 07:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525583#M367612</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-04T07:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Console doesnt work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525584#M367613</link>
      <description>&amp;gt;&amp;gt; Are you referring to "X manager" under you PC ?&lt;BR /&gt; Sorry, i dont get it. Do u mean do i use on on pc or ...&lt;BR /&gt;&lt;BR /&gt;License, i have to talk with my boss. Thanks for advice.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 08:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-doesnt-work/m-p/4525584#M367613</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2009-11-04T08:14:02Z</dc:date>
    </item>
  </channel>
</rss>

