Remediating Manager Controller
Prerequisites
You have obtained the URL and admin account for logging in to FusionInsight Manager.
Procedure
- Log in to the active OMS node as user omm and back up the $CONTROLLER_HOME/sbin/controller.sh file.
cp $CONTROLLER_HOME/sbin/controller.sh /tmp
- Run the vi $CONTROLLER_HOME/sbin/controller.sh command, find the line where JVM_ARGS= is located, and add the following content below the line:
JVM_ARGS="$JVM_ARGS -Dfastjson.parser.safeMode=true"
- Run the following commands on the active OMS node as user omm to restart the Manager Controller service:
sh /opt/Bigdata/om-server/om/sbin/restart-controller.sh
- Run the following command to check the process on the active OMS node:
ps -ef |grep ControllerService
If the -Dfastjson.parser.safeMode=true parameter exists, the vulnerability has been mitigated.
- Repeat 1 and 2 on the standby OMS node as user omm.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot