Replicating an OMERO instance to get TEST environment
Posted: Wed Jun 08, 2016 8:33 am
Dear all,
I am currently trying to clone/replicate an OMERO instance in order to obtain a TEST environment for rehearsal of OS (CentOS 6->7) and OMERO (5.1.x->5.2.x) version upgrade. While doing so, I stumbled across several issues I would like to address to the community:
Many thanks in advance for your help.
Best regards,
-Rainer
I am currently trying to clone/replicate an OMERO instance in order to obtain a TEST environment for rehearsal of OS (CentOS 6->7) and OMERO (5.1.x->5.2.x) version upgrade. While doing so, I stumbled across several issues I would like to address to the community:
- Is there kind of an official procedure how to clone an instance?
- How can it be avoided that PROD and cloned TEST instance will automatically build-up an OMERO grid upon service startup? No, I do not want this!
- How can specific network interfaces be expluded on an OMERO server from being used for internal service connections? E.g. the cloned TEST server has an Infiniband adapter used for connection to a storage device. Apparantly, this one was discovered during OMERO service startup and now also shows up in the node-connection list
- Code: Select all
4901 | BlitzManager -t -e 1.1:tcp -h 10.41.26.240 -p 36663:tcp -h 10.1.26.240 -p 36663:tcp -h 131.152.26.240 -p 36663 | -1
20 | | | 2016-06-08 10:07:06.515 | d8396784-53df-4dd4-874c-8f637605c392 | 0 |
Can this be prevented somehow, e.g. by explicitely excluding the Infiniband interface 10.41.26.240 in the above example from being used?
Many thanks in advance for your help.
Best regards,
-Rainer