How install pcnfs on Centos 7

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











up vote
1
down vote

favorite












I have CentOS 7.2 on my NFS server, but I can't find the rpm for pcnfs. I have some DOS clients that use pcnfs authentication for mounting partitions. Due to an old netapp being removed, I need redirect mounts to a new server but can't pass authentication in some other way.







share|improve this question


























    up vote
    1
    down vote

    favorite












    I have CentOS 7.2 on my NFS server, but I can't find the rpm for pcnfs. I have some DOS clients that use pcnfs authentication for mounting partitions. Due to an old netapp being removed, I need redirect mounts to a new server but can't pass authentication in some other way.







    share|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I have CentOS 7.2 on my NFS server, but I can't find the rpm for pcnfs. I have some DOS clients that use pcnfs authentication for mounting partitions. Due to an old netapp being removed, I need redirect mounts to a new server but can't pass authentication in some other way.







      share|improve this question














      I have CentOS 7.2 on my NFS server, but I can't find the rpm for pcnfs. I have some DOS clients that use pcnfs authentication for mounting partitions. Due to an old netapp being removed, I need redirect mounts to a new server but can't pass authentication in some other way.









      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 4 at 0:56









      Jeff Schaller

      31.2k846105




      31.2k846105










      asked Mar 25 at 6:54









      Simon Chaikin

      61




      61




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I found old release of pcnfs on slackwere and downloaded it from mirror : https://hkg.mirror.rackspace.com/slackware/slackware-10.2/pasture/pcnfsd-93.02.16-i486-1.tgz
          after untar , it's create file /usr/sbin/rpc.pcnfsd that autorun by manual crate service :



           [Unit]
          Description=pcnfsd Service
          Wants=nss-user-lookup.target
          After=syslog.target network-online.target nfs-server.service

          [Service]
          Type=forking
          NotifyAccess=all
          ExecStart=/usr/sbin/rpc.pcnfsd
          PrivateTmp=true

          [Install]
          WantedBy=multi-user.target


          2) crate local users (NIS users not work )



          3) crate /etc/pcnfsd.conf i added to him



          uidrange UID


          4) start service
          * dos clients pass authentication and connect successfully to NFS disc with user (2) permissions






          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: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            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%2f433371%2fhow-install-pcnfs-on-centos-7%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            I found old release of pcnfs on slackwere and downloaded it from mirror : https://hkg.mirror.rackspace.com/slackware/slackware-10.2/pasture/pcnfsd-93.02.16-i486-1.tgz
            after untar , it's create file /usr/sbin/rpc.pcnfsd that autorun by manual crate service :



             [Unit]
            Description=pcnfsd Service
            Wants=nss-user-lookup.target
            After=syslog.target network-online.target nfs-server.service

            [Service]
            Type=forking
            NotifyAccess=all
            ExecStart=/usr/sbin/rpc.pcnfsd
            PrivateTmp=true

            [Install]
            WantedBy=multi-user.target


            2) crate local users (NIS users not work )



            3) crate /etc/pcnfsd.conf i added to him



            uidrange UID


            4) start service
            * dos clients pass authentication and connect successfully to NFS disc with user (2) permissions






            share|improve this answer
























              up vote
              0
              down vote













              I found old release of pcnfs on slackwere and downloaded it from mirror : https://hkg.mirror.rackspace.com/slackware/slackware-10.2/pasture/pcnfsd-93.02.16-i486-1.tgz
              after untar , it's create file /usr/sbin/rpc.pcnfsd that autorun by manual crate service :



               [Unit]
              Description=pcnfsd Service
              Wants=nss-user-lookup.target
              After=syslog.target network-online.target nfs-server.service

              [Service]
              Type=forking
              NotifyAccess=all
              ExecStart=/usr/sbin/rpc.pcnfsd
              PrivateTmp=true

              [Install]
              WantedBy=multi-user.target


              2) crate local users (NIS users not work )



              3) crate /etc/pcnfsd.conf i added to him



              uidrange UID


              4) start service
              * dos clients pass authentication and connect successfully to NFS disc with user (2) permissions






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                I found old release of pcnfs on slackwere and downloaded it from mirror : https://hkg.mirror.rackspace.com/slackware/slackware-10.2/pasture/pcnfsd-93.02.16-i486-1.tgz
                after untar , it's create file /usr/sbin/rpc.pcnfsd that autorun by manual crate service :



                 [Unit]
                Description=pcnfsd Service
                Wants=nss-user-lookup.target
                After=syslog.target network-online.target nfs-server.service

                [Service]
                Type=forking
                NotifyAccess=all
                ExecStart=/usr/sbin/rpc.pcnfsd
                PrivateTmp=true

                [Install]
                WantedBy=multi-user.target


                2) crate local users (NIS users not work )



                3) crate /etc/pcnfsd.conf i added to him



                uidrange UID


                4) start service
                * dos clients pass authentication and connect successfully to NFS disc with user (2) permissions






                share|improve this answer












                I found old release of pcnfs on slackwere and downloaded it from mirror : https://hkg.mirror.rackspace.com/slackware/slackware-10.2/pasture/pcnfsd-93.02.16-i486-1.tgz
                after untar , it's create file /usr/sbin/rpc.pcnfsd that autorun by manual crate service :



                 [Unit]
                Description=pcnfsd Service
                Wants=nss-user-lookup.target
                After=syslog.target network-online.target nfs-server.service

                [Service]
                Type=forking
                NotifyAccess=all
                ExecStart=/usr/sbin/rpc.pcnfsd
                PrivateTmp=true

                [Install]
                WantedBy=multi-user.target


                2) crate local users (NIS users not work )



                3) crate /etc/pcnfsd.conf i added to him



                uidrange UID


                4) start service
                * dos clients pass authentication and connect successfully to NFS disc with user (2) permissions







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 26 at 10:55









                Simon Chaikin

                61




                61






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f433371%2fhow-install-pcnfs-on-centos-7%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    Peggy Mitchell

                    Palaiologos

                    The Forum (Inglewood, California)