Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<style>
.release-box {
	height: 30px; 
	width: 100px; 
	padding-top: 8px;
	text-align: center; 
	border-radius: 5px; 
	font-weight: bold; 
	background-color: #d4af37;  
	border-color: #FCE28A;
}

.release-box:hover {
  	cursor: hand;
    cursor: pointer;
    opacity: .9; 
}
</style>
<meta name="robots" content="noindex">

<div class="release-box">
<a href="https://docs.perspectium.com/display/gold" style="text-decoration: none; color: #FFFFFF; display: block;">
Gold
</a>
</div>



You can issue commands to start or stop running the DataSync Agent for ServiceNow from a command line interface on supported Windows and Linux devices

When running the agent interactively, through the agent.sh or agent.bat convenience scripts or runConsole.sh or runConsole.bat commands, it is advised to always terminate the Agent as documented below with Ctrl+C. This allows the interactive agent session to exit gracefully.

Warning
iconfalse

Failure to do so may result in a lingering Java process which must be killed or terminated manually.


Prerequisites


(warning) First, you will need to install the DataSync for ServiceNow Agent.


Linux 

Running your DataSync for ServiceNow Agent in the Foreground 

Start

Execute the following command to start running your DataSync for ServiceNow Agent:

Code Block
languagebash
themeEclipse
 ./runConsole.sh 

Stop 

Execute the following keys to stop running your DataSync for ServiceNow Agent:

Code Block
languagebash
themeEclipse
Ctrl+C


Running your DataSync for ServiceNow Agent in the Background

Start

Execute the following command to start running your DataSync for ServiceNow Agent:

Code Block
languagebash
themeEclipse
bin/startDaemon.sh start

Stop

Execute the following command to stop running your DataSync for ServiceNow Agent:

Code Block
languagebash
themeEclipse
	bin/stopDaemon.sh start





Windows

Running your DataSync for ServiceNow Agent in the Foreground

Start

Double-click the following file to initiate the running of your DataSync for ServiceNow Agent:

Code Block
languagebash
themeEclipse
	Agent.bat

Stop

Execute the following keys to stop running your DataSync for ServiceNow Agent:

Code Block
languagebash
themeEclipse
Ctrl+C

Running your DataSync for ServiceNow Agent in the Background

Start

Double-click the following file to initiate the running of your DataSync for ServiceNow Agent:

Code Block
languagebash
themeEclipse
	startService.bat

Stop

Double-click the following file to stop the running of your DataSync for ServiceNow Agent:

Code Block
languagebash
themeEclipse
	stopService.bat




Similar topics


Content by Label
showLabelsfalse
max5
showSpacefalse
sortmodified
cqllabel = "data-sync" and space = currentSpace()

Contact Perspectium Support


US: 1 888 620 8880

UK: 44 208 068 5953

support@perspectium.com