cancel
Showing results for 
Search instead for 
Did you mean: 

STMS mounting in linux for 3 system landscape

Former Member
0 Kudos


STMS mounting in linux for 3 system landscape


Mounting will done like this right


Loging to Quality System through putty

Qlty
#mount -t devIP:/usr/sap/trans  /usr/sap/trans nfs

Loging to Production System through putty

Prod

#mount -t devIP:/usr/sap/trans  /usr/sap/trans  nfs

Thanks in advance

  • SAP Managed Tags:

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Indranil,

Please try these steps.

On the development system , do the following as user root

  1. vi  /etc/exports

add the line  /usr/sap/trans  *(rw,sync) save the file . Then restart the nfs service as follows:

  1.   /etc/init.d/nfs restart

On the production do the following as user root

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

You can see the trans directory  mounted on production from dev.

Similarly you can try for Quality

Regards

Anand

Former Member
0 Kudos

yes i did the following

  1. vi  /etc/exports

add the line  /usr/sap/trans  *(rw,sync) save the file . Then restart the nfs service as follows:

  1.   /etc/init.d/nfs restart

then went to quality and did the following

mount -t nfs <Ip address of the development >:/usr/sap/trans /usr/sap/trans

shows it following in quality system::

mount.nfs: requested NFS version or transport protocol is not supported

what to do???

Thanks in advance.

Former Member
0 Kudos

Indranil,

maintain the hostname and IP of client machine(In your case its development system) in /etc/hosts of quality system.

and one more thing...if your previous queries on SDN forum are answered, Please close those threads.

Regards

Anand

Former Member
0 Kudos

Hi,

That is already maintain over there both in development and quality and production.

but still it shows in quality system:

#mount -t nfs <Ip address of the development >:/usr/sap/trans /usr/sap/trans


mount.nfs: requested NFS version or transport protocol is not supported

Thanks in advance

Former Member
0 Kudos

Hi,

Please check the following link,

Suse Doc: Administration Guide - Configuring NFS Server

Regards

Anand