...
32 GB+ of RAM and 4 cores on BI Server and Query Engine nodes.
The installation directory should have a minimum of 200 GB available on the Kyvos Manager node.
Hard disk of 500 GB or more is required on Query Engine nodes.
A user account (non-sudo) with common credentials across all nodes on which cluster needs to be deployed (credentials will be used for kyvos cluster installation).
To deploy the Kyvos cluster using password-based authentication for for service nodes, ensure that the permissions listed here are available on all the VM instances for Linux user deploying the cluster.
Create below directories on all nodes with 750 permissions and make Kyvos user owner of these directories.
/data/kyvos/app
/data/kyvos/installIncrease the ulimit of Kyvos user on all nodes using the command:
echo kyvos hard nofile 10240 >> /etc/security/limits.conf
echo kyvos hard nofile 10240 >> /etc/security/limits.d/20-nproc.conf
echo kyvos soft nofile 10240 >> /etc/security/limits.conf
echo kyvos soft nofile 10240 >> /etc/security/limits.d/20-nproc.confInstall open-ssl on Kyvos Manager node to enable TLS using the command:
yum install openssl
Install zip command on all the nodes using the command:
yum install zip -y
Install fontconfig command on all the nodes using the command:
yum install fontconfig -y
Check and ensure Port requirements are met.