packetbeat-deploy icon indicating copy to clipboard operation
packetbeat-deploy copied to clipboard

Not an Issue but to give some feedback for your manual

Open marcodc opened this issue 11 years ago • 0 comments

Thank you for the coll solution

i faced some issues in the beginning and would like to add some feedback to help:

i used Debian 7.5 netinstall.iso (standard system, no other packages installed) on xen servers (created 3 images (1 server is install server and then the aggregator and the app server

to be able to do the install i had to install the following packages that were not mention:

apt-get install ssh git build-essential python-pip python-dev curl

i also had issues when running the script and it failed all the time (based on a ssh issue) i followed the steps in this guide: http://kb.mediatemple.net/questions/1626/Using+SSH+keys+on+your+server

created ssh keys so the install server can connect to the nodes without password and only via ssh keys = success the install was running trough.

in the end i still got a failed message could be due some index files form elasticsearch where not reachable.

so i rerun the script and finally:

PLAY RECAP ******************************************************************** 192.168.14.15 : ok=32 changed=1 unreachable=0 failed=0 192.168.14.16 : ok=15 changed=7 unreachable=0 failed=0

thanks again! its working! cheers marco

marcodc avatar Nov 17 '14 14:11 marcodc