Hello:
I am running iMC 5.2 successfully in a RedHat 6.5 for a couple of months.
After a licence upgrade it was necessary to reboot the server. The thing is that iMC is not opening the tcp ports 8080 and 8443 again.
I check the following:
- no IPTABLES (v4 and v6) running.
- no SELINUX running.
I start the process using "service imcdmsd start" and the process is activated like this:
[06/02/2014 - 19:11:31]# ps gauwx | grep imc
root 1640 0.2 2.4 1825976 97540 ? Sl 17:34 0:12 /opt/iMC/deploy/jdk/jre/bin/java -server -Xrs -cp /opt/iMC/deploy/deploy.jar -Djavax.net.ssl.trustStore=/opt/iMC/deploy/truststore -Djavax.et.ssl.trustStorePassword=secret -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/opt/iMC/tmp -Dfile.encoding=GB18030 com.h3c.imc.deploy.DeployMonitorServerLauncher start
But no port 8080 nor 8443 is open !
Where can I find more log files for this ?
I think that I have a problem with jserver but I cannot find him on RedHat.
I also think that TOMCAT is not being started by iMC but I am not sure.
I anyone have a suggestion please let me know.