Need help with starting with Stackstorm #5823
-
Hello everyone, newbie here. I've followed the instructions on https://docs.stackstorm.com/latest/install/rhel8.html#minimal-installation and came to the point of verifying the instalation. Neither of the following commands worked for me. List the actions from a 'core' packst2 action list --pack=core Run a local shell commandst2 run core.local -- date -R See the execution resultsst2 execution list Fire a remote comand via SSH (Requires passwordless SSH)st2 run core.remote hosts='localhost' -- uname -a Install a packst2 pack install st2 As example: This is the Output I have after running st2 action list --pack=core Traceback (most recent call last): St2 version Can anyone help me please |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You may need to login or provide the CLI an auth token. https://docs.stackstorm.com/latest/authentication.html#usage |
Beta Was this translation helpful? Give feedback.
-
Found my Answer: RabbitMQ couldn't resolve the hostname. Commando that helped finding out the reason was |
Beta Was this translation helpful? Give feedback.
Found my Answer: RabbitMQ couldn't resolve the hostname. Commando that helped finding out the reason was
sudo rabbitmqctl list_queues | fgrep st2.actionrunner