Disconnecting a master from raas
Your master may have issues attempting to connect to the SSE server. This may create any number of issues, such as not displaying command results while using the CLI.
If you are having issues with the master and want to make sure that the problem is not the master's connection to SSE, try the following:
Disable raas:
- Rename
/etc/salt/master.d/raas.conf
to/etc/salt/master.d/raas.conf.bak
- Restart the master
- Wait for five minutes
- Try your CLI command again
If your command works, the issue is the connection between the master and the SSE server. Read the logs at /var/log/salt/master
on the master. and /var/log/raas/raas
on the SSE server. For example, you may find that a firewall is in the way.
To restore the master connection:
Restore raas:
- Rename
/etc/salt/master.d/raas.conf.bak
to/etc/salt/master.d/raas.conf
- Restart the master
- Wait 5 minutes