AIX NFS mount.nfs: access denied by server while mounting

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












This is my /etc/exports in AIX NFS server(10.2.150.211).



/app_src/g2s/workspace -vers=3,access=[10.2.10.204],rw=[10.2.10.204],root=[10.2.10.204]


Of course, I run exportfs -av after renewing



I tried this command on a Ubuntu NFS client(10.2.10.204).



sudo mount -t nfs -o vers=3 10.2.150.211:/app_src/g2s/workspace ./import


However it returns



mount.nfs: access denied by server while mounting 10.2.150.211:/app_src/g2s/workspace


How can I solve it ?










share|improve this question
















bumped to the homepage by Community♦ 8 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 2




    Does your Ubuntu server have a different interface that it's using to get to the AIX NFS server?
    – Jeff Schaller
    Aug 2 '16 at 3:19










  • it seems permission problem , check the owner and group of share and permission on that , also check by disabling firewall and SE-Linux on the server
    – Ijaz Ahmad Khan
    Aug 2 '16 at 8:39










  • @Ijaz Khan What permission should I check ?, I think the permission is allowed by /etc/exports file.
    – asleea
    Aug 3 '16 at 2:40










  • @asleea: Check the server's error log!
    – Julie Pelletier
    Aug 3 '16 at 4:08










  • @Julie Pelletier Where can I check the log in AIX?
    – asleea
    Aug 3 '16 at 10:19














up vote
1
down vote

favorite












This is my /etc/exports in AIX NFS server(10.2.150.211).



/app_src/g2s/workspace -vers=3,access=[10.2.10.204],rw=[10.2.10.204],root=[10.2.10.204]


Of course, I run exportfs -av after renewing



I tried this command on a Ubuntu NFS client(10.2.10.204).



sudo mount -t nfs -o vers=3 10.2.150.211:/app_src/g2s/workspace ./import


However it returns



mount.nfs: access denied by server while mounting 10.2.150.211:/app_src/g2s/workspace


How can I solve it ?










share|improve this question
















bumped to the homepage by Community♦ 8 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 2




    Does your Ubuntu server have a different interface that it's using to get to the AIX NFS server?
    – Jeff Schaller
    Aug 2 '16 at 3:19










  • it seems permission problem , check the owner and group of share and permission on that , also check by disabling firewall and SE-Linux on the server
    – Ijaz Ahmad Khan
    Aug 2 '16 at 8:39










  • @Ijaz Khan What permission should I check ?, I think the permission is allowed by /etc/exports file.
    – asleea
    Aug 3 '16 at 2:40










  • @asleea: Check the server's error log!
    – Julie Pelletier
    Aug 3 '16 at 4:08










  • @Julie Pelletier Where can I check the log in AIX?
    – asleea
    Aug 3 '16 at 10:19












up vote
1
down vote

favorite









up vote
1
down vote

favorite











This is my /etc/exports in AIX NFS server(10.2.150.211).



/app_src/g2s/workspace -vers=3,access=[10.2.10.204],rw=[10.2.10.204],root=[10.2.10.204]


Of course, I run exportfs -av after renewing



I tried this command on a Ubuntu NFS client(10.2.10.204).



sudo mount -t nfs -o vers=3 10.2.150.211:/app_src/g2s/workspace ./import


However it returns



mount.nfs: access denied by server while mounting 10.2.150.211:/app_src/g2s/workspace


How can I solve it ?










share|improve this question















This is my /etc/exports in AIX NFS server(10.2.150.211).



/app_src/g2s/workspace -vers=3,access=[10.2.10.204],rw=[10.2.10.204],root=[10.2.10.204]


Of course, I run exportfs -av after renewing



I tried this command on a Ubuntu NFS client(10.2.10.204).



sudo mount -t nfs -o vers=3 10.2.150.211:/app_src/g2s/workspace ./import


However it returns



mount.nfs: access denied by server while mounting 10.2.150.211:/app_src/g2s/workspace


How can I solve it ?







ubuntu nfs aix






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 2 '16 at 2:22









Stephen Harris

22.5k24076




22.5k24076










asked Aug 2 '16 at 1:57









asleea

12715




12715





