SlideShare a Scribd company logo
1 of 60
Download to read offline
EVERYTHING you need to know
about HCL Nomad Web
Sprache: Deutsch
Language: German
Christoph Adler
.
Senior Solution Architect
.
panagenda
Christoph Adler
Senior Solution Architect
christoph.adler@panagenda.com
Speaker
Agenda
 A short introduction into HCL Nomad Web
 Infrastructure overview and install
 Best Practices for HCL Nomad Web
 DEMO – if we still have time ☺
Upgrade Your Time
A short introduction into HCL Nomad Web
Introduction to HCL Nomad Web
!=
Nomad (mobile) Nomad Web
Official name
“HCL Nomad for web browser”
Introduction to HCL Nomad Web (cont.)
+ + +
( ) ( Server for Domino )
Introduction to HCL Nomad Web (cont.)
Introduction to HCL Nomad Web (cont.)
Introduction to HCL Nomad Web (cont.)
Introduction to HCL Nomad Web (cont.)
License requirements
To use HCL Nomad for web browsers, you agree to obtain and
maintain an active subscription and Support for HCL Domino
Complete Collaboration (CCB). Please note, only CCB customers are
entitled to use HCL Nomad for web browsers.
A Match made in Heaven
MarvelClient is automatically included in Nomad (mobile) & Nomad Web
MarvelClient for Nomad (mobile) & Nomad Web
Analyze Web unlicensed Web + Basic iOS Android
Desktop, Bookmarks ✔ ✔ ✔ ✔
notes.ini, User Preferences ✔ ✔ ✔ ✔
MailfileDetails ✔ ✔ ✔ ✔
HCL Notes/NomadVersion and Installation Information ✔ ✔ ✔ ✔
Local Databases / Replicas ✔ ✔ ✔
ECL ✔ ✔ ✔
Server → Client Latency ✔ ✔ ✔
Locations, Connections, Accounts, Certificates ✔ ✔ ✔
OS and Hardware Overview ✔ ✔
MarvelClient for Nomad (mobile) & Nomad Web (cont.)
Configuration Web unlicensed Web + Basic iOS Android
notes.ini and MC Config Variables ✔ ✔ ✔ ✔
Any .ini, xml, or json File ✔ ✔ ✔ ✔
User Preferences ✔ ✔ ✔ ✔
Up/Download Web unlicensed Web + Basic iOS Android
Upload Data for Analyze ✔ ✔ ✔ ✔
Smart File Downloader ✔ ✔
File Deployment (platform restrictions may apply) ✔ ✔
Run Web unlicensed Web + Basic iOS Android
Run Agents ✔ ✔ ✔
Run Notes Formulas ✔ ✔ ✔
Run Programs ✔
MarvelClient for Nomad (mobile) & Nomad Web (cont.)
Migrate Web unlicensed Web + Basic iOS Android
Mass Change to Update Database Links ✔ ✔ ✔
Mass Delete to Remove Database Links ✔ ✔ ✔
Manage Web unlicensed Web + Basic iOS Android
Workspace Pages ✔ ✔ ✔
Desktop Icons ✔ ✔ ✔
Locations ✔ ✔ ✔
Connections ✔ ✔ ✔
ECL ✔ ✔ ✔
Profile Documents ✔ ✔ ✔
Local Replicas* ✔ ✔ ✔
** Local replicas are available HCL Nomad Web 1.0.4 and higher
MarvelClient for Nomad (mobile) & Nomad Web (cont.)
Nomad Specific Web unlicensed Web + Basic iOS Android
Recent Apps ✔ ✔ ✔
App Restrictions ✔ ✔ ✔ ✔
Nomad Location ✔ ✔ ✔
Nomad Web Migration** ✔ ✔
Nomad Roaming*** ✔ ✔ ✔
*** Nomad Web Migration is available in HCL NomadWeb 1.0.2 and higher
*** Nomad Roamingis available in HCL NomadWeb 1.0.5 and higher and needs to be licensed with panagenda
Upgrade Your Time
Infrastructure overview and install
Internet /
HomeOffice
DMZ Corporate network Corporate network
Port 443 (WSS) Port 1352
Port 443 (WSS)
Port 1352 (NRPC)
HCL Nomad Web using SafeLinx
Internet /
HomeOffice
DMZ Corporate network Corporate network
Port 443 (WSS) Port 1352 (NRPC)
Port 443 (WSS)
Reverse Proxy
HCL Nomad server for Domino
HCL Nomad Web – releases
HCL Nomad Web – current releases notes
HCL Nomad Web – current releases notes (cont.)
HCL Nomad server for Domino
Quick Checklist / prerequisites before installation
1. Download “HCL Nomad server for Domino”
2. Domino 12.0.1 or 12.0.2 (Windows or Linux)
3. ID Vault needs to be enabled (ID’s must be available in the Vault)
4. TLS certificate for Nomad server for Domino
HCL Nomad server for Domino
TLS Certificate
Do you need a trusted / valid TLS certificate for Nomad Web?
→ YES!
Can you use the “new” Certificate Manager for configuring TLS certificates?
→ YES!
HCL Nomad server for Domino
HCL Nomad server for Domino
Installation (copy + unzip)
default directory for Linux is /opt/hcl/domino/notes/latest/linux/
default directory for Windows is C:Program FilesHCLDomino
HCL Nomad server for Domino
Check the TLS certificate
HCL Nomad server for Domino
Notes.ini
If you use the (new) CertMgr with Domino you need to add a notes.ini
parameter. The value must match with one of your configured TLS
certificates in the CertMgr database
NOMAD_WEB_HOST=domino.acme.com
HCL Nomad server for Domino
Start HCL Nomad server task
Console commad: load nomad
Check Task, console commad: sh tasks
HCL Nomad server for Domino
HCL Nomad server for Domino
Open HCL Nomad and first login
The Nomad server is listening on Port: 9443 in default
HCL Nomad server for Domino
Open HCL Nomad and first login
The Nomad server is listening on Port: 9443 in default
HCL Nomad server for Domino
Configuration of the Nomad server
To change default settings, you need to create a YAML file in the Domino Data named:
nomad-config.yml
Here you can configure:
• Ports
• IP Addresses
• Certificates
• Cookies
• Refresh rates
33
… on Linux based (Domino) servers
Challenge:
Binding ports lower than 1024 is prohibited by default.
(This is NodeJS standard security)
Solution:
You need to give the NodeJS task the right to bind to ports lower than 1024
Tip of the day: How to configure Port 443 …
… on Linux based (Domino) servers (continued)
Step 1:
Nomad must not run. Execute the following line to set the correct permissions
setcap 'cap_net_bind_service=+ep’ /opt/hcl/domino/notes/latest/linux/nwsp-linux
Step 2:
Create a “nomad-config.yml” file in the Data Directory with the following two entries
Tip of the day: How to configure Port 443 …
… on Linux based (Domino) servers (continued)
Step 3:
Start nomad on Domino. (load nomad)
Tip of the day: How to configure Port 443 …
Upgrade Your Time
Best Practices for HCL Nomad Web
Browers instead of installed Notes Clients
Cache
Browser Profiles
CPU & Memory consumption
Performance & sizing
VDI / Citrix / VMware
Browsers Task Manager
<shift> + <esc>
Developer Tools
“console”
Log files
➢ Chrome, Edge & Firefox
Where to find log files?
BUT
➢ What if you can’t use “Generate Problem Report” (issue during start-up) ?
Example where logs couldn‘t help
➢ What if you can’t use “Generate Problem Report” (issue during start-up) ?
Troubleshooting/log files – 4. Browsers (cont.)
➢ What if you can’t use “Generate Problem Report” (issue during start-up) ?
Troubleshooting/log files – 4. Browsers (cont.)
➢ By the way: This issue is already fixed since Nomad Web 1.0.7
Troubleshooting/log files – 4. Browsers (cont.)
OPFS Explorer is a Chrome DevTools extension that allows you to explore the Origin
Private File System (OPFS) of a web application.
https://tinyurl.com/OPFSExplorer
OPFS Explorer – Browser plugin
From NOTES to NOMAD WEB
• This functionality is included in CCB
(free for all customers with active HCL maintenance)
• Requirement
Every user must have a user profile / upload document in the
MarvelClient Analyze database (including bookmark.xml,
desktop.xml and notes.ini)
MarvelClient – FREE Nomad Web Migration
• A single and simple MarvelClient action brings happiness
for your users
MarvelClient – Nomad Web Migration (cont.)
• A single and simple MarvelClient action brings happiness
for your users
MarvelClient – Nomad Web Migration (cont.)
DEMO
if we still have time ☺
DEMO
Your Feedback matters!
Please fill out the session evaluation here
THANK YOU!
THANK YOU!
Q & A
DNUG e.V.
Goldenbergstrasse 1
50354 Hürth
Telefon: +49 30 20898805 0
Telefax: +49 30 20898805 1
E-Mail: info@dnug.de
Web: http://www.dnug.de

