Technical Tip: Configuring new administrative VDOM types
| Description | This article describes the changes that were introduced in v7.2.0 on the Split-task VDOM mode. |
| Scope | FortiGate v7.2.0 and above. |
| Solution | On FortiOS versions from v6.2.0 to v7.0.x, a FortiGate administrator could configure the firewall to act in split-task VDOM mode.
More information regarding the particular feature can be found in the below KB article: Technical Tip: Configuring split-task VDOM mode With Fortinet Security Fabric
From FortiOS v7.2.0+ GA releases, the split task VDOM feature was removed, and a new VDOM type named Admin was introduced. Important details regarding the new feature are:
A VDOM of type admin is intended solely for management access. This means that no traffic-related configuration and log sections:
Log category displays in Admin type VDOM.
Log category displays in Traffic type VDOM.
To configure the VDOM feature in CLI, enabling multi-VDOM mode is needed.
The following commands are used to enable multi-VDOM mode.
config system global set vdom-mode multi-vdom end
You will be logged out for the operation to take effect.
Then, on the individual VDOM:
config vdom edit <Name_Of_The_VDOM> config system settings set vdom-type {traffic | admin} end
In case there is an issue using all of the VDOMs as applied in the license information below, follow the steps. get system status
The following debug outputs can be used to check the error displayed :
When it ends, use the following commands to stop it:
diagnose debug disable
config global [httpsd 9289 - 1737536317 error] cmdb_commit_from_json[2186] -- error saving request object to CLI (-4)
The solution to this issue is that the 'root' vdom should be 'admin-VDOM' to add another 'traffic-VDOM'.
There is a special case where only one admin VDOM and one traffic VDOM can be configured.
FGVMTAC (global) # diagnose debug vm-print-license
Related document: |


