<?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: bdf shows RPC: Authentication error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913745#M544664</link>
    <description>Hi Claudia,&lt;BR /&gt;&lt;BR /&gt;If you have another HP-UX system you can test with, simply export one of the filesystems like /tmp - either manually via the exportfs -i command or by adding an entry to the /etc/exports file and using the exportfs -a command, then create an empty directory on the HP-UX client like /test and try mounting the filesystem with a command like:&lt;BR /&gt;&lt;BR /&gt;# mount &lt;SERVER&gt;:/tmp /test&lt;BR /&gt;&lt;BR /&gt;Then do a bdf and see what happens.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/SERVER&gt;</description>
    <pubDate>Fri, 15 Dec 2006 11:55:55 GMT</pubDate>
    <dc:creator>Dave Olker</dc:creator>
    <dc:date>2006-12-15T11:55:55Z</dc:date>
    <item>
      <title>bdf shows RPC: Authentication error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913740#M544659</link>
      <description>We're mounting a file system in a Windows 2000 server.&lt;BR /&gt;When running bdf in the HP-UX, the system shows the messages:&lt;BR /&gt;NFS access failed for server 10.142.176.51: RPC: Authentication error&lt;BR /&gt;10.142.176.51:/PDSCBA_DATA&lt;BR /&gt;&lt;BR /&gt;Any idea about how can I check what's going on?&lt;BR /&gt;Thank you</description>
      <pubDate>Fri, 15 Dec 2006 09:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913740#M544659</guid>
      <dc:creator>ClaudiaAmado</dc:creator>
      <dc:date>2006-12-15T09:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: bdf shows RPC: Authentication error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913741#M544660</link>
      <description>How was it exported from the w2k server? Are you running bdf as root? Have you tried to run bdf as a non-root user?&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Fri, 15 Dec 2006 09:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913741#M544660</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2006-12-15T09:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: bdf shows RPC: Authentication error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913742#M544661</link>
      <description>Thank you for you reply!&lt;BR /&gt;&lt;BR /&gt;I executed bdf as root and also as a non-user. Both show me the same message.&lt;BR /&gt;&lt;BR /&gt;Here are the line from /etc/fstab:&lt;BR /&gt;&lt;BR /&gt;10.142.176.51:/PDSCBA_DATA /opt/avaya/pds/imon/data nfs rw,suid 0 0</description>
      <pubDate>Fri, 15 Dec 2006 11:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913742#M544661</guid>
      <dc:creator>ClaudiaAmado</dc:creator>
      <dc:date>2006-12-15T11:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: bdf shows RPC: Authentication error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913743#M544662</link>
      <description>Hi Claudia,&lt;BR /&gt;&lt;BR /&gt;There are very few true RPC-related reasons why an NFS mount would generate an authentication error.  The most common reason is if the user issuing the RPC request belongs to more than 16 groups.  That would indicate the problem is on the client - where the only fix would be to remove the user from some of the groups they belong to.&lt;BR /&gt;&lt;BR /&gt;However, when you add Windows to the mix, there are probabaly a dozen reasons why a Windows server would reject a request for authentication reasons.&lt;BR /&gt;&lt;BR /&gt;My first step would be to determine if the problem is on the client side or the server side.  Probably the easiest way to do this would be to try mounting an NFS filesystem from a different (preferably non-Windows) server and see if you get RPC authentication errors with every NFS filesystem or only with NFS filesystems exported by Windows systems.  If the client works correctly with other servers then most likely you're going to be investigating the Windows server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 15 Dec 2006 11:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913743#M544662</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2006-12-15T11:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: bdf shows RPC: Authentication error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913744#M544663</link>
      <description>Hi Dave!&lt;BR /&gt;&lt;BR /&gt;I can do this test.&lt;BR /&gt;&lt;BR /&gt;By your knowledge, what should be the right sequence/command to mount the filesystem?</description>
      <pubDate>Fri, 15 Dec 2006 11:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913744#M544663</guid>
      <dc:creator>ClaudiaAmado</dc:creator>
      <dc:date>2006-12-15T11:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: bdf shows RPC: Authentication error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913745#M544664</link>
      <description>Hi Claudia,&lt;BR /&gt;&lt;BR /&gt;If you have another HP-UX system you can test with, simply export one of the filesystems like /tmp - either manually via the exportfs -i command or by adding an entry to the /etc/exports file and using the exportfs -a command, then create an empty directory on the HP-UX client like /test and try mounting the filesystem with a command like:&lt;BR /&gt;&lt;BR /&gt;# mount &lt;SERVER&gt;:/tmp /test&lt;BR /&gt;&lt;BR /&gt;Then do a bdf and see what happens.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/SERVER&gt;</description>
      <pubDate>Fri, 15 Dec 2006 11:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913745#M544664</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2006-12-15T11:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: bdf shows RPC: Authentication error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913746#M544665</link>
      <description>Claudia,&lt;BR /&gt;&lt;BR /&gt;Have you mounted the Windows system with NFS or CIFS?  If CIFS, whoever issues the bdf command must first be authenticated by the server in order to access the mountpont, even to simply get info on the mount.  This is usually accomplished with the "cifslogin" command.&lt;BR /&gt;&lt;BR /&gt;-Eric</description>
      <pubDate>Mon, 18 Dec 2006 15:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913746#M544665</guid>
      <dc:creator>Eric Raeburn</dc:creator>
      <dc:date>2006-12-18T15:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: bdf shows RPC: Authentication error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913747#M544666</link>
      <description>Oops, just noticed the "nfs" option in your /etc/fstab file; please ignore my comments about CIFS.</description>
      <pubDate>Mon, 18 Dec 2006 17:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913747#M544666</guid>
      <dc:creator>Eric Raeburn</dc:creator>
      <dc:date>2006-12-18T17:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: bdf shows RPC: Authentication error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913748#M544667</link>
      <description>Eric&lt;BR /&gt;&lt;BR /&gt;Thank you for your answer. &lt;BR /&gt;I shared another directory in another Windows server. I set full permissions.&lt;BR /&gt;I can perfect access the directory in both servers.&lt;BR /&gt;The message that appears in df command looks like a warning ... but it bothers me ... I'd like to take if off ...&lt;BR /&gt;&lt;BR /&gt;All the information is on the /etc/fstab&lt;BR /&gt;I have no idea about what else I can change in the Windowns server to avoid this message.&lt;BR /&gt;&lt;BR /&gt;Is there any other file that need to be configured in the HP-UX side?</description>
      <pubDate>Tue, 19 Dec 2006 07:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-shows-rpc-authentication-error/m-p/3913748#M544667</guid>
      <dc:creator>ClaudiaAmado</dc:creator>
      <dc:date>2006-12-19T07:12:31Z</dc:date>
    </item>
  </channel>
</rss>