More Related Content

Similar to DACHNUG50 EVERYTHING-you-need-to-know-about-HCL-Nomad-Web.pdf

Wie man HCL Nomad eine moderne User Experience verschafft
Wie man HCL Nomad eine moderne User Experience verschafftWie man HCL Nomad eine moderne User Experience verschafft
Wie man HCL Nomad eine moderne User Experience verschafftpanagenda
 
HCL Nomad Web Schnellstart für einen reibungslosen Erfolg
HCL Nomad Web Schnellstart für einen reibungslosen ErfolgHCL Nomad Web Schnellstart für einen reibungslosen Erfolg
HCL Nomad Web Schnellstart für einen reibungslosen Erfolgpanagenda
 
Connect2016 Shipping Domino
Connect2016 Shipping DominoConnect2016 Shipping Domino
Connect2016 Shipping DominoFactor-y S.r.l.
 
Connect2016 - 1172 Shipping domino
Connect2016 - 1172 Shipping dominoConnect2016 - 1172 Shipping domino
Connect2016 - 1172 Shipping dominoMatteo Bisi
 
HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime 12.0 on Docker - Step-By-Step.pdf HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime 12.0 on Docker - Step-By-Step.pdf Ales Lichtenberg
 
DevOPS training - Day 1/2
DevOPS training - Day 1/2DevOPS training - Day 1/2
DevOPS training - Day 1/2Vincent Mercier
 
