shutdown startup AIO

Hi,

I have the AIO (All-In-One) config running on a VM Centos 7 guest OS on a VMWare workstation running on windows 10.

I need to take down the VM…so may questions are:

  1. What is the best practice for shutting down? I see a bunch of Java VM process running. If I just shutdown Centos (like: #shutdown now)…is that ok?

  2. When the VM comes back up, will the Apigee process startup, is see each component has an init.d file? Or do I need to manually start processes?

Thanks, Sam

The Edge components should be started and stopped in a specific order. For an AIO install, you can use the apigee-all command:

/opt/apigee/apigee-service/bin/apigee-all stop 

To start Edge:

/opt/apigee/apigee-service/bin/apigee-all start

See this page for more:

https://docs.apigee.com/private-cloud/latest/starting-stopping-and-restarting-apigee-edge

Stephen