IHS: Instalando o IBM HTTP Server via texto: Difference between revisions

From Wiki
(Criou nova página com '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 = '''Procedi...')
 
Line 15: Line 15:
== Preparando o arquivo de Resposta ==
== Preparando o arquivo de Resposta ==


1) Crei um arquivo de resposta '''/opt/Binarios/p8install.rsp''', usando um editor de texto
1) Crei um arquivo de resposta '''/opt/Binarios/ihs8install.rsp''', usando um editor de texto


2) Altere os valores
2) Altere os valores
Line 22: Line 22:
  <agent-input acceptLicense='true'>
  <agent-input acceptLicense='true'>
  <server>
  <server>
   <repository location=''''/opt/Binarios/Portal8/Portal/respository.config''''/>
   <repository location=''''/opt/Binarios/IHS8/respository.config''''/>
  </server>
  </server>
  <install modify='false'>
  <install modify='false'>
  <offering id='com.ibm.websphere.PORTAL.SERVER.v80' version='8.0.1.20130123_1736' profile='IBM WebSphere Portal Server V8' features='ce.install,portal.binary,portal.profile' installFixes='none'/>
<offering id='com.ibm.websphere.IHS.v85' profile='IBM HTTP Server for WebSphere Application Server V8.5' features='core.feature,arch.64bit' installFixes='none'/>
</install>
</install>
<profile id='IBM WebSphere Portal Server V8' installLocation=''''/opt/IBM/WebSphere/PortalServer''''>
<profile id='IBM HTTP Server for WebSphere Application Server V8.5' installLocation=''''/opt/IBM/HTTPServer''''>
   <data key='user.import.profile' value='false'/>
   <data key='user.import.profile' value='false'/>
   <data key='user.profile.config.mode,com.ibm.websphere.PORTAL.SERVER.v80' value=''''standard''''/>
   <data key='eclipseLocation' value=''''/opt/IBM/HTTPServer''''/>
   <data key='user.wp.install.type,com.ibm.websphere.PORTAL.SERVER.v80' value='base'/>
   <data key='user.import.profile' value='false'/>
   <data key='user.iim.currentlocale,com.ibm.websphere.PORTAL.SERVER.v80' value='en'/>
   <data key='user.ihs.httpPort' value=''''80'''' />
 
   <data key='user.ihs.http.server.service.name' value='IBM HTTP Server for WebSphere Application Server V8.5'/>
   <data key='user.wp.forward.profilepath,com.ibm.websphere.PORTAL.SERVER.v80' value=''''/opt/IBM/WebSphere/AppServer/profiles/wp8lab01''''/>
  <data key='user.ihs.installHttpService' value='true'/>
   <data key='user.was.uninstall.selected,com.ibm.websphere.PORTAL.SERVER.v80' value='false'/>
   <data key='user.ihs.http.server.service.name.key' value='IBMHTTPServerforWebSphereApplicationServerV8.5'/>
</profile>
  <data key='cic.selector.nl' value='en'/>
</profile>
  <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/opt/IBM/IMShared'/>
  <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.connectTimeout' value='30'/>
Line 50: Line 51:


copie o valor e adicione o arquivo
copie o valor e adicione o arquivo


= Instalação do IBM HTTP Server via Texto =
= Instalação do IBM HTTP Server via Texto =

Revision as of 22:25, 11 December 2013

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/

2. Descompactar os pacotes

# unzip <PACOTES_IBM_HTTP_SERVER>.zip

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/IHS8/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'/>

</install> <profile id='IBM HTTP Server for WebSphere Application Server V8.5' installLocation='/opt/IBM/HTTPServer'>

 
 
 
 
 
 
 
 

</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>

para gerar a senha encriptada execute:

# /opt/IBM/InstallationManager/eclipse/tools/imutilsc encryptString wpsadmin

copie o valor e adicione o arquivo

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