1825792 Members
2395 Online
109687 Solutions
New Discussion

exportfs command

 
Karthik S S
Honored Contributor

exportfs command

Hi,
When I try to export a file system using the following command,

exportfs -iv -o sec=krb5 /test

I am getting the following error
/test invalid operand ... though the directory is existing. For usig kerberos security what are all the steps need to be considered .. Pl. let me know.

Thanks
Karthik
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: exportfs command

My understanding is access rights are set in the /etc/exports file.

Then exportfs -a exports the filesystem.

Access control is in the exports file. Any Kerobos operands should probably be there.

P
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ravi_8
Honored Contributor

Re: exportfs command

Hi,

could you try using

#exportfs -i -o access= /test
never give up
U.SivaKumar_2
Honored Contributor

Re: exportfs command

Hi,


Give this way

#exportfs -iv -osec=krb5 /test

regards,

U.SivaKumar


Innovations are made when conventions are broken