linux/amd64Error initializing Vault: Error making API request.
URL: PUT http://127.0.0.1:8200/v1/sys/init
Code: 400. Errors:
* Vault is already initializedTo view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/CAORe8GF%2BeSg0QT4U06vvT%2BvTGBVJeWjzq4sq-vV%2Bx9vYCEZxKw%40mail.gmail.com.
Still at second installation I am getting error saying Vault is initialized. There is not a single process and file exist which is related to Vault. Also I restarted the VM . Still same error.
Command 1: Check Vault values inside Consul
curl http://127.0.0.1:8500/v1/kv/?recurse | jq .
Command 2: Delete all Consul values for /Vault . Which makes Vault clean for next installation
curl -X DELETE 'http://localhost:8500/v1/kv/vault?recurse'