First node installation steps:
Install the first node. The installation is identical to the single node installation. Important: make sure not to start Xray.
Configure the system.yaml file with the database and first node configuration details. For example,
First node system.yaml
Start and manage the Xray service.
systemd OS Systemv OS
Access Xray from your browser at:
http://<jfrogUrl>/ui/:
go to the Xray Security & Compliance tab in the Administration module in the UICheck the Xray log.
Linux
Additional node installation steps:
For a node to join a cluster, the node must have the same database configuration and the Master Key.
Note
The master key used by Xray is not the same one used by Artifactory.
Install all additional nodes using the same steps described above.
Configure PostgreSQL to allow external IP connections. This will ensure PostgreSQL is reachable by this node.
Configure the
system.yaml
file for the additional node with master key, database and active node configurations. For example,Additional node system.yaml
Copy the
master.key
from the first node to the additional node located at $JFROG_HOME/xray/var/etc/security/master.key.
Start the additional node.
Access Xray from your browser at:
http://<jfrogUrl>/ui/:
go to the Xray Security & Compliance tab in the Administration module in the UICheck the Xray log.
Linux