Preparing FortiManager and FortiAnalyzer
FortiPortal interacts with FortiManager and FortiAnalyzer. For more information, see the FortiPortal Administration Guide. Fortinet also recommends contacting your Fortinet Systems Engineer for assistance.
To configure FortiManager to work with FortiPortal:
-
ADOM mode must be enabled on FortiManager to work with FortiPortal. If needed, enable advanced adom-mode on FortiManager so that you can add VDOMs on the same physical device to different ADOMs.
In the FortiManager CLI, run this command to enable ADOMs (and optionally set the ADOM mode to advanced):
config system global
set adom-status enable
set adom-mode advanced
y
end
-
On FortiManager, create an admin user with read/write permission:
config system admin user
edit <username>
set profileid Super_User
set adom all_adoms
set policy-package all_policy_packages
set password <password>
set rpc-permit read-write
next
end
-
Enable workspace mode on FortiManager to work with FortiPortal:
config system global
set workspace-mode normal
end
- Add your FortiManager device to FortiPortal. You must poll FortiManager to see the device list.
For more information about adding FortiManagers, see the FortiPortal Administration Guide.
To configure FortiAnalyzer to work with FortiPortal:
- ADOM mode must be enabled on FortiAnalyzer to work with FortiPortal. You must enable the interface permission
webservice
on FortiAnalyzer for the portal-facing interface. - On FortiAnalyzer, create an admin user with read/write remote procedure calls enabled:
config system admin user
edit <user_name>
set profileid Super_User
set rpc-permit read-write
end
For more information about adding FortiAnaliyzers, see FortiPortal Administration Guide.