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












1














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 9 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
















1














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 9 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














1












1








1







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

25.2k24477




25.2k24477










asked Aug 2 '16 at 1:57









asleea

12715




12715





bumped to the homepage by Community 9 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 9 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


















0














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



















0














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',
    autoActivateHeartbeat: false,
    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















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    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
















    0














    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














    0












    0








    0






    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

    25.2k24477




    25.2k24477












    • 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













    0














    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




























      0














      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


























        0












        0








        0






        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 '18 at 14:14









        peterh

        4,29092957




        4,29092957










        answered Aug 13 '18 at 13:44









        Maria Bennett

        1




        1






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            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















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            濃尾地震

            How to rewrite equation of hyperbola in standard form

            No ethernet ip address in my vocore2