cancel
Showing results for 
Search instead for 
Did you mean: 

Need help on NFS configuration

Former Member
0 Kudos

Hello All,

I am trying to install SAP Netweaver 7.3 on Opensuse Linux for distributed landscape.

For this, I am using two server with Opensuse 12.3,

one for database and other for ASCS and Primary application server.

Please let me know, the steps to configure NFS between these two systems.

Thanks & Regards,

Ananda Swaroop

Accepted Solutions (1)

Accepted Solutions (1)

bxiv
Active Contributor
0 Kudos

First make sure NFS is installed.

After that review your /etc/exports file (for editing you need elevated permissions); you would want something like the following: 

/home           192.168.0.101(rw,sync,no_root_squash,no_subtree_check)

/var/nfs        192.168.0.101(rw,sync,no_subtree_check)

Depending on your needs will determine what you place in the export file.  After /etc/exports is setup the way you want restart the service or start it if its not running.

The following is what you want to do on the system that isn't running as the nfs server.

mount 192.168.0.100:/home /mnt/nfs/home

mount 192.168.0.100:/var/nfs /mnt/nfs/var/nfs

Here is where I found the information:

http://www.howtoforge.com/setting-up-an-nfs-server-and-client-on-opensuse-11.3

Former Member
0 Kudos

Hello Billy,

Thanks for your reply.

I was able to perform the NFS.

Thanks & Regards,

Ananda Swaroop G K

Answers (0)