Deploying protocols on an existing cluster

Use this information to deploy protocols on an existing cluster by using the installation toolkit.

  1. Designate the installer node by using the following command:
    ./spectrumscale setup -s Installer_Node_IP 
  2. Designate protocol nodes in your environment to use for the deployment by using the following command:
    ./spectrumscale node add FQDN -p
  3. Designate GUI nodes in your environment to use for the deployment by using the following command:
    ./spectrumscale node add FQDN -g
  4. Configure protocols to point to a shared root file system by using the following command:
    ./spectrumscale config protocols -f FS_Name -m FS_Mountpoint
  5. Configure a pool of export IP addresses by using the following command:
    ./spectrumscale config protocols -e Comma_Separated_List_of_Exportpool_IPs
  6. Enable NFS on all protocol nodes by using the following command:
    ./spectrumscale enable nfs
  7. Enable SMB on all protocol nodes by using the following command:
    ./spectrumscale enable smb
  8. Review the configuration before deployment by using the following command:
    ./spectrumscale config protocols
    
    ./spectrumscale node list
  9. Deploy protocols on your defined environment by using the following command:
    ./spectrumscale deploy --precheck
    ./spectrumscale deploy