<?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: OB-II Client Installation problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ob-ii-client-installation-problem/m-p/2443320#M8476</link>
    <description>Try a kill/restart of swagentd and retry, sounds like the ACL's are a bit hosed.</description>
    <pubDate>Thu, 07 Sep 2000 06:44:59 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2000-09-07T06:44:59Z</dc:date>
    <item>
      <title>OB-II Client Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ob-ii-client-installation-problem/m-p/2443318#M8474</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;I am having Ob-11 3.10 installed on HPUX 11.00 L-1000 server. I have installed the clients on R,B,L,A class servers with 10.20 ,11.00 and intel based NT Servers also.&lt;BR /&gt;&lt;BR /&gt;I was tring to install one more new client&lt;BR /&gt;on A class HPUX 10.20, I am getting the followiung error, Installation failed.&lt;BR /&gt;&lt;BR /&gt;Error files attached.&lt;BR /&gt;Can anyone help me to solve this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;V.Selvaraj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Sep 2000 06:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ob-ii-client-installation-problem/m-p/2443318#M8474</guid>
      <dc:creator>vselvaraj</dc:creator>
      <dc:date>2000-09-07T06:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: OB-II Client Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ob-ii-client-installation-problem/m-p/2443319#M8475</link>
      <description>It looks like OBII is trying to use OV-SD (the full software-distributor product), and doing remote swinstalls. I'm no OBII expert, but I didn't think it worked that way. I thought it just remsh'ed to copy the depot across.&lt;BR /&gt;&lt;BR /&gt;However, as SD is involved, I would check that both machines, know each others hostname, ip address and can correctly ping/telnet etc. SD is the most fussy s/w when it comes to hostname resolution.</description>
      <pubDate>Thu, 07 Sep 2000 06:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ob-ii-client-installation-problem/m-p/2443319#M8475</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-09-07T06:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: OB-II Client Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ob-ii-client-installation-problem/m-p/2443320#M8476</link>
      <description>Try a kill/restart of swagentd and retry, sounds like the ACL's are a bit hosed.</description>
      <pubDate>Thu, 07 Sep 2000 06:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ob-ii-client-installation-problem/m-p/2443320#M8476</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-09-07T06:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: OB-II Client Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ob-ii-client-installation-problem/m-p/2443321#M8477</link>
      <description>&lt;BR /&gt;One of your logs lists;&lt;BR /&gt;Target succeeded for chefwm:/&lt;BR /&gt;and the swagent.log lists;&lt;BR /&gt;root@chefwm.bplnet.com&lt;BR /&gt;Looks like a hostname/domain/dns lookup problem.&lt;BR /&gt;On your host chefwm, whats the hostname set to ? can you do an nslookup on it, does it return chefwm or chefwm.bplnet.com. Can you nslookup chefwm.bplnet.com ?&lt;BR /&gt;Both nslookups need to work, your hostname should be set to chefwm and in the hosts file you should have its IP and hostname of chefwm, but dns should return its domain, chefwm.bplnet.com&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Sep 2000 06:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ob-ii-client-installation-problem/m-p/2443321#M8477</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-09-07T06:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: OB-II Client Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ob-ii-client-installation-problem/m-p/2443322#M8478</link>
      <description>You could also try the following:-&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/swagentd stop&lt;BR /&gt;/sbin/init.d/swagentd start&lt;BR /&gt;rm /var/adm/sw/products/swlock&lt;BR /&gt;swacl -l host -M user:root@:crwit&lt;BR /&gt;&lt;BR /&gt;A point of interest for anyone on HP-UX 11.00 is that HP have changed the /sbin/init.d/swagentd script so that it will not work if you just run it as '/sbin/init.d/swagentd'. It must be run as '/sbin/rc2.d/S100swagentd start' and '/sbin/rc1.d/K900swagentd stop'&lt;BR /&gt;&lt;BR /&gt;It took me a little while examining the script a couple of weeks ago when I wanted to restart swagentd.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Sep 2000 06:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ob-ii-client-installation-problem/m-p/2443322#M8478</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-07T06:58:27Z</dc:date>
    </item>
  </channel>
</rss>

