Hi, I just installed IMC at linux (CentOS) server and I have some concerns how it starts after server restart?
I did found that there is file:
/etc/rc.d/init.d/imcdmsd
that starts
/opt/iMC/deploy/jdk/jre/bin/java -server -Xrs -Xms256m -Xmx2048m -cp /opt/iMC/deploy/deploy.jar -Djavax.net.ssl.trustStore=/opt/iMC/deploy/truststore -Djavax.net.ssl.trustStorePassword=*********** -Djava.awt.headless=true -Djava
but I'm still looking how following processes are started?
/opt/iMC/common/jre/bin/java -server -Xrs -Dimc.home=/opt/iMC/euplat/client -Dimc.root=/opt/iMC -Dfile.encoding=GB18030 -Djava.io.tmpdir=/opt/iMC/tmp -Duser.language=en -Duser.country=US -jar /opt/iMC/euplat/client/bin/bootstrap
/opt/iMC/common/jre/bin/java -server -Xrs -Dimc.home=/opt/iMC/seplat/client -Dimc.root=/opt/iMC -Dfile.encoding=GB18030 -Djava.io.tmpdir=/opt/iMC/tmp -Duser.language=en -Duser.country=US -jar /opt/iMC/seplat/client/bin/bootstrap
/opt/iMC/common/jre/bin/java -server -Xmx3072m -Xrs -XX:PermSize=64m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=../log -Dimc.home=/opt/iMC/client -Duser.language=en -Duser.country=US -Dfile.encoding=G
/opt/iMC/common/jre/bin/java -Xms256m -Xmx1024m -Dimc.home=/opt/iMC/unbam -Duser.language=en -Duser.country=US -Djavax.net.ssl.keyStore=/opt/iMC/unbam/security/keystore -Djavax.net.ssl.keyStorePassword=************ -Dfile.encodin
2500 ? Sl 0:13 img
2507 ? Sl 0:34 imcsysdm 3
2581 ? Sl 0:00 \_ ./tftpserver
2935 ? Sl 0:03 \_ ./imcnetresdm
2939 ? Sl 0:01 \_ ./imcl2topodm
2945 ? Sl 0:00 \_ ./imcjobmgrdm
2951 ? Sl 0:00 \_ ./imccmdmgrdm
2956 ? Sl 0:16 \_ ./imcfaultdm
2960 ? Sl 0:00 \_ ./imcupgdm
2964 ? Sl 0:00 \_ ./imccfgbakdm
2968 ? Sl 0:00 \_ ./imciccdm
2972 ? Sl 0:02 \_ ./imcperfdm
2976 ? Sl 0:00 \_ ./imcvlandm
2980 ? Sl 0:00 \_ ./imcacldm
2984 ? Sl 0:01 \_ ./imcsyslogdm
2988 ? Sl 0:01 \_ ./imcvnmdm
2992 ? Sl 0:00 \_ ./imcinventorydm
2999 ? Sl 0:01 \_ ./imcvxlandm
3035 ? Sl 0:14 \_ ./receiver
3040 ? Sl 0:06 \_ ./processor
3049 ? Sl 0:01 \_ ./imcanalyzerdm
3055 ? S 0:00 \_ /bin/sh /opt/iMC/server/bin/../../server/bin/start_wlan.sh
3071 ? Sl 0:07 | \_ ./imcwlandm
3061 ? Sl 0:01 \_ ./imcwlanperfdm
3068 ? Sl 0:12 \_ ./imcwipsdm
3079 ? Sl 0:00 \_ ./imcdhcpagentdm
18708 ? Sl 0:00 \_ ./dbman
The installation was performed using silent mode and I did changed -Dfile.encoding=GB18030 to -Dfile.encoding=UTF-8 in install script however some processes still start with Dfile.encoding GB18030.
How can I change it?
I don't want to have GUI on this server so I'm looking for the CLI commands to manage IMC on linux server.
Can anyone point me some documentation for it?