Su uno dei sistemi utilizzati, eseguire le seguenti operazioni per registrare un file di risposta che eseguirà l'installazione del prodotto:
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
Suggerimento: quando si registra un nuovo file di risposta, è possibile specificare il parametro -skipInstall. L'utilizzo di questo parametro offre i seguenti vantaggi:
Per ulteriori informazioni, consultare il centro informazioni di Installation Manager.
Se si dispone già del prodotto installato su un'installazione WebSphere Application Server nel proprio sistema, un messaggio viene visualizzato per indicare che il prodotto è già stato installato. Per creare un'altra installazione del prodotto in un'altra ubicazione, fare clic su Continua.
Il pannello visualizza anche la directory delle risorse condivise e le informazioni relative allo spazio su disco.
Limitazioni:
/opt/ibm/edge/Non può essere modificato.
C:\Program Files\IBM\edge\cachingproxy\
/opt/ibm/edge/lb/Non può essere modificato.
C:\Program Files\loadbalancer\IBM\edge\lb\È possibile modificare la parte iniziale di questo percorso di installazione, ma tenere presente che Installation Manager richiede l'installazione del prodotto in una directory vuota; nel percorso predefinito è C:\Program Files\loadbalancer. La parte IBM\edge\lb del percorso è codificata e non può essere modificata.
Ad esempio:
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
Per ulteriori informazioni, consultare il centro informazioni di Installation Manager.
Ad esempio:
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
Per ulteriori informazioni sui file keyring, consultare il centro informazioni di Installation Manager.
Ad esempio:
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
Note:
Esempio: di seguito è riportato un file di risposta
di esempio per 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>
Suggerimenti:
<preference value='false' name='offering.service.repositories.areUsed'/> <preference value='false' name='com.ibm.cic.common.core.preferences.searchForUpdates'/>
Se si decide di non salvare i file per il ripristino dello stato precedente, l'operazione di salvataggio può essere impedita modificando la seguente preferenza nel proprio file di risposta:
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/>
con quanto segue:
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='false'/>