We have the need to not only run the ecs sync job once but a second time to copy the data to a dr ECS system that is independent of the replicated production clusters.
The idea was to scp a select souce_id from ... into outfile to a second ecs sync instance and to run the job based on the cliplist. This avoids having to query the Centera again and also that we only need to validate one list with the application database.
the scp of the outfile which is lying under the mysql structure is not possible and the message is that ecssync is not in the sudoers list.
Hi all
We have the need to not only run the ecs sync job once but a second time to copy the data to a dr ECS system that is independent of the replicated production clusters. The idea was to scp a select souce_id from ... into outfile to a second ecs sync instance and to run the job based on the cliplist. This avoids having to query the Centera again and also that we only need to validate one list with the application database.
the scp of the outfile which is lying under the mysql structure is not possible and the message is that ecssync is not in the sudoers list.
Any idea how to fix this?
Thanks a lot, Holger