Operating System - HP-UX
1832855 Members
2856 Online
110047 Solutions
New Discussion

Re: NFS not authenticating after upgrading processor

 
John Jimenez
Super Advisor

NFS not authenticating after upgrading processor

Yesterday we upgraded our server from an RP7410 to a RP7420. I went into sam and turned on nfs and exported the files. But now all 4 sql servers are using reflections 10 and are only able to connect with ananymous user but not with any real users. The programs that read only ran fine, but any programs that need to write will not becuase ananymous has no write permissions.

Is there anything that I can check on the server side that might be causing this problem?

I upgraded one of the servers to reflections client 14.0.2. This version has many more options. Is anyone familiar with this version, that might know what are the best setting to use?
Hustle Makes things happen
6 REPLIES 6
Patrick Wallek
Honored Contributor

Re: NFS not authenticating after upgrading processor

You should check the /etc/exports file from before your upgrade. There were probably some options specified there that need to be set on the rp7420.

John Jimenez
Super Advisor

Re: NFS not authenticating after upgrading processor

Patrick,

The files matched okay. Thanks for the suggestion though.
Hustle Makes things happen
John Jimenez
Super Advisor

Re: NFS not authenticating after upgrading processor

Reflections say that it PCNFS daemon is not running on machine. I am going to try and grep it. if it is not how do you strart?
Hustle Makes things happen
John Jimenez
Super Advisor

Re: NFS not authenticating after upgrading processor

I found the issue. /etc/rc.config.d/nfsconf file was not set like the other one. I changed the pcnfs_server from 0 to 1. Does it take affect immidiatly? the books talking about updating the fstab
Hustle Makes things happen
Patrick Wallek
Honored Contributor

Re: NFS not authenticating after upgrading processor

You would have to stop / start NFS services in order for the PCNFS daemon to start.

# /sbin/init.d/nfs.client stop
# /sbin/init.d/nfs.server stop
# /sbin/init.d/nfs.core stop

# /sbin/init.d/nfs.client start
# /sbin/init.d/nfs.server start
# /sbin/init.d/nfs.core start
singvey
Frequent Advisor

Re: NFS not authenticating after upgrading processor

Keep UIDs and GIDs consistent.