Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
en:centro:servizos:bd1 [2018/05/22 12:23] – created fernando.guillenen:centro:servizos:bd1 [2019/01/15 16:57] jorge.suarez
Line 8: Line 8:
  
 ==== Access ==== ==== Access ====
 +
 The cluster can be accessed only through the master node which acts as a frontend for the cluster: The cluster can be accessed only through the master node which acts as a frontend for the cluster:
 <code bash> <code bash>
Line 13: Line 14:
 </code> </code>
  
-==== Use ==== +To access the Ambari manager web interface, you need to tunnel the ''nodo1'' port 8080 using SSHIn case you want to use this interface, you must use this command instead: 
-At this moment the cluster has Apache Ambari installed as a manager. Everything is configured from its GUI which can be accessed with:+
 <code bash> <code bash>
-firefox -no-remote nodo1:8080+ssh -L 8080:nodo1:8080 <citius_user>@master-bd1.inv.usc.es
 </code> </code>
 +
 +==== Use ====
 +
 +To manage the cluster from the Apache Ambari web interface, once connected through SSH using the option ''-L 8080:nodo1:8080'', connect to http://localhost:8080/
 +
 User and password are ''admin/admin''. User and password are ''admin/admin''.