Hello
I'm using R80.40 on VMware
After fresh install I'm able to connect the web UI just fine and deploy updates.
The problem starts when I'm trying to connect via smart console, I'm getting the "Unable to connect to server.
Please make sure that all processes of the server are up and running." error.
After short investigation I figured the API service isn't starting properly here is the api status output:
FW1> api status
cat: /web/conf/extra/httpd2-webapi.conf: No such file or directory
API Settings:
---------------------
Accessibility: Not set
Automatic Start: Unknown
Processes:
Name State PID More Information
-------------------------------------------------
API Stopped
CPM Started 18297 Check Point Security Management Server is running and ready
FWM Stopped
APACHE Started 17271
Port Details:
-------------------
JETTY Internal Port: 10490
APACHE Gaia Port: 443
Apache port retrieved from: httpd-ssl.conf
Profile:
------------
Machine profile: Standalone 4GB to 7GB
CPM heap size:
API heap size:
--------------------------------------------
Overall API Status: The API Server Is Not Running!
--------------------------------------------
Notes:
------------
To collect troubleshooting data, please run 'api status -s <comment>'
When im trying the api start command im getting:
FW1> api start
2021-Mar-13 21:41:40 - Starting API...
2021-Mar-13 21:41:40 - WARNING: File mgmt_api_profile_settings.xml not found.
2021-Mar-13 21:41:40 - WARNING: Waiting for mgmt_api_profile_settings.xml to be created.
And nothing happens
Any help?