SlideShare a Scribd company logo
1 of 17
Download to read offline
ALEŠ LICHTENBERG
HCL Sametime V11 – installation tips
• What we need to install a Sametime 11 server
Sametime 11
• No more Websphere
- Sametime Proxy now runs on Apache Tomcat
• No more DB2
- Sametime Proxy server uses the same DB Mongo
as for storing chat history
• Easy installation
- Basically per few minutes
- 100 MB installation file
Sametime 11
Topology Sametime 11
Sametime 11
➢Hardware a Software requirements
Minimum hardware
✓ 4 core, 8GB RAM, 200 GB Hard disk
Supported Linux versions
✓ RHEL/CentOS 7.4+ and 8
✓ SUSE 12 and 15
Supported Windows Versions
✓ Windows 2016 and 2019
Pre-Requisites
✓ MongoDB 3.6.x
✓ Domino 11
Sametime 11 – deployment
➢Server
• Upgrade ze Sametime 9.x a 10.x is not posible
• Prepare a new stand-alone environment
• Domino server must be version 11.x
• After installation, you can copy VPUserinfo.nsf
(a database that contains Sametime contact lists)
➢Client
• Upgrade from Sametime 9.x a 10.x is not posible
• Uninstall the client Sametime 10.x and older (Standalone client)
• Install Standalone client V11 (to new directory)
• If you are using Embeded client in the Notes client – no need to install anything
Sametime 11 – deployment
➢Installation and configuration MongoDB
➢Installation Domino V11
➢Installation Sametime Community Server V11
➢Installation Sametime Proxy
I recommended using PQDN everywhere instead of IP address
• This will prevent, for example, the problem of an empty chat in the web client or mobile phone
or a problem with the client's connection to the ST server
HCL Sametime 11 Administration and Installation Guide (including FP1)
https://support.hcltechsw.com/sys_attachment.do?sys_id=3a24d4fc1b201458c1f9759d1e4bcbdf
Moved and updated to documentation at the beginning of June:
https://hclpnpsupport.hcltech.com/nav_to.do?uri=%2Fkb_view.do%3Fsys_kb_id%3Dd55eb1901b115c54086dcbfc0a4bcb30
Sametime 11 – deployment
➢Installation and configuration MongoDB
• Saving chat history
• Supported version Mongo 3.6.x
• The configuration steps are the same for Linux and Windows
• ATTENTION: MongoDB 3.6.x does not support SUSE 15, Mongo must run eg on SUSE 12 or CentOS 7 or 8. Support for
MongoDB 4.2 (which is supported on SUSE 15) is planned in the next release of Sametime
• Installation instuctions:
CentOs / Rhel
https://docs.mongodb.com/v3.6/tutorial/install-mongodb-on-red-hat/
SUSE
https://docs.mongodb.com/v3.6/tutorial/install-mongodb-on-suse/
Windows
https://docs.mongodb.com/v3.6/tutorial/install-mongodb-on-windows
• Setup cannot create a autorun service, it must be created manualy
https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0078330
• Correct string for service registration
sc.exe create MongoDB binPath= ""C:Program FilesMongoDBServer3.6binmongod.exe" --service --config="C:Program FilesMongoDBServer3.6mongod.cfg"" DisplayName= "MongoDB" start= "auto"
➢ !!! Be careful when copying commands and configuration lines from the manual (spaces, slashes)
Sametime 11 – deployment
➢Installation and configuration MongoDB Compas
• Tool for administration MongoDB
Compass-->https://www.mongodb.com/download-center/compass
• Follow the instructions to create „Chatlogging“ database and a collection name „Sessions“ a
„Events“
• The "chatlogging" database is used to store persistent chat
Detailed instructions for installation and configuration
https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0078330&sys_kb_id=82d228a01bd0d898c1f9759d1e4bcb96
Sametime 11 – deployment
➢Installation and configuration Sametime Community server
• Prerequisite installed Domino 11
• One installation package for all types of licenses
• Depending on the license, select Standard or Limited
(can be subsequently changed in sametime.ini: „ST_BRANDING_INFO“
• Enable chat logging (often overlooked)
Using the Notes client, open the stconfig.nsf server and edit the communityservices document
and set chat logging to ‘relax’ mode
Sametime 11 – deployment
➢Installation and configuration Sametimy Community server
• You must add ST V11 client IDs to sametime.ini (not by default)
• Add to „VPS_ALLOWED_LOGIN_TYPES“
• Clients IDs for ST 11:
12A2 – Sametime V11 embedded in Notes V11
1312 – Sametime V11 Standalone
14C3- Sametime 11 Proxy server (New Browser client)
1453- Sametime 11 Mobile for iOS
1454 - Sametime 11 Mobile for Android
• Detailed list of current Sametime clients IDs
https://hclpnpsupport.hcltech.com/csm?id=kb_article&sysparm_article=KB0024444
➢Persistent chat
• You can enable/disable persistent chat in the file „policies.users.xml“
• edit ‘currentvalue’of im.persistentChatEnabled
• Additional parameters for policies.users (for example: Multiple communities, File transfer, Screen capture)
https://alichtenberg.cz/sametime-v11-users-policy-setting
Sametime 11 – deployment
➢Installation and configuration Sametimy Community server
Watch out for SSO
• After installing the Community server, you may not be able to log in.
• During installation, a new document with an LTPA token is created
• It has an empty field with a DNS domain.
Sametime 11 – deployment
➢Installation and configuration Sametimy Proxy server
• Unzip the compressed file
• Follow the instructions
• During installation, only a self-cert is created
How to change a qualified certificate for a self certificate
https://alichtenberg.cz/hcl-sametime-v11-proxy-server-exchange-self-certificate-for-qualified-ssl-certificate
• Sametime proxy server cannot be started as a service after installation
How to automatically start Sametime Proxy server as a service
Windows: https://tinyurl.com/ycfzgnby
Linux: https://tinyurl.com/y7nh9ece
More tips for Sametime Proxy
• When the client cannot connect to the server or the chat is empty
https://tinyurl.com/y78omja6
• How to change default ports 8080 and 8443 to 80 and 443
https://hclpnpsupport.hcltech.com/kb_view.do?sys_kb_id=659a70201b9f841c83cb86e9cd4bcb82
•
Sametime 11 – deployment
➢Upgrade Sametime 11.0 FP1
• Follow the instructions
https://tinyurl.com/y7y94eaj
➢ Upgrade Sametime Proxy na FP1
• !! Extract the files to another temporary directory or overwrite the existing configuration files
• Run install.bat. Then select 'upgrade'
➢ Sametime 11 FP1 does not require any change in Mongo DB
➢ Make a backup files:
stconfig.nsf, sametime.ini, vpuserinfo.nsf, UserInfoConfig.xml, policies.user.xml,
policies.server.xml, chatlogging.ini, celý folder: sametimeproxy
View photos of your contacts Sametime
1) Save photos e.g.
C:HCLDominoDatadominohtmlPhoto
3) Add to UserInfoConfig.xml in the section <Details>:
<Detail FieldName="PhotoURL" Id="PhotoURL" Type="text/plain"/>
<Detail FieldName="PhotoURL" Id="ImagePath" Type="text/plain" />
4) Add to UserInfoConfig.xml in the section <ParamsSets>:
<Set SetId="0„ params="MailAddress,Name,Title,Location,Telephone,PhotoURL,ImagePath,Company"/>
<Set SetId="1" params="MailAddress,Name,Title,Location,Telephone,PhotoURL,ImagePath,Company"/>
5) Add to UserInfoConfig.xml between sections <UserInformation> and <Resources>:
<ReadStConfigUpdates value= “false”/>
This tells the UserInfoServlet to use only the configuration
2) Add the link to the photo. Save photos e.g.
C:HCLDominoDatadominohtmlPhoto
Sametime 11 – deployment
Current resources:
➢ Installation and Administration Guide
https://help.hcltechsw.com/sametime/11.0.0/administrator_doc.html
https://hclpnpsupport.hcltech.com/nav_to.do?uri=%2Fkb_view.do%3Fsys_kb_id%3Dd55eb1901b115c54086dcbfc0a4bcb30
➢ HCL Customer Support
https://hclpnpsupport.hcltech.com/csm
➢ Knowledge DB
https://hclpnpsupport.hcltech.com/csm?id=search&spa=1&t=kb&q=sametime%20v11
➢ Documentation
https://help.hcltechsw.com/sametime/11.0.0/administrator_doc.html
➢ Discussion HCL Sametime
https://hclpnpsupport.hcltech.com/community?id=community_forum&sys_id=e3c946d01b80841077761fc58d4bcb04
Thanks
ALEŠ LICHTENBERG
twitter: @a_lichtenberg
blog: www.alichtenberg.cz
KAISER DATA
www.kaiser.cz
a.lichtenberg@kaiser.cz