bumped to the homepage by Community♦ 8 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community♦ 8 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.









  • 2




    Does your Ubuntu server have a different interface that it's using to get to the AIX NFS server?
    – Jeff Schaller
    Aug 2 '16 at 3:19










  • it seems permission problem , check the owner and group of share and permission on that , also check by disabling firewall and SE-Linux on the server
    – Ijaz Ahmad Khan
    Aug 2 '16 at 8:39










  • @Ijaz Khan What permission should I check ?, I think the permission is allowed by /etc/exports file.
    – asleea
    Aug 3 '16 at 2:40










  • @asleea: Check the server's error log!
    – Julie Pelletier
    Aug 3 '16 at 4:08










  • @Julie Pelletier Where can I check the log in AIX?
    – asleea
    Aug 3 '16 at 10:19












  • 2




    Does your Ubuntu server have a different interface that it's using to get to the AIX NFS server?
    – Jeff Schaller
    Aug 2 '16 at 3:19










  • it seems permission problem , check the owner and group of share and permission on that , also check by disabling firewall and SE-Linux on the server
    – Ijaz Ahmad Khan
    Aug 2 '16 at 8:39










  • @Ijaz Khan What permission should I check ?, I think the permission is allowed by /etc/exports file.
    – asleea
    Aug 3 '16 at 2:40










  • @asleea: Check the server's error log!
    – Julie Pelletier
    Aug 3 '16 at 4:08










  • @Julie Pelletier Where can I check the log in AIX?
    – asleea
    Aug 3 '16 at 10:19







2




2




Does your Ubuntu server have a different interface that it's using to get to the AIX NFS server?
– Jeff Schaller
Aug 2 '16 at 3:19




Does your Ubuntu server have a different interface that it's using to get to the AIX NFS server?
– Jeff Schaller
Aug 2 '16 at 3:19












it seems permission problem , check the owner and group of share and permission on that , also check by disabling firewall and SE-Linux on the server
– Ijaz Ahmad Khan
Aug 2 '16 at 8:39




it seems permission problem , check the owner and group of share and permission on that , also check by disabling firewall and SE-Linux on the server
– Ijaz Ahmad Khan
Aug 2 '16 at 8:39












@Ijaz Khan What permission should I check ?, I think the permission is allowed by /etc/exports file.
– asleea
Aug 3 '16 at 2:40




@Ijaz Khan What permission should I check ?, I think the permission is allowed by /etc/exports file.
– asleea
Aug 3 '16 at 2:40












@asleea: Check the server's error log!
– Julie Pelletier
Aug 3 '16 at 4:08




@asleea: Check the server's error log!
– Julie Pelletier
Aug 3 '16 at 4:08












@Julie Pelletier Where can I check the log in AIX?
– asleea
Aug 3 '16 at 10:19




@Julie Pelletier Where can I check the log in AIX?
– asleea
Aug 3 '16 at 10:19










2 Answers
2






active

oldest

votes

















up vote
0
down vote













Typically you don't include IP addresses inside [..] and just list them as normal:



/app_src/g2s/workspace -vers=3,access=10.2.10.204,rw=10.2.10.204,root=10.2.10.204


You should be able to verify the export is correct with



showmount -e





share|improve this answer




















  • showmount -e returns export list for psrsmsapp01: /app_src/g2s/workspace 10.2.10.204 but it still deny access.
    – asleea
    Aug 2 '16 at 2:15

















up vote
0
down vote













You need reverse lookup in DNS to allow NFS to mount. I have the same issue:



[root@usmd1lnx095 init.d]# host 10.1.11.173
Host 173.11.1.10.in-addr.arpa. not found: 3(NXDOMAIN)
[root@usmd1lnx095 init.d]#


I'm trying to get my DNS fixed. I have an AIX server that mounts a filesystem to MANY servers. I just built this one and it can't mount. It's DNS, fer sher.






