Hi Kenneth,
Just to summarize the final configuration that I ended.
In a first time I installed CentOS 7, however it was impossible to get ICE working on python 2.7, the default version installed in CentOS 7. So I "downgrade" the server to version 6.5 to have python 2.6 and ICE 3.5. I defined these file system partitions :
disk system 2x500Go in raid1 file system ext4
/boot 3Mo
/var 50Go
/tmp 50go
/home 10Go
/swap 32Go
/ 305Go
data disks 21x1.2To in raid5 (1 disk in rescue) file system xfs
/OMERO
OMERO_TEMPDIR = /tmp
OMERO.data.dir = /OMERO
OMERO_HOME = /opt/OMERO.server
I have two omero conf in /etc/nginx/conf.d to handle two network interfaces. On one ports 4063, 4064 and 443 are open (plus some others to administrate the server). This network interface is dedicated to image transferts from microscope stations and image analyzing stations same VLAN. On this other network interface only 443 is open, its dedicated to web image visualization reachable from all teams. I have enabled only port 443 for these 2 virtual servers because when I tried to listen on ports 80 and 443 only 443 works ?? Anyway https was "strongly recommended" by our IT department....
If you want go further you can read the excellent documentation from BIU http://wiki.helsinki.fi/display/biu/OME ... nistrators
Philippe