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 1003 driveadmin
useradd --home-dir /home/driveadmin --create-home --uid 1002 --gid 1003
Note: Make sure that the uid and gid created above should match the openshift uid and gid. Also for VM configuration, refer to Dependencies.