1 2 3 4 5 6 7
#!/bin/bash # loop until the VM starts responding to pings while ! $(relx_nodetool "ping">/dev/null) do sleep 1 done