Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Applies to: Image Removed Kyvos Enterprise   Image Removed Kyvos Cloud (Managed Services on AWS)    Image Removed Kyvos Azure Marketplace

Image Removed Kyvos AWS Marketplace    Image Removed Kyvos Applies to: (tick) Kyvos Enterprise  (error) Kyvos Cloud (SaaS on AWS) (error) Kyvos AWS Marketplace

(error) Kyvos Azure Marketplace   (error) Kyvos GCP Marketplace (error) Kyvos Single Node Installation (Kyvos SNI)     Image Removed Kyvos Free ( Limited offering for AWS)

...

To create the Kyvos resources for use with GCP, you must ensure that the following prerequisites are available.

  1. 32 GB+ of RAM and 4 cores on BI Server and Query  Engine nodes.

  2. The installation directory should have a minimum of 200  GB available on the Kyvos Manager node.

  3. Hard disk of 500 GB or more is required on Query Engine nodes.

  4. A user account (non-sudo) with common credentials across all nodes on which cluster needs to be deployed (credentials will be used

...

  1. for kyvos  cluster installation). 

  2. To deploy the Kyvos cluster

...

  1. using  password-based authentication

...

  1.  for service nodes, ensure that

...

  1. the  permissions listed here

...

  1.  are available on all the VM instances for Linux user deploying the cluster.

  2. Create below directories on all nodes with 750 permissions and make Kyvos user owner of these directories.
    /data/kyvos/app
    /data/kyvos/install

  3. Increase the ulimit  of Kyvos user  on all nodes using the command:
    echo

...

  1. kyvos

...

  1. hard

...

  1. nofile

...

  1. 10240

...

  1. >>

...

  1. /etc/security/limits.conf

...


  1. echo

...

  1. kyvos

...

  1. hard

...

  1. nofile

...

  1. 10240

...

  1. >>

...

  1. /etc/security/limits.d/20-nproc.conf
    echo

...

  1. kyvos

...

  1. soft

...

  1. nofile

...

  1. 10240

...

  1. >>

...

  1. /etc/security/limits.conf 
    echo

...

  1. kyvos

...

  1. soft

...

  1. nofile

...

  1. 10240

...

  1. >>

...

  1. /etc/security/limits.d/20-nproc.conf

  2. Install open-ssl on Kyvos Manager node to enable TLS using the command:

    yum

...

  1. install openssl 

  2. Install zip command on all the nodes using the command:

    yum

...

  1. install

...

  1. zip

...

  1. -y

  2. Install fontconfig command on all the nodes using the command:

    yum

...

  1. install

...

  1. fontconfig

...

  1. -y

  2. Check and ensure

...

  1. Port requirements are met.