SlideShare a Scribd company logo
7
Most read
10
Most read
18
Most read
ALEŠ LICHTENBERG
twitter: @a_lichtenberg
blog: www.alichtenberg.cz
HCL Sametime 12.0 (for Docker)
Converting from native Domino Directory to LDAP
and
Migrating contact list from older Sametime versions
Step by Step
Ver. 1.0
About me
1
I am a technical consultant of HCL Digital Solutions software: Domino/Notes,
Sametime, Nomad, Verse. I am a Member of Czech Lotus User Group =
Sutol. I am a Bloger and a Speaker. I have been primarily engaged in the
Lotus software family since 1994. I remember the era when these products
were owned by Lotus, then IBM, and now I am looking forward to another
successful years with HCL Software.
Contacts:
e-mail: ales@alichtenberg.cz
twitter: a_lichtenberg
blog: alichtenberg.cz
Agenda
▪ Step 1 - Converting from native Domino Directory to LDAP
▪ Step 2 - Migrating contact lists (VPUSERINFO.NSF)
2
Planning for migration to Sametime 12
3
• Sametime 12 does not support upgrades from an existing community or proxy server to
Sametime 12.
• Sametime 12 is now only containerized.You have to deploy the new images and then migrate
your users.
• If the new server is part of the same community as your existing servers, block port 1516
between the new server and existing server to prevent confusion while testing and validating new
features. Prior to migrating, make sure port 1516 is open.
• Running the notes-migration tool moves your contact list to MongoDB.
• If the older Sametime deployment is not configured for LDAP, then the contact lists must be
converted using the Stnamechange utility. Run the utility on Sametime 9, 10 or 11 before
migrating.
4
Step 1
Converting from native Domino directory
to LDAP
If you already have your existing Sametime configured for LDAP, you can skip this step
Sametime 12.0 - Converting from native Domino Directory to LDAP
• Users create a contact list, a privacy list, and an alert-me-when list in the HCL Sametime Connect client
by selecting user names or group names from the Domino or Domino LDAP directory that is used with
the Community Server. These contact, privacy, alert-me-when lists are stored in the user information
database (vpuserinfo.nsf) on Community Servers. When a user starts the Sametime Connect client, the
lists are downloaded from the database to update the lists stored on the client's local computer.
• If the older Sametime deployment is not configured for LDAP, the contact lists must be converted using
the Stnamechange utility before migrating.
• Running the name conversion utility updates Community Server user or group names with the latest
directory changes. The name conversion utility uses a comma-separated value list that you compile to
change names, delete names, or convert all names from Domino to Domino LDAP formatted names.
• Run the task on the older Sametime Community server.
• In our example, we will be migrating from Sametime 11.6
5
Sametime 12.0 - Converting from native Domino Directory to LDAP
• Create a csv file (for example ldap.csv) in a text editor.
• The text file should be saved in UTF-8 format
• In our case, type in the file: LDAP
• Save the file to your local disk for now
• You can find details about creating a csc file in the documentation
6
Sametime 12.0 - Converting from native Domino Directory to LDAP
• Using a Notes or Administrator client open the stnamechange.nsf database on the Sametime
Community server (V11.x).
7
Sametime 12.0 - Converting from native Domino Directory to LDAP
• From the Notes or Administrator Client menus, select Create > Name Change Task.
• Provide a Name and optional Description.
8
Sametime 12.0 - Converting from native Domino Directory to LDAP
• In the next window fill in the name of the document, the "Description” field is optional, In the
“Location” field enter the DN of your Sametime Community Server
(for example “CN=<server_name>/O=<organisation_name>”)
• Paste the saved csv file (ldap.csv) into the "File" field
• Save and Close this document.
9
Sametime 12.0 - Converting from native Domino Directory to LDAP
• If the existing Community server runs on Linux OS:
• To use the tool for Windows OS, use the documentation
• Open a command line
• Stop the HCL Sametime Community Server and the Domino server
• You must run the program as „notes“ user
• Sign in as notes user: su notes
• Change to the Domino data directory: cd /domino/notesdata
• Type the following command: /stnamechange.sh domino_bin_directory domino_data_directory
• For example: ./stnamechange.sh /opt/hcl/domino/notes/11000100/linux /local/notesdata
10
Sametime 12.0 - Converting from native Domino Directory to LDAP
• A successful transfer looks like this
11
Sametime 12.0 - Converting from native Domino Directory to LDAP
• When the utility runs, it creates a log file that summarizes information or error found during the
conversion. It stores the log file in the "trace" folder (/local/notesdata/trace) with a name that includes
the time and date that the utility ran, such as name_change_summary_report_220906_2022.log.
12
DONE!
You have now completed the conversion from the native Domino Directory to LDAP
13
Step 2
Migrating contact lists (VPUSERINFO.NSF)
14
• In Sametime 9.x, 10.x and 11.x, VPUserinfo.nsf stores all the contact list for users. To
migrate your contact list from a previous release to Sametime 12, the contact list
data must be migrated to MongoDB.
• On the Sametime server you want to migrate from, copy and extract the notes-
migration.zip to the server notesdata directory from the Sametime_12.0.zip or
Sametime_Premium_12.0.zip file downloaded from the HCL Software Portal.
15
Sametime 12.0 - Migrating contact list from older Sametime versions
• Edit the notes-migration-user-input.txt file
16
Sametime 12.0 - Migrating contact list from older Sametime versions
• Enter the path to the vpuserinfo .nsf file
NSF_PATH=/local/notesdata/vpuserinf.nsf
• Enter Mongo connections URL
• And enter „true“ in the USER_MIGRATION and PRIVACY_MIGRATION:
USER_MIGRATION=true
PRIVACY_MIGRATION=true
• Save and close file
17
Sametime 12.0 - Migrating contact list from older Sametime versions
18
Sametime 12.0 - Migrating contact list from older Sametime versions
• If the existing Community server runs on Linux OS:
• To use the tool for Windows OS, use the documentation
• Open a command line
• Stop the HCL Sametime Community Server and the Domino server
• You must run the program as „notes“ user
• Sign in as notes user: su notes
• Change to the Domino data directory: cd /domino/notesdata
• You must run this command from the Sametime server's program directory where sametime.ini and
notes.ini exist
• Run the following commands to setup the environment and run the migration task
source ./setenv.sh
./notes-migration.sh
19
Sametime 12.0 - Migrating contact list from older Sametime versions
• You can also monitor the progress of the conversion of vpuserinfo.nsf to Mongo DB
20
Sametime 12.0 - Migrating contact list from older Sametime versions
• You can also monitor the progress of the conversion of vpuserinfo.nsf to Mongo DB
• Once done, you can log in to the new Sametime 12.0 community server and you should see your
original contact list
DONE!
You have now completed the migrating contact list from older Sametime versions
to Sametime 12.0
21

