WebSphere Application Server Version 6.1 Feature Pack for Web Services   
             オペレーティング・システム: AIX , HP-UX, Linux, Solaris, Windows, Windows Vista

             目次と検索結果のパーソナライズ化

サイレント・アンインストールを使用した修正パッケージ、暫定修正、テスト修正のアンインストール

このトピックでは、アップデート・インストーラーからサイレント・インストール・オプションを 使用して修正パッケージ、暫定修正、またはテスト修正をアンインストールする方法について説明します。

始める前に

[AIX HP-UX Linux Solaris Windows] アップデート・インストーラー・プログラムは、更新する製品のインストール時に使用したユーザー ID によるものを使用してください。 そうでない場合、ファイルの所有権の不一致により、root ユーザー による修正の必要が生じる場合があります。 詳しくは、アップデート・インストーラーでインストールする際のルートまたは非ルートの使用 を参照してください。

このタスクについて

アップデート・インストーラーを使用してアンインストールするには、応答ファイルを提供する必要があります。 詳しくは、このトピックの下部にある応答ファイルの例を参照してください。

以下のステップでは、サイレント・モードを使用して保守をアンインストールするプロセスについて説明します。

プロシージャー

  1. 応答ファイルを編集します。ペインの下部にあるファイルを 例として使用することができます。
  2. アンインストールする製品のロケーションを応答ファイルに指定します。
  3. 保守を「アンインストール 」する選択を応答ファイルに指定します。
  4. アンインストールする保守パッケージを応答ファイルに指定します。
    これは、最初にインストールされたパッケージと同じファイル名になります。 -W backup.package="PQ20029.pak" などのバックアップ・パッケージが存在する場合にのみ、 保守パッケージをアンインストールできます。
    注: パッケージが指定されない場合、最後にインストールされた保守 (#) パッケージのデフォルトが使用されます。

    サイレント・モードを使用して保守パックをアンインストールする場合、インストールしたのと逆の順序でアンインストールする必要があります。 詳しくは、アップデート・インストーラーがアンインストール用に使用する論理 を参照してください。

  5. 実行中のすべてのプロセスが停止されていることを確認します。
  6. [i5/OS] ホスト・サーバーのジョブが iSeries サーバーで開始されている ことを検証します。ホスト・サーバーのジョブによって、インストール・ コードが iSeries 上で実行されます。CL コマンド行でコマンド STRHOSTSVR SERVER(*ALL) を入力します。
  7. アップデート・インストーラーを起動します。
  8. ログ・ファイルを調べて、保守が正常にインストールされたことを確認します。 このログは WAS_HOME¥logs¥update¥<Maintenance name.install> にあります。

結果

以下のいずれかの結果がログに表示されます。
INSTCONFSUCCESS
操作は正常終了しました。
INSTCONFPARTIALSUCCESS
操作は部分的に正常終了しました。詳しくはログを参照してください。
INSTCONFFAILED
操作は失敗しました。詳しくはログを参照してください。

以下の応答ファイルは、サイレント・モードで修正パッケージを アンインストールする方法について説明しています。

################################################################################
#
# This is the silent install response file for uninstalling maintenance packages
# using the update installer.
# 
# A common use of an options file is to run the wizard in silent mode. This lets
# the options file author specify wizard settings without having to run the
# wizard in graphical or console mode. To use this options file for silent mode
# execution, *uncomment* and modify the parameters defined within.
#
# Use the following command line when running the wizard from the update 
# installer directory:
# 
#    update -options responsefiles/uninstall.txt -silent
#
# Enclose all values within a single pair of double quotes.
#
################################################################################


################################################################################
#
# Used to input the maintenance backup package filename to be uninstalled. 
# This is the same filename as the package that was originally installed.
# A maintenance package can only be uninstalled if a backup package exists.
#
# For example: -W backup.package="PQ20029.pak"
#
# Note: If you do not specify a package, then a default of the last installed maintenance
#       package is used, as the following example demonstrate:
# 
-W backup.package="6.1.0.1-WEBSV-FEP-WinX32-FP000001.pak"


################################################################################
#
# Used to modify the product install location that will be updated. 
# This value should be left commented out if the Update Installer is 
# being run from the recommended location, as the following example demonstrates:
#
# For example: -W product.location="C:¥Program Files¥IBM¥WebSphere¥AppServer"
#
# Note: The product install location needs to be specified, and it needs to
#       be the full path.
#
-W product.location="D:¥IBM¥WebSphere¥AppServerNonroot3"


################################################################################
#
# AIX Non-root user limitation
#
# The AIX user account running the Update Installer program also must be able to
# run the slibclean command; otherwise, a root user must run the slibclean command
# before the Update Installer program runs. 
#
# Uncomment the following option to notify the installer that a root user has run
# the slibclean command before the Update Installer program runs.
#
#-OPT rootUserHasRunSlibcleanCommandSuccessfully="true"


################################################################################
#
# Do not edit these values.
#
-W update.type="uninstall"



関連タスク
保守パッケージのインストール
関連資料
uninstall.txt
タスク・トピック    

ご利用条件 | フィードバック

最終更新: Jan 21, 2008 4:10:06 PM EST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.wsfep.multiplatform.doc/info/ae/ae/tins_updi_unsilfixpk.html