Smarts NCM: How to sync integration modules to restart with vcmaster restart
search cancel

Smarts NCM: How to sync integration modules to restart with vcmaster restart

book

Article ID: 331092

calendar_today

Updated On:

Products

VMware Smart Assurance

Environment

VMware Smart Assurance - NCM

Resolution

By design when restarting with vcmaster it does not restart the integration module. If you want to have vcmaster to be in-sync with the integration modules restart and not have to log into the JMinix console and complete it manually, make the following changes below:

1. Go to $VOYENCE_HOME/ncmcore/webapps/ncm-webapp/WEB-INF/classes/applicationContext.xml
2. change the init-method to start from restop to start for integration modules, as shown below in bold below:
<bean id="flatfileIntegration" class="com.voyence.configmgr.integration.modules.flatfile.jmx.FlatFileStartup" init-method="start" destroy-method="stop">

<bean id="mailIntegration" class="com.voyence.configmgr.integration.modules.mail.jmx.MailStartup" init-method="start" destroy-method="stop">

<bean id="snmpIntegration" class="com.voyence.configmgr.integration.modules.snmp.jmx.SNMPStartup" init-method="start" destroy-method="stop">

3. Restart ncm-as service and test