Sametime: Unix Linux Startup Script: Difference between revisions

From Wiki
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
You can use if you install Sametime in a single box or on multiple box.
You can use if you install Sametime in a single box or on multiple box.


# Create a file /etc/init.d/rc_sametime and put the text below and save
= Installation =
# run > chkconfig --add /etc/init.d/rc_sametime
 
With root user
 
1) Go to /etc/init.d directory
 
cd /etc/init.d
 
2) Download files
 
<nowiki>wget http://ebasso.net/download/rc_sametime</nowiki>
 
3) Change permission
 
chmod a+x rc_sametime
 
4) Configure
 
chkconfig --add /etc/init.d/rc_sametime


You must check your installation path and profiles names
You must check your installation path and profiles names
Line 24: Line 41:
Download -> [http://ebasso.net/download/rc_sametime rc_sametime]
Download -> [http://ebasso.net/download/rc_sametime rc_sametime]


Para o Sametime VMGR  
for Sametime VMGR
 
Download -> [http://ebasso.net/download/sametimevmgr sametimevmgr]


== Ver também ==  
= Ver também =
* [[Instalando o Lotus Sametime 8.5 no Linux]]
* [[Instalando o Lotus Sametime 8.5 no Linux]]
* [[Configurando conversão de documentos do Sametime 8.5]]
* [[Configurando conversão de documentos do Sametime 8.5]]

Latest revision as of 01:16, 26 February 2015

This Script is for Sametime 9.0 and 8.5

  • Meeting Server
  • Proxy Server
  • Media Server
  • System Console


for Community/Classic Meeting you can use script from NashCon Domino for Unix/Linux Start-Script

You can use if you install Sametime in a single box or on multiple box.

Installation

With root user

1) Go to /etc/init.d directory

cd /etc/init.d

2) Download files

wget http://ebasso.net/download/rc_sametime

3) Change permission

chmod a+x rc_sametime

4) Configure

chkconfig --add /etc/init.d/rc_sametime

You must check your installation path and profiles names

Sugestions: send an email to ebasso [at/@] ebasso [dot/.] net

Versions

Version 3.0 (Current Version)

Download -> rc_sametime

for Sametime VMGR

Download -> sametimevmgr

Ver também