Enabling another protocol on an existing cluster that has protocols enabled

Use this information to enable protocols on an existing cluster that has other protocols that are enabled by using the installation toolkit.

  1. Use one of the following steps depending on your configuration.
    • 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
    • Enable Object on all protocol nodes by using the following commands.
      ./spectrumscale enable object
      ./spectrumscale config object -au Admin_User -ap Admin_Password -dp Database_Password
      ./spectrumscale config object -e FQDN
      ./spectrumscale config object -f FS_Name -m FS_Mountpoint
      ./spectrumscale config object -o Object_Fileset
  2. Enable the new protocol by using the following command.
    ./spectrumscale deploy --precheck
    ./spectrumscale deploy