as400 upgrade from v5r3 to v5r4
10 pts.
0
Q:
as400 upgrade from v5r3 to v5r4
Known issues?
ASKED: Apr 14 2009  10:36 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
1720 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
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 Answered: Jul 11 2009  7:49 AM GMT by Voodoovw   1720 pts.
Latest Contributors: Wpoulin   1115 pts., Mshen   23535 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

DanD   1890 pts.  |   Apr 15 2009  6:07PM GMT

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.

 
0