I'm deploying a fresh R81.10 CheckPoint Management Server in GCP via terraform. The deployment looks good from what I can tell, but I'm unable to connect via SmartConsole. A tcpdump does indicate the traffic is reaching the management server on port 19009 but there is no acknowledgement.
I checked CPM status and it isn't even running, even after completing initial configuration and rebooting:
[Expert@whatever:0]# $FWDIR/scripts/cpm_status.sh
Check Point Security Management Server is not running
The server does not have an $FWDIR/log/cpm.elg as one would expect. It really looks like it's been deployed as a gateway, but I did explicitly set this:
installationType = "Management only"
as an argument to startup-script.sh