Standalone Appliance

Use these procedures to upgrade a standalone appliance to SolOS-TR 10.7.1.

These upgrade procedures only apply to the latest version of the Solace PubSub+ appliance. Refer to the version-specific documentation to upgrade to versions before SolOS-TR 10.7.1.

With Guaranteed Messaging

Use this procedure to upgrade a standalone appliance, that uses guaranteed messaging, to SolOS-TR 10.7.1.

Before you begin

Perform the following steps to ensure the system is in the correct state before upgrading.

  1. Review the appliance upgrade notices.

  2. Ensure that the internal disks are in a redundant state.

    solace-primary> show disk
    Reload required:               No
    
    Attribute                                 Disk 1                        Disk 2
    ------------------ ----------------------------- -----------------------------
    Device Model                         ST3250820NS                   ST3250820NS
    Capacity (MB)                             238475                        238475
    Admin State                              enabled                       enabled
    Operational State                             up                            up
    
    RAID in fully redundant state: Yes
    

    If the displayed output shows the RAID disk 1 and disk 2 drives to be in a non-redundant state (see example below), contact Solace and stop this software upgrade procedure immediately to prevent software corruption on the appliance.

    Some appliances contain slots for disk 3 and disk 4, however, these slots are not presently used, and the redundancy state for disk 3 and disk 4 should be ignored.

    solace-primary> show disk 
    Reload required:               No
    
    Attribute                                 Disk 1                        Disk 2
    ------------------ ----------------------------- -----------------------------
    Device Model                         ST3250820NS                   ST3250820NS
    Capacity (MB)                             238475                        238475
    Admin State                              enabled                       enabled
    Operational State                         failed                            up
    
    RAID in fully redundant state: No
    
  3. Ensure that a redundancy interface is configured on the appliance:

    solace-primary> show redundancy
    
    ...
    
    Interface        Primary Address Status Backup Address  Status
    ---------------- --------------- ------ --------------- ------
    1/1/lag1         192.168.160.132 Up                      
    
                                   Primary Virtual Router  Backup Virtual Router
                                   ----------------------  ----------------------
    Activity Status                Local Active            Shutdown
    VRRP VRID                                              
    Redundancy Interface Status                            
    VRRP Status                                            
      1/1/lag1                                             
    VRRP Priority                                          
    Message Spool Status                                   
    Priority Reported By Mate                       
    

    If no interface is configured, run the following commands to set one up:

    solace-primary> enable
    solace-primary# config
    solace-primary(configure)# redundancy
    solace-primary(configure/redundancy)# vrrp
    solace-primary(configure/redundancy/vrrp)# interface <phy-interface>
    solace-primary(configure/redundancy/vrrp)# exit						
    solace-primary(configure/redundancy)# exit
    solace-primary(configure)# exit

    Where:

    <phy-interface> is an ASCII string specifying the Ethernet interface port or LAG to be assigned. Valid values are eth<port> (for example, eth1); <cartridge>/<slot>/<port> (for example, 1/1/8); <cartridge>/<slot>/lag<N> (for example, 1/1/lag1). There is no default value.

  4. Copy the latest SolOS software from an external file server (using either SFTP or SCP) to the /loads subdirectory on the appliance.

    solace-primary# copy sftp://[<username>@]<ip-addr>/<remote-pathname> /loads
    solace-primary# copy scp://[<username>@]<ip-addr>/<remote-pathname> /loads

    Where:

    <username>, <ip-addr>, and <remote-pathname> correspond to the access information of where the new SolOS software is located.

  5. Copy the correct SolBase software for the latest SolOS version (refer to the drop-down table below)) from an external file server (using either SFTP or SCP) to the /loads subdirectory on the appliance.

    solace-primary# copy sftp://[<username>@]<ip-addr>/<remote-pathname> /loads
    solace-primary# copy scp://[<username>@]<ip-addr>/<remote-pathname> /loads

    Where:

    <username>, <ip-addr>, and <remote-pathname> correspond to the access information of where the new SolBase software is located.

Before upgrading the appliance, SolAdmin may also need to be upgraded. In addition, after the upgrade, SolGeneos Agent may also need to be upgraded. See Appliance Upgrade Notices for more information.

