Created 09-13-2016 01:49 PM
I have a problem with the installation of ambari-server when I put the command: "yum install ambari-server".
The error I get is the next:
"This system is registered to Red Hat Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions.
Resolviendo dependencias
--> Ejecutando prueba de transacción
---> Paquete ambari-server.x86_64 0:2.4.0.1-1 debe ser instalado
--> Procesando dependencias: postgresql-server >= 8.1 para el paquete: ambari-server-2.4.0.1-1.x86_64
--> Resolución de dependencias finalizada Error: Paquete: ambari-server-2.4.0.1-1.x86_64 (Updates-ambari-2.4.0.1) Necesita: postgresql-server >= 8.1
Podría intentar utilizar el comando --skip-broken para sortear el problema
Podría intentar ejecutar: rpm- Va --nofiles --nodigest"
What can I do?
Created 09-15-2016 08:49 AM
You are using redhat 7 which is registered with RHN. but it dont have the packages required for ambari server
you need to configure ambari repository to install ambari server.
Follow below documentation to configure repository and install ambari server.
Created 09-13-2016 03:08 PM
Are you able to run the following command without any error?
yum update
Is your system is properly registered to the redhat subscription manager? https://access.redhat.com/solutions/1213413
- What does the following command show ?
yum repolist all yum whatprovides postgresql
Created 09-15-2016 07:11 AM
When I run the command yum update I a message that says: "This system is registered to Red Hat Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions."
Created 09-15-2016 08:49 AM
You are using redhat 7 which is registered with RHN. but it dont have the packages required for ambari server
you need to configure ambari repository to install ambari server.
Follow below documentation to configure repository and install ambari server.