Advertisement
Light1992

ElasticSearch Log Installazione

May 23rd, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. [root@localhost ~]# sudo rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
  2. [root@localhost ~]# sudo nano /etc/yum.repos.d/elasticsearch.repo
  3. [root@localhost ~]# sudo yum install elasticsearch
  4. Plugin abilitati:fastestmirror, langpacks
  5. Loading mirror speeds from cached hostfile
  6. * base: ftp.tugraz.at
  7. * epel: epel.besthosting.ua
  8. * extras: pkg.adfinis-sygroup.ch
  9. * remi-php70: rpms.remirepo.net
  10. * remi-php71: rpms.remirepo.net
  11. * remi-php72: rpms.remirepo.net
  12. * remi-safe: rpms.remirepo.net
  13. * updates: ftp.tugraz.at
  14. elasticsearch-6.x | 1.3 kB 00:00:00
  15. Risoluzione dipendenze
  16. --> Esecuzione del controllo di transazione
  17. ---> Pacchetto elasticsearch.noarch 0:6.8.0-1 settato per essere installato
  18. --> Risoluzione delle dipendenze completata
  19.  
  20. Dipendenze risolte
  21.  
  22. ====================================================================================================
  23. Package Arch Versione Repository Dim.
  24. ====================================================================================================
  25. Installazione:
  26. elasticsearch noarch 6.8.0-1 elasticsearch-6.x 142 M
  27.  
  28. Riepilogo della transazione
  29. ====================================================================================================
  30. Install 1 Pacchetto
  31.  
  32. Dimensione totale del download: 142 M
  33. Dimensione installata: 227 M
  34. Is this ok [y/d/N]: y
  35. Downloading packages:
  36. elasticsearch-6.8.0.rpm | 142 MB 00:01:24
  37. Running transaction check
  38. Running transaction test
  39. Transaction test succeeded
  40. Running transaction
  41. Creating elasticsearch group... OK
  42. Creating elasticsearch user... OK
  43. Installazione : elasticsearch-6.8.0-1.noarch 1/1
  44. ### NOT starting on installation, please execute the following statements to configure elasticsearch service to start automatically using systemd
  45. sudo systemctl daemon-reload
  46. sudo systemctl enable elasticsearch.service
  47. ### You can start elasticsearch service by executing
  48. sudo systemctl start elasticsearch.service
  49. Created elasticsearch keystore in /etc/elasticsearch
  50. Verifica in corso : elasticsearch-6.8.0-1.noarch 1/1
  51.  
  52. Installato:
  53. elasticsearch.noarch 0:6.8.0-1
  54.  
  55. Completo!
  56. [root@localhost ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement