Start a Conversation

Unsolved

Closed

1 Message

206

July 12th, 2023 11:00

migration from centera to ecs on ecssync

hello

i got cclip list from centera and connections are good to centera and ecs from ecssync server.

i tried to run xml and just run the below but failed. please please help me to fix this. thank you.

==========================================================================================

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
[root@US02ECSSYNC01P ecs-sync-3.2.7]#

====================================================================================

[root@US02ECSSYNC01P 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. (Unknown Source)
at com.filepool.fplibrary.FPPool.RegisterApplication(Unknown Source)
at com.emc.ecs.sync.storage.cas.CasStorage.configure(CasStorage.java:101)
at com.emc.ecs.sync.EcsSync.run(EcsSync.java:212)
at com.emc.ecs.sync.EcsSync.main(EcsSync.java:108)
2023-07-12 13:22:14 WARN [main ] EcsSync: terminated early!
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. (Unknown Source)
at com.filepool.fplibrary.FPPool.RegisterApplication(Unknown Source)
at com.emc.ecs.sync.storage.cas.CasStorage.configure(CasStorage.java:101)
at com.emc.ecs.sync.EcsSync.run(EcsSync.java:212)
at com.emc.ecs.sync.EcsSync.main(EcsSync.java:108)
[root@US02ECSSYNC01P ecs-sync-3.2.7]#

No Responses!
No Events found!

Top