HD Robots and license optimization

Hello,

I have the following scenario: 5 HD robots servers and 20 unattended licenses (20 users).

I need that for a specific user (and therefore a particular robot), it can be launched always and only on server 1.

All other robots, however, will need to continue to be dynamically scheduled on all 5 servers. Is it possible to achieve this?

@Singh7633

Follow this Steps:

-Create Environments
-Assign Robot to Environment
-Configure the Environment
-Create Additional Environment(optional)
-Assign Remaining Robots to "DynamicEnvironment
-Create and Schedule Processes

Environment contains just the first server? In which mode server 1 is linked either with first environment (with 1 robot) and second environment (with 19 remaining robots?)

Thanks

Create two environments:
Environment 1: Add only Server 1.
Environment 2: Add all 5 servers.

Go to the Machines page.
Edit the machine corresponding to Server 1 and add a tag, e.g., “Server1Only.”
Edit the machines corresponding to the other servers and add a tag, e.g., “AllServers.”

Assign Server 1 to both Environment 1 and Environment 2.
Assign the other servers (2 to 5) only to Environment 2.

@Singh7633

  1. Set up a dedicated machine template for the specific user’s robot, assigning it to Server 1 in UiPath Orchestrator.
  2. For the remaining robots, use the default machine template, allowing dynamic scheduling across all 5 servers.
1 Like

in this case I would have 2 machine templates right?

without environment As indicated above?

@Singh7633

Configure the specific user’s robot with affinity to Server 1 while leaving the other robots unconfigured for affinity, allowing dynamic scheduling on all 5 servers.

cheers…!