How to scale management server in a data center

Hello,

I want to add one more management server in a apigee cluster. Can someone please let me know the steps to it?

Thanks

Patel

1 Like

As I see instructions for adding a new Management Server node to an existing OPDK deployment seems to be missing:

https://docs.apigee.com/private-cloud/v4.19.01/adding-router-or-message-processor-node

You could try to install a new Management Server according to the installation guide:

/opt/apigee/apigee-setup/bin/setup.sh -p ms -f configFile 

https://docs.apigee.com/private-cloud/v4.19.01/install-edge-components-node#installedgecomponents-13hostclusteredinstallation

When the installation completes, it will display the UUID of the new Management Server node. Afterwards, try to register the new Management Server using the below API request:

curl -u adminEmail:pWord
  -X POST [http://{management_server_ip}:8080/v1/servers](http://{management_server_ip}:8080/v1/servers)
  -d "type=management-server®ion={regionName}&pod={podName}&uuid={uuid}&action=add"