Skip navigation

Skip secondary navigation


Support
 How To
 SOS Yahoo Forum
 Video Tutorials

Other Resources
 Documentation
 FAQ
 Redhat

Run SOS in Verbose Mode

  1. Copy the SOS Start icon on the desktop and rename it SOS Start Verbose
    Do this by right clicking the icon and selecting copy file and then pasting that file to the desktop.
    Right click the new icon and select properties to rename it under the Basic tab.
  2. In the Properties window select the Launcher tab and add
    "env SOS_VERBOSE=1" in front of the existing command like so:

  3. Once that is done, close the properties window and launch SOS with the new Verbose icon.
  4. To display the commands being sent to the Automation Control Protocol open a terminal and type:
    tail -f /home/sos/sos_stream_control.log | grep handle_command
More information on the Automation Control Protocol