You are on page 1of 1

Step1:-- zypper install nfs-kernel-server

Step2:-- vi /etc/idmapd.conf &> /dev/null


Domain = example.com

vi /etc/exports

add the line

/usr/sap/trans *(rw,sync)

save the file .

Then restart the nfs service as follows:

/etc/init.d/nfs restart

On the production do the following as user root

mount -t nfs <IP of dev system>:/usr/sap/trans /usr/sap/trans

You might also like