NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

ONTAP Select Single node cluster Deploy VM mandatory after cluster create

f_defrocourt
4,303 Views

Hi all,

 

After a single node cluster deployment, is Deploy VM can be deleted ?

Or Licence check is done by Deploy VM at every reboot of ONTAP Select VM ?

 

Thanks,

 

François

1 ACCEPTED SOLUTION

JohnChampion
4,263 Views

There is no dependency on Deploy for any cluster configuratoin EXCEPT a 2-node cluster - where it is used as the mediator (witness).    

 

That being said, it is useful for starting/stopping the cluster, status monitoring, and troubleshooting.  I'd recommend not deleting it - just shut it down.

 

But if you MUST delete the Deploy VM I'd suggest you take a backup and download the package before you remove it.

 

From the CLI:

 

     deploy backup create -name {backup_name} -foreground

     deploy backup show -detailed

     (Copy Download URL into browser and save the file)

 

Then if for some reason you needed the Deploy Utility, you could restore the database using the CLI.

 

 

View solution in original post

2 REPLIES 2

JohnChampion
4,264 Views

There is no dependency on Deploy for any cluster configuratoin EXCEPT a 2-node cluster - where it is used as the mediator (witness).    

 

That being said, it is useful for starting/stopping the cluster, status monitoring, and troubleshooting.  I'd recommend not deleting it - just shut it down.

 

But if you MUST delete the Deploy VM I'd suggest you take a backup and download the package before you remove it.

 

From the CLI:

 

     deploy backup create -name {backup_name} -foreground

     deploy backup show -detailed

     (Copy Download URL into browser and save the file)

 

Then if for some reason you needed the Deploy Utility, you could restore the database using the CLI.

 

 

f_defrocourt
4,253 Views

Thanks a lot John,

 

That's what i guessed.

 

Regards,

 

François

Public