An administrator is in the process of moving the system template profile between ADOMs by running the following command: execute fmprofile import-profile ADOM2 3547 /tmp/myfile
Where does the administrator import the file from?
An administrator is in the process of moving the system template profile between ADOMs by running the following command: execute fmprofile import-profile ADOM2 3547 /tmp/myfile
Where does the administrator import the file from?
The administrator imports the file from the file system. The command 'execute fmprofile import-profile' indicates the importation of a profile from a specified path, which in this case is '/tmp/myfile'. This path points to the file system on the device where FortiManager is running. Thus, it is clear that the file being imported is located in the file system.
The command in question is execute fmprofile import-profile ADOM2 3547 /tmp/myfile. If the administrator is importing the system template profile into ADOM2, and considering each ADOM has a unique object database, the file is likely being imported from the FortiManager file system. ~ FMG 7.2 p109
The command #execute fmprofile export-profile saves the profile file from a ADOM in the Fortimanager file system (tmp/myfile). Then the command #execute fmprofile import-profile requires the full path of the file system folder for importing the template to another ADOM.
A is the correct answer