# vault statusI can confirm that the port is open and the client connects, but it seems to get no response.
Error checking seal status: Get http://localhost:9200/v1/sys/seal-status: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[INFO ] core: vault is unsealedSo, I assume, unseal process has not completed.
[INFO ] core: entering standby mode
[INFO ] core: acquired lock, enabling active operation
[INFO ] core: post-unseal setup starting
High-Availability Enabled: true
Mode: standby
Leader: <another node, still unresponsive>
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/5b70d49c-2323-4c5e-a6a6-6cee09d5c520%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/79557bbb-35af-4048-9f53-efedb184c34f%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.
Hi Jeff,
As far as I see, Consul cluster lost connectivity briefly, and then recovered succesfully.
I have a Consul agent running on each Vault node (actually,
errors in the logs below seem to be coming from Consul agent, not
from the Vault itself - unfortunately, the logs are mixed together
here), and two Consul servers running separately.
Vault is configured to talk to its local Consul agent only. I
expected this setup to allow the system to handle network outages
and other disturbances well, since Consul itself seems to recover
without much problems.
-- Best regards, Vladimir
You received this message because you are subscribed to a topic in the Google Groups "Vault" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vault-tool/NwQ3xrrubbA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/CAORe8GH5vQr1qLndxiBQ0E%2BQbRwm8sjYZCsCS07mwE4HXSUXYg%40mail.gmail.com.
To unsubscribe from this group and all its topics, send an email to vault-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/CAORe8GH5vQr1qLndxiBQ0E%2BQbRwm8sjYZCsCS07mwE4HXSUXYg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/c8e995bb-1326-51c5-e32e-086cccfaca2c%40gmail.com.
The last thing is "stopping rollback manager", here is the relevant fragment:
2017/06/08 05:41:38.272299 [WARN ] core: leadership lost,
stopping active operation
2017/06/08 05:41:38.433096 [INFO ] core: pre-seal teardown
starting
2017/06/08 05:41:38.434781 [INFO ] core: stopping cluster
listeners
2017/06/08 05:41:38.435938 [TRACE] core: waiting for success
notification while stopping cluster listeners
2017/06/08 05:41:38.436138 [INFO ] core: shutting down forwarding
rpc listeners
2017/06/08 05:41:38.436312 [INFO ] core: forwarding rpc listeners
stopped
2017/06/08 05:41:38.484187 [INFO ] core: rpc listeners
successfully shut down
2017/06/08 05:41:38.484232 [INFO ] core: cluster listeners
successfully shut down
2017/06/08 05:41:38.485002 [DEBUG] audit: removing reload
function: path=file/
2017/06/08 05:41:38.485350 [INFO ] rollback: stopping rollback
manager
And if Consul I/O doesn't return, isn't a call supposed to fail on timeout?
The other node's behaviour seems more strange to me.
Its last message is:
2017/06/08 05:41:53.516894 [INFO ] core: acquired lock, enabling
active operation
Shouldn't it be doing some more initialization immediately after that?
As a side note, last time it hanged during post-unseal setup -
probably got stuck on the same operation this time?
-- Best regards, Vladimir
To unsubscribe from this group and all its topics, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/CAORe8GF_sbbW%2BXzaWUG9Nmc4%2Br9zeWW01er%2BLam5TYXntfbX%3Dw%40mail.gmail.com.
And if Consul I/O doesn't return, isn't a call supposed to fail on timeout?
The other node's behaviour seems more strange to me.
Its last message is:
2017/06/08 05:41:53.516894 [INFO ] core: acquired lock, enabling active operationShouldn't it be doing some more initialization immediately after that?