|
|
|
|
|
|
【FAQ】WAS V4, V5, V6でのバージョン、Fixレベル確認方法
資料作成日 |
 |
2006/02/17 |
資料更新日 |
 |
2006/08/16 |
 |
|
【FAQ】導入したWebSphere Application Server(WAS)のバージョン、Fixレべルの確認方法を教えてください。
V5, V6でのバージョン、Fixレベルの確認方法 |
<WAS_ROOT>/binに移動し、versionInfoを実行します。
UNIX系OSの場合
# ./versionInfo.sh
Windowsの場合
X:> versionInfo.bat
<WAS_ROOT>は、WebSphere Application Serverの導入ディレクトリー
デフォルトでは以下のディレクトリーを使用
AIX /usr/WebSphere/AppServer/
その他UNIX/Linux /opt/WebSphere/AppServer/
Windows C:\Program Files\WebSphere\AppServer\
インストール済み製品のバージョンを確認します。
以下の例では、Network Deployment(ND)エディションのV6.0.2.11が導入されています。
インストール済み製品
-------------------------------------------------------------
名前 IBM WebSphere Application Server - ND
バージョン 6.0.2.11
ID ND
ビルド・レベル cf110623.10
ビルド日 6/7/06 |
最後の0は表示されない場合があります。つまり「5.1.1」のように表示された場合は「5.1.1.0」になります。
更にfixレベルの詳細が知りたい場合には、次のオプションが利用できます。
Fix Pack適用後に適用したInterim Fix情報については、出力結果の最終部分に表示されます。
以下の例では、PK27109のInterim Fixが適用されています。
インストール済み保守パッケージ
------------------------------------------------------------
保守パッケージ ID 6.0.2.11-WS-WAS-IFPK27109
説明 Fix for NullPointerException when WMQ Resources are bound to JNDI.
ビルド日 2006/06/27
APAR を含む
---------------------------------------------------------
PK27109
コンポーネント更新
---------------------------------------------------------
runtime 置換
2006-08-01 21:16:37+0900 にインストール済み
-------------------------------------------------------------
インストール状況レポートの終了
------------------------------------------------------------- |
<WAS_ROOT>/properties/com/ibm/websphere/product.xmlを表示します。
エディションについては<name>タグ、バージョンおよびFixPackレベルについては<version>タグを確認します。
以下の例では、Advanced Single Serverエディション(AEs)の4.0.7が導入されています。
<websphere>
<appserver>
<name>IBM WebSphere Application Server</name>
<edition>
<value>AEs</value>
<name>Advanced Single Server Edition for Multiplatforms</name>
</edition>
<version>4.0.7</version>
<extensions>
</extensions>
<build>
<number>ptf70339.05</number>
<date>10/03/2003</date>
</build>
<history>
<event>
(以下、Fix適用のイベントが繰り返し表示されます)
</event>
</history>
</appserver>
</websphere> |
Fix PackやInterim Fixを適用した場合は、<event>タグに表示されますので、ご確認ください。
以下の例では、PK24173のInterim Fixが適用されています。
<event>
<sqlTime>2006/08/03 17:01:53</sqlTime>
<description>Malicious url may cause raw jsp content sent to lient</description>
<type>Fix</type>
<containerType>unknown</containerType>
<installPath>/opt/WebSphere/AppServer/</installPath>
<unInstallScript>/opt/WebSphere/AppServer/Fix/PK24173_backup.jar</unInstallScript> <activityLog>/opt/WebSphere/AppServer/Fix/PK24173/Extractor.Log</activityLog> <startingVersion>4.0.7</startingVersion>
<endingVersion>4.0.7</endingVersion>
<source>/opt/WebSphere/AppServer/Fix/PK24173_Fix.jar</source>
<status>Successful</status>
<errorMessage>0 errors were noted</errorMessage>
<apar>PK24173</apar>
<pmr> n/a</pmr>
<developer>Sukesh</developer>
</event> |
|
 |
|
 |
製品/カテゴリー名 |
WebSphere Application Server |
有効期限 |
2008/02/17 |
発表日 |
|
資料番号 |
|
|
|
|
|