--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-user-gr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
This file on the cluster defines the NFS exports:
/ifs/.ifsvar/modules/nfs/nfs_override.xml
I believe this would be as simple as copy this file from cluster to cluster to replicate the NFS exports from one cluster to another.
You will want to make sure that ALL paths exist on the target cluster as invalid export paths will cause alerts to be generated.
You could also bring over the SMB shares and settings using something like this to pull the appropriate info from the configuration file that holds many other cluster settings.
To export the current SMB settings to a file (then copy this file to the desired cluster):
# grep "registry.Services.lwio.Parameters.Drivers.srv.shares.[s.._]" /ifs/.ifsvar/main_config.gc >> /ifs/smblist.out
To import the SMB settings to new cluster (I suggest removing any current shares to prevent any possible naming collisions):
Step 1 make a backup of the file we will modify!
# cp /ifs/.ifsvar/main_config.gc /ifs/.ifsvar/main_config.gc.bak
Step 2 append the new values to the end of the file (the SMB settings are long and each value needs to remain on a single line so copy paste of output to a terminal will break your main_config.gc file):
# cat /ifs/smblist.out >> /ifs/.ifsvar/main_config.gc
You should now see the same SMB shares and SMB share permissions set between each cluster (make sure the authentication sources are the same first before importing!).
For quotas I am not sure where they would be stored on the cluster.
** I have done _minimal_ testing of this and at face value this appears to work properly, please test locally before using as a production method. **
--
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-user-group+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-user-group+unsubscribe@googlegroups.com.