Please follow the steps:
- retrieve and re-apply policy to SCE
- check etc/hosts file on the CM server and make sure all ip address of the CM is listed
- RDR formatter configuration in SCE device
- sceconf.py --op=list (list the SCE connected to CM)
- do a netstat -an and make sure that the CM is listening on port 4100 on all ip address of the CM server.
- try to telnet from a client to the CM machine at port 4100 and see if you can get connected
- "dbtables.sh -a" on the CM machine
If the CONF_SE_TZ_OFFSET is missing , then you probably forgot to run
~/cm/bin/jselect-sce-tz.sh , you'll need to run it.
If the timezone is not correct, it will not run as well.
If the INI_VALUES and VALUES_INI_ENG is missing, you'll need to fix the
/etc/hosts ( add real CM IP follow by hostname ) and reapply the policy.
I think this will help.