...
Note |
---|
NOTE: The RPM package installation will create a user and group named 'lamaxu' if it does not already exist. This is required in order to set non-root permissions on the installed files.It's suggested that you have this user created prior to the installation where identity management processes are required. |
...
Install Command Reference
Installing on Linux (UNIX) | |
---|---|
Installation directory | /opt/queuemetrix/lamaxu-{version} |
User | lamaxu |
Group | lamaxu |
Install Command | rpm -iv /tmp/lamaxu-{version}.x86_64.rpm |
Uninstall Command | rpm -e lamaxu |
Starting and Stopping
...
On Centos 7 and RedHat 7
systemctl start lamaxu
systemctl stop lamaxu
systemctl check lamaxu
systemctl restart lamaxu
...