Use IBM® Installation Manager from the command line to install Load Balancer for IPv4 and IPv6 silently.
For information on hardware and software requirements, including supported browsers, refer to the following Web page: http://www.ibm.com/support/docview.wss?rs=180&uid=swg27006921.
If you have not installed or configured IBM Installation Manager, refer to the topic on installing IBM Installation Manager.
Uninstall any previous versions of Load Balancer before installing Websphere Load Balancer for IPv4 and IPv6; two versions of Load Balancer cannot be installed on the same machine. If you have an earlier version installed, uninstall that copy before installing the current version. Refer to Uninstalling the product for more information.
<?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'/>with this:
<repository location='/usr/edge80/local-repositories'/>
<repository location='C:\repositories\edge80\local-repositories'/>with this:
<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'/>with this:
<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'/>The new line indicates that the Metric Server will not be installed.