Issue in accessing the Solace Software Event Broker CLI

Dhanusri
Dhanusri Member Posts: 6
edited July 4 in PubSub+ Event Broker #1

We are working on setting up the Solace Software Pub Sub + Event Broker of Standard Version 10.4.1.121 in lower environments.

We are observing "Access Denied"" error when trying to login to the cli using the below command.

podman exec -it solaceusqa1 /usr/sw/loads/currentload/bin/cli -A

However, we are able to login to the root of the broker and navigate to CLI but not directly to the CLI.

Can someone help on resolving the issue

Best Answer

  • Emerson Chen
    Emerson Chen Member, Employee Posts: 7 Solace Employee
    #2 Answer ✓

    The following command should work:

    podman exec -it solaceusqa1 cli

    If you really want to specify the full path, use:

    podman exec -it solaceusqa1 /usr/bin/cli

Answers

  • Emerson Chen
    Emerson Chen Member, Employee Posts: 7 Solace Employee
    #3 Answer ✓

    The following command should work:

    podman exec -it solaceusqa1 cli

    If you really want to specify the full path, use:

    podman exec -it solaceusqa1 /usr/bin/cli

  • Dhanusri
    Dhanusri Member Posts: 6
    edited July 5 #4

    Hi @Emerson Chen,

    Thanks much for the commands. It worked and able to login to cli using those.

    But could you please let us know why the below command didn't work which we were using it from long. Also, what is the difference between the commands you shared and we use.

    podman exec -it solaceusqa1 /usr/sw/loads/currentload/bin/cli -A

    Is it possible to fix this.

  • Emerson Chen
    Emerson Chen Member, Employee Posts: 7 Solace Employee

    Hi @Dhanusri,

    I don't know why that command did not work with Podman (I am currently not using Podman). I did some further testing with 10.4.1.121 and noticed that I would get the "access denied" error only during certain part of the start up (not sure exactly where). If you are getting this error all the time, please create a ticket with Support.

  • Dhanusri
    Dhanusri Member Posts: 6

    Hi @Emerson Chen,

    Thanks much for the timely help and analysis wrt this.

    We will get in touch with support for further discussion on this topic.