More Related Content

What's hot

Understanding domino memory 2017
Understanding domino memory 2017Understanding domino memory 2017
Understanding domino memory 2017mJOBrr
 
IBM Notes Traveler Administration and Log Troubleshooting tips - Part 2
IBM Notes Traveler Administration and Log Troubleshooting tips - Part 2IBM Notes Traveler Administration and Log Troubleshooting tips - Part 2
IBM Notes Traveler Administration and Log Troubleshooting tips - Part 2jayeshpar2006
 
Everything You Need to Know About HCL Notes 14
Everything You Need to Know About HCL Notes 14Everything You Need to Know About HCL Notes 14
Everything You Need to Know About HCL Notes 14panagenda
 
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Server
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-ServerBewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Server
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Serverpanagenda
 
IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning Vladislav Tatarincev
 
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesApril, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesHoward Greenberg
 
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded Christoph Adler
 
Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"Ranjit Rai
 
IBM Lotus Domino Domain Monitoring (DDM)
IBM Lotus Domino Domain Monitoring (DDM)IBM Lotus Domino Domain Monitoring (DDM)
IBM Lotus Domino Domain Monitoring (DDM)Austin Chang
 
DominoMigrationProposal
DominoMigrationProposalDominoMigrationProposal
DominoMigrationProposalLynn Levash
 
RNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientRNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientChristoph Adler
 
AD11 Starting with Domino on Docker.pdf
AD11 Starting with Domino on Docker.pdfAD11 Starting with Domino on Docker.pdf
AD11 Starting with Domino on Docker.pdfMartijn de Jong
 
INF107 - Integrating HCL Domino and Microsoft 365
INF107 - Integrating HCL Domino and Microsoft 365INF107 - Integrating HCL Domino and Microsoft 365
INF107 - Integrating HCL Domino and Microsoft 365Dylan Redfield
 
From frustration to fascination: dissecting Replication
From frustration to fascination: dissecting ReplicationFrom frustration to fascination: dissecting Replication
From frustration to fascination: dissecting ReplicationBenedek Menesi
 
Best Practice TLS for IBM Domino
Best Practice TLS for IBM DominoBest Practice TLS for IBM Domino
Best Practice TLS for IBM DominoJared Roberts
 
Important tips on Router and SMTP mail routing
Important tips on Router and SMTP mail routingImportant tips on Router and SMTP mail routing
Important tips on Router and SMTP mail routingjayeshpar2006
 
HTTP - The Other Face Of Domino
HTTP - The Other Face Of DominoHTTP - The Other Face Of Domino
HTTP - The Other Face Of DominoGabriella Davis
 
HCL Domino V12 Key Security Features Overview
HCL Domino V12 Key Security Features Overview HCL Domino V12 Key Security Features Overview
HCL Domino V12 Key Security Features Overview hemantnaik
 
IBM Notes Traveler Best Practices
IBM Notes Traveler Best PracticesIBM Notes Traveler Best Practices
IBM Notes Traveler Best Practicesjayeshpar2006
 

What's hot (20)

Understanding domino memory 2017
Understanding domino memory 2017Understanding domino memory 2017
Understanding domino memory 2017
 
60 Admin Tips
60 Admin Tips60 Admin Tips
60 Admin Tips
 
IBM Notes Traveler Administration and Log Troubleshooting tips - Part 2
IBM Notes Traveler Administration and Log Troubleshooting tips - Part 2IBM Notes Traveler Administration and Log Troubleshooting tips - Part 2
IBM Notes Traveler Administration and Log Troubleshooting tips - Part 2
 
Everything You Need to Know About HCL Notes 14
Everything You Need to Know About HCL Notes 14Everything You Need to Know About HCL Notes 14
Everything You Need to Know About HCL Notes 14
 
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Server
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-ServerBewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Server
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Server
 
IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning
 
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesApril, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
 
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
 
Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"
 
IBM Lotus Domino Domain Monitoring (DDM)
IBM Lotus Domino Domain Monitoring (DDM)IBM Lotus Domino Domain Monitoring (DDM)
IBM Lotus Domino Domain Monitoring (DDM)
 
DominoMigrationProposal
DominoMigrationProposalDominoMigrationProposal
DominoMigrationProposal
 
RNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientRNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes Client
 
AD11 Starting with Domino on Docker.pdf
AD11 Starting with Domino on Docker.pdfAD11 Starting with Domino on Docker.pdf
AD11 Starting with Domino on Docker.pdf
 
INF107 - Integrating HCL Domino and Microsoft 365
INF107 - Integrating HCL Domino and Microsoft 365INF107 - Integrating HCL Domino and Microsoft 365
INF107 - Integrating HCL Domino and Microsoft 365
 
