Jobserver Administrator's Guide
This section contains advanced guides for the configuration and administration of a migration-center Jobserver.
Start the Jobserver in Console Mode
You can start your Jobserver in Console Mode by going to the Server Components installation folder and running the runConsole.bat file. By default, this Jobserver will run on port 9701.
This can be useful if a full Jobserver installation cannot be done as the runConsole.bat file can be ran directly from the installation kit.
Before starting the Jobserver in console mode ensure the service is not already running.
Uninstall and reinstall the Service manually
The Migration Center Job Server service is installed by the Server Components installer.
To manually uninstall and reinstall the service you need to:
Go to your migration-center Server Components installation folder.
Run UninstallWinNTService.bat to uninstall the service.
Run InstallAsWinNTService.bat to reinstall the service.
In some environments you might need to run the scripts with Run As Administrator.
Change the Port
To change the port used by the Jobserver you need to:
Go to your ...\migration-center Server Components\lib\mc-core folder.
Open server-config.properties using a text editor.
Edit the server.port= parameter to your desired port.
Restart your Jobserver.
Change the Service and Display Name
To change the Service and Display Name and of your Jobserver you need to:
Go to your migration-center Server Components installation folder.
Uninstall the Migration Center Job Server service. See: Uninstall and reinstall the Service manually
Open the wrapper.conf file using a text editor.
Edit the wrapper.ntservice.name= parameter to change the Service Name.
Edit the wrapper.ntservice.displayname= parameter to change the Service Display Name.
Reinstall the newlly renamed service. See: Uninstall and reinstall the Service manually
Increase Java Heap Space
To increase the Maximum Java Heap Space used by the Jobserver you need to:
Go to your migration-center Server Components installation folder.
Open the wrapper.conf file using a text editor.
Edit the wrapper.java.maxmemory= parameter and increase the heap size.
Restart the Jobserver.
Enable Jobserver Debug
Setting your Jobserver logging level to DEBUG provides detailed logging information that is used by the Support Team to troubleshoot your issues.
To enable Jobserver Debug you need to:
Go to your ...\migration-center Server Components\lib\mc-core folder.
Open the logback.xml file using a text editor.
Change the line <property name="LOGGING_LEVEL" value="ERROR"/> to <property name="LOGGING_LEVEL" value="DEBUG"/>.
After running your scanner/importer with Jobserver Debug enabled please send the following log files to the Support Team:
Your scan/import run log.
The mc-adapters.log, mc-server.log, and wrapper.log files found inside the ...\migration-center Server Components\logs folder.
You should only ever enable this when directed by the Support Team and you should set the logging back to ERROR after troubleshooting.
Leaving the logging level on DEBUG during production runs can result in large logs taking up disk space and performance issues.
Please note that Jobserver Debug and the loggingLevel parameter on a scanner or importer are different.
The loggingLevel parameter will only change logging for the scan/import run log.
Enabling Jobserver Debug will provide a lot more detailed logs besides the run log.
Access Network Shares
Last updated
Was this helpful?