Administrative Domains : Managing ADOMs : Concurrent ADOM access
 
Concurrent ADOM access
System administrators can enable or disable concurrent access to the same ADOM if multiple administrators are responsible for managing a single ADOM. When enabled, multiple administrators can log in to the same ADOM concurrently. When disabled, only a single administrator has read/write access to the ADOM, while all other administrators have read-only access.
Concurrent ADOM access can be enabled or disabled using the CLI.
 
Concurrent ADOM access is enabled by default. To prevent concurrent administrators from making changes to the FortiManager database at the same time, and thereby causing conflicts, you must enable the workspace function.
To enable ADOM locking and disable concurrent ADOM access:
config fmsystem global
set workspace enable
end
To disable ADOM locking and enable concurrent ADOM access:
config fmsystem global
set workspace disable
Warning: disabling workspaces may cause some logged in users to lose their unsaved data. Do you want to continue? (y/n) y
end