Atualizando o LotusConnections-config.xml no Linux: Difference between revisions

From Wiki
(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 ...)
 
No edit summary
Line 1: Line 1:
Passos para configurar no linux
Passos para configurar no linux


  '''#''' mkdir /root/Temp
  '''# mkdir /root/Temp'''
   
   
  '''#''' cd /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin
  '''# cd /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin'''
   
   
  '''#''' ./wsadmin.sh -lang jython -username wasadmin -password senha -port 8879
  '''# ./wsadmin.sh -lang jython -username wasadmin -password senha -port 8879'''
   
   
  '''wsadmin>''' execfile("/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/bin_lc_admin/connectionsConfig.py")
  '''wsadmin> execfile("/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/bin_lc_admin/connectionsConfig.py")'''
   
   
  Connections Administration initialized
  Connections Administration initialized
   
   
 
 
  '''wsadmin>''' LCConfigService.checkOutConfig("/root/Temp","lotd103Cell01")
 
  '''wsadmin> LCConfigService.checkOutConfig("/root/Temp","COLOQUE_AQUI_O_NOME_DA_CELL")'''
   
   
   Connections configuration file successfully checked out
   Connections configuration file successfully checked out
   
   
  '''wsadmin>''' LCConfigService.checkInConfig()
  '''wsadmin> LCConfigService.checkInConfig()'''
   
   
   Using configuration arguments :
   Using configuration arguments :
Line 28: Line 29:
  Connections configuration file successfully checked in
  Connections configuration file successfully checked in
   
   
  '''wsadmin>''' synchAllNodes()
  '''wsadmin> synchAllNodes()'''
   
   
  Nodes synchronized
  Nodes synchronized
   
   
  '''wsadmin>''' exit
  '''wsadmin> exit'''

Revision as of 18:57, 19 August 2011

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