Closed ecs-sync closed 4 months ago
cas_migration.xml that you use caused exception in xml parsing, please try xmllint to check the syntax first. BTW, you are using an outdated version of ecs-sync.
Classification: OPEN {TGO}
Thanks, Eric but I am new and not familiar with parching or xml. How can I use xmllink?
@.*** ecs-sync-3.2.7]# xmllint --shell run.sh cas_migration.xml run.sh:1: parser error : Start tag expected, '<' not found
^ / >
Thank you again.
From: Eric Ren @.> Sent: Monday, July 10, 2023 1:23 AM To: EMCECS/ecs-sync @.> Cc: CHOI Ena @.>; Author @.> Subject: Re: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100)
cas_migration.xml that you use caused exception in xml parsing, please try xmllint to check the syntax first. BTW, you are using an outdated version of ecs-sync.
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/EMCECS/ecs-sync/issues/100*issuecomment-1628480998__;Iw!!JqX5CX82_A!tK_r6Izn_uN_hKiyCIv3L3gmKmtLgfHWH_3a4O-a86yAVlrim_GugrFs5qNmSxoPq1ZkmsN7yUEl-uoDPHRzOpdSQUx9XpMH$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBEAGWZTBVT7CDWEZ4GMSOTXPO3UVANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!tK_r6Izn_uN_hKiyCIv3L3gmKmtLgfHWH_3a4O-a86yAVlrim_GugrFs5qNmSxoPq1ZkmsN7yUEl-uoDPHRzOpdSQZrUH0cE$. You are receiving this because you authored the thread.Message ID: @.**@.>>
You could leverage ECS Sync UI, or if prefer cmd line. Please get a new copy from sample/cas_migration.xml for editing. If xml syntax is ok, you will not get exception. You will see if you run command xmllint sample/cas_migration.xml
under ECS Sync source Repo.
there is mysql part on sample xml file. when i check the mysql with ecssync user and password but access denied.
[root@US02ECSSYNC01P ecs-sync-3.2.7]# mysql -h localhost -u ecssync -p Enter password: ERROR 1045 (28000): Access denied for user 'ecssync'@'localhost' (using password: YES) [root@US02ECSSYNC01P ecs-sync-3.2.7]# mysql -h localhost -u root -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
<!-- uncomment the following if you are *not* submitting to the ecs-sync service running on the OVA -->
<!--
<dbConnectString>jdbc:mysql://localhost:3306/ecs_sync?user=ecssync&autoReconnect=true&characterEncoding=UTF-8</dbConnectString>
<dbEncPassword>Z0TUQ+sciX2fp623Iu9LcQ==</dbEncPassword>
-->
<dbTable>cas_migration</dbTable>
<!-- comment above and uncomment below if you are *not* connecting to a mysql DB -->
<!--
<dbFile>cas_migration.db</dbFile>
one more thing, i tried to the below. more options for source and target? thanks.
[root@US02ECSSYNC01P ecs-sync-3.2.7]# java -jar /home/ecssync/ecs-sync-3.2.7/ecs-sync-3.2.7.jar --source cas://10.76.104.2?/home/ecsync/ecs-sync-3.2.7/rainfinity.pea --source-clip-list /home/ecssync/ecs-sync-3.2.7/rainfinity_clips2.txt --target cas://10.95.87.191?home/ecssync/ecs-sync-3.2.7/centera-ecs.pea
EcsSync v3.2.7 Source and target options should be specified first use --help for a detailed (quite long) list of options
I would recommend to use the latest version v3.5.3 and start with ECS Sync UI which is more user friendly instead of CLI. You might switch to CLI later if you prefer.
Dear ecs-sync We use ECSSync quite a bit and if you would like us to spend a couple of hours with you to show you how we migrate (we use the UI) let me know at holger.jakob@bakup.ch Take care, Holger
Classification: OPEN {TGO}
Hi Holger
@.*** CenteraToolsEx]# sudo -i java -jar /home/ecssync/CenteraToolsEx.tar_csp_en_US_1/CenteraToolsEx/JCASScript.jar CASScript>po 10.76.104.2?/home/ecssync/ecs-sync-3.2.7/rainfinity.pea Attempting to connect to: 10.76.104.2?/home/ecssync/ecs-sync-3.2.7/rainfinity.pea Connected to: 10.76.104.2?/home/ecssync/ecs-sync-3.2.7/rainfinity.pea CASPool Properties: Connection String: 10.76.104.2?/home/ecssync/ecs-sync-3.2.7/rainfinity.pea Cluster Time: 2023.07.11 06:36:36 GMT Buffer Size: 16384 Prefetch Buffer Size: 32768 Connection Timeout: 120000 Multi-Cluster Failover Enabled: True Collision Avoidance Enabled: False
CASScript>po 10.95.87.191?/home/ecssync/ecs-sync-3.2.7/centera-ecs.pea Attempting to connect to: 10.95.87.191?/home/ecssync/ecs-sync-3.2.7/centera-ecs.pea Connected to: 10.95.87.191?/home/ecssync/ecs-sync-3.2.7/centera-ecs.pea CASPool Properties: Connection String: 10.95.87.191?/home/ecssync/ecs-sync-3.2.7/centera-ecs.pea Cluster Time: 2023.07.12 08:54:40 GMT Buffer Size: 16384 Prefetch Buffer Size: 32768 Connection Timeout: 120000 Multi-Cluster Failover Enabled: True Collision Avoidance Enabled: False
CASScript>
But migration failed like the below. please help to fix that. Thank you.
@.*** ecs-sync-3.2.7]# java -jar /home/ecssync/ecs-sync-3.2.7/ecs-sync-3.2.7.jar --source cas:hpp://10.76.104.2?/home/ecssync/ecs-sync-3.2.7/rainfinity.pea --source-clip-list /home/ecssync/ecs-sync-3.2.7/rainfinity_clips2.txt --target cas:hpp://10.95.87.191?/home/ecssync/ecs-sync-3.2.7/centera-ecs.pea EcsSync v3.2.7 Source and target options should be specified first use --help for a detailed (quite long) list of options
@. ecs-sync-3.2.7]# ./run.sh cas_migration4.xml
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/ecssync/ecs-sync-3.2.7/ecs-sync-3.2.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/ecssync/ecs-sync-3.2.7/ecs-sync-ctl-3.2.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
EcsSync v3.2.7
2023-07-12 13:22:14 WARN [main ] RestServer: REST server listening at http://localhost:9201/
2023-07-12 13:22:14 ERROR [main ] EcsSync: unexpected exception
java.lang.UnsatisfiedLinkError: com.filepool.natives.FPLibraryNative.setLastError(I)V
at com.filepool.natives.FPLibraryNative.setLastError(Native Method)
at com.filepool.fplibrary.FPLibraryException.retrieveErrorString(Unknown Source)
at com.filepool.fplibrary.FPLibraryException.
From: holgerjakob @.> Sent: Thursday, July 13, 2023 2:34 AM To: EMCECS/ecs-sync @.> Cc: CHOI Ena @.>; Author @.> Subject: Re: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100)
Dear ecs-sync We use ECSSync quite a bit and if you would like us to spend a couple of hours with you to show you how we migrate (we use the UI) let me know at @.**@.> Take care, Holger
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/EMCECS/ecs-sync/issues/100*issuecomment-1633899697__;Iw!!JqX5CX82_A!rR-t8xKv0V3nOxs_NXVPA86u7mMNqbgyv-LThJaxpHnA5a-AeFVz8SJyPTGq4Q53h83qqB2SCL8HU_eBfcO24ZtQZpX_xoVB$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBEAGW2R4OWLYHPJZVMTZLTXP66KBANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!rR-t8xKv0V3nOxs_NXVPA86u7mMNqbgyv-LThJaxpHnA5a-AeFVz8SJyPTGq4Q53h83qqB2SCL8HU_eBfcO24ZtQZnH3E_VE$. You are receiving this because you authored the thread.Message ID: @.**@.>>
HI ecs-sync
@.*** ecs-sync-3.2.7]# java -jar /home/ecssync/ecs-sync-3.2.7/ecs-sync-3.2.7.jar --source cas:hpp://10.76.104.2?/home/ecssync/ecs-sync-3.2.7/rainfinity.pea --source-clip-list /home/ecssync/ecs-sync-3.2.7/rainfinity_clips2.txt --target cas:hpp://10.95.87.191?/home/ecssync/ecs-sync-3.2.7/centera-ecs.pea EcsSync v3.2.7 Source and target options should be specified first use --help for a detailed (quite long) list of options
Did you try to specify it that way? java -jar /home/ecssync/ecs-sync-3.2.7/ecs-sync-3.2.7.jar --source cas:hpp://10.76.104.2?/home/ecssync/ecs-sync-3.2.7/rainfinity.pea --target cas:hpp://10.95.87.191?/home/ecssync/ecs-sync-3.2.7/centera-ecs.pea EcsSync v3.2.7 --source-clip-list /home/ecssync/ecs-sync-3.2.7/rainfinity_clips2.txt
I recommend to use the extended database flags if you need to prove that the source and target md5 valures are identical. Furthermore, install the UI part and run it in there for a start.
Holger
Classification: OPEN {TGO}
Thank you Holger
Let me try database flags.
There is UI but I don’t know how to configure. Do you have document? Thank you again. @.***
From: holgerjakob @.> Sent: Thursday, July 13, 2023 7:32 AM To: EMCECS/ecs-sync @.> Cc: CHOI Ena @.>; Author @.> Subject: Re: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100)
HI ecs-sync
@.*** ecs-sync-3.2.7]# java -jar /home/ecssync/ecs-sync-3.2.7/ecs-sync-3.2.7.jar --source cas:hpp://10.76.104.2?/home/ecssync/ecs-sync-3.2.7/rainfinity.pea --source-clip-list /home/ecssync/ecs-sync-3.2.7/rainfinity_clips2.txt --target cas:hpp://10.95.87.191?/home/ecssync/ecs-sync-3.2.7/centera-ecs.pea EcsSync v3.2.7 Source and target options should be specified first use --help for a detailed (quite long) list of options
Did you try to specify it that way? java -jar /home/ecssync/ecs-sync-3.2.7/ecs-sync-3.2.7.jar --source cas:hpp://10.76.104.2?/home/ecssync/ecs-sync-3.2.7/rainfinity.pea --target cas:hpp://10.95.87.191?/home/ecssync/ecs-sync-3.2.7/centera-ecs.pea EcsSync v3.2.7 --source-clip-list /home/ecssync/ecs-sync-3.2.7/rainfinity_clips2.txt
I recommend to use the extended database flags if you need to prove that the source and target md5 valures are identical. Furthermore, install the UI part and run it in there for a start.
Holger
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/EMCECS/ecs-sync/issues/100*issuecomment-1634353119__;Iw!!JqX5CX82_A!scQFBiUSc5OK0PDRECj_Wr8kuH5E0DYyiSWDAhSuSQKJ-LmxYtC_zx1w3WwDy-xFfuuPvdQzaLzRuYkhNUAAZlKIg_nRdY3N$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBEAGW552YENNIHJ2FNW7ATXQABFVANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!scQFBiUSc5OK0PDRECj_Wr8kuH5E0DYyiSWDAhSuSQKJ-LmxYtC_zx1w3WwDy-xFfuuPvdQzaLzRuYkhNUAAZlKIg3thAomJ$. You are receiving this because you authored the thread.Message ID: @.**@.>>
Classification: OPEN {TGO}
Hi Holger
Can you check the attached xml files? Some files include mariadb info. I changed root password on mariadb but did not change anything on ecssync. Thank you.
@. ecs-sync-3.2.7]# java -jar /home/ecssync/ecs-sync-3.2.7/ecs-sync-3.2.7.jar --source cas:hpp://10.76.104.2?/home/ecssync/ecs-sync-3.2.7/rainfinity.pea --target cas:hpp://10.95.87.191?/home/ecssync/ecs-sync-3.2.7/centera-ecs.pea --source-clip-list /home/ecssync/ecs-sync-3.2.7/rainfinity_clips2.txt EcsSync v3.2.7 2023-07-13 10:20:22 WARN [main ] RestServer: REST server listening at http://localhost:9201/ Unrecognized option: --source-clip-list use --help for a detailed (quite long) list of options @. ecs-sync-3.2.7]#
From: CHOI Ena Sent: Thursday, July 13, 2023 7:46 AM To: 'EMCECS/ecs-sync' @.>; EMCECS/ecs-sync @.> Cc: Author @.***> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Thank you Holger
Let me try database flags.
There is UI but I don’t know how to configure. Do you have document? Thank you again. @.***
From: holgerjakob @.**@.>> Sent: Thursday, July 13, 2023 7:32 AM To: EMCECS/ecs-sync @.**@.>> Cc: CHOI Ena @.**@.>>; Author @.**@.>> Subject: Re: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100)
HI ecs-sync
@.*** ecs-sync-3.2.7]# java -jar /home/ecssync/ecs-sync-3.2.7/ecs-sync-3.2.7.jar --source cas:hpp://10.76.104.2?/home/ecssync/ecs-sync-3.2.7/rainfinity.pea --source-clip-list /home/ecssync/ecs-sync-3.2.7/rainfinity_clips2.txt --target cas:hpp://10.95.87.191?/home/ecssync/ecs-sync-3.2.7/centera-ecs.pea EcsSync v3.2.7 Source and target options should be specified first use --help for a detailed (quite long) list of options
Did you try to specify it that way? java -jar /home/ecssync/ecs-sync-3.2.7/ecs-sync-3.2.7.jar --source cas:hpp://10.76.104.2?/home/ecssync/ecs-sync-3.2.7/rainfinity.pea --target cas:hpp://10.95.87.191?/home/ecssync/ecs-sync-3.2.7/centera-ecs.pea EcsSync v3.2.7 --source-clip-list /home/ecssync/ecs-sync-3.2.7/rainfinity_clips2.txt
I recommend to use the extended database flags if you need to prove that the source and target md5 valures are identical. Furthermore, install the UI part and run it in there for a start.
Holger
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/EMCECS/ecs-sync/issues/100*issuecomment-1634353119__;Iw!!JqX5CX82_A!scQFBiUSc5OK0PDRECj_Wr8kuH5E0DYyiSWDAhSuSQKJ-LmxYtC_zx1w3WwDy-xFfuuPvdQzaLzRuYkhNUAAZlKIg_nRdY3N$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBEAGW552YENNIHJ2FNW7ATXQABFVANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!scQFBiUSc5OK0PDRECj_Wr8kuH5E0DYyiSWDAhSuSQKJ-LmxYtC_zx1w3WwDy-xFfuuPvdQzaLzRuYkhNUAAZlKIg3thAomJ$. You are receiving this because you authored the thread.Message ID: @.**@.>>
Hi ecs-sync
I recommend to install the ui jar file. Then I'll be able to help you in a zoom or whatever session to get this done.
Holger
Classification: OPEN {TGO}
Hi Holger
Thank you so much for your email. I download two versions, the latest one(3.5.1) And same version(3.2.7). Which one I need to install? I have ecssync server from 3.2.7 ova.
I am good for Team and Zoom meeting today. Please let me know when you are good. Thank you.
From: holgerjakob @.> Sent: Thursday, July 13, 2023 8:46 AM To: EMCECS/ecs-sync @.> Cc: CHOI Ena @.>; Author @.> Subject: Re: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100)
Hi ecs-sync
I recommend to install the ui jar file. Then I'll be able to help you in a zoom or whatever session to get this done.
Holger
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/EMCECS/ecs-sync/issues/100*issuecomment-1634483266__;Iw!!JqX5CX82_A!p-K4bDlDInJK5Ek_tSvrcT6r2Q0ALrf9UYYz1MGCvGCbilAl4JswrRe5zeI6XHOIOUoXF0szAczIyZqvv2Dd0PcBbQ5Vl5rs$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBEAGW2W3JCBTXQXFJJJSNDXQAJ4NANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!p-K4bDlDInJK5Ek_tSvrcT6r2Q0ALrf9UYYz1MGCvGCbilAl4JswrRe5zeI6XHOIOUoXF0szAczIyZqvv2Dd0PcBbQac--0-$. You are receiving this because you authored the thread.Message ID: @.**@.>>
Classification: OPEN {TGO}
Hi Holger
I run the below but same web UI.
Ø nohup java -jar ecs-sync-ui-3.5.3.jar --rest-only > /var/log/ecs-sync.log &
@.***
Did I miss something? Also I am good today or tomorrow morning but I can arrange my schedule so please let me know your availability. Thank you.
From: CHOI Ena Sent: Thursday, July 13, 2023 9:01 AM To: 'EMCECS/ecs-sync' @.>; EMCECS/ecs-sync @.> Cc: Author @.***> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
Thank you so much for your email. I download two versions, the latest one(3.5.1) And same version(3.2.7). Which one I need to install? I have ecssync server from 3.2.7 ova.
I am good for Team and Zoom meeting today. Please let me know when you are good. Thank you.
From: holgerjakob @.**@.>> Sent: Thursday, July 13, 2023 8:46 AM To: EMCECS/ecs-sync @.**@.>> Cc: CHOI Ena @.**@.>>; Author @.**@.>> Subject: Re: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100)
Hi ecs-sync
I recommend to install the ui jar file. Then I'll be able to help you in a zoom or whatever session to get this done.
Holger
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/EMCECS/ecs-sync/issues/100*issuecomment-1634483266__;Iw!!JqX5CX82_A!p-K4bDlDInJK5Ek_tSvrcT6r2Q0ALrf9UYYz1MGCvGCbilAl4JswrRe5zeI6XHOIOUoXF0szAczIyZqvv2Dd0PcBbQ5Vl5rs$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBEAGW2W3JCBTXQXFJJJSNDXQAJ4NANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!p-K4bDlDInJK5Ek_tSvrcT6r2Q0ALrf9UYYz1MGCvGCbilAl4JswrRe5zeI6XHOIOUoXF0szAczIyZqvv2Dd0PcBbQac--0-$. You are receiving this because you authored the thread.Message ID: @.**@.>>
Classification: OPEN {TGO}
Hi Holger
Are you good on Monday? Or Tuesday? Please let me know your availability and I will arrange my schedule. Thank you.
Ena
From: CHOI Ena Sent: Thursday, July 13, 2023 11:45 AM To: 'EMCECS/ecs-sync' @.>; 'EMCECS/ecs-sync' @.> Cc: 'Author' @.***> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
I run the below but same web UI.
Ø nohup java -jar ecs-sync-ui-3.5.3.jar --rest-only > /var/log/ecs-sync.log &
@.***
Did I miss something? Also I am good today or tomorrow morning but I can arrange my schedule so please let me know your availability. Thank you.
From: CHOI Ena Sent: Thursday, July 13, 2023 9:01 AM To: 'EMCECS/ecs-sync' @.**@.>>; EMCECS/ecs-sync @.**@.>> Cc: Author @.**@.>> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
Thank you so much for your email. I download two versions, the latest one(3.5.1) And same version(3.2.7). Which one I need to install? I have ecssync server from 3.2.7 ova.
I am good for Team and Zoom meeting today. Please let me know when you are good. Thank you.
From: holgerjakob @.**@.>> Sent: Thursday, July 13, 2023 8:46 AM To: EMCECS/ecs-sync @.**@.>> Cc: CHOI Ena @.**@.>>; Author @.**@.>> Subject: Re: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100)
Hi ecs-sync
I recommend to install the ui jar file. Then I'll be able to help you in a zoom or whatever session to get this done.
Holger
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/EMCECS/ecs-sync/issues/100*issuecomment-1634483266__;Iw!!JqX5CX82_A!p-K4bDlDInJK5Ek_tSvrcT6r2Q0ALrf9UYYz1MGCvGCbilAl4JswrRe5zeI6XHOIOUoXF0szAczIyZqvv2Dd0PcBbQ5Vl5rs$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBEAGW2W3JCBTXQXFJJJSNDXQAJ4NANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!p-K4bDlDInJK5Ek_tSvrcT6r2Q0ALrf9UYYz1MGCvGCbilAl4JswrRe5zeI6XHOIOUoXF0szAczIyZqvv2Dd0PcBbQac--0-$. You are receiving this because you authored the thread.Message ID: @.**@.>>
Hi Ena
I am good on Tuesday business hours CEST. The OVA with an updated ECSSync is fine. Follow my post on https://www.backup.ch/object-migration-using-ecs-sync/ or I can provide you an OVA with an updated OS and ECSSync.
Holger
Hi Holger How about 3:30pm cest?, which is 6:30am. Yes, please provide ova to upgrade. Thank you.
Ena
Sent from my mobile device
On July 16, 2023 at 11:21:14 PM PDT, holgerjakob @.***> wrote:
Hi Ena
I am good on Tuesday business hours CEST. The OVA with an updated ECSSync is fine. Follow my post on https://www.backup.ch/object-migration-using-ecs-sync/https://urldefense.com/v3/__https://www.backup.ch/object-migration-using-ecs-sync/__;!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV4-XfPHG$ or I can provide you an OVA with an updated OS and ECSSync.
Holger
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https://github.com/EMCECS/ecs-sync/issues/100*issuecomment-1637444283__;Iw!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV_SnRqZe$, or unsubscribehttps://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/BBEAGW7ALIEKVCP2PJX4CMLXQTKVTANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV4rs_jPk$. You are receiving this because you authored the thread.Message ID: @.***>
Classification: OPEN {TGO}
Hi Holger How about 3:30pm cest?, which is 6:30am. Yes, please provide ova to upgrade. Thank you.
Ena
Sent from my mobile device On July 16, 2023 at 11:21:14 PM PDT, holgerjakob @.**@.>> wrote:
Hi Ena
I am good on Tuesday business hours CEST. The OVA with an updated ECSSync is fine. Follow my post on https://www.backup.ch/object-migration-using-ecs-sync/https://urldefense.com/v3/__https:/www.backup.ch/object-migration-using-ecs-sync/__;!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV4-XfPHG$ or I can provide you an OVA with an updated OS and ECSSync.
Holger
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/EMCECS/ecs-sync/issues/100*issuecomment-1637444283__;Iw!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV_SnRqZe$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBEAGW7ALIEKVCP2PJX4CMLXQTKVTANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV4rs_jPk$. You are receiving this because you authored the thread.Message ID: @.**@.>>
Classification: OPEN {TGO}
Hi Holger
I followed ECS-Sync-Instllation-V1.0.pdf, https://www.backup.ch/wp-content/uploads/sites/5/ECS-Sync-Installation-V1.0.pdf
I did “1.4. Runing JCAScrit” and then I don’t understand “ Whenever I “save and write to configuration to storage”, there is error.
Are you good at 3:30om CEST? It is 6:30am PST on 7/18? Thank you.
Ena
From: CHOI Ena Sent: Monday, July 17, 2023 8:52 AM To: EMCECS/ecs-sync @.>; EMCECS/ecs-sync @.> Cc: Author @.***> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger How about 3:30pm cest?, which is 6:30am. Yes, please provide ova to upgrade. Thank you.
Ena
Sent from my mobile device On July 16, 2023 at 11:21:14 PM PDT, holgerjakob @.**@.>> wrote:
Hi Ena
I am good on Tuesday business hours CEST. The OVA with an updated ECSSync is fine. Follow my post on https://www.backup.ch/object-migration-using-ecs-sync/https://urldefense.com/v3/__https:/www.backup.ch/object-migration-using-ecs-sync/__;!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV4-XfPHG$ or I can provide you an OVA with an updated OS and ECSSync.
Holger
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/EMCECS/ecs-sync/issues/100*issuecomment-1637444283__;Iw!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV_SnRqZe$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBEAGW7ALIEKVCP2PJX4CMLXQTKVTANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV4rs_jPk$. You are receiving this because you authored the thread.Message ID: @.**@.>>
Classification: OPEN {TGO}
Hi Holger
I run the below. @.*** ecs-sync-3.5.3]# java -jar /usr/local/ecs-sync-3.5.3/ecs-sync-3.5.3.jar --xml-config /usr/local/ecs-sync-3.5.3/cas_migration.xml > /tmp/log.log 2023-07-17 04:36:44 WARN [main ] RestServer: REST server listening at http://localhost:9201/
@.*** ecs-sync-3.5.3]#
From: CHOI Ena Sent: Monday, July 17, 2023 12:17 PM To: 'EMCECS/ecs-sync' @.>; 'EMCECS/ecs-sync' @.> Cc: 'Author' @.***> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
I followed ECS-Sync-Instllation-V1.0.pdf, https://www.backup.ch/wp-content/uploads/sites/5/ECS-Sync-Installation-V1.0.pdf
I did “1.4. Runing JCAScrit” and then I don’t understand “ Whenever I “save and write to configuration to storage”, there is error.
Are you good at 3:30om CEST? It is 6:30am PST on 7/18? Thank you.
Ena
From: CHOI Ena Sent: Monday, July 17, 2023 8:52 AM To: EMCECS/ecs-sync @.**@.>>; EMCECS/ecs-sync @.**@.>> Cc: Author @.**@.>> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger How about 3:30pm cest?, which is 6:30am. Yes, please provide ova to upgrade. Thank you.
Ena
Sent from my mobile device On July 16, 2023 at 11:21:14 PM PDT, holgerjakob @.**@.>> wrote:
Hi Ena
I am good on Tuesday business hours CEST. The OVA with an updated ECSSync is fine. Follow my post on https://www.backup.ch/object-migration-using-ecs-sync/https://urldefense.com/v3/__https:/www.backup.ch/object-migration-using-ecs-sync/__;!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV4-XfPHG$ or I can provide you an OVA with an updated OS and ECSSync.
Holger
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/EMCECS/ecs-sync/issues/100*issuecomment-1637444283__;Iw!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV_SnRqZe$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBEAGW7ALIEKVCP2PJX4CMLXQTKVTANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV4rs_jPk$. You are receiving this because you authored the thread.Message ID: @.**@.>>
Classification: OPEN {TGO}
Hi Holger
Sorry for lots of email but little bit progress. Do you think it is processing correctly?
@. ecs-sync-3.5.3]# java -jar ecs-sync-ctl-3.5.3.jar --submit /usr/local/ecs-sync-3.5.3/cas_migration.xml Submitted Job 1 @. ecs-sync-3.5.3]#
@. ecs-sync-3.5.3]# java -jar ecs-sync-ctl-3.5.3.jar --status 1 Job Name: cas_migration.xml Job Status: Initializing Job Time: 0ms Active Query Threads: 0 Active Sync Threads: 0 CPU Time: 0ms CPU Usage: 0.0 % Memory Usage: 381.5MB Objects Expected: -1 Objects Completed: 0 Objects Skipped: 0 Objects Awaiting Retry: 0 Error Count: 0 Bytes Expected: -1B Bytes Completed: 0B Bytes Skipped: 0B Current BW (source): read: 0B/s write: 0B/s Current BW (target): read: 0B/s write: 0B/s Current Throughput: completed 0/s skipped 0/s failed 0/s Average BW: 0B/s Average Throughput: 0.0/s ETA: N/A General Error: @. ecs-sync-3.5.3]#
From: CHOI Ena Sent: Monday, July 17, 2023 2:43 PM To: 'EMCECS/ecs-sync' @.>; 'EMCECS/ecs-sync' @.> Cc: 'Author' @.***> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
I run the below. @.*** ecs-sync-3.5.3]# java -jar /usr/local/ecs-sync-3.5.3/ecs-sync-3.5.3.jar --xml-config /usr/local/ecs-sync-3.5.3/cas_migration.xml > /tmp/log.log 2023-07-17 04:36:44 WARN [main ] RestServer: REST server listening at http://localhost:9201/
@.*** ecs-sync-3.5.3]#
From: CHOI Ena Sent: Monday, July 17, 2023 12:17 PM To: 'EMCECS/ecs-sync' @.**@.>>; 'EMCECS/ecs-sync' @.**@.>> Cc: 'Author' @.**@.>> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
I followed ECS-Sync-Instllation-V1.0.pdf, https://www.backup.ch/wp-content/uploads/sites/5/ECS-Sync-Installation-V1.0.pdf
I did “1.4. Runing JCAScrit” and then I don’t understand “ Whenever I “save and write to configuration to storage”, there is error.
Are you good at 3:30om CEST? It is 6:30am PST on 7/18? Thank you.
Ena
From: CHOI Ena Sent: Monday, July 17, 2023 8:52 AM To: EMCECS/ecs-sync @.**@.>>; EMCECS/ecs-sync @.**@.>> Cc: Author @.**@.>> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger How about 3:30pm cest?, which is 6:30am. Yes, please provide ova to upgrade. Thank you.
Ena
Sent from my mobile device On July 16, 2023 at 11:21:14 PM PDT, holgerjakob @.**@.>> wrote:
Hi Ena
I am good on Tuesday business hours CEST. The OVA with an updated ECSSync is fine. Follow my post on https://www.backup.ch/object-migration-using-ecs-sync/https://urldefense.com/v3/__https:/www.backup.ch/object-migration-using-ecs-sync/__;!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV4-XfPHG$ or I can provide you an OVA with an updated OS and ECSSync.
Holger
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/EMCECS/ecs-sync/issues/100*issuecomment-1637444283__;Iw!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV_SnRqZe$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBEAGW7ALIEKVCP2PJX4CMLXQTKVTANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV4rs_jPk$. You are receiving this because you authored the thread.Message ID: @.**@.>>
Classification: OPEN {TGO}
Hi Holger
There is error of /var/log/ecs-sync/cas-sdk.log.
@.*** ecs-sync-3.5.3]# tail -f /var/log/ecs-sync/cas-sdk.log 1689632877306 2023-07-17 22:27:57.306 [error] 1335.-1077147904 [API] End FPClip_Open(-,19H2ONLVJS1DFe0RU3SE4S2VT9S,2): Error -10021 1689632877309 2023-07-17 22:27:57.309 [error] 1335.-1079253248 [API] End FPClip_Open(-,1P7AD3R8T1EVUe736CD0A154EPQ,2): Error -10021 1689632877330 2023-07-17 22:27:57.330 [error] 1335.-1052936448 [API] End FPClip_Open(-,16L9675HUIMNEeFARER7UCELUUV,2): Error -10021 1689632877399 2023-07-17 22:27:57.399 [error] 1335.-1072937216 [API] End FPClip_Open(-,0NGTUI0RSGQ7Be77JLMQPFHOTHB,2): Error -10021 1689632877427 2023-07-17 22:27:57.427 [error] 1335.-1075042560 [API] End FPClip_Open(-,FLNLQTB5UROVLe9ML88CVECK12E,2): Error -10021 1689632877767 2023-07-17 22:27:57.767 [error] 1335.-1017161984 [API] End FPClip_Open(-,1K4LLJQNOP8UNe7EQU1DC3Q1CMJ,2): Error -10021 1689632877820 2023-07-17 22:27:57.820 [error] 1335.-1068726528 [API] End FPClip_Open(-,5TRTI4KRSMSKEe7UKV61IB5NKOP,2): Error -10021 1689632877858 2023-07-17 22:27:57.858 [error] 1335.-1052936448 [API] End FPClip_Open(-,7R160LNHF6A6De4RH9Q1R8N66BK,2): Error -10021 1689632878047 2023-07-17 22:27:58.047 [error] 1335.-1079253248 [API] End FPClip_Open(-,7D0DQ5ONRBDAFe5IEQKQDATHAU9,2): Error -10021 1689633478438 2023-07-17 22:37:58.438 [error] 1335.-1026619648 [API] End FPClip_Open(-,94BKE7MTTLOAQeAVI80ETJ2GTKM,2): Error -10021
@. ecs-sync-3.5.3]# java -jar ecs-sync-ctl-3.5.3.jar --status 1 Job Name: cas_migration.xml Job Status: Running Job Time: 12m 3s 362ms Active Query Threads: 0 Active Sync Threads: 30 CPU Time: 3330ms CPU Usage: 0.0 % Memory Usage: 423.5MB Objects Expected: -1 (calculating...) Objects Completed: 36 Objects Skipped: 0 Objects Awaiting Retry: 0 Error Count: 0 Bytes Expected: -1B Bytes Completed: 3.0MB Bytes Skipped: 0B Current BW (source): read: 0B/s write: 0B/s Current BW (target): read: 0B/s write: 0B/s Current Throughput: completed 0/s skipped 0/s failed 0/s Average BW: 4.2KB/s Average Throughput: 0.0/s ETA: N/A General Error: @. ecs-sync-3.5.3]#
From: CHOI Ena Sent: Monday, July 17, 2023 3:28 PM To: 'EMCECS/ecs-sync' @.>; 'EMCECS/ecs-sync' @.> Cc: 'Author' @.***> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
Sorry for lots of email but little bit progress. Do you think it is processing correctly?
@. ecs-sync-3.5.3]# java -jar ecs-sync-ctl-3.5.3.jar --submit /usr/local/ecs-sync-3.5.3/cas_migration.xml Submitted Job 1 @. ecs-sync-3.5.3]#
@. ecs-sync-3.5.3]# java -jar ecs-sync-ctl-3.5.3.jar --status 1 Job Name: cas_migration.xml Job Status: Initializing Job Time: 0ms Active Query Threads: 0 Active Sync Threads: 0 CPU Time: 0ms CPU Usage: 0.0 % Memory Usage: 381.5MB Objects Expected: -1 Objects Completed: 0 Objects Skipped: 0 Objects Awaiting Retry: 0 Error Count: 0 Bytes Expected: -1B Bytes Completed: 0B Bytes Skipped: 0B Current BW (source): read: 0B/s write: 0B/s Current BW (target): read: 0B/s write: 0B/s Current Throughput: completed 0/s skipped 0/s failed 0/s Average BW: 0B/s Average Throughput: 0.0/s ETA: N/A General Error: @. ecs-sync-3.5.3]#
From: CHOI Ena Sent: Monday, July 17, 2023 2:43 PM To: 'EMCECS/ecs-sync' @.**@.>>; 'EMCECS/ecs-sync' @.**@.>> Cc: 'Author' @.**@.>> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
I run the below. @.*** ecs-sync-3.5.3]# java -jar /usr/local/ecs-sync-3.5.3/ecs-sync-3.5.3.jar --xml-config /usr/local/ecs-sync-3.5.3/cas_migration.xml > /tmp/log.log 2023-07-17 04:36:44 WARN [main ] RestServer: REST server listening at http://localhost:9201/
@.*** ecs-sync-3.5.3]#
From: CHOI Ena Sent: Monday, July 17, 2023 12:17 PM To: 'EMCECS/ecs-sync' @.**@.>>; 'EMCECS/ecs-sync' @.**@.>> Cc: 'Author' @.**@.>> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
I followed ECS-Sync-Instllation-V1.0.pdf, https://www.backup.ch/wp-content/uploads/sites/5/ECS-Sync-Installation-V1.0.pdf
I did “1.4. Runing JCAScrit” and then I don’t understand “ Whenever I “save and write to configuration to storage”, there is error.
Are you good at 3:30om CEST? It is 6:30am PST on 7/18? Thank you.
Ena
From: CHOI Ena Sent: Monday, July 17, 2023 8:52 AM To: EMCECS/ecs-sync @.**@.>>; EMCECS/ecs-sync @.**@.>> Cc: Author @.**@.>> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger How about 3:30pm cest?, which is 6:30am. Yes, please provide ova to upgrade. Thank you.
Ena
Sent from my mobile device On July 16, 2023 at 11:21:14 PM PDT, holgerjakob @.**@.>> wrote:
Hi Ena
I am good on Tuesday business hours CEST. The OVA with an updated ECSSync is fine. Follow my post on https://www.backup.ch/object-migration-using-ecs-sync/https://urldefense.com/v3/__https:/www.backup.ch/object-migration-using-ecs-sync/__;!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV4-XfPHG$ or I can provide you an OVA with an updated OS and ECSSync.
Holger
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/EMCECS/ecs-sync/issues/100*issuecomment-1637444283__;Iw!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV_SnRqZe$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBEAGW7ALIEKVCP2PJX4CMLXQTKVTANCNFSM6AAAAAA2CNHWHQ__;!!JqX5CX82_A!vhCasqRFeq714BxsYgLj7g35fjwIhj02UxBUjKsO7ayLwrIUqtsvgc9H22wCX44W8Hvthw1hOOMKfVmvGDVydRrKV4rs_jPk$. You are receiving this because you authored the thread.Message ID: @.**@.>>
Hi Ena
Please send an invitation to holger.jakob@backup.ch for later today. 3:30 CEST is fine, an hour later as well. Till later, Holger
Hi Ena
The link to download our OVF
Holger
Classification: OPEN {TGO}
Hi Holger
Thank you so much for your help this morning even it was late there. I added the another network and sample job completed like the below. I am going to go datacenter later to change access node. And will let you know. Thank you again.
@.***
Hi Ena
You can archive the job and restart it with the larger list if you want. When it runs, you can increase the threads to 8 in the UI. I doubt that your Centera is able to handle a lot more.
Holger
Holger Jakob Mobile +41 79 415 56 22
From: CHOI Ena @.> Sent: Dienstag, 18. Juli 2023 17:38 To: EMCECS/ecs-sync @.>; EMCECS/ecs-sync @.>; Holger Jakob @.> Cc: Author @.***> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
Thank you so much for your help this morning even it was late there. I added the another network and sample job completed like the below. I am going to go datacenter later to change access node. And will let you know. Thank you again.
@.***
Classification: OPEN {TGO}
Hi Holger
The below is the status so far. I was too busy to go to Datacenter. Let me go tomorrow and will send email to you. Thank you so much.
@.***
From: CHOI Ena Sent: Tuesday, July 18, 2023 8:37 AM To: 'EMCECS/ecs-sync' @.>; 'EMCECS/ecs-sync' @.>; @.' @.> Cc: 'Author' @.***> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
Thank you so much for your help this morning even it was late there. I added the another network and sample job completed like the below. I am going to go datacenter later to change access node. And will let you know. Thank you again.
@.***
Hi Ena
The 10 skipped are from the first short list that we tested with. Due to the state of your Centera with incomplete regenerations, I would assume that some errors are just going to happen and will not be recoverable. Restarting the job once it completes will retry these failed ClipIDs.
You could try increasing the threads and if the transfer rates still increase this might still be fine. Should the errors at the bottom start to increase quicker reduce the thread count again. This is dynamic.
We’ve normally seen three times the connections that what the thread count was. As you have two access nodes, this would be 12 with thread count 8, 24 with thread count 16.
From what I can estimate, this is probably as good as your broken Centera will allow.
Best regards, Holger
Holger Jakob Mobile +41 79 415 56 22
From: CHOI Ena @.> Sent: Mittwoch, 19. Juli 2023 02:45 To: EMCECS/ecs-sync @.>; EMCECS/ecs-sync @.>; Holger Jakob @.> Cc: Author @.***> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
The below is the status so far. I was too busy to go to Datacenter. Let me go tomorrow and will send email to you. Thank you so much.
@.***
From: CHOI Ena Sent: Tuesday, July 18, 2023 8:37 AM To: 'EMCECS/ecs-sync' @.**@.>>; 'EMCECS/ecs-sync' @.**@.>>; @.' @*.**@*.>> Cc: 'Author' @*.**@*.***>> Subject: RE: [EMCECS/ecs-sync] ecssync connection issue from Centera to ECS (Issue #100) {TGO}
Classification: OPEN {TGO}
Hi Holger
Thank you so much for your help this morning even it was late there. I added the another network and sample job completed like the below. I am going to go datacenter later to change access node. And will let you know. Thank you again.
@.***
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.
Hello
I tried to sync from Centera to ECS on ECSSYNC. I copied the cas_migration.xml and run but failed like the below.
[root@US02ECSSYNC01P ecs-sync-3.2.7]# ./run.sh cas_migration.xml SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/ecssync/ecs-sync-3.2.7/ecs-sync-3.2.7.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/ecssync/ecs-sync-3.2.7/ecs-sync-ctl-3.2.7.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] EcsSync v3.2.7 2023-07-07 15:45:25 WARN [main ] RestServer: REST server listening at http://localhost:9201/ javax.xml.bind.UnmarshalException: unexpected element (uri:"http://www.springframework.org/schema/beans", local:"beans"). Expected elements are <{http://www.emc.com/ecs/sync/model}aclMappingConfig>,<{http://www.emc.com/ecs/sync/model}archiveConfig>,<{http://www.emc.com/ecs/sync/model}atmosConfig>,<{http://www.emc.com/ecs/sync/model}awsS3Config>,<{http://www.emc.com/ecs/sync/model}casConfig>,<{http://www.emc.com/ecs/sync/model}casSingleBlobExtractorConfig>,<{http://www.emc.com/ecs/sync/model}cifsEcsConfig>,<{http://www.emc.com/ecs/sync/model}cuaExtractorConfig>,<{http://www.emc.com/ecs/sync/model}decryptionConfig>,<{http://www.emc.com/ecs/sync/model}dxExtractorConfig>,<{http://www.emc.com/ecs/sync/model}ecsS3Config>,<{http://www.emc.com/ecs/sync/model}encryptionConfig>,<{http://www.emc.com/ecs/sync/model}filesystemConfig>,<{http://www.emc.com/ecs/sync/model}gladinetMappingConfig>,<{http://www.emc.com/ecs/sync/model}idLoggingConfig>,<{http://www.emc.com/ecs/sync/model}localCacheConfig>,<{http://www.emc.com/ecs/sync/model}metadataConfig>,<{http://www.emc.com/ecs/sync/model}nfsConfig>,<{http://www.emc.com/ecs/sync/model}overrideMimetypeConfig>,<{http://www.emc.com/ecs/sync/model}pathShardingConfig>,<{http://www.emc.com/ecs/sync/model}preserveAclConfig>,<{http://www.emc.com/ecs/sync/model}preserveFileAttributesConfig>,<{http://www.emc.com/ecs/sync/model}restoreAclConfig>,<{http://www.emc.com/ecs/sync/model}restoreFileAttributesConfig>,<{http://www.emc.com/ecs/sync/model}shellCommandConfig>,<{http://www.emc.com/ecs/sync/model}syncConfig>,<{http://www.emc.com/ecs/sync/model}syncOptions>,<{http://www.emc.com/ecs/sync/model}testConfig> at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent(UnmarshallingContext.java:647) at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:258) at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:253) at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportUnexpectedChildElement(Loader.java:120) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$DefaultRootLoader.childElement(UnmarshallingContext.java:1052) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement(UnmarshallingContext.java:483) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.startElement(UnmarshallingContext.java:464) at com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector.startElement(SAXConnector.java:152) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3132) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:852) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:216) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:189) at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:157) at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:162) at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:171) at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:189) at com.emc.ecs.sync.EcsSync.loadXmlFile(EcsSync.java:144) at com.emc.ecs.sync.EcsSync.main(EcsSync.java:95) [root@US02ECSSYNC01P ecs-sync-3.2.7]#
The cas_migrtation.xml is like the below. where is it wrong?
[root@US02ECSSYNC01P ecs-sync-3.2.7]# cat cas_migration.xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
[root@US02ECSSYNC01P ecs-sync-3.2.7]#
Thank you.