Hi Josh,
on my Test server the results of the command :
- Code: Select all
df -h
is
- Code: Select all
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/rhel-root 17G 4,3G 13G 26% /
devtmpfs 3,9G 0 3,9G 0% /dev
tmpfs 3,9G 4,0K 3,9G 1% /dev/shm
tmpfs 3,9G 8,5M 3,9G 1% /run
tmpfs 3,9G 0 3,9G 0% /sys/fs/cgroup
/dev/sdb1 50G 5,2G 42G 12% /data
/dev/sda1 1014M 184M 831M 19% /boot
tmpfs 783M 0 783M 0% /run/user/0
during the download of original images, the used size of
- Code: Select all
/
directory will be always increased .
i have the partition
- Code: Select all
/data
has enough empty space, which i want to used as python(OMERO) tmp directory, that is means the used size of
- Code: Select all
/
should not any more - during the download procedure- increased.
- Code: Select all
ls -la /data
total 32
drwxr-xr-x 6 root root 4096 16. Jan 09:55 .
dr-xr-xr-x. 18 root root 256 20. Jun 2017 ..
drwx------ 2 root root 16384 20. Jun 2017 lost+found
drwxr-xr-x. 9 omero root 4096 20. Jun 2017 OMERO
drwxr-xr-x 9 omero root 4096 9. Jan 15:14 OMERO.server-5.4.1-ice36-b75
drwxr-xr-x 5 omero root 4096 31. Jan 10:41 PyTmpDir
- Code: Select all
bin/omero admin diagnostics
- Code: Select all
===============================================================================
OMERO Diagnostics (admin) 5.4.1-ice36-b75
================================================================================
WARNING:omero.util.UpgradeCheck:UPGRADE AVAILABLE:Please upgrade to 5.4.3. See http://downloads.openmicroscopy.org/latest/omero for the latest version.
Commands: java -version 1.8.0 (/usr/bin/java)
Commands: python -V 2.7.5 (/home/omero/omerowebvenv/bin/python -- 2 others)
Commands: icegridnode --version 3.6.3 (/usr/bin/icegridnode)
Commands: icegridadmin --version 3.6.3 (/usr/bin/icegridadmin)
Commands: psql --version 9.6.3 (/usr/bin/psql)
Server: icegridnode running
Server: Blitz-0 active (pid = 3565, enabled)
Server: DropBox active (pid = 3577, enabled)
Server: FileServer active (pid = 3587, enabled)
Server: Indexer-0 active (pid = 3610, enabled)
Server: MonitorServer active (pid = 3579, enabled)
Server: OMERO.Glacier2 active (pid = 3592, enabled)
Server: OMERO.IceStorm active (pid = 3600, enabled)
Server: PixelData-0 active (pid = 3582, enabled)
Server: Processor-0 active (pid = 3620, enabled)
Server: Tables-0 active (pid = 3625, enabled)
Server: TestDropBox inactive (enabled)
Log dir: /data/OMERO.server-5.4.1-ice36-b75/var/log exists
Log files: Blitz-0.log 140.0 MB errors=23 warnings=68
Log files: DropBox.log 25.0 KB errors=1 warnings=8
Log files: FileServer.log 3.0 KB
Log files: Indexer-0.log 581.0 KB errors=3 warnings=1
Log files: MonitorServer.log 13.0 KB
Log files: OMEROweb.lock 0.0 KB
Log files: OMEROweb.log 4.0 MB
Log files: OMEROweb.log.1 5.0 MB errors=1 warnings=4
Log files: OMEROweb.log.2 5.0 MB errors=1 warnings=1
Log files: OMEROweb.log.3 5.0 MB errors=0 warnings=3
Log files: OMEROweb.log.4 5.0 MB
Log files: OMEROweb.log.5 5.0 MB errors=0 warnings=1
Log files: OMEROweb.log.6 5.0 MB
Log files: OMEROweb.log.7 5.0 MB errors=0 warnings=12
Log files: PixelData-0.log 219.0 KB errors=3 warnings=2
Log files: Processor-0.log 1.0 MB errors=0 warnings=22
Log files: Tables-0.log 20.0 KB errors=0 warnings=4
Log files: TestDropBox.log n/a
Log files: g_error.log 1.0 KB
Log files: master.err 9.0 KB errors=6 warnings=8
Log files: master.out 0.0 KB
Log files: Total size 184.34 MB
Environment:OMERO_HOME=(unset)
Environment:OMERO_NODE=(unset)
Environment:OMERO_MASTER=(unset)
Environment:OMERO_USERDIR=(unset)
Environment:OMERO_TMPDIR=/data/PyTmpDir
Environment:PATH=/home/omero/omerowebvenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
Environment:PYTHONPATH=(unset)
Environment:ICE_HOME=(unset)
Environment:LD_LIBRARY_PATH=(unset)
Environment:DYLD_LIBRARY_PATH=(unset)
OMERO SSL port:4064
OMERO TCP port:4063
OMERO data dir:'/data/OMERO' Exists? True Is writable? True
OMERO temp dir:'/data/PyTmpDir' Exists? True Is writable? True (Size: 0)
JVM settings: Blitz-${index} -Xmx1230m -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions
JVM settings: Indexer-${index} -Xmx820m -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions
JVM settings: PixelData-${index} -Xmx1230m -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions
JVM settings: Repository-${index} -Xmx820m -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions
even my
- Code: Select all
Environment:OMERO_TMPDIR=/data/PyTmpDir
configured to used
- Code: Select all
/data
partition,
still my
- Code: Select all
/
parition -during the download - increased.
- Code: Select all
bin/omero config get
- Code: Select all
Debug=true
omero.data.dir=/data/OMERO
omero.db.name=omero_database
omero.db.pass=********
omero.db.user=db_user
omero.jvmcfg.append=-Dcom.sun.jndi.ldap.connect.pool.timeout=500
omero.jvmcfg.remove=-Dcom.sun.jndi.ldap.read.timeout=5000
omero.ldap.base=dc=ad,dc=hhu,dc=de
omero.ldap.config=true
omero.ldap.new_user_group=default
omero.ldap.password=********
omero.ldap.referral=ignore
omero.ldap.urls=ldap://ldaps.ad.hhu.de:3268
omero.ldap.user_mapping=omeName=sAMAccountName,firstName=givenName,lastName=sn,email=mail
omero.ldap.username=SVC_Omero
omero.security.ignore_case=true
omero.web.application_server.max_requests=0
omero.web.apps=["omero_figure", "first", "omero_fpbioimage"]
omero.web.debug=true
omero.web.open_with=[["Image viewer", "webindex", {"supported_objects": ["image"], "script_url": "webclient/javascript/ome.openwith_viewer.js"}], ["omero_figure", "new_figure", {"supported_objects": ["images"], "target": "_blank", "label": "OMERO.figure"}], ["omero_fpbioimage", "fpbioimage_index", {"supported_objects": ["image"], "script_url": "fpbioimage/openwith.js", "label": "FPBioimage"}]]
omero.web.ui.top_links=[["Data", "webindex", {"title": "Browse Data via Projects, Tags etc"}], ["History", "history", {"title": "History"}], ["Help", "http://help.openmicroscopy.org/", {"target": "new", "title": "Open OMERO user guide in a new tab"}], ["Figure", "figure_index", {"target": "_blank", "title": "Open Figure in new tab"}], ["Booking", "https://booking-cai.hhu.de/"]]
omero.web.wsgi_timeout=60
omero.web.wsgi_worker_connections=1000
omero.web.wsgi_workers=5
i hope, it is now more clear, if some info still missing to understand the situation, i would like to add it