<?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: Failure of RPC request in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-rpc-request/m-p/2493772#M804785</link>
    <description>On the system do this command &lt;BR /&gt;#swlist -l fileset -a state | grep PH | more&lt;BR /&gt;&lt;BR /&gt;All patches should show up as "configured" - if patches are found in the "installed" state: manually configure the patch by issuing the swconfig patch command. &lt;BR /&gt;&lt;BR /&gt;P.S while doing swisntall did you select the "match what target has" option to mark the patches required</description>
    <pubDate>Wed, 14 Feb 2001 23:05:45 GMT</pubDate>
    <dc:creator>Ajay Sishodia</dc:creator>
    <dc:date>2001-02-14T23:05:45Z</dc:date>
    <item>
      <title>Failure of RPC request</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-rpc-request/m-p/2493771#M804784</link>
      <description>We are installing HP-UX 10.20 on an HP 935 system. We have had problems using swinstall to install software, and at times after installation SAM does not operate due patches being installed and not configured.  At times swinstall fails loading JetAdmin and Gear.  Below is an example of our swagend log file after a patch installation failure. The software and patches are local on cdrom.&lt;BR /&gt;&lt;BR /&gt;WARNING: Failure registering as Remote Procedure Call server using&lt;BR /&gt;protocol sequence "ncacn_ip_tcp" with endpoint "2121".  No addresses (dce / rpc)&lt;BR /&gt;* Started configure agent on "/" for root@msip26, pid=392,&lt;BR /&gt;01/24/01 10:53:52 EST&lt;BR /&gt;Agent pid=392 completed.  01/24/01 10:54:14 EST&lt;BR /&gt;* Started install agent on "/" for root@msip26, pid=484,01/24/01 10:54:15 EST&lt;BR /&gt;ERROR:   Failed to start source agent on&lt;BR /&gt;"/cdrom/hpux/patches/XSW700GR1020" for root@msip26.&lt;BR /&gt;"/cdrom/hpux/patches/XSW700GR1020" is not a valid depot.&lt;BR /&gt;01/24/01 10:54:16 EST&lt;BR /&gt;* Agent pid=484 completed.  01/24/01 10:54:17 EST&lt;BR /&gt;Started install agent on "/" for root@msip26, pid=488,01/24/01 10:54:18 EST&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tonya</description>
      <pubDate>Wed, 14 Feb 2001 20:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-rpc-request/m-p/2493771#M804784</guid>
      <dc:creator>Tonya Fernandez</dc:creator>
      <dc:date>2001-02-14T20:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of RPC request</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-rpc-request/m-p/2493772#M804785</link>
      <description>On the system do this command &lt;BR /&gt;#swlist -l fileset -a state | grep PH | more&lt;BR /&gt;&lt;BR /&gt;All patches should show up as "configured" - if patches are found in the "installed" state: manually configure the patch by issuing the swconfig patch command. &lt;BR /&gt;&lt;BR /&gt;P.S while doing swisntall did you select the "match what target has" option to mark the patches required</description>
      <pubDate>Wed, 14 Feb 2001 23:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-rpc-request/m-p/2493772#M804785</guid>
      <dc:creator>Ajay Sishodia</dc:creator>
      <dc:date>2001-02-14T23:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Failure of RPC request</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-rpc-request/m-p/2493773#M804786</link>
      <description>A few things to try to stop swinstall failing : &lt;BR /&gt;&lt;BR /&gt;The  following paramaters need to be used with swinstall to fix the rpc warning&lt;BR /&gt;when using swinstall in a slow/busy network.......&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. retry_rpc=1&lt;BR /&gt;&lt;BR /&gt;                     Defines the number of times a lost source connection&lt;BR /&gt;                     will be retried during file transfers in swinstall or&lt;BR /&gt;                     swcopy.  A lost connection is one that has timed out.&lt;BR /&gt;                     When used in conjunction with the rpc_timeout option,&lt;BR /&gt;                     the success of installing over slow or busy networks&lt;BR /&gt;                     can be increased.  If set to zero, then any rpc_timeout&lt;BR /&gt;                     to the source will cause the task to abort.  If set&lt;BR /&gt;                     from 1 to 9, then the install of each fileset will be&lt;BR /&gt;                     attempted that number of times.  The reinstall_files&lt;BR /&gt;                     option should also be set to false to avoid installing&lt;BR /&gt;                     files within the fileset that were successfully&lt;BR /&gt;                     installed.&lt;BR /&gt;&lt;BR /&gt;2. rpc_timeout=7&lt;BR /&gt;&lt;BR /&gt;                     Relative length of the communications timeout. This is&lt;BR /&gt;                     a value in the range from 0 to 9 and is interpreted by&lt;BR /&gt;                     the DCE RPC.  Higher values mean longer times; you may&lt;BR /&gt;                     need a higher value for a slow or busy network.  Lower&lt;BR /&gt;                     values will give faster recognition on attempts to&lt;BR /&gt;                     contact hosts that are not up, or are not running the&lt;BR /&gt;                     swagentd.  Each value is approximately twice as long as&lt;BR /&gt;                     the preceding value.  A value of 5 is about 30 seconds&lt;BR /&gt;                     for ncadg_ip_udp.&lt;BR /&gt;&lt;BR /&gt;Both parameters are used when slow/busy network exists.&lt;BR /&gt;&lt;BR /&gt;Also : add line "nni 1" to the /stand/system file and regen the kernel if its not there ?</description>
      <pubDate>Thu, 15 Feb 2001 08:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-of-rpc-request/m-p/2493773#M804786</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-02-15T08:23:56Z</dc:date>
    </item>
  </channel>
</rss>