Procedure

  1. Follow all the steps in Before you begin. Don't proceed if you can't confirm that the system is in the correct state.

  2. Make a copy of the current SolOS configuration in the /configs subdirectory:

    solace-primary> enable
    solace-primary# copy current-config /configs/<old_version>_preUpgradeCfg

    Where:

    <old_version> is the version number of current SolOS software as seen in the output of the show version command.

  3. If multi-node routing is enabled, shut it down:

    solace-primary# configure
    solace-primary(configure)# routing
    solace-primary(configure/routing)# multi-node-routing
    solace-primary(configure/routing/multi-node-routing)# shutdown
    solace-primary(configure/routing/multi-node-routing)# end
  4. Shut down the Msg-Backbone service:

    solace-primary# configure
    solace-primary(configure)# service msg-backbone
    solace-primary(configure/service/msg-backbone)# shutdown
    All SMF, WEB, and REST clients will be disconnected.
    Do you want to continue (y/n)? y
    solace-primary(configure/service/msg-backbone)# end
  5. If the Solace appliance is using transacted sessions, wait until all transacted sessions time out and the count drops to 0:

    solace-primary# show message-spool detail
    
                               Currently Used   Max Allowed
                               --------------   -----------
    Transacted Sessions:                    0         16000
    

    This will take up to 3 minutes.

  6. Shut down the message spool:

    solace-primary# configure
    solace-primary(configure)# hardware message-spool
    solace-primary(configure/hardware/message-spool)# shutdown
    All message spooling will be stopped.
    Do you want to continue (y/n)? y
    solace-primary(configure/hardware/message-spool)# end

    If you are using MQTT retained messages in your deployment, the next step clears the contents of each retain cache. If this content is stored somewhere else in the network, for example another DMR or MNR node, the content will be retrieved when this node comes back online.

  7. Upgrade the appliance:

    solace-primary# boot <new-version>
  8. Respond to prompts and then wait for the appliance to restart using the new SolOS software. This may take several minutes. You will be disconnected from the CLI and have to reconnect to the appliance. The appliance restarts, using the new SolOS software.

  9. Once reconnected, confirm that the appliance has started using the new software version:

    solace-primary> enable
    solace-primary# show version
  10. Start the message spool that was shut down:

    solace-primary# configure
    solace-primary(configure)# hardware message-spool
    solace-primary(configure/hardware/message-spool)# no shutdown primary
    solace-primary(configure/hardware/message-spool)# end
  11. Start the Msg-Backbone service that was shut down:

    solace-primary# configure
    solace-primary(configure)# service msg-backbone
    solace-primary(configure/service/msg-backbone)# no shutdown
    solace-primary(configure/service/msg-backbone)# end
  12. If routing or multi-node routing was shut down in step 3, start multi-node routing:

    solace-primary# configure
    solace-primary(configure)# routing
    solace-primary(configure/routing)# multi-node-routing
    solace-primary(configure/routing/multi-node-routing)# no shutdown
    solace-primary(configure/routing/multi-node-routing)# end
    

You have completed this procedure.

Without Guaranteed Messaging

Use this procedure to upgrade a standalone appliance, that doesn't use guaranteed messaging, to SolOS-TR 10.7.1.

Before you begin

Perform the following steps to ensure the system is in the correct state before upgrading:

  1. Review the appliance upgrade notices.

  2. Ensure that the internal disks are in a redundant state:

    solace-primary> show disk 
    Reload required:               No
    
    Attribute                                 Disk 1                        Disk 2
    ------------------ ----------------------------- -----------------------------
    Device Model                         ST3250820NS                   ST3250820NS
    Capacity (MB)                             238475                        238475
    Admin State                              enabled                       enabled
    Operational State                             up                            up
    
    RAID in fully redundant state: Yes	

    If the displayed output shows the RAID disk 1 and disk 2 drives to be in a non-redundant state (see example below), contact Solace and stop this software upgrade procedure immediately to prevent software corruption on the appliance.

    Some appliances contain slots for disk 3 and disk 4, however, these slots are not presently used, and the redundancy state for disk 3 and disk 4 should be ignored.

    solace-primary> show disk 
    Reload required:               No
    
    Attribute                                 Disk 1                        Disk 2
    ------------------ ----------------------------- -----------------------------
    Device Model                         ST3250820NS                   ST3250820NS
    Capacity (MB)                             238475                        238475
    Admin State                              enabled                       enabled
    Operational State                         failed                            up
    
    RAID in fully redundant state: No
    
  3. Copy the latest SolOS software from an external file server (using either SFTP or SCP) to the /loads subdirectory on the appliance:

    solace-primary# copy sftp://[<username>@]<ip-addr>/<remote-pathname> /loads
    solace-primary# copy scp://[<username>@]<ip-addr>/<remote-pathname> /loads

    Where:

    <username>, <ip-addr>, and <remote-pathname> correspond to the access information of where the new SolOS software is located.

  4. Copy correct SolBase software for the latest SolOS version (refer to dropdown table below) from an external file server (using either SFTP or SCP) to the /loads subdirectory on the appliance:

    solace-primary# copy sftp://[<username>@]<ip-addr>/<remote-pathname> /loads
    solace-primary# copy scp://[<username>@]<ip-addr>/<remote-pathname> /loads
    

    Where:

    <username>, <ip-addr>, and <remote-pathname> correspond to the access information of where the new SolBase software is located.

Before upgrading the appliance, SolAdmin and SolGeneos Agent may also need to be upgraded. See Appliance Upgrade Notices for more information.

Procedure

  1. Follow all the steps in Before you begin. Don't proceed if you can't confirm that the system is in the correct state.

  2. Make a copy of the current SolOS configuration in the /configs subdirectory:

    solace-primary> enable
    solace-primary# copy current-config /configs/<old_version>_preUpgradeCfg	

    Where:

    <old_version> is the version number of current SolOS software as seen in the output of the show version command.

  3. Shut down the Msg-Backbone service:

    solace-primary# configure
    solace-primary(configure)# service msg-backbone
    solace-primary(configure/service/msg-backbone)# shutdown
    All SMF, WEB, and REST clients will be disconnected.
    Do you want to continue (y/n)? y
    solace-primary(configure/service/msg-backbone)# end

    If you are using MQTT retained messages in your deployment, the next step clears the contents of each retain cache. If this content is stored somewhere else in the network, for example another DMR or MNR node, the content will be retrieved when this node comes back online.

  4. Upgrade the appliance:

    solace-primary# boot <new-version>
  5. Respond to prompts and then wait for the appliance to restart using the new SolOS software. This may take several minutes. You will be disconnected from the CLI and have to reconnect to the appliance. The appliance restarts, using the new SolOS software.

  6. Once reconnected, confirm that the appliance has started using the new software version:

    solace-primary> enable
    solace-primary# show version			
  7. Start the Msg-Backbone service that was shut down:

    solace-primary# configure
    solace-primary(configure)# service msg-backbone
    solace-primary(configure/service/msg-backbone)# no shutdown
    solace-primary(configure/service/msg-backbone)# end

You have completed this procedure.