Atualizando o LotusConnections-config.xml no Linux

From Wiki
Revision as of 18:54, 19 August 2011 by Ebasso (talk | contribs) (New page: Passos para configurar no linux '''#''' mkdir /root/Temp '''#''' cd /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin '''#''' ./wsadmin.sh -lang jython -username wasadmin -password ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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","lotd103Cell01")

  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