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 runConsoleor 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)(warning) First, you will need to install the DataSync for ServiceNow Agent.


Linux 

Start running

Running your DataSync for ServiceNow Agent

(Linux)To start running the

in the Foreground 

Start

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

on your Linux device, follow these steps: UI Steps

:

Code Block
languagebash
themeEclipse
 ./runConsole.sh 

Stop 

Execute the following keys to stop

UI Step

Change your current directory to Perspectium_Replicator_Agent 

Open a terminal window and change your current directory to the directory where you installed your DataSync for ServiceNow Agent files. Then, change your current directory to Perspectium_Replicator_Agent

UI Step

Execute the Agent start command

Execute the following command to start

running your DataSync for ServiceNow Agent:

Code Block
languagebash
themeEclipse
bin/startDaemon.sh start
Stop running
Ctrl+C


Running your DataSync for ServiceNow Agent

(Linux)

in the Background

Start

Execute the following command to start running your

To start running the

DataSync for ServiceNow Agent

on your Linux device, follow these steps: UI Steps
UI Step

Change your current directory to Perspectium_Replicator_Agent 

Open a terminal window and change your current directory to the directory where you installed your DataSync for ServiceNow Agent files. Then, change your current directory to Perspectium_Replicator_Agent

:

Code Block
languagebash
themeEclipse
bin/startDaemon.sh start

Stop

UI StepExecute the Agent stop command

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

Code Block
languagebash
themeEclipse
	bin/stopDaemon.sh start




Windows

Start running

Running your DataSync for ServiceNow Agent

(Windows)

To start running the DataSync for ServiceNow Agent on your Windows device, follow these steps:

in the Foreground

Start

Double-click the following file to

UI Steps UI Step

Run the startService.bat file

Navigate to the directory where you installed your DataSync for ServiceNow Agent files. Then, navigate to the bin directory and double-click to run the startService.bat file, which will

initiate the running of your DataSync for ServiceNow Agent

in the background.Stop

:

Code Block
languagebash
themeEclipse
	Agent.bat

Stop

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

(Windows)

:

Code Block
languagebash
themeEclipse
Ctrl+C

Running your

To stop running the

DataSync for ServiceNow Agent

on your Windows device, follow these steps:

in the Background

Start

Double-click the following file to initiate the running of

UI Steps UI Step

Run the stopService.bat file

Navigate to the directory where you installed

your DataSync for ServiceNow Agent

files. Then, navigate to the bin directory and double-click to run the stopService.bat file, which will initiate

:

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()