Do you mean NFS4 with Kerberos? Let me know, I can provide you with some broad steps and directions.
There are only a few steps to perform on the OneFS side. However there are much more steps on the Client, the AD and or the MIT Kerberos server depending on your security infrastructure.
It will help if you explain your setup and what you are trying to accomplish.
Hi, the KB provided (How to configure the Isilon cluster to use Kerberos with NFS in a non-Active Directory environment) does not work. The string "startgssd" is not included in the file. I am testing on OneFS 7.1.1.4
markfoster1
22 Posts
1
December 5th, 2013 10:00
You may find these KB articles useful.
16584 -
How to configure the Isilon cluster to use Kerberos with NFS in a non-Active Directory environment
165769 -
NFS Kerberos Troubleshooting Guide
ACHOUKEKAR
22 Posts
0
December 4th, 2013 18:00
Do you mean NFS4 with Kerberos? Let me know, I can provide you with some broad steps and directions.
There are only a few steps to perform on the OneFS side. However there are much more steps on the Client, the AD and or the MIT Kerberos server depending on your security infrastructure.
It will help if you explain your setup and what you are trying to accomplish.
gshah1
27 Posts
0
December 5th, 2013 05:00
Hi AMOLC,
You are right. NFS4 with Kerberos. It would be great help man.
Thanks,
Gavi
ACHOUKEKAR
22 Posts
0
December 5th, 2013 19:00
Gavi,
Can you follow above KBs and let us know if they helped?
Are you using this with AD? What version of AD?
Also what OS are your NFS clients how are your NFS clients authenticating to AD / Kerberos Server?
Thanks,
Amol
gshah1
27 Posts
0
December 9th, 2013 08:00
AMOLC,
I have not yet started to work on this. But when I do, I'll make an update here.
Thanks everyone for your wonderful insight.
admin_gal
1 Message
0
July 10th, 2015 04:00
Hi, the KB provided (How to configure the Isilon cluster to use Kerberos with NFS in a non-Active Directory environment) does not work. The string "startgssd" is not included in the file. I am testing on OneFS 7.1.1.4
cat /etc/mcp/sys/services/nfs
enable options
NFS Server
startaction="startnfs" stopaction="stopnfs"
depend="rpcbind/rpcbind"/>
startaction="startnfs" stopaction="stopnfs"
depend="rpcbind/rpcbind"/>
startaction="startnfs" stopaction="stopnfs"
depend="rpcbind/rpcbind"/>
startaction="startnfs" stopaction="stopnfs"
depend="rpcbind/rpcbind"/>
startaction="startnfs" stopaction="stopnfs"
depend="rpcbind/rpcbind"/>
startaction="startnfs" stopaction="stopnfs"
depend="rpcbind/rpcbind"/>
/usr/sbin/isi_netgroup_d
/usr/bin/nice -n -1 /usr/sbin/mountd -r
/usr/sbin/gssd
/usr/sbin/nfsd -u -t -n 16
/usr/sbin/rpc.statd
/usr/sbin/rpc.lockd
/usr/bin/killall rpc.lockd
/usr/bin/killall rpc.statd
/bin/kill -USR1 `cat /var/run/nfsd.pid`
/usr/bin/killall gssd
/bin/kill `cat /var/run/mountd.pid`
/usr/bin/killall isi_netgroup_d
Senthilraja
1 Message
0
November 21st, 2019 22:00
Looking for help to set up Isilon NFS kerberos authentication.