Solace Community is getting a facelift!

On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.

We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!

How to retrieve the SolOS version

hong
hong Guest Posts: 480 ✭✭✭✭✭

If you have PubSub+ version 10.1.0+ and use SEMP v2, you can retrieve the SolOS version with curl -X GET -u mgmt_username:password 192.168.XXX.XX:PORT/SEMP/v2/monitor. You’ll see the version under data.version

Comments

  • Aaron
    Aaron Member, Administrator, Moderator, Employee Posts: 668 admin
    edited October 2022 #2

    Otherwise, you could use SEMPv1:

    curl -u admin:admin http://localhost:8080/SEMP -d '<rpc><show><version/></show></rpc>'

    <rpc-reply semp-version="soltr/9_13_0VMR">
      <rpc>
        <show>
          <version>
            <description>Solace PubSub+ Standard Version 9.13.0.16</description>
            <executables>
              <executable>
                <name>CLI</name>
                <release>9.13.0.16</release>
                <build-date>2022-01-21T12:11:49+00:00</build-date>
              </executable>
              <executable>
                <name>DataplaneMgr</name>
                <release>9.13.0.16</release>
                <build-date>2022-01-21T12:11:49+00:00</build-date>
              </executable>
    SNIP
    


This Month's Leaders

This Week's Leaders