Domino on docker version 2
Domino on docker version 2Domino on docker version 2
Domino on docker version 2Slobodan Lohja
 
DNUG HCL Domino 11 First Look
DNUG HCL Domino 11 First LookDNUG HCL Domino 11 First Look
DNUG HCL Domino 11 First Lookdaniel_nashed
 
Bring the Modern and Seamless User Experience You Deserve to HCL Nomad
Bring the Modern and Seamless User Experience You Deserve to HCL NomadBring the Modern and Seamless User Experience You Deserve to HCL Nomad
Bring the Modern and Seamless User Experience You Deserve to HCL Nomadpanagenda
 
Deploying Windows Containers on Windows Server 2016
Deploying Windows Containers on Windows Server 2016Deploying Windows Containers on Windows Server 2016
Deploying Windows Containers on Windows Server 2016Ben Hall
 
Was liberty profile and docker
Was liberty profile and dockerWas liberty profile and docker
Was liberty profile and dockersflynn073
 
Ihr Pfad zu HCL Nomad Web verläuft von Domino über SafeLinx
Ihr Pfad zu HCL Nomad Web verläuft von Domino über SafeLinxIhr Pfad zu HCL Nomad Web verläuft von Domino über SafeLinx
Ihr Pfad zu HCL Nomad Web verläuft von Domino über SafeLinxpanagenda
 
January OpenNTF Webinar: 4D - Domino Docker Deep Dive
January OpenNTF Webinar: 4D - Domino Docker Deep DiveJanuary OpenNTF Webinar: 4D - Domino Docker Deep Dive
January OpenNTF Webinar: 4D - Domino Docker Deep DiveHoward Greenberg
 
Word press, the automated way
Word press, the automated wayWord press, the automated way
Word press, the automated wayMichaël Perrin
 
WebSphere Application Server Liberty Profile and Docker
WebSphere Application Server Liberty Profile and DockerWebSphere Application Server Liberty Profile and Docker
WebSphere Application Server Liberty Profile and DockerDavid Currie
 
Your Path to HCL Nomad Web goes from Domino through SafeLinx
Your Path to HCL Nomad Web goes from Domino through SafeLinxYour Path to HCL Nomad Web goes from Domino through SafeLinx
Your Path to HCL Nomad Web goes from Domino through SafeLinxpanagenda
 
How to Get Your Website Into the Cloud
How to Get Your Website Into the CloudHow to Get Your Website Into the Cloud
How to Get Your Website Into the CloudAll Things Open
 
Android Embedded - Smart Hubs als Schaltzentrale des IoT
Android Embedded - Smart Hubs als Schaltzentrale des IoTAndroid Embedded - Smart Hubs als Schaltzentrale des IoT
Android Embedded - Smart Hubs als Schaltzentrale des IoTinovex GmbH
 
Midwest php 2013 deploying php on paas- why & how
Midwest php 2013   deploying php on paas- why & howMidwest php 2013   deploying php on paas- why & how
Midwest php 2013 deploying php on paas- why & howdotCloud
 
70-410 Practice Test
70-410 Practice Test70-410 Practice Test
70-410 Practice Testwrailebo
 

Similar to DACHNUG50 EVERYTHING-you-need-to-know-about-HCL-Nomad-Web.pdf (20)

Wie man HCL Nomad eine moderne User Experience verschafft
Wie man HCL Nomad eine moderne User Experience verschafftWie man HCL Nomad eine moderne User Experience verschafft
Wie man HCL Nomad eine moderne User Experience verschafft
 
HCL Nomad Web Schnellstart für einen reibungslosen Erfolg
HCL Nomad Web Schnellstart für einen reibungslosen ErfolgHCL Nomad Web Schnellstart für einen reibungslosen Erfolg
HCL Nomad Web Schnellstart für einen reibungslosen Erfolg
 
Connect2016 Shipping Domino
Connect2016 Shipping DominoConnect2016 Shipping Domino
Connect2016 Shipping Domino
 
