I created a Linux VM in GCP and tried aio installation of Apigee. It was installed successfully as seen from the below command
cd /opt/apigee/apigee-service/bin/apigee-all status
apigee-service apigee-cassandra statusapigee-service: apigee-cassandra: OK+ apigee-service apigee-openldap statusapigee-service: apigee-openldap: OK+ apigee-service apigee-postgresql statusapigee-service: apigee-postgresql: OK+ apigee-service apigee-qpidd statusapigee-service: apigee-qpidd: OK+ apigee-service apigee-zookeeper statusapigee-service: apigee-zookeeper: OK+ apigee-service edge-management-server statusapigee-service: edge-management-server: OK+ apigee-service edge-message-processor statusapigee-service: edge-message-processor: OK+ apigee-service edge-postgres-server statusapigee-service: edge-postgres-server: OK+ apigee-service edge-router statusapigee-service: edge-router: OK+ apigee-service edge-ui statusapigee-service: edge-ui: OK
Also I am able to retrieve the users and organizations using the below commands:
curl -u <adminEmail>:<admin passwd>
http://localhost:8080/v1/users
> curl -u <adminEmail>:<admin
passwd> http://localhost:8080/v1/organizations
However, I am unable to access the edge-ui in browser. On creating VM in GCP,I received 2 IP’s external and internal. I tried accessing Edge UI using IP’s as well as instance names but unable to access it – getting time out error.Could you please let me know how to access Edge UI ?
Further,below are the outputs of netstat on 9000/1 ports
$ netstat -an | grep 9000
tcp6 0 0 :::9000 :::* LISTEN
$ netstat -an | grep 9001
tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN
tcp 0 0 10.142.0.2:9001 0.0.0.0:* LISTEN