From frustration to fascination: dissecting Replication
From frustration to fascination: dissecting ReplicationFrom frustration to fascination: dissecting Replication
From frustration to fascination: dissecting Replication
 
Best Practice TLS for IBM Domino
Best Practice TLS for IBM DominoBest Practice TLS for IBM Domino
Best Practice TLS for IBM Domino
 
Important tips on Router and SMTP mail routing
Important tips on Router and SMTP mail routingImportant tips on Router and SMTP mail routing
Important tips on Router and SMTP mail routing
 
HTTP - The Other Face Of Domino
HTTP - The Other Face Of DominoHTTP - The Other Face Of Domino
HTTP - The Other Face Of Domino
 
HCL Domino V12 Key Security Features Overview
HCL Domino V12 Key Security Features Overview HCL Domino V12 Key Security Features Overview
HCL Domino V12 Key Security Features Overview
 
IBM Notes Traveler Best Practices
IBM Notes Traveler Best PracticesIBM Notes Traveler Best Practices
IBM Notes Traveler Best Practices
 

Similar to HCL Sametime V11 installation - tips

Best practices of notes traveler deployment
Best practices of notes traveler deploymentBest practices of notes traveler deployment
Best practices of notes traveler deploymentRahul Kumar
 
I notes and sametime integration open mic_2013
I notes and sametime integration open mic_2013I notes and sametime integration open mic_2013
I notes and sametime integration open mic_2013Ranjit Rai
 
HCL Sametime Meetings 11.5 Pre-Release - Step-by-Step
HCL Sametime Meetings 11.5 Pre-Release - Step-by-StepHCL Sametime Meetings 11.5 Pre-Release - Step-by-Step
HCL Sametime Meetings 11.5 Pre-Release - Step-by-StepAles Lichtenberg
 
Open Mic Webcast: IBM Sametime Audio Video Troubleshooting - 04 May 2016
Open Mic Webcast: IBM Sametime Audio Video Troubleshooting - 04 May 2016Open Mic Webcast: IBM Sametime Audio Video Troubleshooting - 04 May 2016
Open Mic Webcast: IBM Sametime Audio Video Troubleshooting - 04 May 2016Gunawan T Wicaksono
 
HCL Sametime V11 - Step by Step v1.1 (include FP2)
HCL Sametime V11 - Step by Step v1.1 (include FP2)HCL Sametime V11 - Step by Step v1.1 (include FP2)
HCL Sametime V11 - Step by Step v1.1 (include FP2)Ales Lichtenberg
 
Windows 2012 server
Windows 2012 serverWindows 2012 server
Windows 2012 serverJaffer Haadi
 
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 20161049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016panagenda
 
Sa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSharon James
 
NGINX: Basics and Best Practices
NGINX: Basics and Best PracticesNGINX: Basics and Best Practices
NGINX: Basics and Best PracticesNGINX, Inc.
 
What's New in NGINX Plus R7?
What's New in NGINX Plus R7?What's New in NGINX Plus R7?
What's New in NGINX Plus R7?NGINX, Inc.
 
HCL Sametime Meetings 11.5 Step-by-Step
HCL Sametime Meetings 11.5  Step-by-StepHCL Sametime Meetings 11.5  Step-by-Step
HCL Sametime Meetings 11.5 Step-by-StepAles Lichtenberg
 
Todo lo lo que necesita saber para implementar FreePBX
Todo lo lo que necesita saber para implementar FreePBXTodo lo lo que necesita saber para implementar FreePBX
Todo lo lo que necesita saber para implementar FreePBXPaloSanto Solutions
 
WordPress performance tuning
WordPress performance tuningWordPress performance tuning
WordPress performance tuningVladimír Smitka
 
HCL Sametime V11 - Step by Step
HCL Sametime V11 - Step by StepHCL Sametime V11 - Step by Step
HCL Sametime V11 - Step by StepAles Lichtenberg
 
be the captain of your connections deployment
be the captain of your connections deploymentbe the captain of your connections deployment
be the captain of your connections deploymentSharon James
 
Hyper-V 2008 R2 Best Practices
Hyper-V 2008 R2 Best PracticesHyper-V 2008 R2 Best Practices
Hyper-V 2008 R2 Best PracticesAidan Finn
 

Similar to HCL Sametime V11 installation - tips (20)

Best practices of notes traveler deployment
Best practices of notes traveler deploymentBest practices of notes traveler deployment
Best practices of notes traveler deployment
 
I notes and sametime integration open mic_2013
I notes and sametime integration open mic_2013I notes and sametime integration open mic_2013
I notes and sametime integration open mic_2013
 
