Description

This article focus what to do if incase of scenario where salt-ssh service is in activating status like below

 

SSR001-node1 salt-ssh@<CONDUCTOR_IP>-4505.service    activating

SSR001-node1 salt-ssh@<CONDUCTOR_IP>-4506.service    activating

 

Symptoms

SSR salt-ssh service is in activating status

Solution

First check if connectivity between conductor and router

PCLI# show system connectivity
==================== ================================= ===========
 Local Node     Remote Node           State
==================== ================================= ===========
SSR001-node1 conductor1   connected
 SSR001-node1 conductor2   connected
 SSR001-node1 SSR001-node2  connected


Check the status of the service using below commands

shell# systemctl status salt-ssh@<CONDUCTOR_IP>-4505.service

shell# systemctl status salt-ssh@<CONDUCTOR_IP>-4506.service

 


Attempt a restart using below command and check the status again. Contact Juniper Support if required.

shell# systemctl restart salt-ssh@<CONDUCTOR_IP>-4505.service

shell# systemctl restart salt-ssh@<CONDUCTOR_IP>-4506.service

 

Modification History

2024-09-09 : Article Created