How can I verify JFrog Artifactory High Availability(HA) cluster setup

How can I verify JFrog Artifactory High Availability(HA) cluster setup

AuthorFullName__c
Pradnya Shinde
articleNumber
000004759
ft:sourceType
Salesforce
FirstPublishedDate
2020-01-22T18:34:43Z
lastModifiedDate
2024-03-10T07:45:55Z
VersionNumber
5
Perform the Artifactory High Availability(HA) setup using this documentation here.
The following steps can be performed to verify the HA cluster setup. 

1)You can manage the HA cluster using the documentation here.
2) Verify the following on both the nodes(primary & secondary). Refer to the documentation link here.

-

ha-node.properties
- binarystore.xml

- db.properties

- master.key


3) Try to access the endpoint URL of each node individually on the UI and verify it's accessible
4) Without using load balancer  - upload artifacts directly to one node in the Artifactory cluster and ensure the artifact is downloadable from another node's endpoint individually- you can use REST api or UI for this test. This is to ensure the artifact that was uploaded to one node is accessible by another node.
5)  It can be also verified if the load balancer is directing the user traffic to the available nodes by temporarily taking one node down at a time and see each node is taking requests if another node is down. Also see the log files are getting updated with latest requests.
6) On the page ''Artifactory UI->Configuration->High Availability' you can validate the nodes, their URLs, role(primary/secondary), health state etc.
7) Navigate to 'Artifactory UI->Configuration->Artifactory Licenses'. On this page you can validate the node id, node URL and license for each node.