Connect2016 - 1172 Shipping domino
Connect2016 - 1172 Shipping dominoConnect2016 - 1172 Shipping domino
Connect2016 - 1172 Shipping domino
 
HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime 12.0 on Docker - Step-By-Step.pdf HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime 12.0 on Docker - Step-By-Step.pdf
 
DevOPS training - Day 1/2
DevOPS training - Day 1/2DevOPS training - Day 1/2
DevOPS training - Day 1/2
 
Domino on docker version 2
Domino on docker version 2Domino on docker version 2
Domino on docker version 2
 
DNUG HCL Domino 11 First Look
DNUG HCL Domino 11 First LookDNUG HCL Domino 11 First Look
DNUG HCL Domino 11 First Look
 
Bring the Modern and Seamless User Experience You Deserve to HCL Nomad
Bring the Modern and Seamless User Experience You Deserve to HCL NomadBring the Modern and Seamless User Experience You Deserve to HCL Nomad
Bring the Modern and Seamless User Experience You Deserve to HCL Nomad
 
Deploying Windows Containers on Windows Server 2016
Deploying Windows Containers on Windows Server 2016Deploying Windows Containers on Windows Server 2016
Deploying Windows Containers on Windows Server 2016
 
Was liberty profile and docker
Was liberty profile and dockerWas liberty profile and docker
Was liberty profile and docker
 
Ihr Pfad zu HCL Nomad Web verläuft von Domino über SafeLinx
Ihr Pfad zu HCL Nomad Web verläuft von Domino über SafeLinxIhr Pfad zu HCL Nomad Web verläuft von Domino über SafeLinx
Ihr Pfad zu HCL Nomad Web verläuft von Domino über SafeLinx
 
January OpenNTF Webinar: 4D - Domino Docker Deep Dive
January OpenNTF Webinar: 4D - Domino Docker Deep DiveJanuary OpenNTF Webinar: 4D - Domino Docker Deep Dive
January OpenNTF Webinar: 4D - Domino Docker Deep Dive
 
Word press, the automated way
Word press, the automated wayWord press, the automated way
Word press, the automated way
 
WebSphere Application Server Liberty Profile and Docker
WebSphere Application Server Liberty Profile and DockerWebSphere Application Server Liberty Profile and Docker
WebSphere Application Server Liberty Profile and Docker
 
Your Path to HCL Nomad Web goes from Domino through SafeLinx
Your Path to HCL Nomad Web goes from Domino through SafeLinxYour Path to HCL Nomad Web goes from Domino through SafeLinx
Your Path to HCL Nomad Web goes from Domino through SafeLinx
 
How to Get Your Website Into the Cloud
How to Get Your Website Into the CloudHow to Get Your Website Into the Cloud
How to Get Your Website Into the Cloud
 
Android Embedded - Smart Hubs als Schaltzentrale des IoT
Android Embedded - Smart Hubs als Schaltzentrale des IoTAndroid Embedded - Smart Hubs als Schaltzentrale des IoT
Android Embedded - Smart Hubs als Schaltzentrale des IoT
 
Midwest php 2013 deploying php on paas- why & how
Midwest php 2013   deploying php on paas- why & howMidwest php 2013   deploying php on paas- why & how
Midwest php 2013 deploying php on paas- why & how
 
70-410 Practice Test
70-410 Practice Test70-410 Practice Test
70-410 Practice Test
 

More from DNUG e.V.

Slides (2) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (2) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...Slides (2) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (2) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...DNUG e.V.
 
Slides (1) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (1) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...Slides (1) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (1) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...DNUG e.V.
 
Slides zum Impulsreferat: HCL UDP - DNUG Stammtisch Salzburg
Slides zum Impulsreferat: HCL UDP - DNUG Stammtisch SalzburgSlides zum Impulsreferat: HCL UDP - DNUG Stammtisch Salzburg
Slides zum Impulsreferat: HCL UDP - DNUG Stammtisch SalzburgDNUG e.V.
 
Slides (2) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (2) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...Slides (2) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (2) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...DNUG e.V.
 
Slides (1) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (1) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...Slides (1) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (1) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...DNUG e.V.
 
Slides zum Impulsreferat: HCL BigFix - DNUG Stammtisch Karlsruhe
Slides zum Impulsreferat: HCL BigFix  - DNUG Stammtisch KarlsruheSlides zum Impulsreferat: HCL BigFix  - DNUG Stammtisch Karlsruhe
Slides zum Impulsreferat: HCL BigFix - DNUG Stammtisch KarlsruheDNUG e.V.
 
Slides zum Impulsreferat: NIS2 & HCL BigFix - DNUG Stammtisch Karlsruhe
Slides zum Impulsreferat: NIS2 & HCL BigFix - DNUG Stammtisch KarlsruheSlides zum Impulsreferat: NIS2 & HCL BigFix - DNUG Stammtisch Karlsruhe
Slides zum Impulsreferat: NIS2 & HCL BigFix - DNUG Stammtisch KarlsruheDNUG e.V.
 
