Deploying protocols on an existing cluster
Use this information to deploy protocols on an existing cluster by using the installation toolkit.
- Designate the installer node by using the following command:
./spectrumscale setup -s Installer_Node_IP
- Designate protocol nodes in your environment to use for the deployment by using the
following command:
./spectrumscale node add FQDN -p
- Designate GUI nodes in your environment to use for the deployment by using the following
command:
./spectrumscale node add FQDN -g
- Configure protocols to point to a shared root file system by using the following
command:
./spectrumscale config protocols -f FS_Name -m FS_Mountpoint
- Configure a pool of export IP addresses by using the following command:
./spectrumscale config protocols -e Comma_Separated_List_of_Exportpool_IPs
- Enable NFS on all protocol nodes by using the following command:
./spectrumscale enable nfs
- Enable SMB on all protocol nodes by using the following command:
./spectrumscale enable smb
- Review the configuration before deployment by using the following command:
./spectrumscale config protocols ./spectrumscale node list
- Deploy protocols on your defined environment by using the following command:
./spectrumscale deploy --precheck ./spectrumscale deploy