Atualizando o LotusConnections-config.xml no Linux: Difference between revisions
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
Connections configuration file successfully checked out | Connections configuration file successfully checked out | ||
Exemplo: | |||
'''wsadmin> LCConfigService.checkOutConfig("/root/Temp","connectionsCell01")''' | |||
Connections configuration file successfully checked out | |||
Edite o arquivo LotusConnections-config.xml | Edite o arquivo LotusConnections-config.xml |
Revision as of 11:01, 17 May 2012
Passos para configurar no linux
# mkdir /root/Temp # cd /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin
Executar wsadmin.sh
# ./wsadmin.sh -lang jython -username wasadmin -password senha wsadmin> execfile("connectionsConfig.py") Connections Administration initialized
Verificando a Cell
wsadmin> print AdminControl.getCell() connectionsCell01
Faça o CheckOut dos Arquivos
wsadmin> LCConfigService.checkOutConfig("/root/Temp","COLOQUE_AQUI_O_NOME_DA_CELL") Connections configuration file successfully checked out Exemplo: wsadmin> LCConfigService.checkOutConfig("/root/Temp","connectionsCell01") Connections configuration file successfully checked out
Edite o arquivo LotusConnections-config.xml
Faça o CheckIn dos Arquivos
wsadmin> LCConfigService.checkInConfig() Using configuration arguments : workingDirectory: /root/Temp cellName: lotd103Cell01 nodeName: None serverName: None Loading schema file for validation: /root/Temp/LotusConnections-config.xsd Loading schema file for validation: /root/Temp/service-location.xsd /root/Temp/LotusConnections-config.xml is valid Connections configuration file successfully checked in
Sincronize os nós
wsadmin> synchAllNodes() Nodes synchronized
Saia do wsadmin
wsadmin> exit