Sametime: Removing a Deployment Plan: Difference between revisions

From Wiki
(New page: When upgrading to Sametime 8.5.1 i have problems, so i rebuild the server. To do this i need to remove Deployment Plan. Procedure: 1) Inside Sametime System Console machine 2) Go to di...)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
  SSCPassword='''password'''
  SSCPassword='''password'''
  LogLevel=FINEST
  LogLevel=FINEST
  SSCSSLEnabled=false
  SSCSSLEnabled=true
#
#Wed Aug 18 14:16:01 BRT 2010
  SSCHTTPPort=9080
  SSCHTTPPort=9080
SSCHTTPSPort=9443
'''Important: The port that was listen by STConsoleServer'''


Save and Quit
Save and Quit
Line 61: Line 62:


Now you can remove the Deployment Plan
Now you can remove the Deployment Plan
== Ver também ==
* [[Instalando o Lotus Sametime 8.5 no Linux]]
* [[Configurando conversão de documentos do Sametime 8.5]]
* [[Sametime: Comandos Uteis]]
* [[Lotus Sametime|  Mais Artigos sobre IBM Sametime]]
[[Category: IBM Sametime]]
[[Category: Sametime]]

Latest revision as of 12:55, 25 September 2015

When upgrading to Sametime 8.5.1 i have problems, so i rebuild the server. To do this i need to remove Deployment Plan.

Procedure:

1) Inside Sametime System Console machine

2) Go to directory /opt/IBM/WebSphere/STSCServerCell/console

3) Edit file console.properties e set field SSCPassword

DbType=DB2
SSCHostName=<hostname do servidor SSC>
SSCHTTPSPort=443
SSCUserName=wasadmin
SSCPassword=password
LogLevel=FINEST
SSCSSLEnabled=true
SSCHTTPPort=9080
SSCHTTPSPort=9443

Important: The port that was listen by STConsoleServer

Save and Quit

4) Run this command

 [root@meeting console]# ./updateStaleEntry.sh -uninstall
 ** This program will update status of the stale entries in the Sametime System Console **
 WARNING : Press Ctrl+C to terminate this program.

5) Choose Sametime Server Type

Sametime Server Type
[1] Sametime Community Server
[2] Sametime Media Server
[3] Sametime Meeting Server
[4] Sametime Proxy Server
[5] Sametime Gateway Server
Specify your option -
3

6) Choose Install Type

Install Type
[1] Cell
[2] Primary Node
[3] Secondary Node
[4] Deployment Manager
Specify your option -  
1

7) Specify your Sametime Meeting Server hostname

For Sametime Meeting Server
Specify HostName -
meeting.ebasso.net

8) Specify your Deployment Plan

Specify Deployment Name -
Meeting Plan

Status updated.

9) Close and reopen System Console.

Now you can remove the Deployment Plan


Ver também