Sur l'un de vos systèmes, effectuez les actions suivantes pour enregistrer un fichier de réponse qui vous permettra d'installer le produit :
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
Conseil : Lorsque vous enregistrez un nouveau fichier de réponse, vous pouvez sélectionner le paramètre -skipInstall. Celui-ci vous offrira les avantages suivants :
Pour plus d'informations, voir le centre de documentation IBM Installation Manager.
Si le produit a déjà été installé sur une installation WebSphere Application Server de votre système, un message s'affichera pour vous en informer. Pour créer une autre installation du produit à un autre emplacement, cliquez sur Continuer.
Le panneau affiche également le répertoire de ressources partagées et les informations d'espace disque.
Restrictions :
/opt/ibm/edge/Ils ne peuvent pas être modifiés.
C:\Program Files\IBM\edge\cachingproxy\
/opt/ibm/edge/lb/Ils ne peuvent pas être modifiés.
C:\Program Files\loadbalancer\IBM\edge\lb\Le début de ce chemin d'installation ne peut pas être modifié mais notez qu'Installation Manager requiert l'installation du produit dans un répertoire vide - dans le chemin par défaut, il s'agit de C:\Program Files\loadbalancer. La partie IBM\edge\lb du chemin est codée en dur et ne peut pas être modifiée.
Par exemple :
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
Pour plus d'informations, voir le centre de documentation IBM Installation Manager.
Par exemple :
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
Pour plus d'informations sur les fichiers de clés, voir le centre de documentation IBM Installation Manager.
Par exemple :
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
Remarques :
Exemple : Le fichier de réponses suivant est un exemple de fichier de réponses pour 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>
Conseils :
<preference value='false' name='offering.service.repositories.areUsed'/> <preference value='false' name='com.ibm.cic.common.core.preferences.searchForUpdates'/>
Si vous choisissez de ne pas sauvegarder les fichiers pour restauration, vous pouvez empêcher la sauvegarde des fichiers en remplaçant les préférences suivantes dans votre fichier de réponses :
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/>
par :
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='false'/>