Sametime: Update para 8.5.1.1 via Console: Difference between revisions

From Wiki
No edit summary

Revision as of 13:49, 1 February 2011

Extraindo os arquivos

Crie um diretório para os fixes

# mkdir fix8511
# cd fix8511/

Extraia o arquivos

# unzip IBMLotusSametimeMeetingServer8.5.1.1Multiplatform.zip
# unzip STMeetingsHotfix.zip
# unzip Sametime8.5.1.1_WebSphereiFixes.zip

Aplicando os iFixes no Websphere

Execute as tarefas o serviço PARADO

Copia os arquivos de iFixes

# cp -v iFixes/* /opt/IBM/WebSphere/UpdateInstaller/maintenance/.

Altere o response file

# cd /opt/IBM/WebSphere/UpdateInstaller/responsefiles
# cp install.txt install.txt_orig

Edite o arquivo install.txt e defina as linhas

-W maintenance.package="/opt/IBM/WebSphere/UpdateInstaller/maintenance/7.0.0.3-WS-WAS-IFPM18909.pak;
/opt/IBM/WebSphere/UpdateInstaller/maintenance/7.0.0.3-WS-WAS-FPM20402.pak;
/opt/IBM/WebSphere/UpdateInstaller/maintenance/7.0.0.3-WS-WAS-MultiOS-IFPM19599.pak"

-W product.location="/opt/IBM/WebSphere/AppServer"

-W update.type="install"

Execute o update

# cd ..
# ./update.sh  -silent -options "responsefiles/install.txt"

Verificando

# cat /opt/IBM/WebSphere/AppServer/logs/update/install/updatelog.txt
XXXXXXXX  Install, com.ibm.ws.install.ni.ismp.actions.ISMPLogSuccessMessageAction, msg1, INSTCONFSUCCESS

Reinicie os serviços