Closed mpmafra1403 closed 4 months ago
"Smart Client" needs to be turned off when LB is used. Have you checked the same endpoint info working fine on other tools like s3browser or s3curl?
Hi S3Browser is working fine, DataMigrate is working also, however this last tool don't do 2 bukets to a single one, so I will try to use ECSSYNC to do this.
I am trying to copy objects from an ECS bucket (namespace 1) to another ECS bucket (namespace 2) using the below command.
java -jar ecs-sync-3.5.3.jar -source <source-uri
@Ashwin07 , option --no-smart-client
can be used to disable smart client. See details in https://github.com/EMCECS/ecs-sync/wiki/CLI-Syntax. Alternatively, you can use --xml-config
to specify your configuration for the sync task, there are samples for your reference in https://github.com/EMCECS/ecs-sync/tree/master/sample .
Hi Eric,
I tried multiple ways, but not working.
java -jar ecs-sync-3.5.3.jar -source <source-uri
java -jar ecs-sync-3.5.3.jar -source <source-uri
One tested example of copying data between ECS buckets using ECSSync, will be greatly appreciated!
@Ashwin07, you could firstly compose your sync job configuration by referencing https://github.com/EMCECS/ecs-sync/blob/master/sample/ecs-s3-bucket-copy.xml, then run ecs-sync-ctl --submit ecs-s3-bucket-copy.xml
. The easiest way is to try all the operations in UI.
As it has been a long time since the last response, I'll close the ticket. Please feel free to reopen it if you hit the same issue.
Hi Folks, I'm trying to run a migration from S3 compatible to ECS S3, when ran the job I'm getting a timeout, endpoint was a LoadBalancer VIP and ecssync is shown a error message trying to connect to final ECS IP, both are in different subnet and only LoadBalance has rule placed to ecssync.
General Error: [com.sun.jersey.api.client.ClientHandlerException: org.apache.http.conn.ConnectTimeoutException: Connect to:9021 timed out] org.apache.http.conn.ConnectTimeoutException: Connect to :9021 timed out
Can someone help me on this?
best regards.