Migrating from OMEGAMON AI Insights V 1.1 to V 2.1
Once you have the prerequisites in place, you can deploy the OMEGAMON® AI Insights Docker application.
Stopping OMEGAMON Data Connect collection
Stop all the OMEGAMON Data Connect collection processes.
Stopping OMEGAMON AI Insights V 1.1
- All the processes for V 1.1 are scheduled by cron. To stop all the processes, we should modify the cron tables using the crontab –e command.
- Remove the lines concerned by OMEGAMON AI Insights
V 1.1 binaries:
- Training
- Predict
- Alert
- Save your cron configuration and update will be automatically done.
>crontab -e
########################## PREDICT ##########################
3 * * * * /data/omega/ml/run_predict.sh kzhs > /dev/null 2>&1
7 * * * * /data/omega/ml/run_predict.sh knhl > /dev/null 2>&1
9 * * * * /data/omega/ml/run_predict.sh kjhj > /dev/null 2>&1
0 3 * * * /data/omega/ml/run_predict.sh kzdl > /dev/null 2>&1
########################### TRAIN ###########################
17 22 * * 0,3 /data/omega/ml/run_train.sh kzhs > /dev/null 2>&1
17 22 * * 1,4 /data/omega/ml/run_train.sh knhl > /dev/null 2>&1
17 22 * * 2,5 /data/omega/ml/run_train.sh kjhj > /dev/null 2>&1
47 22 13,26 * * /data/omega/ml/run_train.sh kzdl > /dev/null 2>&1
########################### ALERT ###########################
20 * * * * /data/omega/ml/run_alert.sh kzhs > /dev/null 2>&1
…
Removing OMEGAMON AI Insights V 1.1 binaries
- After every process stop, remove all the components of V 1.1.
- Binaries
- Configuration files
- Symbolic links
- Shell scripts
- Models
- All components of OMEGAMON AI Insights V 1.1 should reside in a single directory (kmua directory), so that you can remove it for V 1.1 cleaning.