Friday, October 23, 2009

NFSv4 domain question during Solaris 10 Jumpstart

If you want to get rid of the NFSv4 domain question during Solaris 10 Jumpstart, you can follow any of the below methods.

1. Add the below line to sysidcfg file.
         nfs4_domain=dynamic

2. Or put a script for nuking ${ROOTDIR}/etc/.UNCONFIGURED (if it exists) and touching ${ROOTDIR}/etc/.NFS4inst_state.domain in Finish Scripts.

3. Or you can use /Solaris_10/Misc/jumpstart_sample/set_nfs4_domain script from Jumpstart directory to place in Finish Scripts.

No comments: