Site icon EasyOraDBA

RS-7445 [Serv MS leaking memory] [It will be restarted]

If you see the below alert from the Cell Nodes, then the
MS process is leaking memory
RS-7445 [Serv MS leaking memory] [It will be restarted]
Solution
——–
The latest Java version needs to be applied on the cell
nodes in our case we had to apply Java 7 Update 72. You
can get the java patchset from with Oracle Support Website
or OTN
1. Copy the file p20328167_112331_Linux-x86-64.zip to the
cell nodes
2. Unzip the file to extract the RPM on all cell nodes
unzip p20328167_112331_Linux-x86-64.zip
3. Shutdown the MS process on all Cell nodes

dcli -l root -g cells.txt cellcli -e alter cell shutdown
services ms

4. Install the RPM using dcli utility.

dcli -l root -g cells.txt rpm -i /tmp/jdk-7u72-linux-
x64.rpm

5. Check the new Java Version

dcli -l root -g cells.txt java -version

6. Bring up the MS process on all nodes

dcli -l root -g cells.txt cellcli -e alter cell startup
services ms

 

Exit mobile version