QUESTION
How to manage Traverse components in Linux?
RESOLUTION
To check status
su
cd $TRAVERSE_HOME #where $TRAVERSE_HOME is the Traverse install directory (typically /usr/local/traverse)
etc/traverse.init status
Typically, to restart all components, you would run
etc/monitor.init stop
Once all components stop:
etc/monitor.init start
or you could collapse the above two steps in one as:
etc/monitor.init restart
APPLIES TO
All versions of Traverse.
REFERENCE
None.