Atualizando o LotusConnections-config.xml no Linux
Passos para configurar no linux
# mkdir /root/Temp # cd /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin # ./wsadmin.sh -lang jython -username wasadmin -password senha -port 8879 wsadmin> execfile("/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/bin_lc_admin/connectionsConfig.py") Connections Administration initialized
wsadmin> LCConfigService.checkOutConfig("/root/Temp","COLOQUE_AQUI_O_NOME_DA_CELL") Connections configuration file successfully checked out 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 wsadmin> synchAllNodes() Nodes synchronized wsadmin> exit