More Related Content

PPTX
HCL Domino V12 Key Security Features Overview
PDF
HCL Sametime 12.0 on Docker - Step-By-Step.pdf
PDF
HCL Sametime V11 installation - tips
PDF
60 Admin Tips
POTX
IBM Domino / IBM Notes Performance Tuning
PDF
DNUG HCL Domino 11 First Look
PDF
RNUG - Dirty Secrets of the Notes Client
PDF
From frustration to fascination: dissecting Replication
HCL Domino V12 Key Security Features Overview
HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime V11 installation - tips
60 Admin Tips
IBM Domino / IBM Notes Performance Tuning
DNUG HCL Domino 11 First Look
RNUG - Dirty Secrets of the Notes Client
From frustration to fascination: dissecting Replication

What's hot (20)

PDF
RNUG - HCL Notes V11 Performance Boost
PDF
Domino Server Health - Monitoring and Managing
PPTX
Best Practice TLS for IBM Domino
PDF
The Ultimate Administrator’s Guide to HCL Nomad Web
PDF
Engage2022 - Domino Admin Tips
PDF
Domino Tech School - Upgrading to Notes/Domino V10: Best Practices
PDF
Real life challenges and configurations when implementing HCL Sametime v12.0....
PDF
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
PDF
Domino Adminblast
PDF
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Server
PDF
Migrate your Sametime Server to LDAP Authentication (Admincamp 2013)
PDF
Understanding domino memory 2017
PPT
IBM Lotus Domino Domain Monitoring (DDM)
PPT
Configuring Domino To Be An Ldap Directory And To Use An Ldap Directory
PDF
Spnego configuration
PDF
Ugprade HCL Sametime V11.5 to V11.6 - Step by Step
PPTX
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
PDF
HCL Notes and Nomad Troubleshooting for Dummies
PDF
Important tips on Router and SMTP mail routing
PDF
How to use the new Domino Query Language
RNUG - HCL Notes V11 Performance Boost
Domino Server Health - Monitoring and Managing
Best Practice TLS for IBM Domino
The Ultimate Administrator’s Guide to HCL Nomad Web
Engage2022 - Domino Admin Tips
Domino Tech School - Upgrading to Notes/Domino V10: Best Practices
Real life challenges and configurations when implementing HCL Sametime v12.0....
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
Domino Adminblast
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Server
Migrate your Sametime Server to LDAP Authentication (Admincamp 2013)
Understanding domino memory 2017
IBM Lotus Domino Domain Monitoring (DDM)
Configuring Domino To Be An Ldap Directory And To Use An Ldap Directory
Spnego configuration
Ugprade HCL Sametime V11.5 to V11.6 - Step by Step
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
HCL Notes and Nomad Troubleshooting for Dummies
Important tips on Router and SMTP mail routing
How to use the new Domino Query Language
Ad

