I had posted part of this previously in the multi-value group. At least these changes would need to be made
shut down the existing commercial qm instance with qm -stop
Change everything in the script that reference /usr/qmsys to a different location
*Change the scarletdme.conf that gets written to /etc to reference QMSYS to a different directory
*You would also have to change settings in the scarlet*.server and scarlet*.socket files in the
/usr/lib/systemd/system directory.
*(easiest to do after install, so that is why turn off existing qm) first
Set up two different telnet ports if using telnet for direct access
Have two different home directories for each user, one for Commercial QM and one for ScarletDME
For users using SSH, probably write a bash script that allows the user to choose which system to log into.
These are the changes I can think of quickly. However there may be more configuration changes
that would have to be made
As I mentioned before, the current version of commercial qm is designed to allow multi-tenanting. The version of qm that scarletdme was based on did not have that capability. In fact the original OpenQM GPL version was based on inetd, not systemctl. The systemctl support has been added by the current
developers.
The bash installer script was not designed to co-exist with an existing qm installation. Actually that can be
said for the OpenQM 2.6.6 commercial installer as well.