You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, dw-play.sh script will invoke start-ingest.yml (via post-deployment.yml), which should cause ingest services to be started on your ingest host (i.e., the host assigned to your ingestmaster group in the datawave-muchos/ansible/inventory/dw-hosts file)
The start-ingest.yml tasks all report success, yet upon verification zero ingest services are found to be running.
Verification
ssh MyIngestHostname
$ cd ~/install/datawave-dev-*/bin/ingest
$ ./list-ingest.sh
If no services are reported above, then try the workaround below
Workaround
$ cd ~/install/datawave-dev-*/bin/system
$ ./start-all.sh -allforce
The text was updated successfully, but these errors were encountered:
keith-ratcliffe
changed the title
start-ingest.yml (as invoked by post-deployment.yml) fails to start ingest
start-ingest.yml (as invoked by post-deployment.yml) fails to start ingest services
Jan 23, 2019
By default,
dw-play.sh
script will invokestart-ingest.yml
(viapost-deployment.yml
), which should cause ingest services to be started on your ingest host (i.e., the host assigned to youringestmaster
group in thedatawave-muchos/ansible/inventory/dw-hosts
file)The start-ingest.yml tasks all report success, yet upon verification zero ingest services are found to be running.
Verification
If no services are reported above, then try the workaround below
Workaround
The text was updated successfully, but these errors were encountered: