<?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 Problem kicking off swinstall from console. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479487#M213110</link>
    <description>I'm on a HP 700/92 console attached to a HP D270. This server is currently "standalone" not connected to a Network.&lt;BR /&gt;&lt;BR /&gt;I'm trying to launch swinstall &amp;amp; &lt;BR /&gt;get the following error:&lt;BR /&gt;&lt;BR /&gt;swinstall Couldn't bring up the initial window. This may occur when you specify an incorrect display.&lt;BR /&gt;ERROR: The interactive UI failed to start. If you wish to run non ineractively, you must specify some software as part of the swinstall command.&lt;BR /&gt;&lt;BR /&gt;Now, i don't want any replies on "manual - command line ways" of getting the software to install (i know about that) just want to find out why the swinstall menu doesn't work.&lt;BR /&gt;&lt;BR /&gt;Looked at previous posts and setting the TERM to vt100 did the trick for most, not the case here...&lt;BR /&gt;&lt;BR /&gt;I have already done the following:&lt;BR /&gt;&lt;BR /&gt;- unset DISPLAY&lt;BR /&gt;- stopped then started swagentd&lt;BR /&gt;- read the sw logs under /var/adm/sw, only useful message was in swagentd.log&lt;BR /&gt;&lt;BR /&gt;WARNING: Failure registering as Remote Procedure Call server using protocol sequence "ncacn_ip_tcp" with endpoint "2121". No addresses (dce / rpc)&lt;BR /&gt;&lt;BR /&gt;Any ideas/suggestions welcome!</description>
    <pubDate>Sun, 06 Feb 2005 22:58:27 GMT</pubDate>
    <dc:creator>Nick Zraika</dc:creator>
    <dc:date>2005-02-06T22:58:27Z</dc:date>
    <item>
      <title>Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479487#M213110</link>
      <description>I'm on a HP 700/92 console attached to a HP D270. This server is currently "standalone" not connected to a Network.&lt;BR /&gt;&lt;BR /&gt;I'm trying to launch swinstall &amp;amp; &lt;BR /&gt;get the following error:&lt;BR /&gt;&lt;BR /&gt;swinstall Couldn't bring up the initial window. This may occur when you specify an incorrect display.&lt;BR /&gt;ERROR: The interactive UI failed to start. If you wish to run non ineractively, you must specify some software as part of the swinstall command.&lt;BR /&gt;&lt;BR /&gt;Now, i don't want any replies on "manual - command line ways" of getting the software to install (i know about that) just want to find out why the swinstall menu doesn't work.&lt;BR /&gt;&lt;BR /&gt;Looked at previous posts and setting the TERM to vt100 did the trick for most, not the case here...&lt;BR /&gt;&lt;BR /&gt;I have already done the following:&lt;BR /&gt;&lt;BR /&gt;- unset DISPLAY&lt;BR /&gt;- stopped then started swagentd&lt;BR /&gt;- read the sw logs under /var/adm/sw, only useful message was in swagentd.log&lt;BR /&gt;&lt;BR /&gt;WARNING: Failure registering as Remote Procedure Call server using protocol sequence "ncacn_ip_tcp" with endpoint "2121". No addresses (dce / rpc)&lt;BR /&gt;&lt;BR /&gt;Any ideas/suggestions welcome!</description>
      <pubDate>Sun, 06 Feb 2005 22:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479487#M213110</guid>
      <dc:creator>Nick Zraika</dc:creator>
      <dc:date>2005-02-06T22:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479488#M213111</link>
      <description>Things to check.&lt;BR /&gt;&lt;BR /&gt;Is /etc/nsswitch.conf set.&lt;BR /&gt;&lt;BR /&gt;11i v1 early versions shipped without a default and if its not set swagentd won't run.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep swagentd&lt;BR /&gt;&lt;BR /&gt;Is swagentd running. If that daemon is down you can't install software.&lt;BR /&gt;&lt;BR /&gt;/sbin/swagentd -r&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;/sbin/swagentd stop&lt;BR /&gt;/sbin/swagentd start&lt;BR /&gt;&lt;BR /&gt;Make sure there is enough room in /var to install something, if this involves patches.&lt;BR /&gt;&lt;BR /&gt;Try TERM=hp&lt;BR /&gt;&lt;BR /&gt;It appears this box has a lot of network setup for one that is not on a network. This may be interfering with normal operations.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 06 Feb 2005 23:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479488#M213111</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-06T23:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479489#M213112</link>
      <description>There is no nsswitch.conf file present under /etc ??? is this required for swinstall ?&lt;BR /&gt;&lt;BR /&gt;Its running HP-UX 10.20 (sorry should have pointed this out earlier)&lt;BR /&gt;&lt;BR /&gt;Tried the following to no avail:&lt;BR /&gt;&lt;BR /&gt;/sbin/swagentd -r&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;/sbin/swagentd stop&lt;BR /&gt;/sbin/swagentd start&lt;BR /&gt;&lt;BR /&gt;Make sure there is enough room in /var to install something, if this involves patches.&lt;BR /&gt;&lt;BR /&gt;Try TERM=hp</description>
      <pubDate>Sun, 06 Feb 2005 23:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479489#M213112</guid>
      <dc:creator>Nick Zraika</dc:creator>
      <dc:date>2005-02-06T23:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479490#M213113</link>
      <description>It seems to be a name resolution problem. Does /etc/hosts file exist and contains record for localhost?</description>
      <pubDate>Mon, 07 Feb 2005 06:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479490#M213113</guid>
      <dc:creator>Artyom Voronchihin</dc:creator>
      <dc:date>2005-02-07T06:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479491#M213114</link>
      <description>Sorry if this is insulting, but did you export the TERM after you'd set it?&lt;BR /&gt;&lt;BR /&gt;Also, try vt220 or dtterm.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Mon, 07 Feb 2005 06:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479491#M213114</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-02-07T06:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479492#M213115</link>
      <description>Sounds like a names resolution problem to me too.... &lt;BR /&gt;&lt;BR /&gt;yes, the /etc/hosts file exists.&lt;BR /&gt;yes, there is an entry for local host:&lt;BR /&gt;&lt;BR /&gt;127.0.0.1     localhost&lt;BR /&gt;&lt;BR /&gt;Nothing else in the file (not attached to any network as per my 1st post)&lt;BR /&gt;&lt;BR /&gt;Yes i did export the TERM :)&lt;BR /&gt;tried vt220, no luck either..&lt;BR /&gt;&lt;BR /&gt;hmmmmmm</description>
      <pubDate>Mon, 07 Feb 2005 18:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479492#M213115</guid>
      <dc:creator>Nick Zraika</dc:creator>
      <dc:date>2005-02-07T18:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479493#M213116</link>
      <description>Hi Nick,&lt;BR /&gt;&lt;BR /&gt;Are you able to use sam in GUI? Or only problem with swinstall? &lt;BR /&gt;&lt;BR /&gt;what is the output of &lt;BR /&gt;#ping $(hostname)&lt;BR /&gt;&lt;BR /&gt;you are getting reply?&lt;BR /&gt;&lt;BR /&gt;Is the hostname set properly in /etc/hosts?&lt;BR /&gt;I mean apart from localhost try adding the hostname in /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Mon, 07 Feb 2005 18:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479493#M213116</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-02-07T18:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479494#M213117</link>
      <description>Hi Syam,&lt;BR /&gt;&lt;BR /&gt;1) SAM works fine, its just swinstall.&lt;BR /&gt;2) ping $(hostname) was successful&lt;BR /&gt;3) After adding the hostname (earth) to the /etc/hosts file with a "dummy IP address" as its not on a network, i.e so that the hosts file looked like:&lt;BR /&gt;&lt;BR /&gt;127.0.0.1 localhost&lt;BR /&gt;192.172.54.107 earth&lt;BR /&gt;&lt;BR /&gt;the ping $(hostname) no longer worked. I got:&lt;BR /&gt;&lt;BR /&gt;PING earth: 64 byte packets&lt;BR /&gt;ping: sendto: Network is unreachable&lt;BR /&gt;ping: wrote earth 64 chars, ret=-1&lt;BR /&gt;ping: sendto: Network is unreachable&lt;BR /&gt;ping: wrote earth 64 chars, ret=-1&lt;BR /&gt;etc etc&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2005 18:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479494#M213117</guid>
      <dc:creator>Nick Zraika</dc:creator>
      <dc:date>2005-02-07T18:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479495#M213118</link>
      <description>When i do a ps -ef |grep swagentd&lt;BR /&gt;all i get is:&lt;BR /&gt;&lt;BR /&gt;root 1786 1 0 11:00:04 ? 0:00 /usr/sbin/swagentd&lt;BR /&gt;root 1788 1308 0 11:00:08 console 0:00 grep swagentd&lt;BR /&gt;&lt;BR /&gt;So i decided to do a:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/swagentd -r&lt;BR /&gt;&lt;BR /&gt;and the ps -ef |grep swagentd now shows:&lt;BR /&gt;&lt;BR /&gt;the swagentd -r process&lt;BR /&gt;&lt;BR /&gt;still no luck with swinstall..&lt;BR /&gt;&lt;BR /&gt;tried:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/swagentd stop&lt;BR /&gt;/sbin/init.d/swagentd start&lt;BR /&gt;&lt;BR /&gt;no luck.</description>
      <pubDate>Mon, 07 Feb 2005 19:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479495#M213118</guid>
      <dc:creator>Nick Zraika</dc:creator>
      <dc:date>2005-02-07T19:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479496#M213119</link>
      <description>HOLD THE PHONE!!&lt;BR /&gt;&lt;BR /&gt;GUYS!! IT WAS A VERY STUPID MISTAKE!!&lt;BR /&gt;&lt;BR /&gt;Suprised no-one picked up on it too! in my 1st post i mentioned "exactly" what i was doing..&lt;BR /&gt;&lt;BR /&gt;DDDDDDDDRrrrrrrrrrrrrrrrr i was typing a &amp;amp; after the swinstall command!!!&lt;BR /&gt;&lt;BR /&gt;Now that deserves a slap! :)&lt;BR /&gt;&lt;BR /&gt;Thanks all for your help ...</description>
      <pubDate>Mon, 07 Feb 2005 19:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479496#M213119</guid>
      <dc:creator>Nick Zraika</dc:creator>
      <dc:date>2005-02-07T19:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479497#M213120</link>
      <description>Hi Nick,&lt;BR /&gt;&lt;BR /&gt;Yor sentence "I m trying to launch swinstall &amp;amp; get the following error" was read by me as "Im trying to launch swinstall and get the following error"&lt;BR /&gt;&lt;BR /&gt;So couldnot find any mistake in that....!!&lt;BR /&gt;&lt;BR /&gt;Anyways hope now your problem is solved.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam</description>
      <pubDate>Mon, 07 Feb 2005 20:35:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479497#M213120</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-02-07T20:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479498#M213121</link>
      <description>Hi Nick,&lt;BR /&gt;&lt;BR /&gt;I dont find any mistake in using&lt;BR /&gt;&lt;BR /&gt;#swinstall &amp;amp;&lt;BR /&gt;&lt;BR /&gt;because this also will give you the GUI. I am able to use this and I have been using this way only since I may need the shell prompt for some other work during the installation. I used to use #swinstall &amp;amp; only . &lt;BR /&gt;&lt;BR /&gt;I am running this from my windows PC with Exceed.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Mon, 07 Feb 2005 20:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479498#M213121</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-02-07T20:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kicking off swinstall from console.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479499#M213122</link>
      <description>Please see my previous posts. I'm on the console... running the swinstall with the &amp;amp; symbol won't work! there is no GUI.&lt;BR /&gt;&lt;BR /&gt;Anyways' thanks all ...&lt;BR /&gt;&lt;BR /&gt;problem fixed.&lt;BR /&gt;&lt;BR /&gt;Nick</description>
      <pubDate>Mon, 07 Feb 2005 23:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-kicking-off-swinstall-from-console/m-p/3479499#M213122</guid>
      <dc:creator>Nick Zraika</dc:creator>
      <dc:date>2005-02-07T23:52:06Z</dc:date>
    </item>
  </channel>
</rss>

