MSR Issue on 12.1 Enterprise Controllers
Posted
by Owen Allen
on Oracle Blogs
See other posts from Oracle Blogs
or by Owen Allen
Published on Fri, 18 Oct 2013 15:31:16 +0000
Indexed on
2013/10/18
16:03 UTC
Read the original article
Hit count: 354
/General
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.
© Oracle Blogs or respective owner