Slides zum Impulsreferat: NIS2 - Was steckt konkret dahinter? - DNUG Stammtis...
Slides zum Impulsreferat: NIS2 - Was steckt konkret dahinter? - DNUG Stammtis...Slides zum Impulsreferat: NIS2 - Was steckt konkret dahinter? - DNUG Stammtis...
Slides zum Impulsreferat: NIS2 - Was steckt konkret dahinter? - DNUG Stammtis...DNUG e.V.
 
Entwicklung mit Volt MX und Co. | Teil 1
Entwicklung mit Volt MX und Co. | Teil 1Entwicklung mit Volt MX und Co. | Teil 1
Entwicklung mit Volt MX und Co. | Teil 1DNUG e.V.
 
HCL Nomad - DNUG Stammtisch Salzburg.pdf
HCL Nomad - DNUG Stammtisch Salzburg.pdfHCL Nomad - DNUG Stammtisch Salzburg.pdf
HCL Nomad - DNUG Stammtisch Salzburg.pdfDNUG e.V.
 
HCL Domino 14 - Leap 1.1.2 - DNUG Stammtisch Wien
HCL Domino 14 - Leap 1.1.2 - DNUG Stammtisch Wien HCL Domino 14 - Leap 1.1.2 - DNUG Stammtisch Wien
HCL Domino 14 - Leap 1.1.2 - DNUG Stammtisch Wien DNUG e.V.
 
Trends in Cybersecurity - DNUG Stammtisch Wien
Trends in Cybersecurity - DNUG Stammtisch Wien Trends in Cybersecurity - DNUG Stammtisch Wien
Trends in Cybersecurity - DNUG Stammtisch Wien DNUG e.V.
 
DACHNUG50 MX_Workshop.pdf
DACHNUG50 MX_Workshop.pdfDACHNUG50 MX_Workshop.pdf
DACHNUG50 MX_Workshop.pdfDNUG e.V.
 
DACHNUG50 Domino REST API - Konzepte und Hintergruende.pdf
DACHNUG50 Domino REST API - Konzepte und Hintergruende.pdfDACHNUG50 Domino REST API - Konzepte und Hintergruende.pdf
DACHNUG50 Domino REST API - Konzepte und Hintergruende.pdfDNUG e.V.
 
DACHNUG50 CNX0 Workshop.pdf
DACHNUG50 CNX0 Workshop.pdfDACHNUG50 CNX0 Workshop.pdf
DACHNUG50 CNX0 Workshop.pdfDNUG e.V.
 
DACHNUG50 What's new in CCB - V3.3.pdf
DACHNUG50 What's new in CCB - V3.3.pdfDACHNUG50 What's new in CCB - V3.3.pdf
DACHNUG50 What's new in CCB - V3.3.pdfDNUG e.V.
 
DACHNUG50 presentation 15 June 2023.pdf
DACHNUG50 presentation 15 June 2023.pdfDACHNUG50 presentation 15 June 2023.pdf
DACHNUG50 presentation 15 June 2023.pdfDNUG e.V.
 
DACHNUG50 Pointsharp overview_web_A4.pdf
DACHNUG50 Pointsharp overview_web_A4.pdfDACHNUG50 Pointsharp overview_web_A4.pdf
DACHNUG50 Pointsharp overview_web_A4.pdfDNUG e.V.
 
DACHNUG50 OnTime for Domino.pdf
DACHNUG50 OnTime for Domino.pdfDACHNUG50 OnTime for Domino.pdf
DACHNUG50 OnTime for Domino.pdfDNUG e.V.
 
DACHNUG50 Interpretation-von-Event-Logs-aus-CNX-mit-Hilfe-von-Domino.pdf
DACHNUG50 Interpretation-von-Event-Logs-aus-CNX-mit-Hilfe-von-Domino.pdfDACHNUG50 Interpretation-von-Event-Logs-aus-CNX-mit-Hilfe-von-Domino.pdf
DACHNUG50 Interpretation-von-Event-Logs-aus-CNX-mit-Hilfe-von-Domino.pdfDNUG e.V.
 

More from DNUG e.V. (20)

Slides (2) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (2) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...Slides (2) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (2) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
 
Slides (1) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (1) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...Slides (1) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (1) zu Teil 3 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
 
Slides zum Impulsreferat: HCL UDP - DNUG Stammtisch Salzburg
Slides zum Impulsreferat: HCL UDP - DNUG Stammtisch SalzburgSlides zum Impulsreferat: HCL UDP - DNUG Stammtisch Salzburg
Slides zum Impulsreferat: HCL UDP - DNUG Stammtisch Salzburg
 