HCL Sametime Meetings 11.5 Pre-Release - Step-by-Step
HCL Sametime Meetings 11.5 Pre-Release - Step-by-StepHCL Sametime Meetings 11.5 Pre-Release - Step-by-Step
HCL Sametime Meetings 11.5 Pre-Release - Step-by-Step
 
Open Mic Webcast: IBM Sametime Audio Video Troubleshooting - 04 May 2016
Open Mic Webcast: IBM Sametime Audio Video Troubleshooting - 04 May 2016Open Mic Webcast: IBM Sametime Audio Video Troubleshooting - 04 May 2016
Open Mic Webcast: IBM Sametime Audio Video Troubleshooting - 04 May 2016
 
HCL Sametime V11 - Step by Step v1.1 (include FP2)
HCL Sametime V11 - Step by Step v1.1 (include FP2)HCL Sametime V11 - Step by Step v1.1 (include FP2)
HCL Sametime V11 - Step by Step v1.1 (include FP2)
 
Windows 2012 server
Windows 2012 serverWindows 2012 server
Windows 2012 server
 
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 20161049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
 
IBM Notes in the Cloud
IBM Notes in the CloudIBM Notes in the Cloud
IBM Notes in the Cloud
 
Sa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administrators
 
NGINX: Basics and Best Practices
NGINX: Basics and Best PracticesNGINX: Basics and Best Practices
NGINX: Basics and Best Practices
 
What's New in NGINX Plus R7?
What's New in NGINX Plus R7?What's New in NGINX Plus R7?
What's New in NGINX Plus R7?
 
HCL Sametime Meetings 11.5 Step-by-Step
HCL Sametime Meetings 11.5  Step-by-StepHCL Sametime Meetings 11.5  Step-by-Step
HCL Sametime Meetings 11.5 Step-by-Step
 
Todo lo lo que necesita saber para implementar FreePBX
Todo lo lo que necesita saber para implementar FreePBXTodo lo lo que necesita saber para implementar FreePBX
Todo lo lo que necesita saber para implementar FreePBX
 
Locking Down CF Servers
Locking Down CF ServersLocking Down CF Servers
Locking Down CF Servers
 
It pro toronto 2013
It pro toronto 2013It pro toronto 2013
It pro toronto 2013
 
WordPress performance tuning
WordPress performance tuningWordPress performance tuning
WordPress performance tuning
 
Locking Down CF Servers
Locking Down CF ServersLocking Down CF Servers
Locking Down CF Servers
 
HCL Sametime V11 - Step by Step
HCL Sametime V11 - Step by StepHCL Sametime V11 - Step by Step
HCL Sametime V11 - Step by Step
 
be the captain of your connections deployment
be the captain of your connections deploymentbe the captain of your connections deployment
be the captain of your connections deployment
 
Hyper-V 2008 R2 Best Practices
Hyper-V 2008 R2 Best PracticesHyper-V 2008 R2 Best Practices
Hyper-V 2008 R2 Best Practices
 

More from Ales Lichtenberg

HCL Sametime 12 Corporate Branding - step-by-step
HCL Sametime 12  Corporate Branding - step-by-stepHCL Sametime 12  Corporate Branding - step-by-step
HCL Sametime 12 Corporate Branding - step-by-stepAles Lichtenberg
 
HCL Sametime Meetings server upgrade to V11.6
HCL Sametime Meetings server upgrade to V11.6HCL Sametime Meetings server upgrade to V11.6
HCL Sametime Meetings server upgrade to V11.6Ales Lichtenberg
 
Ugprade HCL Sametime V11.5 to V11.6 - Step by Step
Ugprade HCL Sametime V11.5 to V11.6 - Step by StepUgprade HCL Sametime V11.5 to V11.6 - Step by Step
Ugprade HCL Sametime V11.5 to V11.6 - Step by StepAles Lichtenberg
 
HCL Sametime Meetings 11.5 Setup Live Stream
HCL Sametime Meetings 11.5 Setup Live StreamHCL Sametime Meetings 11.5 Setup Live Stream
HCL Sametime Meetings 11.5 Setup Live StreamAles Lichtenberg
 
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021Ales Lichtenberg
 
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021Ales Lichtenberg
 
Upgrade HCL Sametime server 11.0 to 11.5
Upgrade HCL Sametime server 11.0 to 11.5Upgrade HCL Sametime server 11.0 to 11.5
Upgrade HCL Sametime server 11.0 to 11.5Ales Lichtenberg
 
HCL Sametime V11 instalace - tipy
HCL Sametime V11  instalace - tipyHCL Sametime V11  instalace - tipy
HCL Sametime V11 instalace - tipyAles Lichtenberg
 
