<?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: RPC information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-information/m-p/2947081#M577335</link>
    <description>hi roberto&lt;BR /&gt;&lt;BR /&gt;read this, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90043/B1031-90043_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90043/00/00/21-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90043/00/00/21-toc.html&amp;amp;searchterms=rpc&amp;amp;queryid=20030409-071926" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90043/B1031-90043_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90043/00/00/21-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90043/00/00/21-toc.html&amp;amp;searchterms=rpc&amp;amp;queryid=20030409-071926&lt;/A&gt;</description>
    <pubDate>Wed, 09 Apr 2003 12:23:16 GMT</pubDate>
    <dc:creator>Domenico_5</dc:creator>
    <dc:date>2003-04-09T12:23:16Z</dc:date>
    <item>
      <title>RPC information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-information/m-p/2947078#M577332</link>
      <description>Hello, &lt;BR /&gt;where is it possible to retrieve information on RPC?&lt;BR /&gt;My Hpux application uses RPC and i read errors in log files; it would be really useful to use some manual/information repository in order to qualify those messages&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 09 Apr 2003 11:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-information/m-p/2947078#M577332</guid>
      <dc:creator>Roberto Volsa</dc:creator>
      <dc:date>2003-04-09T11:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: RPC information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-information/m-p/2947079#M577333</link>
      <description>rpcinfo -p host&lt;BR /&gt;&lt;BR /&gt;This command is usually used with NFS.  So host can be used from client as:&lt;BR /&gt;&lt;BR /&gt;rpcinfo -p server&lt;BR /&gt;&lt;BR /&gt;And you should see:&lt;BR /&gt;&lt;BR /&gt;rpcbind, status, nfs, mountd, nlockmgr, llockmgr&lt;BR /&gt;&lt;BR /&gt;rpcinfo -u hostname service&lt;BR /&gt;&lt;BR /&gt;for example&lt;BR /&gt;&lt;BR /&gt;rpcinfo -u hostname mountd&lt;BR /&gt;&lt;BR /&gt;program 10000004 version 1 ready and waiting, etc.</description>
      <pubDate>Wed, 09 Apr 2003 11:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-information/m-p/2947079#M577333</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-09T11:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: RPC information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-information/m-p/2947080#M577334</link>
      <description>Best place to start imho = Notes on Programming with HP DCE &lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3193-90022/B3193-90022_top.html&amp;amp;con=/hpux/onlinedocs/B3193-90022/00/00/26-con.html&amp;amp;toc=/hpux/onlinedocs/B3193-90022/00/00/26-toc.html&amp;amp;searchterms=rpc&amp;amp;queryid=20030409-063448" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3193-90022/B3193-90022_top.html&amp;amp;con=/hpux/onlinedocs/B3193-90022/00/00/26-con.html&amp;amp;toc=/hpux/onlinedocs/B3193-90022/00/00/26-toc.html&amp;amp;searchterms=rpc&amp;amp;queryid=20030409-063448&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;amp; Programming with Threads on HP-UX,  HP Product number (B2355-90060).&lt;BR /&gt;&lt;BR /&gt;Also The multithreaded programming guide - Threadtime by scott j.norton &amp;amp; mark d.dipasquale is another good source.&lt;BR /&gt;&lt;BR /&gt;could you give an example of the errors you are seeing ....&lt;BR /&gt;&lt;BR /&gt;and don't forget man rpc and see the other man pages at the end I see rpc_svc_err references rpc.h too.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2003 11:39:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-information/m-p/2947080#M577334</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-04-09T11:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: RPC information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-information/m-p/2947081#M577335</link>
      <description>hi roberto&lt;BR /&gt;&lt;BR /&gt;read this, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90043/B1031-90043_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90043/00/00/21-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90043/00/00/21-toc.html&amp;amp;searchterms=rpc&amp;amp;queryid=20030409-071926" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90043/B1031-90043_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90043/00/00/21-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90043/00/00/21-toc.html&amp;amp;searchterms=rpc&amp;amp;queryid=20030409-071926&lt;/A&gt;</description>
      <pubDate>Wed, 09 Apr 2003 12:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-information/m-p/2947081#M577335</guid>
      <dc:creator>Domenico_5</dc:creator>
      <dc:date>2003-04-09T12:23:16Z</dc:date>
    </item>
  </channel>
</rss>

