Hi! I have the following attached error when trying to get the API call report for ApiGee on premises.
Thank you!
Hi! I have the following attached error when trying to get the API call report for ApiGee on premises.
Thank you!
@Marisabel Rodriguez,
Looks like this package is not available on the server where you are trying to install.
Can you check if apigee repo is available in yum repos. To check, you can execute
ls -la /etc/yum.repos.d | grep apigee
If apigee repo is available, you will see “apigee.repo” as the output.
If you don’t see any output, this mean apigee repo is not available, in that case, continue with below steps(assuming you have internet access from this server).
curl [https://software.apigee.com/bootstrap_4.19.06.sh](https://software.apigee.com/bootstrap_4.19.06.sh) -o /tmp/bootstrap_4.19.06.sh
sudo bash /tmp/bootstrap_4.19.06.sh apigeeuser=uName apigeepassword=pWord
/opt/apigee/apigee-service/bin/apigee-service apigee-analytics-collector install
In case you don’t have internet connection, see this for creating local repo and then install
[https://docs.apigee.com/private-cloud/v4.18.05/install-edge-apigee-setup-utility#installedgeapigeesetuputilityonanodewithnoexternalinternetconnection](https://docs.apigee.com/private-cloud/v4.18.05/install-edge-apigee-setup-utility#installedgeapigeesetuputilityonanodewithnoexternalinternetconnection)
Hope this helps!
Thanks,
Gagan