cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with /usr/sap/trans share via NFS

Former Member
0 Kudos

Hello Gurus,

please, do you have any idea, why the sharing of /usr/sap/trans via NFS stopped working?

From sapdevel I need to access the shared filesystem on sapserver. The configuration is as follows:

sapserver:/etc/exports

/usr/sap/trans sapdevel(no_all_squash,sync,secure,rw)

sapdevel:/etc/fstab

sapserver:/usr/sap/trans /usr/sap/trans	nfs	rw,rsize=8192,wsize=8192,timeo=14,intr	0 0

I'm not aware of any changes in Linux configuration, but the sharing suddenly stopped working. I tried to restart the machines (both RedHat), but it didn't help. Please, do you have any hints what I should test in order to detect the cause of the problem?

Thank you,

Ondrej

Accepted Solutions (1)

Accepted Solutions (1)

former_member189725
Active Contributor
0 Kudos

Please restart the nfs deamon on sapserver

/etc/init.d/nfs restart

Then try to mount again .

mount -t sapserver:/usr/sap/trans /usr/sap/trans

Former Member
0 Kudos

Thank you very much Ratnajitji, problem solved.

Answers (0)