使用 Installation Manager 以静默方式卸载此产品。
有关更多信息,请阅读使用 IBM Installation Manager GUI 来安装 Edge Components 或使用 IBM Installation Manager 以静默方式安装 Edge Components。
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
不应该在 Installation Manager 所使用的实际代理程序数据位置使用 -skipInstall 操作。这不受支持。请使用空白的可写位置,并对以后的记录会话复用该位置。
有关更多信息,请阅读 Installation Manager 信息中心。
例如:
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
有关更多信息,请转至 Installation Manager 信息中心。
有关执行此过程的信息,请阅读 Installation Manager 信息中心中的>卸载 Installation Manager。
示例:以下是用于卸载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>