在您的其中一個系統上,執行下列動作來錄製用來安裝產品的回應檔:
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 部分寫在程式中,無法修改。若要更正此問題,您必須安裝必要的 Microsoft hotfix for KB942589。 在套用 Microsoft 緊急修復程式之後,請重新啟動系統。在 Windows 2003 64 位元機器上安裝 Load Balancer for IPv4 之前,您必須先重新啟動系統。在完成 Load Balancer for IPv4 安裝之後,您將必須再次重新啟動系統。
如果您未在安裝 Load Balancer for IPv4 之前安裝 Microsoft 緊急修復程式,並遇到這個問題,則必須解除安裝 Load Balancer for IPv4、安裝 Microsoft 緊急修復程式,然後重新安裝 Load Balancer for IPv4。
例如:
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
如需金鑰環檔案的相關資訊,請參閱 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'/>