Installing Sametime Community on Linux

This topic guides you through the steps for installing the V11 Sametime Community Server for Linux.

About this task

For Linux based installs:

Note: Ensure that you have installed the Linux OS in the ‘en_US’ locale.

Procedure

  1. Extract the Sametime_11.0_CommunityServer_Linux64 archive to your disk.
  2. In the Server subdirectory, make the install.bin executable.
  3. If you plan to use TLS for your LDAP connections, you must also install the GSKit, located in the GSKit subdirectory.
  4. If you installed Domino to alternate directories other than /opt/hcl/domino, or /local/notesdata you should create /opt/hcl/domino and /local/notesdata soft link(s).

What to do next

In order to install, there are 3 options

Console Install

Login to the Desktop of your Linux environment and then execute the ‘install.bin’ located in the Server subdirectory.

About this task

If you do not have a desktop environment, it is possible to use VNC to access the graphical install – steps would be

Procedure

  1. Before you install the HCL Sametime server program files on a Linux system, do the following:
    • Temporarily disable any screen savers and turn off any virus-detection software.
    • Complete any pending reboot actions.
    • Make sure that all other applications are closed.
  2. As the root user, run the install program ./install available in the software package.
    Note: This step runs the installation in console mode.
  3. Follow the Console install prompts which mirror the GUI install, selecting the settings appropriate for the deployment.
  4. Review the summary information, and click Next to begin installing files.
  5. Click Finish to complete the install program.

Graphical Install

Login to the Desktop of your Linux environment and then execute the ‘install.bin’ located in the Server subdirectory.

About this task

If you do not have a desktop environment, it is possible to use VNC to access the graphical install – steps would be

Procedure

  1. In a linux SSH session, Run VNCServer (we used TigerVNC for this example).
  2. As root – export DISPLAY=:x – where x is the port you will connect to VNC (eg - :1 == port 5901).
  3. Connect to the VNCServer with VNCViewer.
  4. As root – execute ./install.bin - The installanywhere GUI should display in the VNCViewer window.

Silent Install

This topic guides you through the steps for silently installing the V11 Sametime Community Server for Linux.

About this task

As root:

Procedure

  1. Use VI to create a file named “installer.properties” in the same directory as the ‘install.bin’ executable, with the following contents

    # This file was built by the Replay feature of InstallAnywhere.

    # It contains variables that were set by Panels, Consoles or Custom Code.

    DataInstallDir=/local/notesdata

    UNIX_UserName=notes

    UNIX_GroupName=notes

    UNIX_ServerName= host name of the server you are installing on>

    #Directory Selection

    #-------------------

    DIRECTORY_TYPE_DOMINO=1

    DIRECTORY_TYPE_LDAP=0

    LDAP_SERVER=

    LDAP_PORT=

    ADVANCED_LDAP_CONFIG=0

    ST_BRANDING_INFO=(standard) or (entry)

    #Install

    #-------

    -fileOverwrite_/tmp/156305.tmp/stnotesinstallutilities_linux64=Yes

    -fileOverwrite_/tmp/156305.tmp/stnotesinstallutilities.jar=Yes

    -fileOverwrite_/tmp/156305.tmp/stnotesinstallutilities.dll=Yes

    -fileOverwrite_/tmp/156305.tmp/stinstallutilities.dll=Yes

    -fileOverwrite_/tmp/156305.tmp/vcredist_x64.exe=Yes

    -fileOverwrite_/tmp/156305.tmp/UnixSetNotesFieldValue.sh=Yes

    -fileOverwrite_/local/notesdata/_HCL Sametime Server 11.0.0_installation/Change HCL Sametime Server 11.0.0 Installation.lax=Yes to All

    Note:
    • DIRECTORY_TYPE should be set as applicable to your environment. If you set LDAP to 1, be sure to set DOMINO to 0 and add the appropriate LDAP_SERVER and LDAP_PORT information.
    • ST_BRANDING_INFO should be ‘entry’ or ‘standard’ as applicable to your environment.
    • All these entries are on a single line, so be sure that copy/paste does not break them.
    • If you copy/paste - be sure there are no spaces at the end of the line(s).

    LDAP_PORT=

  2. In the Server subdirectory, execute ‘./install.bin -i silent’
    Note: If needing to specify the properties file location, use -f [filename_and_path].
  3. HCL Sametime v11 do not support the console-based install in this release.
    Note: If you are attempting to do the Graphical install using VNC and you see the console option start, this means that you were not successful in exporting the display – most common reason would be that you are not running as root.
  4. Installing HCL Sametime version 11 on SUSE Linux 15.

Installation Steps

This topic guides you through the steps for installing the HCL Sametime Community Server.

About this task

To install HCL Sametime Community Server:

Procedure

  1. On the computer where you will install the HCL Sametime Community Server, the InstallAnywhere install shield will guide you through the installation process. Click Next.
    Note: Screen shots are taken from Windows, but they be similar for Linux.


  2. The license agreement screen displays. Click Next.


  3. Select the Directory type you wish to use,
    • If using the local Domino directory, click Next.
    • If you select the LDAP Directory radio button.
      • In the LDAP Server Name text box, enter the hostname of your LDAP server.
      • In the Port Number for LDAP text box, enter the appropriate port for your LDAP server
    • Click Next.


  4. Select the radio button option in the License Information screen to configure the license. Click Next.
    Note: You can choose either Standard or Limited depending on your license. Currently the Dynamic model option, where you can enter the flex net url is not supported for this release.


  5. The Pre-Installation Summary displays. Click Install.


  6. The installation begins.






  7. Confirm the installation is performed without error.
    Note: You must restart the system to complete the installation. Select the radio button Yes, restart my system and then click Done.


  8. The installation is complete.


Results

The Domino_data_directory\stsetup_exit_status.txt file contains a zero (0) if the installation is successful. If the installation was not successful, look at the installation logs for more information. Fix the problem, then try installing again. The installation logs are stored in the following locations.

Domino data directory

SametimeInstall.log

stsetup.log

stsetup_exit_status.txt

SametimeIniParser.log

This log can be in /tmp or in the Domino data directory.

Console connection log

/tmp/SSCLogs/ConsoleUtility0.log

Windows

The default Domino data directory is c:\program files\hcl\lotus\domino\data\and the Domino program directory isc:\program files\hcl\lotus\domino.

Domino data directory

SametimeInstall.log

stsetup.log

stsetup_exit_status.txt

Domino program directory

stsetup_exit_code_windows.txt

SametimeIniParser.log

This log can be in %TEMP%or in the Domino data directory.

Console connection log

Documents and Settings\username\Local Settings\Temp\SSCLogs\ConsoleUtility0.log

What to do next

Configuring Sametime Community Chat Logging with MongoDB