Sametime: Comandos Uteis: Difference between revisions
Line 18: | Line 18: | ||
Iniciar | Iniciar | ||
#''' /opt/IBM/WebSphere/AppServer/profiles/STSCAppProfile/bin/ | #''' cd /opt/IBM/WebSphere/AppServer/profiles/STSCAppProfile/bin/''' | ||
#''' / | #''' ./startNode.sh''' | ||
#''' ./startServer.sh STConsoleServer''' | |||
Parar | Parar | ||
#''' /opt/IBM/WebSphere/AppServer/profiles/STSCAppProfile/bin/ | #''' cd /opt/IBM/WebSphere/AppServer/profiles/STSCAppProfile/bin/''' | ||
#''' ./stopServer.sh STConsoleServer -username wasadmin -password was_admin_password''' | |||
#''' ./stopNode.sh -username wasadmin -password was_admin_password''' | |||
==2. Sametime Meeting Server == | ==2. Sametime Meeting Server == |
Revision as of 19:03, 27 April 2010
1. Sametime System Console
Com o usuário root
Iniciar e Parar o Deploy Manager
Iniciar
# /opt/IBM/WebSphere/AppServer/profiles/STSCDMgrProfile/bin/startManager.sh
Parar
# /opt/IBM/WebSphere/AppServer/profiles/STSCDMgrProfile/bin/stopManager.sh -username wasadmin -password was_admin_password
Iniciar e Parar o System Console
Iniciar
# cd /opt/IBM/WebSphere/AppServer/profiles/STSCAppProfile/bin/
# ./startNode.sh
# ./startServer.sh STConsoleServer
Parar
# cd /opt/IBM/WebSphere/AppServer/profiles/STSCAppProfile/bin/
# ./stopServer.sh STConsoleServer -username wasadmin -password was_admin_password
# ./stopNode.sh -username wasadmin -password was_admin_password
2. Sametime Meeting Server
Com o usuário root
Iniciar e Parar o Deploy Manager
Iniciar
# /opt/IBM/WebSphere/AppServer/profiles/melroMeetingDMProfile1/bin/startManager.sh
Parar
# /opt/IBM/WebSphere/AppServer/profiles/melroMeetingDMProfile1/bin/stopManager.sh -username wasadmin -password was_admin_password
Iniciar e Parar o Meeting Server
Iniciar
# cd /opt/IBM/WebSphere/AppServer/profiles/melroMeetingPNProfile1/bin/
# ./startNode.sh
# ./startServer.sh STMeetingServer
# ./startServer.sh STMeetingHttpProxy
Parar
# cd /opt/IBM/WebSphere/AppServer/profiles/melroMeetingPNProfile1/bin/
# ./stopServer.sh STMeetingServer -username wasadmin -password was_admin_password
# ./stopServer.sh STMeetingHttpProxy -username wasadmin -password was_admin_password
# ./stopNode.sh -username wasadmin -password was_admin_password