share|improve this answer






















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f299753%2faix-nfs-mount-nfs-access-denied-by-server-while-mounting%23new-answer', 'question_page');

    );

    Post as a guest






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Typically you don't include IP addresses inside [..] and just list them as normal:



    /app_src/g2s/workspace -vers=3,access=10.2.10.204,rw=10.2.10.204,root=10.2.10.204


    You should be able to verify the export is correct with



    showmount -e





    share|improve this answer




















    • showmount -e returns export list for psrsmsapp01: /app_src/g2s/workspace 10.2.10.204 but it still deny access.
      – asleea
      Aug 2 '16 at 2:15














    up vote
    0
    down vote













    Typically you don't include IP addresses inside [..] and just list them as normal:



    /app_src/g2s/workspace -vers=3,access=10.2.10.204,rw=10.2.10.204,root=10.2.10.204


    You should be able to verify the export is correct with



    showmount -e





    share|improve this answer




















    • showmount -e returns export list for psrsmsapp01: /app_src/g2s/workspace 10.2.10.204 but it still deny access.
      – asleea
      Aug 2 '16 at 2:15












    up vote
    0
    down vote










    up vote
    0
    down vote









    Typically you don't include IP addresses inside [..] and just list them as normal:



    /app_src/g2s/workspace -vers=3,access=10.2.10.204,rw=10.2.10.204,root=10.2.10.204


    You should be able to verify the export is correct with



    showmount -e





    share|improve this answer












    Typically you don't include IP addresses inside [..] and just list them as normal:



    /app_src/g2s/workspace -vers=3,access=10.2.10.204,rw=10.2.10.204,root=10.2.10.204


    You should be able to verify the export is correct with



    showmount -e






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Aug 2 '16 at 2:05









    Stephen Harris

    22.5k24076




    22.5k24076











    • showmount -e returns export list for psrsmsapp01: /app_src/g2s/workspace 10.2.10.204 but it still deny access.
      – asleea
      Aug 2 '16 at 2:15
















    • showmount -e returns export list for psrsmsapp01: /app_src/g2s/workspace 10.2.10.204 but it still deny access.
      – asleea
      Aug 2 '16 at 2:15















    showmount -e returns export list for psrsmsapp01: /app_src/g2s/workspace 10.2.10.204 but it still deny access.
    – asleea
    Aug 2 '16 at 2:15




    showmount -e returns export list for psrsmsapp01: /app_src/g2s/workspace 10.2.10.204 but it still deny access.
    – asleea
    Aug 2 '16 at 2:15












    up vote
    0
    down vote













    You need reverse lookup in DNS to allow NFS to mount. I have the same issue:



    [root@usmd1lnx095 init.d]# host 10.1.11.173
    Host 173.11.1.10.in-addr.arpa. not found: 3(NXDOMAIN)
    [root@usmd1lnx095 init.d]#


    I'm trying to get my DNS fixed. I have an AIX server that mounts a filesystem to MANY servers. I just built this one and it can't mount. It's DNS, fer sher.






    share|improve this answer


























      up vote
      0
      down vote













      You need reverse lookup in DNS to allow NFS to mount. I have the same issue:



      [root@usmd1lnx095 init.d]# host 10.1.11.173
      Host 173.11.1.10.in-addr.arpa. not found: 3(NXDOMAIN)
      [root@usmd1lnx095 init.d]#


      I'm trying to get my DNS fixed. I have an AIX server that mounts a filesystem to MANY servers. I just built this one and it can't mount. It's DNS, fer sher.






      share|improve this answer
























        up vote
        0
        down vote










        up vote
        0
        down vote









        You need reverse lookup in DNS to allow NFS to mount. I have the same issue:



        [root@usmd1lnx095 init.d]# host 10.1.11.173
        Host 173.11.1.10.in-addr.arpa. not found: 3(NXDOMAIN)
        [root@usmd1lnx095 init.d]#


        I'm trying to get my DNS fixed. I have an AIX server that mounts a filesystem to MANY servers. I just built this one and it can't mount. It's DNS, fer sher.






        share|improve this answer














        You need reverse lookup in DNS to allow NFS to mount. I have the same issue:



        [root@usmd1lnx095 init.d]# host 10.1.11.173
        Host 173.11.1.10.in-addr.arpa. not found: 3(NXDOMAIN)
        [root@usmd1lnx095 init.d]#


        I'm trying to get my DNS fixed. I have an AIX server that mounts a filesystem to MANY servers. I just built this one and it can't mount. It's DNS, fer sher.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Aug 13 at 14:14









        peterh

        4,07592856




        4,07592856










        answered Aug 13 at 13:44









        Maria Bennett

        1




        1



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f299753%2faix-nfs-mount-nfs-access-denied-by-server-while-mounting%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay