- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: bdf shows RPC: Authentication error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2006 01:40 AM
тАО12-15-2006 01:40 AM
bdf shows RPC: Authentication error
When running bdf in the HP-UX, the system shows the messages:
NFS access failed for server 10.142.176.51: RPC: Authentication error
10.142.176.51:/PDSCBA_DATA
Any idea about how can I check what's going on?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2006 01:50 AM
тАО12-15-2006 01:50 AM
Re: bdf shows RPC: Authentication error
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2006 03:13 AM
тАО12-15-2006 03:13 AM
Re: bdf shows RPC: Authentication error
I executed bdf as root and also as a non-user. Both show me the same message.
Here are the line from /etc/fstab:
10.142.176.51:/PDSCBA_DATA /opt/avaya/pds/imon/data nfs rw,suid 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2006 03:25 AM
тАО12-15-2006 03:25 AM
Re: bdf shows RPC: Authentication error
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.
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.
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.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2006 03:48 AM
тАО12-15-2006 03:48 AM
Re: bdf shows RPC: Authentication error
I can do this test.
By your knowledge, what should be the right sequence/command to mount the filesystem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2006 03:55 AM
тАО12-15-2006 03:55 AM
Re: bdf shows RPC: Authentication error
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:
# mount
Then do a bdf and see what happens.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-18-2006 07:15 AM
тАО12-18-2006 07:15 AM
Re: bdf shows RPC: Authentication error
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.
-Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-18-2006 09:51 AM
тАО12-18-2006 09:51 AM
Re: bdf shows RPC: Authentication error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-18-2006 11:12 PM
тАО12-18-2006 11:12 PM
Re: bdf shows RPC: Authentication error
Thank you for your answer.
I shared another directory in another Windows server. I set full permissions.
I can perfect access the directory in both servers.
The message that appears in df command looks like a warning ... but it bothers me ... I'd like to take if off ...
All the information is on the /etc/fstab
I have no idea about what else I can change in the Windowns server to avoid this message.
Is there any other file that need to be configured in the HP-UX side?