MSR Issue on 12.1 Enterprise Controllers
- by Owen Allen
We've noticed a problem with MSR initialization and synchronization on Enterprise Controllers that are using Java 7u45. If you're running into the issue, these jobs fail with Java errors. Java 7u45 is bundled with Oracle Solaris 11.1 SRU 12, so if you're using that version or if you plan to use it, you should be aware of this issue.
There's a simple fix. You can do the fix before upgrading to SRU 12, but you can't do it before you install the Enterprise Controller.
First, log on to the Enterprise Controller system and stop the EC using the ecadm command. This command is in the /opt/SUNWxvmoc/bin directory on Oracle Solaris systems and in the /opt/sun/xvmoc/bin directory on Linux systems:
ecadm stop -w
Then run this command to fix the issue:
cacaoadm set-param java-flags=`cacaoadm get-param -v java-flags -i oem-ec | sed 's/Xss256k/Xss384k/'` -i oem-ec
And then restart the EC:
ecadm start -w
Once you apply this fix, you should be set.