<?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: explicit kill or server shutdown in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040986#M505902</link>
    <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Thanks for the fast answer.&lt;BR /&gt;&lt;BR /&gt;I checked the sshd_config.&lt;BR /&gt;It already stand on:&lt;BR /&gt;#X11Forwarding no&lt;BR /&gt;X11Forwarding yes&lt;BR /&gt;#X11DisplayOffset 10&lt;BR /&gt;#X11UseLocalhost yes&lt;BR /&gt;X11UseLocalhost no&lt;BR /&gt;#PrintMotd yes&lt;BR /&gt;#PrintLastLog yes&lt;BR /&gt;#KeepAlive yes&lt;BR /&gt;#UseLogin no&lt;BR /&gt;on the Ignite server and the remote system.&lt;BR /&gt;I can also open an xterm display on the remote system. &lt;BR /&gt;The Display ist set. The command Echo $DISPLAY on the Ignite system give me the IP:11.0 from the Ignite system.&lt;BR /&gt;On the remote system I become IP:11.0 from the remote system.&lt;BR /&gt;&lt;BR /&gt;The DNS works, nslookup works fine. I can make a ssh connection from the Ignitesystem to the remote system and back with IP and the hostname.&lt;BR /&gt;&lt;BR /&gt;Kind regards.&lt;BR /&gt;</description>
    <pubDate>Fri, 20 Apr 2007 02:53:24 GMT</pubDate>
    <dc:creator>De Buyzer, Raymond</dc:creator>
    <dc:date>2007-04-20T02:53:24Z</dc:date>
    <item>
      <title>explicit kill or server shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040983#M505899</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;I want to make a make_net_recovery from a System with the Ignite-Gui. &lt;BR /&gt;But the Ignite-System cannot open the display from the other System where I could choice which directories I may to backup.&lt;BR /&gt;It always brings the failure „X connection to IP:10.0 broken. (explicit kill or server shutdown)&lt;BR /&gt;A display with the „hardware information“ of the System works.&lt;BR /&gt;&lt;BR /&gt;When I start the backup from the System to the Ignite-system with make_net_recovery, everething is OK.&lt;BR /&gt;&lt;BR /&gt;Thanks for help&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2007 08:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040983#M505899</guid>
      <dc:creator>De Buyzer, Raymond</dc:creator>
      <dc:date>2007-04-18T08:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: explicit kill or server shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040984#M505900</link>
      <description>This is an Xwindow issue, not Ignite. Troubleshoot the network setup between the remote machine and your display device (your PC?) Look at things like DNS and your display server's IP address as defined in the remote system.</description>
      <pubDate>Wed, 18 Apr 2007 08:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040984#M505900</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-04-18T08:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: explicit kill or server shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040985#M505901</link>
      <description>This is for sure an X-Window issue.&lt;BR /&gt;&lt;BR /&gt;Based on your DISPLAY variable I guess you run login via SSH.&lt;BR /&gt;&lt;BR /&gt;The IP would then be pointing back to the server itself, and there be tunneled through your sshd.&lt;BR /&gt;&lt;BR /&gt;Make sure you have allowed X11Forwarding.&lt;BR /&gt;See:&lt;BR /&gt;  man sshd&lt;BR /&gt;  man sshd-config&lt;BR /&gt;Check your /opt/ssh/etc/sshd_config&lt;BR /&gt;&lt;BR /&gt;If you enable it, you need to restart the sshd.&lt;BR /&gt;/sbin/init.d/secsh stop ; /sbin/init.d/secsh start&lt;BR /&gt;&lt;BR /&gt;/Tor-Arne&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Apr 2007 12:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040985#M505901</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2007-04-19T12:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: explicit kill or server shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040986#M505902</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Thanks for the fast answer.&lt;BR /&gt;&lt;BR /&gt;I checked the sshd_config.&lt;BR /&gt;It already stand on:&lt;BR /&gt;#X11Forwarding no&lt;BR /&gt;X11Forwarding yes&lt;BR /&gt;#X11DisplayOffset 10&lt;BR /&gt;#X11UseLocalhost yes&lt;BR /&gt;X11UseLocalhost no&lt;BR /&gt;#PrintMotd yes&lt;BR /&gt;#PrintLastLog yes&lt;BR /&gt;#KeepAlive yes&lt;BR /&gt;#UseLogin no&lt;BR /&gt;on the Ignite server and the remote system.&lt;BR /&gt;I can also open an xterm display on the remote system. &lt;BR /&gt;The Display ist set. The command Echo $DISPLAY on the Ignite system give me the IP:11.0 from the Ignite system.&lt;BR /&gt;On the remote system I become IP:11.0 from the remote system.&lt;BR /&gt;&lt;BR /&gt;The DNS works, nslookup works fine. I can make a ssh connection from the Ignitesystem to the remote system and back with IP and the hostname.&lt;BR /&gt;&lt;BR /&gt;Kind regards.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2007 02:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040986#M505902</guid>
      <dc:creator>De Buyzer, Raymond</dc:creator>
      <dc:date>2007-04-20T02:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: explicit kill or server shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040987#M505903</link>
      <description>Hi,&lt;BR /&gt;I did this from my X-client to do some checks:&lt;BR /&gt;&lt;BR /&gt;X-Client --&amp;gt; ssh -X ServerA --&amp;gt; ssh -X ServerB, then started xclock&lt;BR /&gt;&lt;BR /&gt;The X window is being piped from ServerB through ssh back to ServerA, then further to X-client&lt;BR /&gt;&lt;BR /&gt;Display variables:&lt;BR /&gt;  ServerA# DISPLAY=ServerA:10.0&lt;BR /&gt;  ServerB# DISPLAY=ServerB:10.0&lt;BR /&gt;&lt;BR /&gt;Both ServerA and ServerB must allow the X11 forwarding.&lt;BR /&gt;&lt;BR /&gt;If I login from ServerA to ServerB via r-commands (rsh/remsh), I will not be able to tunnel the X11 traffic !!!&lt;BR /&gt;Error: Can't open display: IP:10.0&lt;BR /&gt;Error: Couldn't find per display information&lt;BR /&gt;&lt;BR /&gt;As such, if Ignite try to execute a remote X-terminal on remote server, by using r-commands (not ssh), then it fails because it is outside your ssh tunnel.&lt;BR /&gt;&lt;BR /&gt;/Tor-Arne</description>
      <pubDate>Fri, 20 Apr 2007 03:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040987#M505903</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2007-04-20T03:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: explicit kill or server shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040988#M505904</link>
      <description>If you can't resolve this issue you might be enforced to do the X11 forwarding outside the ssh-tunnel.&lt;BR /&gt;&lt;BR /&gt;This have some more requirements, but it is the "old way" of setting up the X-display:&lt;BR /&gt; - you must allow the X-display host to access your X-client display (xhost +ServerB)&lt;BR /&gt; - the X traffic must not be blocked by any firewalls&lt;BR /&gt; - after login with ssh to ServerA you must change the DISPLAY variable to&lt;BR /&gt;  export DISPLAY=X-client:0.0&lt;BR /&gt;&lt;BR /&gt;Depending on your X-client you might need to configure it also to really listen for X traffic from other hosts than itself (true for Linux clients which by default have nolisten)&lt;BR /&gt;&lt;BR /&gt;/Tor-Arne</description>
      <pubDate>Fri, 20 Apr 2007 04:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040988#M505904</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2007-04-20T04:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: explicit kill or server shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040989#M505905</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Like you sayd.&lt;BR /&gt;I would like to make the make_net_recovery over ssh.&lt;BR /&gt;I make the connection from the Ig-system to the remote over ssh.&lt;BR /&gt;&lt;BR /&gt;By making the connection to the remote system, the Ig.-system says.&lt;BR /&gt;â  remotesystemâ   being added to access control list.&lt;BR /&gt;Do you want to create a network system recovery archive  &amp;gt;&amp;gt;&amp;gt; answer â  yesâ  &lt;BR /&gt;Command access using ssh(1M) to remotesystem was denied. Would you like to make a second attemt supplying the root password?... &amp;gt;&amp;gt;&amp;gt; answer â  yesâ  &lt;BR /&gt;&lt;BR /&gt;Now, the IG.-system open a display from the remote system!!! &amp;gt;&amp;gt;&amp;gt; I write the root-password&lt;BR /&gt;(why can the IG.-system her open a display from the remote system?)&lt;BR /&gt;Then come the message:&lt;BR /&gt;X connection to IP-Ignite-system:10.0 broken. (explicit kill or server shutdown)&lt;BR /&gt;&lt;BR /&gt;Raymond.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2007 04:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040989#M505905</guid>
      <dc:creator>De Buyzer, Raymond</dc:creator>
      <dc:date>2007-04-20T04:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: explicit kill or server shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040990#M505906</link>
      <description>Thanks for the assistance.&lt;BR /&gt;&lt;BR /&gt;Raymond</description>
      <pubDate>Wed, 25 Apr 2007 01:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/explicit-kill-or-server-shutdown/m-p/5040990#M505906</guid>
      <dc:creator>De Buyzer, Raymond</dc:creator>
      <dc:date>2007-04-25T01:58:42Z</dc:date>
    </item>
  </channel>
</rss>