HCL Nomad pro Administratory - CZ
HCL Nomad pro Administratory - CZHCL Nomad pro Administratory - CZ
HCL Nomad pro Administratory - CZAles Lichtenberg
 
HCL Nomad for Admins - ENG
HCL Nomad for Admins - ENGHCL Nomad for Admins - ENG
HCL Nomad for Admins - ENGAles Lichtenberg
 
Upgrade Notes 10 via Panagenda - ENG
Upgrade Notes 10 via Panagenda - ENGUpgrade Notes 10 via Panagenda - ENG
Upgrade Notes 10 via Panagenda - ENGAles Lichtenberg
 
IBM Domino Mobile Apps - ENG
IBM Domino Mobile Apps - ENGIBM Domino Mobile Apps - ENG
IBM Domino Mobile Apps - ENGAles Lichtenberg
 
HCL Nomad via Panagenda Marvel Client
HCL Nomad via Panagenda Marvel ClientHCL Nomad via Panagenda Marvel Client
HCL Nomad via Panagenda Marvel ClientAles Lichtenberg
 
Upgrade Notes 10 via Panagenda
Upgrade Notes 10 via PanagendaUpgrade Notes 10 via Panagenda
Upgrade Notes 10 via PanagendaAles Lichtenberg
 

More from Ales Lichtenberg (20)

HCL Sametime 12 Corporate Branding - step-by-step
HCL Sametime 12  Corporate Branding - step-by-stepHCL Sametime 12  Corporate Branding - step-by-step
HCL Sametime 12 Corporate Branding - step-by-step
 
HCL Domino V12 - TOTP
HCL Domino V12 - TOTPHCL Domino V12 - TOTP
HCL Domino V12 - TOTP
 
HCL Sametime Meetings server upgrade to V11.6
HCL Sametime Meetings server upgrade to V11.6HCL Sametime Meetings server upgrade to V11.6
HCL Sametime Meetings server upgrade to V11.6
 
Ugprade HCL Sametime V11.5 to V11.6 - Step by Step
Ugprade HCL Sametime V11.5 to V11.6 - Step by StepUgprade HCL Sametime V11.5 to V11.6 - Step by Step
Ugprade HCL Sametime V11.5 to V11.6 - Step by Step
 
HCL Sametime Meetings 11.5 Setup Live Stream
HCL Sametime Meetings 11.5 Setup Live StreamHCL Sametime Meetings 11.5 Setup Live Stream
HCL Sametime Meetings 11.5 Setup Live Stream
 
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021
 
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021
 
Upgrade HCL Sametime server 11.0 to 11.5
Upgrade HCL Sametime server 11.0 to 11.5Upgrade HCL Sametime server 11.0 to 11.5
Upgrade HCL Sametime server 11.0 to 11.5
 
HCL Sametime V11 instalace - tipy
HCL Sametime V11  instalace - tipyHCL Sametime V11  instalace - tipy
HCL Sametime V11 instalace - tipy
 
Mobilni spoluprace
Mobilni spoluprace Mobilni spoluprace
Mobilni spoluprace
 
Prechazime na desitky
Prechazime na desitkyPrechazime na desitky
Prechazime na desitky
 
HCL Sametime V11 - CZ
HCL Sametime V11 - CZHCL Sametime V11 - CZ
HCL Sametime V11 - CZ
 
HCL Nomad pro Administratory - CZ
HCL Nomad pro Administratory - CZHCL Nomad pro Administratory - CZ
HCL Nomad pro Administratory - CZ
 
HCL Sametime V11 - ENG
HCL Sametime V11 - ENGHCL Sametime V11 - ENG
HCL Sametime V11 - ENG
 
HCL Nomad for Admins - ENG
HCL Nomad for Admins - ENGHCL Nomad for Admins - ENG
HCL Nomad for Admins - ENG
 
Upgrade Notes 10 via Panagenda - ENG
Upgrade Notes 10 via Panagenda - ENGUpgrade Notes 10 via Panagenda - ENG
Upgrade Notes 10 via Panagenda - ENG
 
IBM Domino Mobile Apps - ENG
IBM Domino Mobile Apps - ENGIBM Domino Mobile Apps - ENG
IBM Domino Mobile Apps - ENG
 
HCL Nomad via Panagenda Marvel Client
HCL Nomad via Panagenda Marvel ClientHCL Nomad via Panagenda Marvel Client
HCL Nomad via Panagenda Marvel Client
 
Upgrade Notes 10 via Panagenda
Upgrade Notes 10 via PanagendaUpgrade Notes 10 via Panagenda
Upgrade Notes 10 via Panagenda
 
