WPS: Instalando o IBM WebSphere Portal Server via texto

From Wiki

Instalando o IBM WebSphere Portal Server no Linux

Procedimento

Extrair os arquivos de instalação do IBM WebSphere Portal Server

Procedimento:

# cd /opt/Binarios/

2) Descompactar os pacotes

# mkdir Portal8

# unzip -o IBM_WS_P_AND_WCM_INSV8.0_1OF_7_MPML.zip -d Portal8
# unzip -o IBM_WS_P_AND_WCM_INSV8.0_2OF_7_MPML.zip -d Portal8
# unzip -o IBM_WS_P_AND_WCM_INSV8.0_3OF7_MPML.zip  -d Portal8
# unzip -o IBM_WS_P_AND_WCM_INSV8.0_4OF7_MPML.zip  -d Portal8
# unzip -o IBM_WS_P_AND_WCM_INSV8.0_5OF7_MPML.zip  -d Portal8

Preparando o arquivo de Resposta

1) Crei um arquivo de resposta /opt/Binarios/p8install.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/Portal8/Portal/respository.config'/>
</server>
<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'/>
</install>
<profile id='IBM WebSphere Portal Server V8' installLocation='/opt/IBM/WebSphere/PortalServer'>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
</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 WebSphere Portal Server (via Texto)

Executar o comando

# /opt/IBM/InstallationManager/eclipse/tools/imcl -acceptLicense  -showVerboseProgress input /opt/Binarios/p8install.rsp -log p8_inst.log

Resultado:
Installed com.ibm.websphere.portal.server_8.XXXX to the /opt/IBM/WebSphere/PortalServer directory.


Para verificar a instalação, abra um navegador e acesse o endereço:

http://wp8lab01.''empresaX''.com.br:10039/wps/portal

Será mostrado a pagina de Login do Portal


Continuar no artigo WPS: Instalando o Websphere Portal Server

Ver também