2022

Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

  • Now unzip the above downloaded file

#  unzip DBSync_CloudCDM_Vx.x.x.zip

 

For example here DBSync_CloudCDM_V7.3.9.zip

  • After unzipping you can see the apache-tomcat-9.0.46  file

# cd apache-tomcat-9.0.46

# ls -l

 

Now type

# cd bin

  • Change the permission for the scripts by getting into the bin folder and provide executive permission for all the shell scripts using the command Chmod 750 *.sh.

 

  • Starting The Tomcat

At this point the DBSync Cloud Replication tool is installed on your Linux server. You can start the DBSync Cloud Replication tool by navigating to the bin folder and running the command from the terminal window sh catalina.sh start.

# sh catalina.sh start

 

Now tomcat is started

  • To access DBSync Cloud Replication console, please paste the http://< IP >:8080/dbsync
  • URL in your browser address bar and you will be presented with the DBSync Cloud Replication Home page.

 



  • No labels