Deploying protocols on an existing cluster

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

  1. Instantiate your chef zero server using the following command.
    ./spectrumscale setup -s 192.168.0.1
  2. Designate protocol nodes in your environment to use for the deployment using the following command.
    ./spectrumscale node add FQDN -p
  3. Designate GUI nodes in your environment to use for the deployment using the following command.
    ./spectrumscale node add FQDN -g
  4. Configure protocols to point to a file system that will be used as a shared root using the following command.
    ./spectrumscale config protocols -f FS_Name -m FS_Mountpoint
  5. Configure a pool of export IPs using the following command.
    ./spectrumscale config protocols -e Comma_Separated_List_of_Exportpool_IPs
  6. Enable NFS on all protocol nodes using the following command.
    ./spectrumscale enable nfs
  7. Enable SMB on all protocol nodes using the following command.
    ./spectrumscale enable smb
  8. Enable Object on all protocol nodes using the following command.
    ./spectrumscale enable object
    ./spectrumscale config object -au admin -ap -dp
    ./spectrumscale config object -e FQDN
    ./spectrumscale config object -f FS_Name -m FS_Mountpoint
    ./spectrumscale config object -o Object_Fileset 
  9. Review the configuration prior to deployment using the following command.
    ./spectrumscale config protocols
    ./spectrumscale config object
    ./spectrumscale node list
  10. Deploy protocols on your defined environment using the following command.
    ./spectrumscale deploy --precheck
    ./spectrumscale deploy
After deploying protocols on an existing cluster, deploy protocols authentication.