Hello,
If i desactivate NW componant, installation is a success.
At the end of installation i check the box to start service now in window prompt. I can connect but Firefoxor Chrome browser was extremelly slow to load the page. Next step, i restart my RedHat and the TCP/port (8080 and 8443) for administration are not up and running.
I try to restart imcdmsd process but still the same think : not listenning on 8080 and 8443 ports.
If a do a ps -auxx |grep java, i only see one process :
root 1484 13.7 0.9 4903132 233836 ? Sl 15:52 0:05 /soft/iMC/deploy/jdk/bin/java -server -Xrs -Xms256m -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/soft/iMC/deploy/log -cp /soft/iMC/deploy/deploy.jar:/jdbc/lib/ojdbc6.jar:/jdbc/lib/ojdbc8.jar -Djavax.net.ssl.trustStore=/soft/iMC/deploy/newks -Djavax.net.ssl.trustStorePassword=iMCV500R001 -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/soft/iMC/tmp -Dfile.encoding=GB18030 -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=* com.h3c.imc.deploy.DeployMonitorServerLauncher start
I try to restart the process imcdmsd but same thing...
On my old IMC server in production, there are 4 process java.
# ps auxww |grep java
root 4132 0.0 3.8 2580904 316592 ? Sl 2020 40:52 /softdata/soft/IMC/deploy/jdk/jre/bin/java -server -Xrs -cp /softdata/soft/IMC/deploy/deploy.jar -Djavax.net.ssl.trustStore=/softdata/soft/IMC/deploy/truststore -Djavax.net.ssl.trustStorePassword=iMCV300R002 -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/softdata/soft/IMC/tmp -Dfile.encoding=GB18030 com.h3c.imc.deploy.DeployMonitorServerLauncher start
root 4212 0.0 5.7 1024076 468828 ? Sl 2020 18:55 /softdata/soft/IMC/common/jre/bin/java -Xms32m -Xmx512m -Dimc.home=/softdata/soft/IMC/unbam -Duser.language=en -Duser.country=US -Djavax.net.ssl.keyStore=/softdata/soft/IMC/unbam/security/keystore -Djavax.net.ssl.keyStorePassword=<xxxxxx> -Dfile.encoding=GB18030 -jar /softdata/soft/IMC/unbam/bin/bootstrap.jar -port 8051 start
root 4216 0.0 1.3 2487340 108500 ? Sl 2020 3:11 /softdata/soft/IMC/common/jre/bin/java -server -Xrs -Dimc.home=/softdata/soft/IMC/seplat -Dfile.encoding=GB18030 -Djava.io.tmpdir=/softdata/soft/IMC/tmp -jar /softdata/soft/IMC/seplat/bin/bootstrap.jar -serverClassName com.h3c.imc.core.CommonServer -port 8039 start
root 4226 0.3 15.3 4092420 1253020 ? Sl 2020 251:10 /softdata/soft/IMC/common/jre/bin/java -server -Xmx2048m -Xrs -XX:PermSize=64m -XX:MaxPermSize=1024m -Dimc.home=/softdata/soft/IMC/client -Duser.language=en -Duser.country=US -Dfile.encoding=GB18030 -Djava.awt.headless=true -Dcom.sun.management.jmxremote.port=9091 -Dcom.sun.management.jmxremote.authenticate=false -Djavax.net.ssl.keyStore=/softdata/soft/IMC/client/security/keystore -Djavax.net.ssl.keyStorePassword=<xxxxx> -Djava.io.tmpdir=/softdata/soft/IMC/tmp -Dorg.apache.el.parser.COERCE_TO_ZERO=false -jar /softdata/soft/IMC/client/bin/bootstrap.jar start
root 4229 0.0 2.1 2506700 173508 ? Sl 2020 2:33 /softdata/soft/IMC/common/jre/bin/java -server -Xrs -Dimc.home=/softdata/soft/IMC/euplat -Dfile.encoding=GB18030 -Djava.io.tmpdir=/softdata/soft/IMC/tmp -jar /softdata/soft/IMC/euplat/bin/bootstrap.jar -serverClassName com.h3c.imc.core.CommonServer -port 8035 start
Any idea why imc does not up the TCP port in listenning mode and why it was extremelly slow at the first connection (before reboot) ?
Thanks
Arnaud