The default max-tenants that can be configured on an appliance are 32.
The max-tenants can be increased to a maximum value of 255.
When attempted to create org exceeding the maximum value configured the task on VD fails with RPC error as below.
The default value can be modified either from UI or appliance CLI.
For the value to take affect service restart happens automatically up on changing the value.
So, advised to do this change in a planned maintenance window.
admin@Branch-01-cli(config)% set system service-options max-tenants ?
Description: Max allowed tenant configs (up to 255, even if set to 256)
Possible completions:
<unsignedInt, 2 .. 256>[32] /*32 is the default value, after the configuration change this value changes*/
[edit]
admin@Branch-01-cli(config)% set system service-options max-tenants 41
[ok][2024-07-10 08:01:51]
[edit]
admin@Branch-01-cli(config)% commit
Commit complete.
[ok][2024-07-10 08:01:53]
[edit]
admin@Branch-01-cli(config)% exit
[ok][2024-07-10 08:01:55]
>>>services restarted automatically.
[ok][2024-07-10 08:02:02]
admin@Branch-01-cli> * Stopped versa-vsmd
System message at 2024-07-10 08:02:10...
Subsystem stopped: acctmgrd
admin@Branch-01-cli>
System message at 2024-07-10 08:02:10...
Subsystem stopped: snmp-config-transform
admin@Branch-01-cli>
System message at 2024-07-10 08:02:10...
Subsystem stopped: snmp-config-hook
admin@Branch-01-cli>
System message at 2024-07-10 08:02:10...
Subsystem stopped: router-dcl
admin@Branch-01-cli>
System message at 2024-07-10 08:02:11...
Subsystem stopped: infmgr
admin@Branch-01-cli>
System message at 2024-07-10 08:02:11...
Subsystem stopped: rtd-mgmt-thread
admin@Branch-01-cli>
System message at 2024-07-10 08:02:11...
Subsystem stopped: versa-vmod
admin@Branch-01-cli>
System message at 2024-07-10 08:04:36...
Subsystem started: versa-vmod
admin@Branch-01-cli> show configuration system service-options max-tenants
max-tenants 41;
admin@Branch-01-cli(config)% set system service-options max-tenants ?
Description: Max allowed tenant configs (up to 255, even if set to 256)
Possible completions:
<unsignedInt, 2 .. 256>[41] /*41 is the new configured value*/