IHS: Instalando o IBM HTTP Server via texto
Neste artigo apresentamos a instalação do IBM HTTP Server, Plug-in do WebSphere e o WebSphere Customization Toolbox
Extrair os arquivos de instalação
Procedimento:
1. Ir para o diretorio
# cd /opt/Binarios/
# mkdir IHS85
2. Descompactar os pacotes
# unzip <PACOTES_IBM_HTTP_SERVER>.zip -d IHS85
Preparando o arquivo de Resposta
1) Crei um arquivo de resposta /opt/Binarios/ihs8install.rsp, usando um editor de texto
2) Altere os valores
<?xml version="1.0" encoding="UTF-8"?>
<agent-input acceptLicense='true'>
<server>
<repository location='/opt/Binarios/IHS85/respository.config'/>
</server>
<install modify='false'>
<offering id='com.ibm.websphere.IHS.v85' profile='IBM HTTP Server for WebSphere Application Server V8.5' features='core.feature,arch.64bit' installFixes='none'/>
<offering id='com.ibm.websphere.PLG.v85' profile='Web Server Plug-ins for IBM WebSphere Application Server V8.5' features='core.feature,com.ibm.jre.6_64bit' installFixes='none'/>
<offering id='com.ibm.websphere.WCT.v85' version='8.5.5000.20130514_1044' profile='WebSphere Customization Toolbox V8.5' features='core.feature,pct,zpmt,zmmt' installFixes='none'/>
</install>
<profile id='IBM HTTP Server for WebSphere Application Server V8.5' installLocation='/opt/IBM/HTTPServer'>
</profile>
<profile id='Web Server Plug-ins for IBM WebSphere Application Server V8.5' installLocation='/opt/IBM/WebSphere/Plugins'>
</profile>
<profile id='WebSphere Customization Toolbox V8.5' installLocation='/opt/IBM/WebSphere/Toolbox'>
</profile>
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/opt/IBM/IMShared'/>
<preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/>
<preference name='com.ibm.cic.common.core.preferences.readTimeout' value='45'/>
<preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/>
<preference name='offering.service.repositories.areUsed' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/>
</agent-input>
Instalação do IBM HTTP Server via Texto
Executar o comando
# /opt/IBM/InstallationManager/eclipse/tools/imcl -acceptLicense -showVerboseProgress input /opt/Binarios/ihs8install.rsp -log ihs8_inst.log Resultado: Installed com.ibm.websphere.IHS.v85 to the /opt/IBM/HTTPServer directory.
Para verificar a instalação, abra um navegador e acesse o endereço:
Para verificar a instalação, abra um navegador e acesse o endereço:
http:// ihs01.''empresaX''.com.br
Será mostrado a tela do ihs.
Continuar no artigo IBM HTTP Server
Ver também
- Mais Artigos sobre o IBM HTTP Server
- Mais Artigos sobre WebSphere Application Server
- Mais Artigos sobre WebSphere Portal Server