Jumpstarting a Solaris

Sébastien Bernard seb at frankengul.org
Thu Oct 25 17:07:18 EDT 2007


I've got some problem setting up a jumpstart environnment for Solaris.




I tried to export fs like this :
/srv/nfs4                       gss/krb5(ro,sync,fsid=0,crossmnt,nohide,insecure,subtree_check,anonuid=65534,anongid=65534)
/srv/nfs4                       192.168.0.0/24(ro,async,fsid=0,crossmnt,subtree_check,nohide,insecure,anonuid=65534,anongid=65534)
/srv/nfs4/home                  gss/krb5(rw,nohide,async,crossmnt,nohide,insecure,subtree_check,anonuid=65534,anongid=65534)
/srv/nfs4/home                  192.168.0.0/24(rw,nohide,async,crossmnt,nohide,insecure,subtree_check,anonuid=65534,anongid=65534)
/srv/nfs4/jumpstart             gss/krb5(ro,subtree_check,nohide,insecure,async,no_root_squash,anonuid=65534,anongid=65534)
/srv/nfs4/jumpstart             192.168.0.0/24(ro,subtree_check,nohide,insecure,async,no_root_squash,anonuid=65534,anongid=65534)
/srv/nfs4/jumpstart/install     gss/krb5(ro,subtree_check,nohide,insecure,async,no_root_squash,anonuid=65534,anongid=65534)
/srv/nfs4/jumpstart/install     192.168.0.0/24(ro,subtree_check,nohide,insecure,async,no_root_squash,anonuid=65534,anongid=65534)
/srv/nfs4/jumpstart/install/Solaris_10/Tools/Boot 
192.168.0.0/24(ro,subtree_check,nohide,insecure,async,no_root_squash,anonuid=65534,anongid=65534)
/srv/nfs4/jumpstart/install/Solaris_10/Tools/Boot 
gss/krb5(ro,subtree_check,nohide,insecure,async,no_root_squash,anonuid=65534,anongid=65534)

The boot server works correctly but the install server always rejects the request from the client
being installed no matter the options I set with the mention :
Oct 25 22:36:41 noname mountd[7202]: refused mount request from 192.168.0.161 for /jumpstart/install/Solaris_10/Tools/Boot (/): not 
exported


I think I'm missing something (I don't really understand the ( not exported mention ).

The mount works ok if I export it outside the nfs4 tree.
The mount works ok if I mount it on an authenticated server.

So, how can I allow anonymous mount ? How can I debug the server interaction ? Is there some debug switch somewhere ?
Sorry if this is a FAQ.

	Seb



More information about the NFSv4 mailing list