Configuring user in VM
HCL Detect comes with MariaDB, and NameServer, Kafka, PinPoint and FastPast service as packages. You can install and configure these packages on VM.
Before configuring the VM, create user as driveadmin on the VM using the following command:
groupadd --gid 5020 driveadmin
useradd --home-dir /home/driveadmin --create-home --uid 5020 --gid 5020
Note: Make sure that the uid and gid created above should match the
openshift uid and gid. Also for VM configuration, refer to Dependencies.