|
1 |
On the navigation panel, under Dashboards, click Application Servers > Administration > Application Servers Administration. |
|
2 |
On the Application Servers Administration dashboard, click Java Administration. |
|
3 |
On the Java Administration dashboard, click the Installations tab. |
|
5 |
In the menu that opens, click Properties. |
|
6 |
Click OK to close the dialog box. |
|
1 |
On the navigation panel, under Dashboards, click Application Servers > Administration > Application Servers Administration. |
|
2 |
On the Application Servers Administration dashboard, click Java Administration. |
|
3 |
On the Java Administration dashboard, click the Installations tab. |
|
4 |
On the Installations tab, look at the Upgradeable column for the installation you are interested in. If the word “Yes” appears, you can upgrade the installation. |
|
6 |
In the menu that opens, select Upgrade. |
|
7 |
The dashboard refreshes, and the task appears in the Task History list, with a description such as: Upgrade Installation (<installation name>). |
|
8 |
A progress indicator appears in the Result column while the task is in progress. The indicator is replaced by the text Success or Failure when the task is complete. |
|
IBM® 1.4.2
Oracle® JRockit 1.5.0_[05-07] |
|
|
2 |
In the menu that opens, click Properties. |
|
3 |
Type the correct value in the Java Home box. |
|
4 |
Click Save. |
|
5 |
Click OK to close the confirmation message box. |
|
6 |
Click the name of the integration configuration again, and select Reintegrate targets. |
|
CAUTION: Specifying an incorrect application server type or version number results in errors later in the startup sequence. Application server type parameters are case-insensitive. The format for setting the version parameter differs based on the application server that you are configuring to work with Management Server.
Consult the examples below for the correct server-specific and version-specific format to use to set the version parameter. This example specifies all four fields for a WebSphere® 6.1 application server named server3 in a cluster named my_cluster: -Dquest.agent.appserverinfo=server3:WebSphere:6.1.0.27:my_cluster This example specifies only 3 of the fields, leaving the agent to determine the application server version number for a WebLogic server named myserver in a cluster named my_cluster: -Dquest.agent.appserverinfo=myServer:WebLogic::my_cluster |