Hi @Vikas_Kadam - I am wondering if you overcame this challenge? I am facing something similar but it is on the master node during the DB Creation.
post_create_db(){
cat<<EOF
{
"name": "uipath-orchestrator",
"type": "redis",
"memory_size": 2147483648,
"port" : 10000,
"slave_ha": true,
"authentication_redis_pass": "${PASSWORD}",
"uid": 3
}
EOF
}
curl -u "${USERNAME}:${PASSWORD}" -k -i -H "Accept: application/json" -H "Content-Type:application/json" -X POST --data "$(post_create_db)" "https://127.0.0.1:9443/v1/bdbs"
The outcome of which is
HTTP/1.1 406 NOT ACCEPTABLE
Server: nginx
Date: Tue, 27 Apr 2021 07:29:03 GMT
Content-Type: application/json
Content-Length: 150
Connection: keep-alive
{"description":"Cannot allocate nodes for shards","error_code":"insufficient_resources","error_details":{"error":"cannot_allocate_nodes_for_shards"}}
- OS Firewall (Firewalld) is disabled
- 8 CPU, 16GB RAM, +240GB Disk
- Redis appears to install okay (Cluster is created and Node is registered)
- Attempting to create DB via Web UI errors with “Cluster memory is fully allocated”
I’ve opened a ticket with UiPath Support and waiting a response as well I have been combing the Redis Enterprise Software documentation without much luck on the specific error or the API asides from the general steps on how to create a database through the Web UI.
2 posts - 1 participant