Slides (2) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (2) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...Slides (2) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (2) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
 
Slides (1) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (1) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...Slides (1) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
Slides (1) zu Teil 2 der Veranstaltungsreihe Anwendungsentwicklung mit Volt M...
 
Slides zum Impulsreferat: HCL BigFix - DNUG Stammtisch Karlsruhe
Slides zum Impulsreferat: HCL BigFix  - DNUG Stammtisch KarlsruheSlides zum Impulsreferat: HCL BigFix  - DNUG Stammtisch Karlsruhe
Slides zum Impulsreferat: HCL BigFix - DNUG Stammtisch Karlsruhe
 
Slides zum Impulsreferat: NIS2 & HCL BigFix - DNUG Stammtisch Karlsruhe
Slides zum Impulsreferat: NIS2 & HCL BigFix - DNUG Stammtisch KarlsruheSlides zum Impulsreferat: NIS2 & HCL BigFix - DNUG Stammtisch Karlsruhe
Slides zum Impulsreferat: NIS2 & HCL BigFix - DNUG Stammtisch Karlsruhe
 
Slides zum Impulsreferat: NIS2 - Was steckt konkret dahinter? - DNUG Stammtis...
Slides zum Impulsreferat: NIS2 - Was steckt konkret dahinter? - DNUG Stammtis...Slides zum Impulsreferat: NIS2 - Was steckt konkret dahinter? - DNUG Stammtis...
Slides zum Impulsreferat: NIS2 - Was steckt konkret dahinter? - DNUG Stammtis...
 
Entwicklung mit Volt MX und Co. | Teil 1
Entwicklung mit Volt MX und Co. | Teil 1Entwicklung mit Volt MX und Co. | Teil 1
Entwicklung mit Volt MX und Co. | Teil 1
 
HCL Nomad - DNUG Stammtisch Salzburg.pdf
HCL Nomad - DNUG Stammtisch Salzburg.pdfHCL Nomad - DNUG Stammtisch Salzburg.pdf
HCL Nomad - DNUG Stammtisch Salzburg.pdf
 
HCL Domino 14 - Leap 1.1.2 - DNUG Stammtisch Wien
HCL Domino 14 - Leap 1.1.2 - DNUG Stammtisch Wien HCL Domino 14 - Leap 1.1.2 - DNUG Stammtisch Wien
HCL Domino 14 - Leap 1.1.2 - DNUG Stammtisch Wien
 
Trends in Cybersecurity - DNUG Stammtisch Wien
Trends in Cybersecurity - DNUG Stammtisch Wien Trends in Cybersecurity - DNUG Stammtisch Wien
Trends in Cybersecurity - DNUG Stammtisch Wien
 
DACHNUG50 MX_Workshop.pdf
DACHNUG50 MX_Workshop.pdfDACHNUG50 MX_Workshop.pdf
DACHNUG50 MX_Workshop.pdf
 
DACHNUG50 Domino REST API - Konzepte und Hintergruende.pdf
DACHNUG50 Domino REST API - Konzepte und Hintergruende.pdfDACHNUG50 Domino REST API - Konzepte und Hintergruende.pdf
DACHNUG50 Domino REST API - Konzepte und Hintergruende.pdf
 
DACHNUG50 CNX0 Workshop.pdf
DACHNUG50 CNX0 Workshop.pdfDACHNUG50 CNX0 Workshop.pdf
DACHNUG50 CNX0 Workshop.pdf
 
DACHNUG50 What's new in CCB - V3.3.pdf
DACHNUG50 What's new in CCB - V3.3.pdfDACHNUG50 What's new in CCB - V3.3.pdf
DACHNUG50 What's new in CCB - V3.3.pdf
 
DACHNUG50 presentation 15 June 2023.pdf
DACHNUG50 presentation 15 June 2023.pdfDACHNUG50 presentation 15 June 2023.pdf
DACHNUG50 presentation 15 June 2023.pdf
 
DACHNUG50 Pointsharp overview_web_A4.pdf
DACHNUG50 Pointsharp overview_web_A4.pdfDACHNUG50 Pointsharp overview_web_A4.pdf
DACHNUG50 Pointsharp overview_web_A4.pdf
 
DACHNUG50 OnTime for Domino.pdf
DACHNUG50 OnTime for Domino.pdfDACHNUG50 OnTime for Domino.pdf
DACHNUG50 OnTime for Domino.pdf
 
DACHNUG50 Interpretation-von-Event-Logs-aus-CNX-mit-Hilfe-von-Domino.pdf
DACHNUG50 Interpretation-von-Event-Logs-aus-CNX-mit-Hilfe-von-Domino.pdfDACHNUG50 Interpretation-von-Event-Logs-aus-CNX-mit-Hilfe-von-Domino.pdf
DACHNUG50 Interpretation-von-Event-Logs-aus-CNX-mit-Hilfe-von-Domino.pdf
 

