Following the link below:
https://technet.microsoft.com/en-us/library/mt162336.aspx#BKMK_NoHAPool_CreateAlwaysOnGroup
We want to upgrade SQL store to be high available using always on an existing pool when we go through the article we have the below note:
If the pool you are upgrading to an AlwaysOn Availability Group hosts the Central Management store for your organization, you must first
move the CMS to another pool before you upgrade this pool. Use the Move-CsManagementServer cmdlet to move the pool. If you do not have another pool in your organization, you can deploy a Standard Edition server temporarily and move the CMS to this server before
you upgrade your pool to the AlwaysOn Availability Group.
Actually we dont have another pool and we dont intend to isntall a new one what will happen if we apply the procedure and we dont move
the CMS server and why we have to move the CMS
In case we move the CMS to a temporary pool as stated below do we have to delete the pool after we finish deployment since it is not mentioned
in the article.
We appreciate your response and thanks in advance.