WPS: Colocar o WPS ou Quickr como Servico no Windows: Difference between revisions

From Wiki
(New page: '''Criar um bat para registro do DMGR''' wasservice.exe -remove "IBM Lotus Quickr DeployMgmr" wasservice.exe -add "IBM Lotus Quickr DeployMgmr" -servername dmgr -profilePath C:\IBM\We...)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
  -logRoot C:\IBM\Quickr\wp_profile\logs\nodeagent\ -logFile startNode.log -restart true -startType automatic
  -logRoot C:\IBM\Quickr\wp_profile\logs\nodeagent\ -logFile startNode.log -restart true -startType automatic


'''Adicionar o nodeagent como serviço'''
wasservice.exe -add "nodeagent" -servername nodeagent -profilePath C:\IBM\WebSphere\AppServer\profiles\AppSrv01 -wasHome C:\IBM\WebSphere\AppServer
-logRoot C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\nodeagent -logFile C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\nodeagent\startNodeService.log -restart true -startType automatic
'''Remover o nodeagent como serviço'''
wasservice.exe -remove "nodeagent"


'''Criar um bat para registro do Portal'''
'''Criar um bat para registro do Portal'''
Line 18: Line 27:
  wasservice.exe -add "IBM Lotus Quickr Server" -servername WebSphere_Portal -profilePath C:\IBM\Quickr\wp_profile -wasHome C:\IBM\Quickr\AppServer
  wasservice.exe -add "IBM Lotus Quickr Server" -servername WebSphere_Portal -profilePath C:\IBM\Quickr\wp_profile -wasHome C:\IBM\Quickr\AppServer
  -logRoot C:\IBM\Quickr\wp_profile\logs\WebSphere_Portal\ -logFile startServer.log -restart true -startType automatic
  -logRoot C:\IBM\Quickr\wp_profile\logs\WebSphere_Portal\ -logFile startServer.log -restart true -startType automatic
== Ver também ==
* [[WPS: Facilitando o acesso a diretorios do Portal]]
* [[WPS: Colocar o WPS ou Quickr como Servico no Windows| WPS: Colocar WPS/Quickr como Serviço no Windows]]
* [[WPS: Habilitando Trace e Logs no WPS |Habilitando Trace e Logs no Websphere Portal Server]]
* [[WebSphere Portal Server|  Mais Artigos sobre WebSphere Portal Server]]
[[Category: WebSphere Portal Server]]
[[Category: WPS]]

Latest revision as of 12:27, 25 October 2016

Criar um bat para registro do DMGR

wasservice.exe -remove "IBM Lotus Quickr DeployMgmr"

wasservice.exe -add "IBM Lotus Quickr DeployMgmr" -servername dmgr -profilePath C:\IBM\WebSphere\AppServer\profiles\Dmgr 
-wasHome C:\IBM\WebSphere\AppServer -logRoot C:\IBM\WebSphere\AppServer\profiles\Dmgr\logs -logFile startManager.log -restart true -startType automatic

pause

Criar um bat para registro do Node

wasservice.exe -add "IBM Lotus Quickr NodeAgent" -servername nodeagent -profilePath C:\IBM\Quickr\wp_profile -wasHome C:\IBM\Quickr\AppServer
-logRoot C:\IBM\Quickr\wp_profile\logs\nodeagent\ -logFile startNode.log -restart true -startType automatic


Adicionar o nodeagent como serviço

wasservice.exe -add "nodeagent" -servername nodeagent -profilePath C:\IBM\WebSphere\AppServer\profiles\AppSrv01 -wasHome C:\IBM\WebSphere\AppServer
-logRoot C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\nodeagent -logFile C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\nodeagent\startNodeService.log -restart true -startType automatic

Remover o nodeagent como serviço

wasservice.exe -remove "nodeagent"

Criar um bat para registro do Portal

wasservice.exe -add "IBM Lotus Quickr Server" -servername WebSphere_Portal -profilePath C:\IBM\Quickr\wp_profile -wasHome C:\IBM\Quickr\AppServer
-logRoot C:\IBM\Quickr\wp_profile\logs\WebSphere_Portal\ -logFile startServer.log -restart true -startType automatic


Ver também