New installation of NFA After installation not able to load the NFA console as expected. The gui menus not populating correctly in browser after login
Dx NetOps Network Flow Analysis
Some prerequisites related to IIS / ASP were missing as documented in the install docs.
Install IIS, ASP, COM+, and SNMP
The NFA-check.bat file gave the below recommendations
D:\CA\NFA_Check_1.0>NFA-fix.bat
Enabling features:
ServerMediaFoundation IIS-HttpRedirect IIS-LoggingLibraries IIS-RequestMonitor
IIS-BasicAuthentication IIS-WindowsAuthentication IIS-DigestAuthentication
IIS-ClientCertificateMappingAuthentication IIS-IISCertificateMappingAuthentication
IIS-URLAuthorization IIS-IPSecurity IIS-HttpCompressionDynamic
IIS-ManagementScriptingTools IIS-ASPNET
Error: 0x800f081f
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
----------- Done. ------------
To complete this process, please
- REBOOT
- RE-RUN the CHECK tool
Since getting error to enable IIS-ASPNET using NFA-fix.bat can use information below
How to register ASP.NET on Microsoft Windows Server 2016
To register ASP.NET on Microsoft Windows Server 2016, launch an elevated command prompt and run the following command:
dism /online /enable-feature /featurename:IIS-ASPNET45
After this process was done the NFA console was launching with all menus populated correctly
Note: If the above does not work can also try with removing IIS and .Net
And then re-add these features according to NFA pre-requisite documents