Posted on 03-06-2017 12:35 PM
Im about to standup our JSS instances on RHEL systems and our linux engineers would like to know what filesystem is needed. Can the JSS install be moved to /opt and the application size. I've search many of the linux install docs but can not find this information. Can you all please provide information on what configs your RHEL systems are using ?
Posted on 03-06-2017 01:13 PM
We are on RHEL7 for both the JSS and our MySQL servers. We use the standard install locations for the JSS, and a custom location for the MySQL DB.
Posted on 03-06-2017 01:15 PM
I'm using RHEL 7 server to run our JSS clustered instance in a vCenter setup. They are all setup with XFS root file systems with the JSS installed to the default directory (/usr/local/jss). The root FS is only 15GB and that leaves ~6GB free at worst so far as MySQL backups are stored on a network share (MySQL also hosted on a separate server).
Posted on 03-06-2017 04:38 PM
I can't speak to moving the /usr/local/jss directory, but I can say we typically install services to a non-standard location (/foo). For JSS, we symlink /foo/jss to /usr/local/jss prior to install. This way the JSS install directory is actually /foo/jss but any hardcoded paths and upgrades work without issues.
Posted on 01-24-2018 01:57 AM
If hosting the D/B... The standard install and Database location is. /var/lib/mysql
We've left this 'as is' and all good.