I did not have any issues when I upgraded. Just make sure all of your licensed software is compatible and that the vendors supply you with a new license key for V5R4; upgrade fees may apply.
I upgraded 2 i5's in early February 2009, no issues.
Bill Poulin
I've perfomed a few dozen V5R3 to V5R4 upgrades over the last couple of years.
Best advice I have is to install the most current V5R3 CUM PTFs before you start into V5R4.
We'd have issues with every 3rd or 4th upgrade until we started doing this.
Deleting you old (Junk) spool files is a good idea too. They can take hours to convert if you have loads of them.
Voodoo
Last Wiki Answer Submitted: July 11, 2009 7:49 am by wpoulin2,480 pts.
All Answer Wiki Contributors: wpoulin2,480 pts. ,
mshen27,325 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
for example:
# List of providers and their preference orders (see above):
#
security.provider.1=sun.security.provider.Sun
security.provider.2=com.sun.rsajca.Provider
security.provider.3=com.sun.crypto.provider.SunJCE
/QIBM/ProdData/OS400/Java400/jdk/lib/security/java.policy
added Sun JCE permissions
added the following entry to the end of the file:
// Sun JCE permissions
grant codeBase “file:/QIBM/ProdData/Java400/ext/sunjce_provider.jar” {
permission java.io.FilePermission
“/QIBM/ProdData/java400/ext/jce1_2_2.jar”, “read”;
permission java.lang.RuntimePermission
“getProtectionDomain”;
permission java.security.SecurityPermission
“putProviderProperty.SunJCE”;
};
If it is third party software your vendor should be aware of this, so check with any vendors running Java code, particularly with encryption.
We’ve had an issue on two systems now where Customized Java servers needed to have permissions tabs added back in. This is an example of one:
/QIBM/ProdData/OS400/Java400/jdk/lib/security/java.security
added security provider com.sun.crypto.provider.SunJCE
for example:
# List of providers and their preference orders (see above):
#
security.provider.1=sun.security.provider.Sun
security.provider.2=com.sun.rsajca.Provider
security.provider.3=com.sun.crypto.provider.SunJCE
/QIBM/ProdData/OS400/Java400/jdk/lib/security/java.policy
added Sun JCE permissions
added the following entry to the end of the file:
// Sun JCE permissions
grant codeBase “file:/QIBM/ProdData/Java400/ext/sunjce_provider.jar” {
permission java.io.FilePermission
“/QIBM/ProdData/java400/ext/jce1_2_2.jar”, “read”;
permission java.lang.RuntimePermission
“getProtectionDomain”;
permission java.security.SecurityPermission
“putProviderProperty.SunJCE”;
};
If it is third party software your vendor should be aware of this, so check with any vendors running Java code, particularly with encryption.