yingzhao
yingzhao

Reputation: 115

Add endpoint in Cloud Integration service

I failed to add endpoint in Cloud Integration service, following the steps below:

Upvotes: 0

Views: 30

Answers (1)

yingzhao
yingzhao

Reputation: 115

Each time that you create a new basic connection, a new installation .tar file is created specific to that installation. They all have unique /home/nativeapiadmin/mgmt.tunnel files that are configured specifically for that connector. If you want to reuse an existing copy of the installation, you must edit the mgmt.tunnel file with the correct host name or IP address, and port numbers.Then, restart the connector.

If above does not resolve your problem, run the following procedure to clean up and recreate the endpoint:

  • delete your basic connector from cloud integration
  • create a new basic connector, with a new name
  • Download the Linux 64-bit installer and make sure the file size is  around 844,128 bytes
  • remove the older connector from the system
    • delete the "nativeapiadmin" user and the user's directory
    • delete the known_host file in the /root/.ssh directory
  • reinstall the connector, please read the INSTALL_README file that is included in the zip
  • upload the id_rsa.pub key from same machine as connector was installed
  • create the endpoint

Upvotes: 0

Related Questions