Similar to HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migrating contact list from older Sametime versions (20)

PDF
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
PDF
RNUG 2020: Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Ci...
DOCX
DominoMigrationProposal
PPT
Lotus Notes Basics
PPT
training-lotus
PDF
CollabSphere 2020: INF111 - Virtual, Faster, Better! How to deploy HCL Notes ...
PDF
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
PDF
MCITP
PPTX
LOT-925 Installing and Configuring IBM Lotus Notes and Domino 8.5
PDF
Step by step_linux_guide
PDF
L2 lotus help
PDF
Lotus Domino Admin.
PDF
The lazy administrator, how to make your life easier by using tdi to automate...
PDF
The lazy administrator, how to make your life easier by using tdi to automate...
PDF
User management through administration process 2307
PPTX
Domino V10 and How to Get There - IBM Think 2019
PDF
Connections fornewbies
PPTX
AdminCamp 2015 - Going Cloud
PPTX
INF107 - Integrating HCL Domino and Microsoft 365
PPT
Presentation on samba server & apache server
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG 2020: Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Ci...
DominoMigrationProposal
Lotus Notes Basics
training-lotus
CollabSphere 2020: INF111 - Virtual, Faster, Better! How to deploy HCL Notes ...
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
MCITP
LOT-925 Installing and Configuring IBM Lotus Notes and Domino 8.5
Step by step_linux_guide
L2 lotus help
Lotus Domino Admin.
The lazy administrator, how to make your life easier by using tdi to automate...
The lazy administrator, how to make your life easier by using tdi to automate...
User management through administration process 2307
Domino V10 and How to Get There - IBM Think 2019
Connections fornewbies
AdminCamp 2015 - Going Cloud
INF107 - Integrating HCL Domino and Microsoft 365
Presentation on samba server & apache server
Ad

More from Ales Lichtenberg (20)

PDF
HCL Sametime 12 Corporate Branding - step-by-step
PDF
HCL Domino V12 - TOTP
PPTX
HCL Sametime Meetings server upgrade to V11.6
PDF
HCL Sametime Meetings 11.5 Setup Live Stream
PDF
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021
PDF
HCL Sametime Meetings on Docker - SUTOL Cafe 2/2021
PDF
HCL Sametime Meetings 11.5 Step-by-Step
PDF
Upgrade HCL Sametime server 11.0 to 11.5
PDF
HCL Sametime Meetings 11.5 Pre-Release - Step-by-Step
PDF
HCL Sametime V11 - Step by Step v1.1 (include FP2)
PDF
HCL Sametime V11 - Step by Step
PDF
HCL Sametime V11 instalace - tipy
PDF
Mobilni spoluprace
PDF
Prechazime na desitky
PDF
HCL Sametime V11 - CZ
PDF
HCL Nomad pro Administratory - CZ
PPT
HCL Sametime V11 - ENG
PDF
HCL Nomad for Admins - ENG
PDF
Upgrade Notes 10 via Panagenda - ENG
PDF
IBM Domino Mobile Apps - ENG
HCL Sametime 12 Corporate Branding - step-by-step
HCL Domino V12 - TOTP
HCL Sametime Meetings server upgrade to V11.6
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/2021
HCL Sametime Meetings 11.5 Step-by-Step
Upgrade HCL Sametime server 11.0 to 11.5
HCL Sametime Meetings 11.5 Pre-Release - Step-by-Step
HCL Sametime V11 - Step by Step v1.1 (include FP2)
HCL Sametime V11 - Step by Step
HCL Sametime V11 instalace - tipy
Mobilni spoluprace
Prechazime na desitky
HCL Sametime V11 - CZ
HCL Nomad pro Administratory - CZ
HCL Sametime V11 - ENG
HCL Nomad for Admins - ENG
Upgrade Notes 10 via Panagenda - ENG
IBM Domino Mobile Apps - ENG

