Setting up a Cyberark HA Vault Cluster - Part 3
1. Vault Cluster Installation
At this point we’ve created 2 disks, one for our Shared Storage (safes and metadata) and the second one for Quorum. After that, we have connected those two disk to our Vault_1 host.
In this post we’ll review the installation of the Cyberark Vault in Vault_1 node.
- Prepare your node according with Cyberark PreInstallation tasks and start de Cyberark Vault Installer as usual. When promted for Vault Installation mode, choose Cluster-node Vault Installation
-
When prompted to choose the Safe location path, specify a path that is located on the shared storage of the cluster environment.
-
When promted for Master and administrator password, go to dbparm.ini and create a new Firewall rule pointing to our storage Private IP [ADCore]. This will override hardening for iSCSI connection
|
|
-
Set a Master and a Administrator password
-
Finish the installation Wizard but do not restart the machine yet
-
Configure the Cluster Storage by running PrivateArk\Server\ClusterVault\StorageManager.exe. Do this from an elevated command prompt
Configuring Storage ManagerBefore running StorageManager.exe, make sure Quorum disk is online using the Windows Disk Management utility.
Specify the following parameters as input in UPPERCASE:
–q<DRIVE_LETTER> – Defines the Quorum drive letter.
–s<DRIVE_LETTER> – Defines the Shared Storage drive letter.
-
Let’s configure the Network Cluster Vault. Open the ClusterVault.ini file in the PrivateArk\Server\ClusterVault\Conf\ folder :
|
|
- Now we can Start the Vault Services by click play button at Cluster Vault Management. Everything should look like this:
- Check the ClusterVault console log , the following message will appear in the ClusterVaultConsole.log:
- Now is time to harden the Vault. Make sure to provide arguments for the hardening script:
- Reboot system, check Logs and check Cluster Vault Management Panel.
2. Conclusions
Network configuration is paramount at this point of the deployment. Having a well planned network configuration and storage configuration from the beggining will make the Cyberark HAVault cluster deployment easier.
In the next post we’ll be installing Vault_2