ご使用のいずれかのシステムで、以下のアクションを実行して、製品をインストールするための応答ファイルを記録します。
IBMIM.exe -skipInstall "C:¥temp¥imRegistry" -record C:¥temp¥install_response_file.xml
./IBMIM -skipInstall /var/temp/imRegistry -record /var/temp/install_response_file.xml
./IBMIM -skipInstall user_home/var/temp/imRegistry -record user_home/var/temp/install_response_file.xml
ヒント: 新しい応答ファイルを記録する際に、-skipInstall パラメーターを指定することができます。 このパラメーターには、以下の利点があります。
詳しくは、Installation Manager インフォメーション・センターを参照してください。
システム上の WebSphere Application Server インストール済み環境に製品を既にインストールしている場合は、製品が既にインストールされていることを示すメッセージが表示されます。 別のロケーションに製品のインストール済み環境を別途作成するには、「続行」をクリックします。
パネルには共有リソース・ディレクトリーおよびディスク・スペース情報も表示されます。
制約事項:
/opt/ibm/edge/これは、変更できません。
C:¥Program Files¥IBM¥edge¥cachingproxy¥
/opt/ibm/edge/lb/これは、変更できません。
C:¥Program Files¥loadbalancer¥IBM¥edge¥lb¥このインストール・パスの先頭部分は変更できますが、Installation Manager では、製品を空のディレクトリーにインストールする必要があることに注意してください。デフォルト・パスでは、これは C:¥Program Files¥loadbalancer です。パスの IBM\edge\lb の部分は、ハードコーディングされていて、変更することはできません。
例:
IBMIM.exe -skipInstall "C:¥temp¥imRegistry" -keyring C:¥IM¥im.keyring -record C:¥temp¥keyring_response_file.xml
./IBMIM -skipInstall /var/temp/imRegistry -keyring /var/IM/im.keyring -record /var/temp/keyring_response_file.xml
./IBMIM -skipInstall user_home/var/temp/imRegistry -keyring user_home/var/IM/im.keyring -record user_home/var/temp/keyring_response_file.xml
詳しくは、Installation Manager インフォメーション・センターを参照してください。
例:
imcl.exe -acceptLicense input C:¥temp¥keyring_response_file.xml -log C:¥temp¥keyring_log.xml
./imcl -acceptLicense input /var/temp/keyring_response_file.xml -log /var/temp/keyring_log.xml
./imcl -acceptLicense input user_home/var/temp/keyring_response_file.xml -log user_home/var/temp/keyring_log.xml
鍵リング・ファイルに関して詳しくは、For more information on keyring files, read the Installation Manager インフォメーション・センターを参照してください。
例:
imcl.exe -acceptLicense input C:¥temp¥install_response_file.xml -log C:¥temp¥install_log.xml -keyring C:¥IM¥im.keyring
./imcl -acceptLicense input /var/temp/install_response_file.xml -log /var/temp/install_log.xml -keyring /var/IM/im.keyring
./imcl -acceptLicense input user_home/var/temp/install_response_file.xml -log user_home/var/temp/install_log.xml -keyring user_home/var/IM/im.keyring
注:
例: 以下は、Load Balancer for IPv4 のサンプル応答ファイルです。
<?xml version="1.0" encoding="UTF-8"?> <agent-input acceptLicense='true'> <server> <repository location='C:¥repositories¥edge80¥local-repositories'/> </server> <profile id='Load Balancer for IPV4 v8.0' installLocation='c:¥program files¥loadbalancer¥ibm¥edge¥lb'> <data key='eclipseLocation' value=c:¥program files¥loadbalancer¥ibm¥edge¥lb'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='cs,ja,es,zh_HK,en,zh_TW,pt_BR,it'/> </profile> <install modify='false'> <offering id='com.ibm.websphere.EDGELBIPV4.v80' version='8.0.0.0' profile='IBM WebSphere Edge Components: Load Balancer for IPV4 V8.0' features='Dispatcher,Load Balancer,Metric Server'/> </install> <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='C:¥Program Files¥IBM¥IMShared'/> <preference value='30' name='com.ibm.cic.common.core.preferences.connectTimeout'/> <preference value='30' name='com.ibm.cic.common.core.preferences.readTimeout'/> <preference value='0' name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount'/> <preference value='false' name='offering.service.repositories.areUsed'/> <preference value='false' name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode'/> <preference value='false' name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication'/> <preference value='true' name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts'/> <preference value='false' name='PassportAdvantageIsEnabled'/> <preference value='false' name='com.ibm.cic.common.core.preferences.searchForUpdates'/> </agent-input>
ヒント:
<preference value='false' name='offering.service.repositories.areUsed'/> <preference value='false' name='com.ibm.cic.common.core.preferences.searchForUpdates'/>
ロールバック用にファイルを保存しない選択をする場合は、応答ファイルで以下の設定変更をすることによりファイルが保存されないようにできます。
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/>
これを次のように変更します。
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='false'/>