How install pcnfs on Centos 7

Clash 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.
centos rpm nfs
add a comment |Â
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.
centos rpm nfs
add a comment |Â
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.
centos rpm nfs
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.
centos rpm nfs
edited Apr 4 at 0:56
Jeff Schaller
31.2k846105
31.2k846105
asked Mar 25 at 6:54
Simon Chaikin
61
61
add a comment |Â
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
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
answered Mar 26 at 10:55
Simon Chaikin
61
61
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password