This blog presents the questions from the Juli 2022 OpenNTF webinar on Sametime 12 on Docker - A Deployment Walkthrough and the answers from our speaker, Tony Payne. Thanks for all the great questions!

Q Hello, Can I install all ST components ( MongoDB+Docker+ST chat_meeting) in the single box with the high configuration VM?
A YES
Q And if Customer asks me to install mongoDB+chat on vm1 and Meeting should be on VM2 .. is it possible?
A In a Kubernetes environment, yes - but not in a Docker environment
Q Hello, I don’t find the Sametime_premium setup on the flexnet account, and got some different name like sametime_setup.zip for ST v12. And in the same time, HCL team told me to check that the Sametime_premium.zip will be there in FlexNet account, but I don’t see there in the such same.
A On Flexnet, you are looking for ‘Sametime_Premium_12.0.zip’ and ‘Sametime_12.0.zip’
Q What is the best practices if Customer wants to make the DR environment for Chat and meeting in ST v12. Is there any documentation or steps available?
A You would deploy a mirrored environment in the DR location and ‘hot swap’ them at a GTM should the primary site go down. Mongo would have to have a replicaSet member in the DR location as well).
Q Can we use the COTURN in the place of TURN Server for ST v12 AV?
A Yes - that is what we have tested and documented the use of
Q Customer is not interested to use the Google turn server for ST and they are thinking that the ST data may be exposed to internet / google turn server. The internal ST data will be transfered when we use the Google Turn server?
A We only use STUN from google, not TURN. With STUN, there is no internal ST data being transmitted - it is simply a ‘whatismyIP’ connection. If you were using a public TURN server, then the media streams (which are encrypted) would be relayed over TURN.
Q Customers reject persistent chat because if they are under a legal discovery subpoena, they are required to export chat history. Does ST12 have a facility for admins to search and export historical chat text?
A This is done thru Mongo Queries, we do not have a GUI interface for this at this time.
Q What does Sametime do with STUN/TURN IP addresses? Why/when does it need the requesting IP?
A Sametime uses STUN to discover its IP address, it uses this information to tell the client(s) what IP address to send media streams to. If using TURN as a relay, then it would also offer the address of the TURN server as one of the choices for the clients to use.
Q Can the online install documentation be updated to include the bindIP: 0.0.0.0 tip?
A I can add a note for that - but its right there in the mongod.conf file!
Q are v12 domino server needed for sametime 12
A No - there is no dependacy on Domino.
Q Can I install centos on windows server 2019 and then install docker on top?
A I have not tried that - I know that WindowsServer 2019 allows for creation of VMs for this type of thing. The challenge here will be exposing the appropriate IP address and ports for connectivity.
Q So there are no differences in the installation package between Sametime Limited and Sametime Premium ?
A There is a difference in the package itself - Limited is much smaller in size) - but the installation steps are the same.
Q Is MongoDB runnning in a container/pod supported?
A Yes.
Q what would be the sizing for a small chat only enviroment of 50 users !!
A a Docker instance will support this without breaking a sweat.
Q Centos is or will be discontinued. What other Linux OS would you recommend? Is Ubuntu supported?
A We routinely test on RHEL and Ubuntu.
Q how do you migrate your current VPUserInfo from an existing envorinment to a new ST v12 Docker environment?
A There is a ‘user-migration’ utility included in teh install package - this will be run on the existing Domino/Community server and will migrate the data to MongoDB.
Q Is the mongobd installed through local rpm or directly from the site.
A You can install it via the RPM if needed - see MongoDB documentation for steps.
Q How do I install Docker under VM Systems in Test Environment without Internet Connection.
A You would have to manually get the docker packages and install - this is covered in the Docker documentation.
Q Does the Docker partition the disk for its Space bydefault.
A it doesn’t partition the disk, but it creates needed folders in its structure.
Q how can I bind sametime services to a specific IP address (in case my server has more than one IP)?
A In the new containerized version, this is handled differently - Sametime will only see the ‘docker network’. The docker-compose.yaml file defines what ports are exposed. You would use DNS to point users to the correct IP address and no other configuration should be needed. If you need additional assistance on this, please open a support ticket so we can discuss.

Answers by Tony Payne. Edited by Oliver Busse.




comments powered byDisqus