WPS: Instalando o IBM WebSphere Portal Server via texto: Difference between revisions

From Wiki
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 20: Line 20:
== Preparando o arquivo de Resposta ==
== Preparando o arquivo de Resposta ==


1) Faca uma cópia do arquivo de resposta
1) Crei um arquivo de resposta '''/opt/Binarios/p8install.rsp''', usando um editor de texto
 
# cp /opt/Binarios/SametimeSystemConsole/responsefiles/ISC.rsp /opt/Binarios/ISC.rsp


2) Altere os valores
2) Altere os valores


  <agent-input temporary='true' clean='trueacceptLicense=''''true''''>
<?xml version="1.0" encoding="UTF-8"?>
   
  <agent-input acceptLicense='true'>
  <repository location=''''/opt/Binarios/SametimeSystemConsole/SSC''''/>
<server>
  <repository location=''''/opt/Binarios/Portal8/Portal/respository.config''''/>
<data key='user.com.ibm.lotus.sametime.systemconsoleserver.cellname' value=''''sametimeCell''''/>
</server>
<data key='user.com.ibm.lotus.sametime.systemconsoleserver.nodename' value=''''stsc01SSCNode''''/>
  <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'/>
<data key='user.com.ibm.lotus.sametime.systemconsoleserver.hostname' value=''''stsc01.empresaX.com.br''''/>
  </install>
  <profile id='IBM WebSphere Portal Server V8' installLocation=''''/opt/IBM/WebSphere/PortalServer''''>
<data key='user.com.ibm.lotus.sametime.systemconsoleserver.was.adminid' value=''''wsadmin''''/>
  <data key='user.import.profile' value='false'/>
<data key='user.com.ibm.lotus.sametime.systemconsoleserver.was.password' value=''''senha_encriptada''''/>
  <data key='user.profile.config.mode,com.ibm.websphere.PORTAL.SERVER.v80' value=''''standard''''/>
  <data key='user.wp.install.type,com.ibm.websphere.PORTAL.SERVER.v80' value='base'/>
<data key='user.com.ibm.lotus.sametime.systemconsoleserver.dbuser_ssc' value=''''stdb2adm''''/>
  <data key='user.iim.currentlocale,com.ibm.websphere.PORTAL.SERVER.v80' value='en'/>
<data key='user.com.ibm.lotus.sametime.systemconsoleserver.dbpass_ssc' value=''''senha_encriptada''''/>
  <data key='user.wp.hostname,com.ibm.websphere.PORTAL.SERVER.v80' value=''''wp8lab01''''/>
  <data key='user.wp.cellname,com.ibm.websphere.PORTAL.SERVER.v80' value=''''wp8Cell''''/>
<data key='user.com.ibm.lotus.sametime.systemconsoleserver.dbport_ssc' value=''''50050''''/>
  <data key='user.wp.nodename,com.ibm.websphere.PORTAL.SERVER.v80' value=''''node01''''/>
  <data key='user.wp.userid,com.ibm.websphere.PORTAL.SERVER.v80' value=''''wpsadmin''''/>
<data key='user.com.ibm.lotus.sametime.systemconsoleserver.dbname_ssc' value=''''STSC''''/>
  <data key='user.wp.password,com.ibm.websphere.PORTAL.SERVER.v80' value=''''8EFwlcpk3uc/FXXC2K64g==''''/>
   
  <data key='user.wp.admin.port,com.ibm.websphere.PORTAL.SERVER.v80' value=''''10000''''/>
  <data key='user.com.ibm.lotus.sametime.systemconsoleserver.dbhostname_ssc' value=''''stdb2.empresaX.com.br''''/>
  <data key='user.wp.portal.port,com.ibm.websphere.PORTAL.SERVER.v80' value=''''10025''''/>
  <data key='user.was.installLocation,com.ibm.websphere.PORTAL.SERVER.v80' value=''''/opt/IBM/WebSphere/AppServer''''/>
  <data key='user.was.forward.installLocation,com.ibm.websphere.PORTAL.SERVER.v80' value=''''/opt/IBM/WebSphere/AppServer''''/>
  <data key='user.wp.profilename,com.ibm.websphere.PORTAL.SERVER.v80' value=''''wp8lab01''''/>
  <data key='user.common.installPath,com.ibm.websphere.PORTAL.SERVER.v80' value=''''/opt/IBM/WebSphere''''/>
  <data key='user.configengine.profileLocation,com.ibm.websphere.PORTAL.SERVER.v80' value=''''/opt/IBM/WebSphere/AppServer/profiles/wp8lab01/ConfigEngine''''/>
  <data key='user.configengine.binaryLocation,com.ibm.websphere.PORTAL.SERVER.v80' value=''''/opt/IBM/WebSphere/ConfigEngine''''/>
  <data key='user.configengine.forward.binaryLocation,com.ibm.websphere.PORTAL.SERVER.v80' value=''''/opt/IBM/WebSphere/ConfigEngine''''/>
  <data key='user.wp.profilepath,com.ibm.websphere.PORTAL.SERVER.v80' value=''''/opt/IBM/WebSphere/AppServer/profiles/wp8lab01''''/>
  <data key='user.wp.forward.profilepath,com.ibm.websphere.PORTAL.SERVER.v80' value=''''/opt/IBM/WebSphere/AppServer/profiles/wp8lab01''''/>
  <data key='user.was.uninstall.selected,com.ibm.websphere.PORTAL.SERVER.v80' value='false'/>
  </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:
para gerar a senha encriptada execute:


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


copie o valor e adicione o arquivo


== Instalação do IBM WebSphere Portal Server (via Texto) ==
== Instalação do IBM WebSphere Portal Server (via Texto) ==
Line 61: Line 77:
   
   
  Resultado:
  Resultado:
  Installed com.ibm.lotus.sametime.systemconsole_9.0.0.20130910_1254 to the /opt/IBM/SametimeServer directory.
  Installed com.ibm.websphere.portal.server_8.XXXX to the /opt/IBM/WebSphere/PortalServer directory.





Latest revision as of 17:27, 11 December 2013

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