Verwenden Sie Installation Manager, um dieses Produkt im unbeaufsichtigten Modus zu deinstallieren.
Weitere Informationen finden Sie im Artikel Edge Components mit der grafische Benutzeroberfläche von IBM Installation Manager installieren und im Artikel Edge Components mit IBM Installation Manager im unbeaufsichtigten Modus installieren.
IBMIM.exe -skipInstall "C:\temp\imRegistry"
-record C:\temp\uninstall_response_file.xml
./IBMIM -skipInstall /var/temp/imRegistry
-record /var/temp/uninstall_response_file.xml
./IBMIM -skipInstall user_home/var/temp/imRegistry
-record user_home/var/temp/uninstall_response_file.xml
Die Operation "-skipInstall" sollte nicht für das Verzeichnis mit den tatsächlichen Agentendaten, das von Installation Manager verwendet wird, ausgeführt werden. Dies wird nicht unterstützt. Verwenden Sie ein bereinigtes, beschreibbares Verzeichnis, und verwenden Sie dieses Verzeichnis auch für künftige Aufzeichnungssitzungen.
Weitere Informationen finden Sie im Information Center von Installation Manager.
Beispiel:
imcl.exe
input C:\temp\uninstall_response_file.xml
-log C:\temp\uninstall_log.xml
./imcl
input /var/temp/uninstall_response_file.xml
-log /var/temp/uninstall_log.xml
./imcl
input user_home/var/temp/uninstall_response_file.xml
-log user_home/var/temp/uninstall_log.xml
Weitere Informationen finden Sie im Information Center von Installation Manager.
Informationen zur Durchführung dieser Prozedur finden Sie im Information Center von Installation Manager im Artikel >Installation Manager deinstallieren.
Beispiel: Nachfolgend sehen Sie eine Beispielantwortdatei für die Deinstallation von Load Balancer for IPv4:
<?xml version="1.0" encoding="UTF-8" ?>
<agent-input>
<server>
<repository location='C:\repositories\edge80\local-repositories'/>
</server>
<profile installLocation='c:\program files\loadbalancer\ibm\edge\lb'>
<data key='eclipseLocation' value='c:\program files\loadbalancer\ibm\edge\lb'/>
<data key='cic.selector.nl' value='en, fr, it, zh, ru, zh_TW, de, ja, pl, es, cs, hu, ko, pt_BR'/>
</profile>
<uninstall 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'/>
</uninstall>
<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='true' 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>