11.5 FP1 upgrade to FP2

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
sjfearnside
Premium Member
Premium Member
Posts: 278
Joined: Wed Oct 03, 2007 8:45 am

11.5 FP1 upgrade to FP2

Post by sjfearnside »

I am working on defining a process to upgrade 11.5 FP1 to 11.5 FP2. I am running into issues. I have the following steps from IBM support:

1. Install the IBM Installation Manager => imcl
2. Install WebSphere FP 12 using imcl
3. Install java 7.1.0.0 base for WAS using imcl
4. Install java 7.1.4.5 for WAS using imcl
5. Install java 7.1.4.5 for InformationServer as root
6. Install IIS 11.5 FP 2

I have completed steps 1 - 4. When I run a command to display java version for WAS it says it's 7.1.0 not 7.1.4.5.

Has anyone successfully applied FP2 to a RHL server and is willing to share the process. I have been working with IBM and process seems to keep getting more complex and time consuming.

Thanks
sjfearnside
Premium Member
Premium Member
Posts: 278
Joined: Wed Oct 03, 2007 8:45 am

Post by sjfearnside »

I used the versionInfo.sh command and the correct java upgrade was installed.

My procedure to apply FP2 to 11.5 FP1 is as follows:

- Install IBM installation manager (imcl)
- Install upgrade to WAS from 8.5.5.5 to 8.5.5.12 using imcl command
- Install Java SDK 7.1.0 to WAS using the imcl command
- Install Java SDK 7.1.4.5 to WAS using the imcl command
- Install Java SDK 7.1.4.5 to the InformationServer
- Install FP2 using the normal patch process.

Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sorry but does this mean you're sorted out or are you still having problems? I'm assuming the latter but wanted to double-check.
-craig

"You can never have too many knives" -- Logan Nine Fingers
sjfearnside
Premium Member
Premium Member
Posts: 278
Joined: Wed Oct 03, 2007 8:45 am

Post by sjfearnside »

I have sorted out the Java version issue.

Thanks

Forgot to mark it a resolved.
Post Reply