Description

This article describes the messages that should appear in the /tmp/systemStartup.log​ file to confirm that Junos Space has started successfully after the Junos Space process is restarted or after a reboot.

Symptoms

The goal is to help users confirm that Junos Space has started successfully after the Junos Space process is restarted or after a reboot.

Solution

  1. Log into the Junos Space CLI.
  2. Execute the command:
    #tail -f /tmp/systemStartup.log​
  3. It will show which applications are getting deployed on the server. For example:
    2018/03/07 10:02:33.804  Network Management Platform is now deploying ... [ 1 of 9 ]
    2018/03/07 10:02:33.815  Network Management Platform Creating database table views
    2018/03/07 10:02:33.820  Network Management Platform Creating database table index
    2018/03/07 10:02:47.295  Network Management Platform Checking and performing database migration, this may take few minutes
    2018/03/07 10:04:10.018  Network Management Platform loading device schema
    2018/03/07 10:04:10.652  Network Management Platform
    2018/03/07 10:04:23.502  Elements Management System is now deploying ... [ 2 of 9 ]
    2018/03/07 10:04:42.071  Elements Management System
    2018/03/07 10:04:49.969  Security Insight is now deploying ... [ 3 of 9 ]
    2018/03/07 10:05:13.310  Security Insight
    2018/03/07 10:05:13.953  Security Director is now deploying ... [ 4 of 9 ]
    2018/03/07 10:05:27.489  Security Director
    2018/03/07 10:05:28.223  Log Director is now deploying ... [ 5 of 9 ]
    2018/03/07 10:05:30.035  Log Director
    2018/03/07 10:05:30.729  Application Visibility is now deploying ... [ 6 of 9 ]
    2018/03/07 10:05:32.383  Application Visibility
    2018/03/07 10:05:33.054  Network Monitoring is now deploying ... [ 7 of 9 ]
    2018/03/07 10:05:37.604  Network Monitoring
    2018/03/07 10:05:38.468  NSM Migration is now deploying ... [ 8 of 9 ]
    2018/03/07 10:05:50.515  NSM Migration
    2018/03/07 10:05:51.207  Appmgt is now deploying ... [ 9 of 9 ]
    2018/03/07 10:05:57.607  Appmgt
  4. After the message "Appmgt" appears in the log file, you can log into the Junos Space UI.

Modification History

2018-03-07: Updated the path and messages displayed.