IBM Domino Mobile Apps
IBM Domino Mobile AppsIBM Domino Mobile Apps
IBM Domino Mobile Apps
 

Recently uploaded

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceanilsa9823
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 

Recently uploaded (20)

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 

HCL Sametime V11 installation - tips

  • 1. ALEŠ LICHTENBERG HCL Sametime V11 – installation tips
  • 2. • What we need to install a Sametime 11 server Sametime 11
  • 3. • No more Websphere - Sametime Proxy now runs on Apache Tomcat • No more DB2 - Sametime Proxy server uses the same DB Mongo as for storing chat history • Easy installation - Basically per few minutes - 100 MB installation file Sametime 11
  • 5. Sametime 11 ➢Hardware a Software requirements Minimum hardware ✓ 4 core, 8GB RAM, 200 GB Hard disk Supported Linux versions ✓ RHEL/CentOS 7.4+ and 8 ✓ SUSE 12 and 15 Supported Windows Versions ✓ Windows 2016 and 2019 Pre-Requisites ✓ MongoDB 3.6.x ✓ Domino 11
  • 6. Sametime 11 – deployment ➢Server • Upgrade ze Sametime 9.x a 10.x is not posible • Prepare a new stand-alone environment • Domino server must be version 11.x • After installation, you can copy VPUserinfo.nsf (a database that contains Sametime contact lists) ➢Client • Upgrade from Sametime 9.x a 10.x is not posible • Uninstall the client Sametime 10.x and older (Standalone client) • Install Standalone client V11 (to new directory) • If you are using Embeded client in the Notes client – no need to install anything
  • 7. Sametime 11 – deployment ➢Installation and configuration MongoDB ➢Installation Domino V11 ➢Installation Sametime Community Server V11 ➢Installation Sametime Proxy I recommended using PQDN everywhere instead of IP address • This will prevent, for example, the problem of an empty chat in the web client or mobile phone or a problem with the client's connection to the ST server HCL Sametime 11 Administration and Installation Guide (including FP1) https://support.hcltechsw.com/sys_attachment.do?sys_id=3a24d4fc1b201458c1f9759d1e4bcbdf Moved and updated to documentation at the beginning of June: https://hclpnpsupport.hcltech.com/nav_to.do?uri=%2Fkb_view.do%3Fsys_kb_id%3Dd55eb1901b115c54086dcbfc0a4bcb30
  • 8. Sametime 11 – deployment ➢Installation and configuration MongoDB • Saving chat history • Supported version Mongo 3.6.x • The configuration steps are the same for Linux and Windows • ATTENTION: MongoDB 3.6.x does not support SUSE 15, Mongo must run eg on SUSE 12 or CentOS 7 or 8. Support for MongoDB 4.2 (which is supported on SUSE 15) is planned in the next release of Sametime • Installation instuctions: CentOs / Rhel https://docs.mongodb.com/v3.6/tutorial/install-mongodb-on-red-hat/ SUSE https://docs.mongodb.com/v3.6/tutorial/install-mongodb-on-suse/ Windows https://docs.mongodb.com/v3.6/tutorial/install-mongodb-on-windows • Setup cannot create a autorun service, it must be created manualy https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0078330 • Correct string for service registration sc.exe create MongoDB binPath= ""C:Program FilesMongoDBServer3.6binmongod.exe" --service --config="C:Program FilesMongoDBServer3.6mongod.cfg"" DisplayName= "MongoDB" start= "auto" ➢ !!! Be careful when copying commands and configuration lines from the manual (spaces, slashes)
  • 9. Sametime 11 – deployment ➢Installation and configuration MongoDB Compas • Tool for administration MongoDB Compass-->https://www.mongodb.com/download-center/compass • Follow the instructions to create „Chatlogging“ database and a collection name „Sessions“ a „Events“ • The "chatlogging" database is used to store persistent chat Detailed instructions for installation and configuration https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0078330&sys_kb_id=82d228a01bd0d898c1f9759d1e4bcb96
  • 10. Sametime 11 – deployment ➢Installation and configuration Sametime Community server • Prerequisite installed Domino 11 • One installation package for all types of licenses • Depending on the license, select Standard or Limited (can be subsequently changed in sametime.ini: „ST_BRANDING_INFO“ • Enable chat logging (often overlooked) Using the Notes client, open the stconfig.nsf server and edit the communityservices document and set chat logging to ‘relax’ mode
  • 11. Sametime 11 – deployment ➢Installation and configuration Sametimy Community server • You must add ST V11 client IDs to sametime.ini (not by default) • Add to „VPS_ALLOWED_LOGIN_TYPES“ • Clients IDs for ST 11: 12A2 – Sametime V11 embedded in Notes V11 1312 – Sametime V11 Standalone 14C3- Sametime 11 Proxy server (New Browser client) 1453- Sametime 11 Mobile for iOS 1454 - Sametime 11 Mobile for Android • Detailed list of current Sametime clients IDs https://hclpnpsupport.hcltech.com/csm?id=kb_article&sysparm_article=KB0024444 ➢Persistent chat • You can enable/disable persistent chat in the file „policies.users.xml“ • edit ‘currentvalue’of im.persistentChatEnabled • Additional parameters for policies.users (for example: Multiple communities, File transfer, Screen capture) https://alichtenberg.cz/sametime-v11-users-policy-setting
  • 12. Sametime 11 – deployment ➢Installation and configuration Sametimy Community server Watch out for SSO • After installing the Community server, you may not be able to log in. • During installation, a new document with an LTPA token is created • It has an empty field with a DNS domain.
  • 13. Sametime 11 – deployment ➢Installation and configuration Sametimy Proxy server • Unzip the compressed file • Follow the instructions • During installation, only a self-cert is created How to change a qualified certificate for a self certificate https://alichtenberg.cz/hcl-sametime-v11-proxy-server-exchange-self-certificate-for-qualified-ssl-certificate • Sametime proxy server cannot be started as a service after installation How to automatically start Sametime Proxy server as a service Windows: https://tinyurl.com/ycfzgnby Linux: https://tinyurl.com/y7nh9ece More tips for Sametime Proxy • When the client cannot connect to the server or the chat is empty https://tinyurl.com/y78omja6 • How to change default ports 8080 and 8443 to 80 and 443 https://hclpnpsupport.hcltech.com/kb_view.do?sys_kb_id=659a70201b9f841c83cb86e9cd4bcb82 •
  • 14. Sametime 11 – deployment ➢Upgrade Sametime 11.0 FP1 • Follow the instructions https://tinyurl.com/y7y94eaj ➢ Upgrade Sametime Proxy na FP1 • !! Extract the files to another temporary directory or overwrite the existing configuration files • Run install.bat. Then select 'upgrade' ➢ Sametime 11 FP1 does not require any change in Mongo DB ➢ Make a backup files: stconfig.nsf, sametime.ini, vpuserinfo.nsf, UserInfoConfig.xml, policies.user.xml, policies.server.xml, chatlogging.ini, celý folder: sametimeproxy
  • 15. View photos of your contacts Sametime 1) Save photos e.g. C:HCLDominoDatadominohtmlPhoto 3) Add to UserInfoConfig.xml in the section <Details>: <Detail FieldName="PhotoURL" Id="PhotoURL" Type="text/plain"/> <Detail FieldName="PhotoURL" Id="ImagePath" Type="text/plain" /> 4) Add to UserInfoConfig.xml in the section <ParamsSets>: <Set SetId="0„ params="MailAddress,Name,Title,Location,Telephone,PhotoURL,ImagePath,Company"/> <Set SetId="1" params="MailAddress,Name,Title,Location,Telephone,PhotoURL,ImagePath,Company"/> 5) Add to UserInfoConfig.xml between sections <UserInformation> and <Resources>: <ReadStConfigUpdates value= “false”/> This tells the UserInfoServlet to use only the configuration 2) Add the link to the photo. Save photos e.g. C:HCLDominoDatadominohtmlPhoto
  • 16. Sametime 11 – deployment Current resources: ➢ Installation and Administration Guide https://help.hcltechsw.com/sametime/11.0.0/administrator_doc.html https://hclpnpsupport.hcltech.com/nav_to.do?uri=%2Fkb_view.do%3Fsys_kb_id%3Dd55eb1901b115c54086dcbfc0a4bcb30 ➢ HCL Customer Support https://hclpnpsupport.hcltech.com/csm ➢ Knowledge DB https://hclpnpsupport.hcltech.com/csm?id=search&spa=1&t=kb&q=sametime%20v11 ➢ Documentation https://help.hcltechsw.com/sametime/11.0.0/administrator_doc.html ➢ Discussion HCL Sametime https://hclpnpsupport.hcltech.com/community?id=community_forum&sys_id=e3c946d01b80841077761fc58d4bcb04
  • 17. Thanks ALEŠ LICHTENBERG twitter: @a_lichtenberg blog: www.alichtenberg.cz KAISER DATA www.kaiser.cz a.lichtenberg@kaiser.cz