Storage gateway Mount on RHEL fails

0

Hi Team... We installed a On Account 1 Storage Gateway , Linked with S3 Bucket to it On Account 2 We are able to Mount this NFS - on Oracle Linux Server release 7.8 --> mount works fine --> and we are able to see the new mount as well

[oracle@rdkpri1 ~]$ df -h Filesystem Size Used Avail Use% Mounted on 18.232.188.134:/oracle-harish-gateway-int 8.0E 0 8.0E 0% /mnt <<------ Stg GWY --> works fine

################## When we mount this same Gateway on a RHEL machine on Account 2 --> it fails

[root@ip-172-31-64-192 ~]# sudo mount -v -t nfs -o nolock,hard 18.232.188.134:/oracle-harish-gateway-int /mnt1 mount.nfs: timeout set for Thu May 12 11:50:07 2022 mount.nfs: trying text-based options 'nolock,hard,vers=4.1,addr=18.232.188.134,clientaddr=172.31.64.192' mount.nfs: mount(2): No such file or directory mount.nfs: trying text-based options 'nolock,hard,addr=18.232.188.134' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: portmap query retrying: RPC: Timed out mount.nfs: prog 100003, trying vers=3, prot=17 mount.nfs: portmap query failed: RPC: Timed out mount.nfs: mounting 18.232.188.134:/oracle-harish-gateway-int failed, reason given by server: No such file or directory

################### Please help

AWS
asked 2 years ago300 views
1 Answer
0
Accepted Answer

Hi, as discussed, after adding the client IP address to allowed clients list, you were able to mount the share.

profile pictureAWS
Surya
answered 2 years ago
  • Surya TYVM! for your time and dedication to help us on the call.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions