コマンド行から IBM® Installation Manager を使用して、Load Balancer for IPv4 and IPv6 をサイレント・インストールします。
ハードウェアおよびソフトウェアの要件 (サポートされるブラウザーを含む) については、Web ページ http://www.ibm.com/support/docview.wss?rs=180&uid=swg27006921 を参照してください。
IBM Installation Manager をインストールおよび構成していない場合は、IBM Installation Manager のインストールに関するトピックを参照してください。
Websphere Load Balancer for IPv4 and IPv6 をインストールする前に、旧バージョンの Load Balancer があれば、それをアンインストールします。2 つのバージョンの Load Balancer を同じマシンにインストールすることはできません。旧バージョンがインストールされている場合は、そのバージョンをアンインストールしてから現行バージョンをインストールしなければなりません。詳しくは、製品のアンインストールを参照してください。
<?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 IPV6 v8.0' installLocation='C:¥Program Files¥IBM¥WebSphere¥edge¥ulb'> <data key='eclipseLocation' value='C:¥Program Files¥IBM¥WebSphere¥edge¥ulb'/> <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.EDGELBIPV4IPV6.v80' version='8.0.0.0' profile='IBM WebSphere Edge Components: Load Balancer for IPV4 and IPV6 V8.0' features='Dipatcher,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'/>
<repository location='C:¥repositories¥edge80¥local-repositories'/>を以下のように置き換えます。
<repository location='/usr/edge80/local-repositories'/>
<repository location='C:¥repositories¥edge80¥local-repositories'/>を以下のように置き換えます。
<repository location='http://www.ibm.com/software/repositorymanager/com.ibm.websphere.EDGELBIPV4IPV6.v80'/>
<offering id='com.ibm.websphere.EDGELBIPV4IPV6.v80' version='8.0.0.0' profile='IBM WebSphere Edge Components: Load Balancer for IPV4 and IPV6 V8.0' features='Dipatcher,Load Balancer,Metric Server'/>を以下のように置き換えます。
<offering id='com.ibm.websphere.EDGELBIPV4IPV6.v80' version='8.0.0.0' profile='IBM WebSphere Edge Components: Load Balancer for IPV4 and IPV6 V8.0' features='Dispatcher,Load Balancer'/>新たな行は、Metric Server がインストールされないことを示しています。