Recently uploaded

why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
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.
 
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
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
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
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 
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
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 

Recently uploaded (20)

why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
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...
 
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
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
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...
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 
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
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 

DACHNUG50 EVERYTHING-you-need-to-know-about-HCL-Nomad-Web.pdf

  • 1. EVERYTHING you need to know about HCL Nomad Web Sprache: Deutsch Language: German Christoph Adler . Senior Solution Architect . panagenda
  • 2. Christoph Adler Senior Solution Architect christoph.adler@panagenda.com Speaker
  • 3. Agenda  A short introduction into HCL Nomad Web  Infrastructure overview and install  Best Practices for HCL Nomad Web  DEMO – if we still have time ☺
  • 4. Upgrade Your Time A short introduction into HCL Nomad Web
  • 5. Introduction to HCL Nomad Web != Nomad (mobile) Nomad Web Official name “HCL Nomad for web browser”
  • 6. Introduction to HCL Nomad Web (cont.) + + + ( ) ( Server for Domino )
  • 7. Introduction to HCL Nomad Web (cont.)
  • 8. Introduction to HCL Nomad Web (cont.)
  • 9. Introduction to HCL Nomad Web (cont.)
  • 10. Introduction to HCL Nomad Web (cont.) License requirements To use HCL Nomad for web browsers, you agree to obtain and maintain an active subscription and Support for HCL Domino Complete Collaboration (CCB). Please note, only CCB customers are entitled to use HCL Nomad for web browsers.
  • 11. A Match made in Heaven MarvelClient is automatically included in Nomad (mobile) & Nomad Web
  • 12. MarvelClient for Nomad (mobile) & Nomad Web Analyze Web unlicensed Web + Basic iOS Android Desktop, Bookmarks ✔ ✔ ✔ ✔ notes.ini, User Preferences ✔ ✔ ✔ ✔ MailfileDetails ✔ ✔ ✔ ✔ HCL Notes/NomadVersion and Installation Information ✔ ✔ ✔ ✔ Local Databases / Replicas ✔ ✔ ✔ ECL ✔ ✔ ✔ Server → Client Latency ✔ ✔ ✔ Locations, Connections, Accounts, Certificates ✔ ✔ ✔ OS and Hardware Overview ✔ ✔
  • 13. MarvelClient for Nomad (mobile) & Nomad Web (cont.) Configuration Web unlicensed Web + Basic iOS Android notes.ini and MC Config Variables ✔ ✔ ✔ ✔ Any .ini, xml, or json File ✔ ✔ ✔ ✔ User Preferences ✔ ✔ ✔ ✔ Up/Download Web unlicensed Web + Basic iOS Android Upload Data for Analyze ✔ ✔ ✔ ✔ Smart File Downloader ✔ ✔ File Deployment (platform restrictions may apply) ✔ ✔ Run Web unlicensed Web + Basic iOS Android Run Agents ✔ ✔ ✔ Run Notes Formulas ✔ ✔ ✔ Run Programs ✔
  • 14. MarvelClient for Nomad (mobile) & Nomad Web (cont.) Migrate Web unlicensed Web + Basic iOS Android Mass Change to Update Database Links ✔ ✔ ✔ Mass Delete to Remove Database Links ✔ ✔ ✔ Manage Web unlicensed Web + Basic iOS Android Workspace Pages ✔ ✔ ✔ Desktop Icons ✔ ✔ ✔ Locations ✔ ✔ ✔ Connections ✔ ✔ ✔ ECL ✔ ✔ ✔ Profile Documents ✔ ✔ ✔ Local Replicas* ✔ ✔ ✔ ** Local replicas are available HCL Nomad Web 1.0.4 and higher
  • 15. MarvelClient for Nomad (mobile) & Nomad Web (cont.) Nomad Specific Web unlicensed Web + Basic iOS Android Recent Apps ✔ ✔ ✔ App Restrictions ✔ ✔ ✔ ✔ Nomad Location ✔ ✔ ✔ Nomad Web Migration** ✔ ✔ Nomad Roaming*** ✔ ✔ ✔ *** Nomad Web Migration is available in HCL NomadWeb 1.0.2 and higher *** Nomad Roamingis available in HCL NomadWeb 1.0.5 and higher and needs to be licensed with panagenda
  • 16. Upgrade Your Time Infrastructure overview and install
  • 17. Internet / HomeOffice DMZ Corporate network Corporate network Port 443 (WSS) Port 1352 Port 443 (WSS) Port 1352 (NRPC) HCL Nomad Web using SafeLinx
  • 18. Internet / HomeOffice DMZ Corporate network Corporate network Port 443 (WSS) Port 1352 (NRPC) Port 443 (WSS) Reverse Proxy HCL Nomad server for Domino
  • 19. HCL Nomad Web – releases
  • 20. HCL Nomad Web – current releases notes
  • 21. HCL Nomad Web – current releases notes (cont.)
  • 22. HCL Nomad server for Domino Quick Checklist / prerequisites before installation 1. Download “HCL Nomad server for Domino” 2. Domino 12.0.1 or 12.0.2 (Windows or Linux) 3. ID Vault needs to be enabled (ID’s must be available in the Vault) 4. TLS certificate for Nomad server for Domino
  • 23. HCL Nomad server for Domino TLS Certificate Do you need a trusted / valid TLS certificate for Nomad Web? → YES! Can you use the “new” Certificate Manager for configuring TLS certificates? → YES!
  • 24. HCL Nomad server for Domino
  • 25. HCL Nomad server for Domino Installation (copy + unzip) default directory for Linux is /opt/hcl/domino/notes/latest/linux/ default directory for Windows is C:Program FilesHCLDomino
  • 26. HCL Nomad server for Domino Check the TLS certificate
  • 27. HCL Nomad server for Domino Notes.ini If you use the (new) CertMgr with Domino you need to add a notes.ini parameter. The value must match with one of your configured TLS certificates in the CertMgr database NOMAD_WEB_HOST=domino.acme.com
  • 28. HCL Nomad server for Domino Start HCL Nomad server task Console commad: load nomad Check Task, console commad: sh tasks
  • 29. HCL Nomad server for Domino
  • 30. HCL Nomad server for Domino Open HCL Nomad and first login The Nomad server is listening on Port: 9443 in default
  • 31. HCL Nomad server for Domino Open HCL Nomad and first login The Nomad server is listening on Port: 9443 in default
  • 32. HCL Nomad server for Domino Configuration of the Nomad server To change default settings, you need to create a YAML file in the Domino Data named: nomad-config.yml Here you can configure: • Ports • IP Addresses • Certificates • Cookies • Refresh rates
  • 33. 33
  • 34. … on Linux based (Domino) servers Challenge: Binding ports lower than 1024 is prohibited by default. (This is NodeJS standard security) Solution: You need to give the NodeJS task the right to bind to ports lower than 1024 Tip of the day: How to configure Port 443 …
  • 35. … on Linux based (Domino) servers (continued) Step 1: Nomad must not run. Execute the following line to set the correct permissions setcap 'cap_net_bind_service=+ep’ /opt/hcl/domino/notes/latest/linux/nwsp-linux Step 2: Create a “nomad-config.yml” file in the Data Directory with the following two entries Tip of the day: How to configure Port 443 …
  • 36. … on Linux based (Domino) servers (continued) Step 3: Start nomad on Domino. (load nomad) Tip of the day: How to configure Port 443 …
  • 37. Upgrade Your Time Best Practices for HCL Nomad Web
  • 38. Browers instead of installed Notes Clients
  • 39. Cache
  • 41. CPU & Memory consumption
  • 42. Performance & sizing VDI / Citrix / VMware
  • 46. ➢ Chrome, Edge & Firefox Where to find log files?
  • 47. BUT
  • 48. ➢ What if you can’t use “Generate Problem Report” (issue during start-up) ? Example where logs couldn‘t help
  • 49. ➢ What if you can’t use “Generate Problem Report” (issue during start-up) ? Troubleshooting/log files – 4. Browsers (cont.)
  • 50. ➢ What if you can’t use “Generate Problem Report” (issue during start-up) ? Troubleshooting/log files – 4. Browsers (cont.)
  • 51. ➢ By the way: This issue is already fixed since Nomad Web 1.0.7 Troubleshooting/log files – 4. Browsers (cont.)
  • 52. OPFS Explorer is a Chrome DevTools extension that allows you to explore the Origin Private File System (OPFS) of a web application. https://tinyurl.com/OPFSExplorer OPFS Explorer – Browser plugin
  • 53. From NOTES to NOMAD WEB
  • 54. • This functionality is included in CCB (free for all customers with active HCL maintenance) • Requirement Every user must have a user profile / upload document in the MarvelClient Analyze database (including bookmark.xml, desktop.xml and notes.ini) MarvelClient – FREE Nomad Web Migration
  • 55. • A single and simple MarvelClient action brings happiness for your users MarvelClient – Nomad Web Migration (cont.)
  • 56. • A single and simple MarvelClient action brings happiness for your users MarvelClient – Nomad Web Migration (cont.)
  • 57. DEMO if we still have time ☺
  • 58. DEMO
  • 59. Your Feedback matters! Please fill out the session evaluation here THANK YOU! THANK YOU! Q & A
  • 60. DNUG e.V. Goldenbergstrasse 1 50354 Hürth Telefon: +49 30 20898805 0 Telefax: +49 30 20898805 1 E-Mail: info@dnug.de Web: http://www.dnug.de