Recently uploaded (20)

PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
top salesforce developer skills in 2025.pdf
PDF
Understanding Forklifts - TECH EHS Solution
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
Introduction to Artificial Intelligence
PPTX
Transform Your Business with a Software ERP System
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
How Creative Agencies Leverage Project Management Software.pdf
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
top salesforce developer skills in 2025.pdf
Understanding Forklifts - TECH EHS Solution
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
VVF-Customer-Presentation2025-Ver1.9.pptx
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Which alternative to Crystal Reports is best for small or large businesses.pdf
Odoo POS Development Services by CandidRoot Solutions
Navsoft: AI-Powered Business Solutions & Custom Software Development
How to Choose the Right IT Partner for Your Business in Malaysia
Introduction to Artificial Intelligence
Transform Your Business with a Software ERP System
wealthsignaloriginal-com-DS-text-... (1).pdf
How to Migrate SBCGlobal Email to Yahoo Easily
PTS Company Brochure 2025 (1).pdf.......
Softaken Excel to vCard Converter Software.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 41

HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migrating contact list from older Sametime versions

  • 1. ALEŠ LICHTENBERG twitter: @a_lichtenberg blog: www.alichtenberg.cz HCL Sametime 12.0 (for Docker) Converting from native Domino Directory to LDAP and Migrating contact list from older Sametime versions Step by Step Ver. 1.0
  • 2. About me 1 I am a technical consultant of HCL Digital Solutions software: Domino/Notes, Sametime, Nomad, Verse. I am a Member of Czech Lotus User Group = Sutol. I am a Bloger and a Speaker. I have been primarily engaged in the Lotus software family since 1994. I remember the era when these products were owned by Lotus, then IBM, and now I am looking forward to another successful years with HCL Software. Contacts: e-mail: ales@alichtenberg.cz twitter: a_lichtenberg blog: alichtenberg.cz
  • 3. Agenda ▪ Step 1 - Converting from native Domino Directory to LDAP ▪ Step 2 - Migrating contact lists (VPUSERINFO.NSF) 2
  • 4. Planning for migration to Sametime 12 3 • Sametime 12 does not support upgrades from an existing community or proxy server to Sametime 12. • Sametime 12 is now only containerized.You have to deploy the new images and then migrate your users. • If the new server is part of the same community as your existing servers, block port 1516 between the new server and existing server to prevent confusion while testing and validating new features. Prior to migrating, make sure port 1516 is open. • Running the notes-migration tool moves your contact list to MongoDB. • If the older Sametime deployment is not configured for LDAP, then the contact lists must be converted using the Stnamechange utility. Run the utility on Sametime 9, 10 or 11 before migrating.
  • 5. 4 Step 1 Converting from native Domino directory to LDAP If you already have your existing Sametime configured for LDAP, you can skip this step
  • 6. Sametime 12.0 - Converting from native Domino Directory to LDAP • Users create a contact list, a privacy list, and an alert-me-when list in the HCL Sametime Connect client by selecting user names or group names from the Domino or Domino LDAP directory that is used with the Community Server. These contact, privacy, alert-me-when lists are stored in the user information database (vpuserinfo.nsf) on Community Servers. When a user starts the Sametime Connect client, the lists are downloaded from the database to update the lists stored on the client's local computer. • If the older Sametime deployment is not configured for LDAP, the contact lists must be converted using the Stnamechange utility before migrating. • Running the name conversion utility updates Community Server user or group names with the latest directory changes. The name conversion utility uses a comma-separated value list that you compile to change names, delete names, or convert all names from Domino to Domino LDAP formatted names. • Run the task on the older Sametime Community server. • In our example, we will be migrating from Sametime 11.6 5
  • 7. Sametime 12.0 - Converting from native Domino Directory to LDAP • Create a csv file (for example ldap.csv) in a text editor. • The text file should be saved in UTF-8 format • In our case, type in the file: LDAP • Save the file to your local disk for now • You can find details about creating a csc file in the documentation 6
  • 8. Sametime 12.0 - Converting from native Domino Directory to LDAP • Using a Notes or Administrator client open the stnamechange.nsf database on the Sametime Community server (V11.x). 7
  • 9. Sametime 12.0 - Converting from native Domino Directory to LDAP • From the Notes or Administrator Client menus, select Create > Name Change Task. • Provide a Name and optional Description. 8
  • 10. Sametime 12.0 - Converting from native Domino Directory to LDAP • In the next window fill in the name of the document, the "Description” field is optional, In the “Location” field enter the DN of your Sametime Community Server (for example “CN=<server_name>/O=<organisation_name>”) • Paste the saved csv file (ldap.csv) into the "File" field • Save and Close this document. 9
  • 11. Sametime 12.0 - Converting from native Domino Directory to LDAP • If the existing Community server runs on Linux OS: • To use the tool for Windows OS, use the documentation • Open a command line • Stop the HCL Sametime Community Server and the Domino server • You must run the program as „notes“ user • Sign in as notes user: su notes • Change to the Domino data directory: cd /domino/notesdata • Type the following command: /stnamechange.sh domino_bin_directory domino_data_directory • For example: ./stnamechange.sh /opt/hcl/domino/notes/11000100/linux /local/notesdata 10
  • 12. Sametime 12.0 - Converting from native Domino Directory to LDAP • A successful transfer looks like this 11
  • 13. Sametime 12.0 - Converting from native Domino Directory to LDAP • When the utility runs, it creates a log file that summarizes information or error found during the conversion. It stores the log file in the "trace" folder (/local/notesdata/trace) with a name that includes the time and date that the utility ran, such as name_change_summary_report_220906_2022.log. 12
  • 14. DONE! You have now completed the conversion from the native Domino Directory to LDAP 13
  • 15. Step 2 Migrating contact lists (VPUSERINFO.NSF) 14
  • 16. • In Sametime 9.x, 10.x and 11.x, VPUserinfo.nsf stores all the contact list for users. To migrate your contact list from a previous release to Sametime 12, the contact list data must be migrated to MongoDB. • On the Sametime server you want to migrate from, copy and extract the notes- migration.zip to the server notesdata directory from the Sametime_12.0.zip or Sametime_Premium_12.0.zip file downloaded from the HCL Software Portal. 15 Sametime 12.0 - Migrating contact list from older Sametime versions
  • 17. • Edit the notes-migration-user-input.txt file 16 Sametime 12.0 - Migrating contact list from older Sametime versions
  • 18. • Enter the path to the vpuserinfo .nsf file NSF_PATH=/local/notesdata/vpuserinf.nsf • Enter Mongo connections URL • And enter „true“ in the USER_MIGRATION and PRIVACY_MIGRATION: USER_MIGRATION=true PRIVACY_MIGRATION=true • Save and close file 17 Sametime 12.0 - Migrating contact list from older Sametime versions
  • 19. 18 Sametime 12.0 - Migrating contact list from older Sametime versions • If the existing Community server runs on Linux OS: • To use the tool for Windows OS, use the documentation • Open a command line • Stop the HCL Sametime Community Server and the Domino server • You must run the program as „notes“ user • Sign in as notes user: su notes • Change to the Domino data directory: cd /domino/notesdata • You must run this command from the Sametime server's program directory where sametime.ini and notes.ini exist • Run the following commands to setup the environment and run the migration task source ./setenv.sh ./notes-migration.sh
  • 20. 19 Sametime 12.0 - Migrating contact list from older Sametime versions • You can also monitor the progress of the conversion of vpuserinfo.nsf to Mongo DB
  • 21. 20 Sametime 12.0 - Migrating contact list from older Sametime versions • You can also monitor the progress of the conversion of vpuserinfo.nsf to Mongo DB • Once done, you can log in to the new Sametime 12.0 community server and you should see your original contact list
  • 22. DONE! You have now completed the migrating contact list from older Sametime versions to Sametime 12.0 21