Category:Cumulus MX: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
m
m (→‎MXDiags: added missing if)
# OR declare a task in the scheduler to start MX; in the '''Actions''' tab fill in fields as follows (the other tabs should be obvious):
#**'''Action''' <tt>Start a program</tt> from drop-down
#**'''Program/script''' <tt>cmd.exe</tt> (this is standard Windows environment to run something)
#**'''Add arguments''' <tt>/C start "Start_MX" "\CumulusMX\CumulusMX.exe" -debug -port=nnnn</tt> (the "/C" means this task will close once it has started the task, the "Start_MX" is how the task will be labelled as it is running, the next argument actually starts the executable and it does not need a drive prefix as that is in next box.
#**(thereNote arein this example I have included sometwo optional parameters that can be used after the .exe call in that same box, suchhere as'''-debug''' (only include if you want full debugging logging) aand '''port=nnnnnnn''' where nnnnnnn is the port to be used for admin interface (only include if want to change from default 8998), all optional parameters are listed later)
#**'''Start in''' <tt>\CumulusMX</tt> (include a drive specifier if necessary)
 
5,838

edits

Navigation menu