Start a Conversation

Unsolved

This post is more than 5 years old

4471

May 8th, 2017 02:00

ECS-SYNC installation

Hello,

did anyone setup ECS-SYNC on Centos 7
to migrate or copy ECS - Buckets?

Home · EMCECS/ecs-sync Wiki · GitHub

The installation worked fine but i cannot login to ECS-Sync with Webbrowser (apache is running fine)

110 Posts

May 8th, 2017 06:00

heidi07 ,

 

Can you paste the output from the following commands?

ps -ef | grep java
netstat -an | grep 9200
netstat -an | grep 8080

 

Keep in mind that after installation, it takes several minutes for the UI application to initialize (it's a Grails app).  If it still doesn't load after 10 minutes, then something went wrong.

110 Posts

May 8th, 2017 07:00

Try using HTTPS in the web browser:

https://

And be sure to follow the UI initialization steps.  The default login is admin/ecs-sync.  There is also a troubleshooting section that may help.

3 Posts

May 8th, 2017 07:00

ps -ef | grep java

root      1448     1  0 13:02 ?        00:00:11 java -server -Xmx12G -XX:+UseParallelGC -jar /opt/emc/ecs-sync/lib/ecs-sync.jar --rest-only --db-connect-string jdbc:mysql://localhost:3306/ecs_sync?user=ecssync&password=******&autoReconnect=true&characterEncoding=UTF-8

ecssync   1581     1  0 13:02 ?        00:01:26 java -server -noverify -Xms1G -Xmx2G -XX:+UseParallelGC -jar /opt/emc/ecs-sync/lib/ecs-sync-ui.jar

netstat -an | grep 8080

tcp        0      0 127.0.0.1:8080          0.0.0.0:*               LISTEN

netstat -an | grep 9200

tcp        0      0 127.0.0.1:9200          0.0.0.0:*               LISTEN

3 Posts

May 9th, 2017 02:00

THX A LOT STU...


This Information was missing

The default login is admin/ecs-sync

No idea how i managed to read over this information.

so i tried to log in with the Centos VM login credentials

With admin/ecs-sync

ALL WORKS FINE Now

Kind Rgds

Juergen

No Events found!

Top