SlideShare a Scribd company logo
ICS Infrastructure Assessment - Analyze, Visualize
and Optimize
• engage - March 2015
ICS Infrastructure Assessment - Analyze, Visualize
and Optimize
engage - March 2015
3
4
5
Christoph Adler
Technical Account Manager – panagenda
IBM (Lotus) Notes / Domino since 2001
Consulting for projects
 Administration
 Migration / Consolidation
 Client Management
 Application Management
Since 2012 TAM at panagenda with core
competence in
 Notes Client Management
 ICS Infrastructure Analysis and Optimizations
Good to know…
 Frequent traveler
 Projects with many different companies in
different countries
 Beer or Wine? Beer!
6
Getting started
7
What can you expect from this session?
Best Practices at assessing an infrastructure
Giving an overview, with detailed information on a few focus topics
• Focus topics will include hands-on best practices
Demo is based on prepared visualizations
• IBM has two offerings: IBM Domino DoubleCheck and ISSC HealthCheck
Even if you are not faced with one of our scenarios just yet,
awareness will help you with the challenges you might be confronted with
8
“In Cloud We Trust” … seriously?
XPages
HTML 5
WebSphere
9
Traditional approach
The classic: Upgrade projects take 12 to 18 months to reach the target ...
Project
stable stablechange
10
Agile solution approach
In many smaller, constant and always current steps forward.
Continuous change
11
Agile solution approach
Agility equals success and segmentation is the key
Continuous change
12
Agile solution approach
Let’s not forget interactions and interfaces!
Continuous change
13
Infrastructure Assessment
Key Factors & Best Practices
14
Stakeholders, Goals and Frustration
Identifying and understanding your stakeholders
 Motivators of your stakeholders (Management / Governance, Technical, Business)
 Different angles and responsibilities breed different views
Clarifying goals is essential for all parties involved
 Why you do it has a big influence on setting your goal
 Having a clear goal will allow you to measure success
Minimize frustration by providing the best possible information
 Don’t be afraid to ask questions and challenge “bold claims”
15
What Domino Administrators Have to Cope With
Servers
Database
sClients
Hardware (CPU, Memory), Data
storage
Network connection, Configuration,
Databases, Tasks, Mail traffic, ...
ODS, Size, Reader fields,
Deployment
Design, Number & size of
documents,
Security, Performance, …
Hardware, Data storage,
Network Connection,
Deployment Integrity,
Configuration, Security
Across the board
Geographical Distribution
Connectivity (Bandwidth,
Structure)
Online/Offline Access
Clustering/Load balancing
Distributed Responsibilities
16
Key Factors: The Platform
Network / Bandwidth
 Service Availability vs. Quality of Service
Hardware Considerations
 Pick the platform according to the staff you (want to) have
 SAN and Storage often no more then adjacent domains
Virtualization in general
 Pick the platform according to the staff you (want to) have
 Tons of performance improvements with Domino since 8.5.x
17
Key Factors: Network / Bandwidth
18
Key Factors: Network / Bandwidth
?
?
?
?
On Premises
19
Key Factors: Network / Bandwidth
?
?
?
?
Off Premises
20
Key Factors: Network / Bandwidth
21
Key Factors: The Platform
Network / Bandwidth
 Service Availability vs. Quality of Service
Hardware Considerations
 Pick the platform according to the staff you (want to) have
 SAN and Storage often no more then adjacent domains
Virtualization in general
 Pick the platform according to the staff you (want to) have
 Tons of performance improvements with Domino since 8.5.x
22
Key Factors: The Application Landscape
Application type / design suggests transformation goal
 Possible destinations: Web application (e.g. XPages), mobile app, Notes browser plugin
 Dependencies: hard coded links to the current infrastructure (Mail, DLL, Fax, names, etc.)
Transformation potential
 Domino mass mail converts to Connections community
 Read-only databases converts to web page
Focus Topics
 Client landscape: determining, assessing and optimizing according to current and future state
 Infrastructure utilization: understanding who uses what and how is understanding cost
23
Key Factors: From Micro to Meta
Security / Compliance check in the existing infrastructure
 ID Policies, Access Rights, NAB Cleanup
Deployment Integrity
 Duplicate replicas, template inheritance, external applications
Infrastructure usage broken down to organization / location
 Who owns an application / process?
 Pick the right application to start your transformation
 Location awareness prevents guesswork when it comes to network planning
24
Focus Topic
User Activity Analysis
25
User Activity Analysis: Why is it important?
Actionable Items / Project Support
 High impact users and databases / unused databases
 Calculate resource requirements
 Verifying and justifying licensing cost
Strategic Insight
 HR data integration (cross referencing departments and locations)
 Differentiating between mail, business applications and 3rd party system tools
 Transformation potential (differentiate complexity based on usage patterns)
 Historic view and trends allow better decision making
26
User Activity: How to get the data manually
DB Activity: LOG.NSF – documents with form type “Activity”
 View selection formula: SELECT FORM = "Activity"
 Add columns that are interesting in your scenario
27
User Activity: How to get the data manually (cont.)
DB Activity: LOG.NSF – database activity details
 Note there is a 1400 activity entry maximum per database (FIFO)
 There is also a 64K size limit for the user activity
 More details in IBM Technote #1086245
28
User Activity: How to get the data manually (cont.)
DB Activity: CATALOG.NSF
 related information, but different focus
 Full text index details
 Replication information
 ACL overview
Note: Domino does not distinguish
between user, server or maintenance
tasks activity at this level
29
User Activity Analysis: Example Visualizations
30
User Activity Analysis: Example Visualizations (cont.)
31
User Activity Analysis: Example Visualizations (cont.)
32
User Activity Analysis: Example Visualizations (cont.)
33
User Activity Analysis: Example Visualizations (cont.)
34
Focus Topic
Client Landscape Optimization
35
Client Landscape Optimization: Client Types
Give users the clients they need to be successful in their job
 Notes client
 Notes Browser Plug-in
 Citrix client
 Web browser
 Mobile Device
Choose clients depending on …
 complexity and variety of applications
 network demand generated by particular users
 the need for online / offline capabilities
36
Client Landscape Optimization: Security & Compliance
Consolidating is the first step towards transformation
Client side conditions that break integrity / security
 Local replicas of databases which aren’t accessible on the server side anymore
 Local replicas beyond cut-off date which would re-create already deleted documents
 Local replicas with identical replica IDs
 ID files of several users on one client
 Signature IDs with too many rights in client ECLs
37
Client Landscape Optimization: Notes ODS
ODS = On Disk Structure
 ODS 16 = Notes 2
 ODS 17 = Notes 3
 ODS 20 = Notes 4 (or templates)
 ODS 41 = Notes 5
 ODS 43 = Notes 6 & 7
 ODS 48 = Notes 8
 ODS 51 = Notes 8.5/9.0
 ODS 52 = Notes >= 9.0.1
The difference between ODS 43 and 52 = up to 80% LESS FILE I/O; average 50% less.
 Also helps with slow local fixed disks, not just SAN/NAS! – Think servers, too!
38
Client Landscape Optimization: Notes ODS (cont.)
Fortunately, since Notes 8.5.2 you can use
 NSF_UpdateODS=1 + CREATE_RX_DATABASES=1 (add Notes release for X, e.g. 9 or 85)
 This will do a one-time upgrade of all local databases in the background
 Use with extreme care if your data directories are on a network drive! ( Load balance)
 Note that end users cannot access databases during compact (mail file replicas)
 Note that names.nsf and bookmark.nsf are upgraded at next client startup (  Splash screen)
39
Client Landscape Optimization: Multiuser
Since version 6.5, Notes has two install modes, Single User and Multiuser
 Multiuser is highly recommended to be used for a standard user install!
 Multiuser comes with a shared data directory referenced in the stub notes.ini file
 The shared data directory is the single storage folder for templates out of which a new Notes data
directory is created for every user logging on to this machine
Example location of the shared data directory on Windows 7/8 (Notes 9.x)
 C:ProgramDataIBMNotesDataShared
However, if custom files are copied into the ‘Shared‘ directory, they‘re NOT taken over into the
user‘s personal Notes
data folder upon creation! Wouldn‘t this be nice?
40
Client Landscape Optimization: Multiuser (cont.)
There‘s a great built-in feature to an IBM Notes Multiuser install to copy over custom files
into the user‘s personal data folder upon Notes startup
 Create a directory named ‘Common‘ at the same level as the Shared Data directory lives
Example on Windows 7/8 (Shared Data directory)
 C:ProgramDataIBMNotesDataShared
Example on Windows 7/8 (Common directory)
 C:ProgramDataIBMNotesDataCommon
All files and folders placed into ‘Common‘ are copied into the user‘s personal Data directory
upon Notes startup –
if they don‘t exist there yet!
41
Client Landscape Optimization: Multiuser (cont.)
A user‘s Notes Data directory doesn‘t need to be kept on disk after logoff
 Administrators can wipe all personal data folders daily from Citrix / WTS (servers) or VDI
(clients)
 Use IBM or third-party roaming to build a user‘s personal data directory from scratch
 Re-creating a user‘s Data directory every day during Notes startup also reduces help-desk calls
regarding corrupt local databases/files dramatically
42
Client Landscape Optimization: Multiuser (cont.)
Most of the time consumed during the first startup of a Notes Standard client relates to
building the Workspace directory!
 Remember to configure anti-virus scanners properly (exclude folders)
 Use the ‘Common‘ directory method to deploy a prepared workspace directory into a user‘s
Notes data directory which reduces initial Notes startup time by up to 65%!
43
Summary
More information = Smarter
Decisions
44
Summary & Recommendations
With so many choices of technologies, picking the right one isn’t easy
 Assessing your current infrastructure is vital
 Think about what goals should be achieved
 Only make decisions based on facts in your environment
 Consolidations and optimizations are often way more rational than a platform change
Links to sources about topics mentioned in this presentation:
 http://slideshare.net/panagenda/a-performance-boost-for-your-ibm-notes-client
 http://slideshare.net/panagenda/panagenda-idna-ibm-collaboration-the-future-is-now
45
panagenda iDNA helps!
46
panagenda iDNA helps!
• Optimize operations, planning and strategy
• Measure actual usage and load, real-world billing
• Make informed decisions for cloud, modernization,
mobile, migration and consolidation
• Identify most and least used applications, e.g. by
VIPs,
sales, the business, certain geographies, client
types
• Across IBM Notes rich clients, browser clients,
mobile devices, servers and applications
" With panagenda iDNA we
are able to get the appropriate
information, at any time for our
optimization and modernization
projects while going beyond to
answering many other
questions about our IT."
iDNA Platforms:
VMWare image for Business Intelligence across IBM
Connections,
IBM Domino, IBM Sametime, IBM Traveler, IBM WebSphere, Web
Servers, Microsoft Servers, Blackberry Enterprise Server and
many more
Q & A
Thank you !
49
Christoph Adler
Technical Account Manager
panagenda GmbH – Solutions for Infrastructure Analysis and Optimization
● Donnersbergstr. 1 ● 64646 Heppenheim (Germany)
● Cell: +49 172 494 4141
● Phone: +49 6252 679 39-52 ● Fax: +49 6252 679 39-16
● E-Mail: christoph.adler@panagenda.com
Kontakt

More Related Content

What's hot

ConfluentMinds - Auto-creating logic execution hierarchy from source code and...
ConfluentMinds - Auto-creating logic execution hierarchy from source code and...ConfluentMinds - Auto-creating logic execution hierarchy from source code and...
ConfluentMinds - Auto-creating logic execution hierarchy from source code and...
Ashok Panigrahi
 
Top 10 Tips for Implementing Desktop Virtualisation.
Top 10 Tips for Implementing Desktop Virtualisation. Top 10 Tips for Implementing Desktop Virtualisation.
Top 10 Tips for Implementing Desktop Virtualisation.
Kingfin Enterprises Limited
 
Who Will Win the Database Wars?
Who Will Win the Database Wars?Who Will Win the Database Wars?
Who Will Win the Database Wars?
Christopher Foot
 
Cloud's Hidden Impact on IT Support Organizations
Cloud's Hidden Impact on IT Support OrganizationsCloud's Hidden Impact on IT Support Organizations
Cloud's Hidden Impact on IT Support Organizations
Christopher Foot
 
New Horizons for End-User Computing Event - VMware
New Horizons for End-User Computing Event - VMwareNew Horizons for End-User Computing Event - VMware
New Horizons for End-User Computing Event - VMware
Arrow ECS UK
 
Parallels RAS - Provide clinicians with instant access to medical apps
Parallels RAS - Provide clinicians with instant access to medical appsParallels RAS - Provide clinicians with instant access to medical apps
Parallels RAS - Provide clinicians with instant access to medical apps
Parallels Inc
 
VMworld 2014: End-User Computing for the Mobile-Cloud Era
VMworld 2014: End-User Computing for the Mobile-Cloud EraVMworld 2014: End-User Computing for the Mobile-Cloud Era
VMworld 2014: End-User Computing for the Mobile-Cloud Era
VMworld
 
Extensis DAM Forum at MCN
Extensis DAM Forum at MCNExtensis DAM Forum at MCN
Extensis DAM Forum at MCN
esmithextensis
 
Syncsort and Db2 – How to Get More from Your Db2 Systems
Syncsort and Db2 – How to Get More from Your Db2 SystemsSyncsort and Db2 – How to Get More from Your Db2 Systems
Syncsort and Db2 – How to Get More from Your Db2 Systems
Precisely
 
Improving BPM Time To Value
Improving BPM Time To ValueImproving BPM Time To Value
Improving BPM Time To Value
Sandy Kemsley
 
Synergis University 2014- 10 Data Management Challenges You Can Solve in 3 weeks
Synergis University 2014- 10 Data Management Challenges You Can Solve in 3 weeksSynergis University 2014- 10 Data Management Challenges You Can Solve in 3 weeks
Synergis University 2014- 10 Data Management Challenges You Can Solve in 3 weeksSynergis Engineering Design Solutions
 
Transaction processing system
Transaction processing systemTransaction processing system
Transaction processing system
Ayisha Kowsar
 

What's hot (18)

ConfluentMinds - Auto-creating logic execution hierarchy from source code and...
ConfluentMinds - Auto-creating logic execution hierarchy from source code and...ConfluentMinds - Auto-creating logic execution hierarchy from source code and...
ConfluentMinds - Auto-creating logic execution hierarchy from source code and...
 
Top 10 Tips for Implementing Desktop Virtualisation.
Top 10 Tips for Implementing Desktop Virtualisation. Top 10 Tips for Implementing Desktop Virtualisation.
Top 10 Tips for Implementing Desktop Virtualisation.
 
Who Will Win the Database Wars?
Who Will Win the Database Wars?Who Will Win the Database Wars?
Who Will Win the Database Wars?
 
Cloud's Hidden Impact on IT Support Organizations
Cloud's Hidden Impact on IT Support OrganizationsCloud's Hidden Impact on IT Support Organizations
Cloud's Hidden Impact on IT Support Organizations
 
New Horizons for End-User Computing Event - VMware
New Horizons for End-User Computing Event - VMwareNew Horizons for End-User Computing Event - VMware
New Horizons for End-User Computing Event - VMware
 
Delphix 4.0
Delphix 4.0Delphix 4.0
Delphix 4.0
 
Parallels RAS - Provide clinicians with instant access to medical apps
Parallels RAS - Provide clinicians with instant access to medical appsParallels RAS - Provide clinicians with instant access to medical apps
Parallels RAS - Provide clinicians with instant access to medical apps
 
VMworld 2014: End-User Computing for the Mobile-Cloud Era
VMworld 2014: End-User Computing for the Mobile-Cloud EraVMworld 2014: End-User Computing for the Mobile-Cloud Era
VMworld 2014: End-User Computing for the Mobile-Cloud Era
 
Case mis ch05
Case mis ch05Case mis ch05
Case mis ch05
 
Extensis DAM Forum at MCN
Extensis DAM Forum at MCNExtensis DAM Forum at MCN
Extensis DAM Forum at MCN
 
Case mis ch04
Case mis ch04Case mis ch04
Case mis ch04
 
Syncsort and Db2 – How to Get More from Your Db2 Systems
Syncsort and Db2 – How to Get More from Your Db2 SystemsSyncsort and Db2 – How to Get More from Your Db2 Systems
Syncsort and Db2 – How to Get More from Your Db2 Systems
 
Ch 13 D B Admin
Ch 13  D B  AdminCh 13  D B  Admin
Ch 13 D B Admin
 
Improving BPM Time To Value
Improving BPM Time To ValueImproving BPM Time To Value
Improving BPM Time To Value
 
Case mis ch02
Case mis ch02Case mis ch02
Case mis ch02
 
Synergis University 2014- 10 Data Management Challenges You Can Solve in 3 weeks
Synergis University 2014- 10 Data Management Challenges You Can Solve in 3 weeksSynergis University 2014- 10 Data Management Challenges You Can Solve in 3 weeks
Synergis University 2014- 10 Data Management Challenges You Can Solve in 3 weeks
 
Transaction processing system
Transaction processing systemTransaction processing system
Transaction processing system
 
Proposal DMS
Proposal   DMS Proposal   DMS
Proposal DMS
 

Viewers also liked

Product versioning
Product versioningProduct versioning
Product versioning
Vishal Pawar
 
we45 - Infrastructure Penetration Testing with LeanBeast Case Study
we45 - Infrastructure Penetration Testing with LeanBeast Case Studywe45 - Infrastructure Penetration Testing with LeanBeast Case Study
we45 - Infrastructure Penetration Testing with LeanBeast Case Study
Abhay Bhargav
 
BizTalk Server assessment and architecture review
BizTalk Server assessment and architecture review BizTalk Server assessment and architecture review
BizTalk Server assessment and architecture review
BizTalk360
 
AdminCamp 2015 - Going Cloud
AdminCamp 2015 - Going CloudAdminCamp 2015 - Going Cloud
AdminCamp 2015 - Going Cloud
Christoph Adler
 
Admin Tech Clash: Discussing Best (and Worst) Administration Practices from ...
Admin Tech Clash: Discussing Best (and Worst) Administration Practices from  ...Admin Tech Clash: Discussing Best (and Worst) Administration Practices from  ...
Admin Tech Clash: Discussing Best (and Worst) Administration Practices from ...
Christoph Adler
 
Admin Tech Clash: Discussing Best (and Worst) Administration Practices from ...
Admin Tech Clash: Discussing Best (and Worst) Administration Practices from  ...Admin Tech Clash: Discussing Best (and Worst) Administration Practices from  ...
Admin Tech Clash: Discussing Best (and Worst) Administration Practices from ...
Christoph Adler
 
DanNotes 2014 - A Performance Boost for your IBM Notes Client
DanNotes 2014 - A Performance Boost for your IBM Notes ClientDanNotes 2014 - A Performance Boost for your IBM Notes Client
DanNotes 2014 - A Performance Boost for your IBM Notes Client
Christoph Adler
 
DNUG 2015 - Going Cloud - warum und wie (IS11)
DNUG 2015 - Going Cloud - warum und wie (IS11)DNUG 2015 - Going Cloud - warum und wie (IS11)
DNUG 2015 - Going Cloud - warum und wie (IS11)
Christoph Adler
 
21 Ways to make your Data work for you
21 Ways to make your Data work for you21 Ways to make your Data work for you
21 Ways to make your Data work for you
Christoph Adler
 
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
Christoph Adler
 
Vmware desktop infrastructure virtualization assessment
Vmware  desktop infrastructure virtualization assessmentVmware  desktop infrastructure virtualization assessment
Vmware desktop infrastructure virtualization assessment
solarisyougood
 
AdminCamp 2015 - Improve Communication and Collaboration
AdminCamp 2015 - Improve Communication and CollaborationAdminCamp 2015 - Improve Communication and Collaboration
AdminCamp 2015 - Improve Communication and Collaboration
Christoph Adler
 
IT Automation Assessment Report - sample
IT Automation Assessment Report - sampleIT Automation Assessment Report - sample
IT Automation Assessment Report - sample
Evergreen Systems
 
RISC Networks CloudScape Product Overview
RISC Networks CloudScape Product OverviewRISC Networks CloudScape Product Overview
RISC Networks CloudScape Product Overview
RISC Networks
 
ISBG 2015 - Challenge accepted: IBM Cloud onboarding & Upgrades to IBM Notes ...
ISBG 2015 - Challenge accepted: IBM Cloud onboarding & Upgrades to IBM Notes ...ISBG 2015 - Challenge accepted: IBM Cloud onboarding & Upgrades to IBM Notes ...
ISBG 2015 - Challenge accepted: IBM Cloud onboarding & Upgrades to IBM Notes ...
Christoph Adler
 
Webinar: Building Blocks for the Future of Television
Webinar: Building Blocks for the Future of TelevisionWebinar: Building Blocks for the Future of Television
Webinar: Building Blocks for the Future of Television
DataStax
 
IBM Notes Performance Boost - Reloaded (DEV-1185)
IBM Notes Performance Boost - Reloaded (DEV-1185)IBM Notes Performance Boost - Reloaded (DEV-1185)
IBM Notes Performance Boost - Reloaded (DEV-1185)
Christoph Adler
 
Lecture 2 edm wedm and medm
Lecture 2 edm wedm and medmLecture 2 edm wedm and medm
Lecture 2 edm wedm and medmVJTI Production
 
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Christoph Adler
 
Migrate and Manage Workloads with Apps Associates
Migrate and Manage Workloads with Apps AssociatesMigrate and Manage Workloads with Apps Associates
Migrate and Manage Workloads with Apps Associates
Amazon Web Services
 

Viewers also liked (20)

Product versioning
Product versioningProduct versioning
Product versioning
 
we45 - Infrastructure Penetration Testing with LeanBeast Case Study
we45 - Infrastructure Penetration Testing with LeanBeast Case Studywe45 - Infrastructure Penetration Testing with LeanBeast Case Study
we45 - Infrastructure Penetration Testing with LeanBeast Case Study
 
BizTalk Server assessment and architecture review
BizTalk Server assessment and architecture review BizTalk Server assessment and architecture review
BizTalk Server assessment and architecture review
 
AdminCamp 2015 - Going Cloud
AdminCamp 2015 - Going CloudAdminCamp 2015 - Going Cloud
AdminCamp 2015 - Going Cloud
 
Admin Tech Clash: Discussing Best (and Worst) Administration Practices from ...
Admin Tech Clash: Discussing Best (and Worst) Administration Practices from  ...Admin Tech Clash: Discussing Best (and Worst) Administration Practices from  ...
Admin Tech Clash: Discussing Best (and Worst) Administration Practices from ...
 
Admin Tech Clash: Discussing Best (and Worst) Administration Practices from ...
Admin Tech Clash: Discussing Best (and Worst) Administration Practices from  ...Admin Tech Clash: Discussing Best (and Worst) Administration Practices from  ...
Admin Tech Clash: Discussing Best (and Worst) Administration Practices from ...
 
DanNotes 2014 - A Performance Boost for your IBM Notes Client
DanNotes 2014 - A Performance Boost for your IBM Notes ClientDanNotes 2014 - A Performance Boost for your IBM Notes Client
DanNotes 2014 - A Performance Boost for your IBM Notes Client
 
DNUG 2015 - Going Cloud - warum und wie (IS11)
DNUG 2015 - Going Cloud - warum und wie (IS11)DNUG 2015 - Going Cloud - warum und wie (IS11)
DNUG 2015 - Going Cloud - warum und wie (IS11)
 
21 Ways to make your Data work for you
21 Ways to make your Data work for you21 Ways to make your Data work for you
21 Ways to make your Data work for you
 
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
 
Vmware desktop infrastructure virtualization assessment
Vmware  desktop infrastructure virtualization assessmentVmware  desktop infrastructure virtualization assessment
Vmware desktop infrastructure virtualization assessment
 
AdminCamp 2015 - Improve Communication and Collaboration
AdminCamp 2015 - Improve Communication and CollaborationAdminCamp 2015 - Improve Communication and Collaboration
AdminCamp 2015 - Improve Communication and Collaboration
 
IT Automation Assessment Report - sample
IT Automation Assessment Report - sampleIT Automation Assessment Report - sample
IT Automation Assessment Report - sample
 
RISC Networks CloudScape Product Overview
RISC Networks CloudScape Product OverviewRISC Networks CloudScape Product Overview
RISC Networks CloudScape Product Overview
 
ISBG 2015 - Challenge accepted: IBM Cloud onboarding & Upgrades to IBM Notes ...
ISBG 2015 - Challenge accepted: IBM Cloud onboarding & Upgrades to IBM Notes ...ISBG 2015 - Challenge accepted: IBM Cloud onboarding & Upgrades to IBM Notes ...
ISBG 2015 - Challenge accepted: IBM Cloud onboarding & Upgrades to IBM Notes ...
 
Webinar: Building Blocks for the Future of Television
Webinar: Building Blocks for the Future of TelevisionWebinar: Building Blocks for the Future of Television
Webinar: Building Blocks for the Future of Television
 
IBM Notes Performance Boost - Reloaded (DEV-1185)
IBM Notes Performance Boost - Reloaded (DEV-1185)IBM Notes Performance Boost - Reloaded (DEV-1185)
IBM Notes Performance Boost - Reloaded (DEV-1185)
 
Lecture 2 edm wedm and medm
Lecture 2 edm wedm and medmLecture 2 edm wedm and medm
Lecture 2 edm wedm and medm
 
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
 
Migrate and Manage Workloads with Apps Associates
Migrate and Manage Workloads with Apps AssociatesMigrate and Manage Workloads with Apps Associates
Migrate and Manage Workloads with Apps Associates
 

Similar to engage 2015 - - 2015 - Infrastructure Assessment - Analyze, Visualize and Optimize

ConnectED 2015 BP302: Future-Proofing Enterprise IT
ConnectED 2015 BP302: Future-Proofing Enterprise ITConnectED 2015 BP302: Future-Proofing Enterprise IT
ConnectED 2015 BP302: Future-Proofing Enterprise IT
Daniel Reimann
 
BP302: Future Proofing Enterprise IT
BP302: Future Proofing Enterprise IT BP302: Future Proofing Enterprise IT
BP302: Future Proofing Enterprise IT
panagenda
 
IMS02 autonomics for ims with the ibm management console for ims and db2 fo...
IMS02   autonomics for ims with the ibm management console for ims and db2 fo...IMS02   autonomics for ims with the ibm management console for ims and db2 fo...
IMS02 autonomics for ims with the ibm management console for ims and db2 fo...
Robert Hain
 
Enterprise Desktops Well Served - a technical perspective on virtual desktops
Enterprise Desktops Well Served - a technical perspective on virtual desktopsEnterprise Desktops Well Served - a technical perspective on virtual desktops
Enterprise Desktops Well Served - a technical perspective on virtual desktopsMolten Technologies
 
Leverage Cloud Computing to Accelerate Development and Test
Leverage Cloud Computing to Accelerate Development and TestLeverage Cloud Computing to Accelerate Development and Test
Leverage Cloud Computing to Accelerate Development and Test
RightScale
 
Knowledge is Power - Richard May, Raritan
Knowledge is Power - Richard May, RaritanKnowledge is Power - Richard May, Raritan
Knowledge is Power - Richard May, Raritan
Mediehuset Ingeniøren Live
 
Datos iO Product Overview
Datos iO Product OverviewDatos iO Product Overview
Datos iO Product Overview
Joseph B. Schwartz
 
Computing And Information Technology Programmes Essay
Computing And Information Technology Programmes EssayComputing And Information Technology Programmes Essay
Computing And Information Technology Programmes Essay
Lucy Nader
 
DM Radio Webinar: Adopting a Streaming-Enabled Architecture
DM Radio Webinar: Adopting a Streaming-Enabled ArchitectureDM Radio Webinar: Adopting a Streaming-Enabled Architecture
DM Radio Webinar: Adopting a Streaming-Enabled Architecture
DATAVERSITY
 
Data Engineer's Lunch #85: Designing a Modern Data Stack
Data Engineer's Lunch #85: Designing a Modern Data StackData Engineer's Lunch #85: Designing a Modern Data Stack
Data Engineer's Lunch #85: Designing a Modern Data Stack
Anant Corporation
 
Cloud Computing Architecture Primer
Cloud Computing Architecture PrimerCloud Computing Architecture Primer
Cloud Computing Architecture Primer
Ilham Ahmed
 
La creación de una capa operacional con MongoDB
La creación de una capa operacional con MongoDBLa creación de una capa operacional con MongoDB
La creación de una capa operacional con MongoDB
MongoDB
 
Vdi strategy
Vdi strategyVdi strategy
Vdi strategy
latheefca
 
DWBASIC.ppt
DWBASIC.pptDWBASIC.ppt
DWBASIC.ppt
ssuserc65885
 
AdminCamp 2018 - ApplicationInsights für Administratoren
AdminCamp 2018 - ApplicationInsights für AdministratorenAdminCamp 2018 - ApplicationInsights für Administratoren
AdminCamp 2018 - ApplicationInsights für Administratoren
Christoph Adler
 
CH12.ppt
CH12.pptCH12.ppt
CH12.ppt
ssuser5c874e
 
Research Assignment For Active Directory
Research Assignment For Active DirectoryResearch Assignment For Active Directory
Research Assignment For Active Directory
Jessica Myers
 

Similar to engage 2015 - - 2015 - Infrastructure Assessment - Analyze, Visualize and Optimize (20)

ConnectED 2015 BP302: Future-Proofing Enterprise IT
ConnectED 2015 BP302: Future-Proofing Enterprise ITConnectED 2015 BP302: Future-Proofing Enterprise IT
ConnectED 2015 BP302: Future-Proofing Enterprise IT
 
BP302: Future Proofing Enterprise IT
BP302: Future Proofing Enterprise IT BP302: Future Proofing Enterprise IT
BP302: Future Proofing Enterprise IT
 
IMS02 autonomics for ims with the ibm management console for ims and db2 fo...
IMS02   autonomics for ims with the ibm management console for ims and db2 fo...IMS02   autonomics for ims with the ibm management console for ims and db2 fo...
IMS02 autonomics for ims with the ibm management console for ims and db2 fo...
 
Enterprise Desktops Well Served - a technical perspective on virtual desktops
Enterprise Desktops Well Served - a technical perspective on virtual desktopsEnterprise Desktops Well Served - a technical perspective on virtual desktops
Enterprise Desktops Well Served - a technical perspective on virtual desktops
 
Database as a Service - Tutorial @ICDE 2010
Database as a Service - Tutorial @ICDE 2010Database as a Service - Tutorial @ICDE 2010
Database as a Service - Tutorial @ICDE 2010
 
Mihai_Nuta
Mihai_NutaMihai_Nuta
Mihai_Nuta
 
VendorReview_IBMDB2
VendorReview_IBMDB2VendorReview_IBMDB2
VendorReview_IBMDB2
 
Leverage Cloud Computing to Accelerate Development and Test
Leverage Cloud Computing to Accelerate Development and TestLeverage Cloud Computing to Accelerate Development and Test
Leverage Cloud Computing to Accelerate Development and Test
 
Knowledge is Power - Richard May, Raritan
Knowledge is Power - Richard May, RaritanKnowledge is Power - Richard May, Raritan
Knowledge is Power - Richard May, Raritan
 
Datos iO Product Overview
Datos iO Product OverviewDatos iO Product Overview
Datos iO Product Overview
 
Computing And Information Technology Programmes Essay
Computing And Information Technology Programmes EssayComputing And Information Technology Programmes Essay
Computing And Information Technology Programmes Essay
 
DM Radio Webinar: Adopting a Streaming-Enabled Architecture
DM Radio Webinar: Adopting a Streaming-Enabled ArchitectureDM Radio Webinar: Adopting a Streaming-Enabled Architecture
DM Radio Webinar: Adopting a Streaming-Enabled Architecture
 
Data Engineer's Lunch #85: Designing a Modern Data Stack
Data Engineer's Lunch #85: Designing a Modern Data StackData Engineer's Lunch #85: Designing a Modern Data Stack
Data Engineer's Lunch #85: Designing a Modern Data Stack
 
Cloud Computing Architecture Primer
Cloud Computing Architecture PrimerCloud Computing Architecture Primer
Cloud Computing Architecture Primer
 
La creación de una capa operacional con MongoDB
La creación de una capa operacional con MongoDBLa creación de una capa operacional con MongoDB
La creación de una capa operacional con MongoDB
 
Vdi strategy
Vdi strategyVdi strategy
Vdi strategy
 
DWBASIC.ppt
DWBASIC.pptDWBASIC.ppt
DWBASIC.ppt
 
AdminCamp 2018 - ApplicationInsights für Administratoren
AdminCamp 2018 - ApplicationInsights für AdministratorenAdminCamp 2018 - ApplicationInsights für Administratoren
AdminCamp 2018 - ApplicationInsights für Administratoren
 
CH12.ppt
CH12.pptCH12.ppt
CH12.ppt
 
Research Assignment For Active Directory
Research Assignment For Active DirectoryResearch Assignment For Active Directory
Research Assignment For Active Directory
 

More from Christoph Adler

dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
Christoph Adler
 
Engage 2022 - panagenda Workshop - 100 new things in Notes, Nomad Web & Marve...
Engage 2022 - panagenda Workshop - 100 new things in Notes, Nomad Web & Marve...Engage 2022 - panagenda Workshop - 100 new things in Notes, Nomad Web & Marve...
Engage 2022 - panagenda Workshop - 100 new things in Notes, Nomad Web & Marve...
Christoph Adler
 
dachnug49 - Command & Conquer HCL Notes Client Upgrades
dachnug49 - Command & Conquer HCL Notes Client Upgradesdachnug49 - Command & Conquer HCL Notes Client Upgrades
dachnug49 - Command & Conquer HCL Notes Client Upgrades
Christoph Adler
 
Engage 2022 - Upgrades to HCL Notes 12.0.1 using MarvelClient Upgrade FREE25
Engage 2022 - Upgrades to HCL Notes 12.0.1 using MarvelClient Upgrade FREE25Engage 2022 - Upgrades to HCL Notes 12.0.1 using MarvelClient Upgrade FREE25
Engage 2022 - Upgrades to HCL Notes 12.0.1 using MarvelClient Upgrade FREE25
Christoph Adler
 
dachnug49 - FREE Document Properties Plugin (Regular & PRO Editions) for HCL ...
dachnug49 - FREE Document Properties Plugin (Regular & PRO Editions) for HCL ...dachnug49 - FREE Document Properties Plugin (Regular & PRO Editions) for HCL ...
dachnug49 - FREE Document Properties Plugin (Regular & PRO Editions) for HCL ...
Christoph Adler
 
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — SeamlessRNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
Christoph Adler
 
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-ReloadedRNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
Christoph Adler
 
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
Christoph Adler
 
RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...
RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...
RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...
Christoph Adler
 
HCL Digital Week Comes To #dnug47online - Domino/Administration
HCL Digital Week Comes To #dnug47online - Domino/AdministrationHCL Digital Week Comes To #dnug47online - Domino/Administration
HCL Digital Week Comes To #dnug47online - Domino/Administration
Christoph Adler
 
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 Upgrades: Easy - Fast - Seamless
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 Upgrades: Easy - Fast - SeamlessCollabSphere 2020 Live - HCL Notes 11.0.1 FP1 Upgrades: Easy - Fast - Seamless
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 Upgrades: Easy - Fast - Seamless
Christoph Adler
 
CollabSphere 2020 Live - DeepDive Workshop - HCL Notes Client upgrades/deploy...
CollabSphere 2020 Live - DeepDive Workshop - HCL Notes Client upgrades/deploy...CollabSphere 2020 Live - DeepDive Workshop - HCL Notes Client upgrades/deploy...
CollabSphere 2020 Live - DeepDive Workshop - HCL Notes Client upgrades/deploy...
Christoph Adler
 
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-ReloadedCollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
Christoph Adler
 
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
Christoph Adler
 
#dnug47online - The easy way to manage HCL Nomad
#dnug47online - The easy way to  manage HCL Nomad#dnug47online - The easy way to  manage HCL Nomad
#dnug47online - The easy way to manage HCL Nomad
Christoph Adler
 
Know what you sell - HCL Partner Session about HCL Nomad and MarvelClient
Know what you sell - HCL Partner Session about HCL Nomad and MarvelClientKnow what you sell - HCL Partner Session about HCL Nomad and MarvelClient
Know what you sell - HCL Partner Session about HCL Nomad and MarvelClient
Christoph Adler
 
Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!
Christoph Adler
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boost
Christoph Adler
 
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 UpgradesCollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
Christoph Adler
 
CollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes ClientCollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes Client
Christoph Adler
 

More from Christoph Adler (20)

dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
 
Engage 2022 - panagenda Workshop - 100 new things in Notes, Nomad Web & Marve...
Engage 2022 - panagenda Workshop - 100 new things in Notes, Nomad Web & Marve...Engage 2022 - panagenda Workshop - 100 new things in Notes, Nomad Web & Marve...
Engage 2022 - panagenda Workshop - 100 new things in Notes, Nomad Web & Marve...
 
dachnug49 - Command & Conquer HCL Notes Client Upgrades
dachnug49 - Command & Conquer HCL Notes Client Upgradesdachnug49 - Command & Conquer HCL Notes Client Upgrades
dachnug49 - Command & Conquer HCL Notes Client Upgrades
 
Engage 2022 - Upgrades to HCL Notes 12.0.1 using MarvelClient Upgrade FREE25
Engage 2022 - Upgrades to HCL Notes 12.0.1 using MarvelClient Upgrade FREE25Engage 2022 - Upgrades to HCL Notes 12.0.1 using MarvelClient Upgrade FREE25
Engage 2022 - Upgrades to HCL Notes 12.0.1 using MarvelClient Upgrade FREE25
 
dachnug49 - FREE Document Properties Plugin (Regular & PRO Editions) for HCL ...
dachnug49 - FREE Document Properties Plugin (Regular & PRO Editions) for HCL ...dachnug49 - FREE Document Properties Plugin (Regular & PRO Editions) for HCL ...
dachnug49 - FREE Document Properties Plugin (Regular & PRO Editions) for HCL ...
 
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — SeamlessRNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
 
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-ReloadedRNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
 
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
 
RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...
RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...
RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...
 
HCL Digital Week Comes To #dnug47online - Domino/Administration
HCL Digital Week Comes To #dnug47online - Domino/AdministrationHCL Digital Week Comes To #dnug47online - Domino/Administration
HCL Digital Week Comes To #dnug47online - Domino/Administration
 
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 Upgrades: Easy - Fast - Seamless
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 Upgrades: Easy - Fast - SeamlessCollabSphere 2020 Live - HCL Notes 11.0.1 FP1 Upgrades: Easy - Fast - Seamless
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 Upgrades: Easy - Fast - Seamless
 
CollabSphere 2020 Live - DeepDive Workshop - HCL Notes Client upgrades/deploy...
CollabSphere 2020 Live - DeepDive Workshop - HCL Notes Client upgrades/deploy...CollabSphere 2020 Live - DeepDive Workshop - HCL Notes Client upgrades/deploy...
CollabSphere 2020 Live - DeepDive Workshop - HCL Notes Client upgrades/deploy...
 
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-ReloadedCollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
 
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
 
#dnug47online - The easy way to manage HCL Nomad
#dnug47online - The easy way to  manage HCL Nomad#dnug47online - The easy way to  manage HCL Nomad
#dnug47online - The easy way to manage HCL Nomad
 
Know what you sell - HCL Partner Session about HCL Nomad and MarvelClient
Know what you sell - HCL Partner Session about HCL Nomad and MarvelClientKnow what you sell - HCL Partner Session about HCL Nomad and MarvelClient
Know what you sell - HCL Partner Session about HCL Nomad and MarvelClient
 
Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boost
 
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 UpgradesCollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
 
CollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes ClientCollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes Client
 

Recently uploaded

A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
UiPathCommunity
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 

Recently uploaded (20)

A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 

engage 2015 - - 2015 - Infrastructure Assessment - Analyze, Visualize and Optimize

  • 1. ICS Infrastructure Assessment - Analyze, Visualize and Optimize • engage - March 2015
  • 2. ICS Infrastructure Assessment - Analyze, Visualize and Optimize engage - March 2015
  • 3. 3
  • 4. 4
  • 5. 5 Christoph Adler Technical Account Manager – panagenda IBM (Lotus) Notes / Domino since 2001 Consulting for projects  Administration  Migration / Consolidation  Client Management  Application Management Since 2012 TAM at panagenda with core competence in  Notes Client Management  ICS Infrastructure Analysis and Optimizations Good to know…  Frequent traveler  Projects with many different companies in different countries  Beer or Wine? Beer!
  • 7. 7 What can you expect from this session? Best Practices at assessing an infrastructure Giving an overview, with detailed information on a few focus topics • Focus topics will include hands-on best practices Demo is based on prepared visualizations • IBM has two offerings: IBM Domino DoubleCheck and ISSC HealthCheck Even if you are not faced with one of our scenarios just yet, awareness will help you with the challenges you might be confronted with
  • 8. 8 “In Cloud We Trust” … seriously? XPages HTML 5 WebSphere
  • 9. 9 Traditional approach The classic: Upgrade projects take 12 to 18 months to reach the target ... Project stable stablechange
  • 10. 10 Agile solution approach In many smaller, constant and always current steps forward. Continuous change
  • 11. 11 Agile solution approach Agility equals success and segmentation is the key Continuous change
  • 12. 12 Agile solution approach Let’s not forget interactions and interfaces! Continuous change
  • 14. 14 Stakeholders, Goals and Frustration Identifying and understanding your stakeholders  Motivators of your stakeholders (Management / Governance, Technical, Business)  Different angles and responsibilities breed different views Clarifying goals is essential for all parties involved  Why you do it has a big influence on setting your goal  Having a clear goal will allow you to measure success Minimize frustration by providing the best possible information  Don’t be afraid to ask questions and challenge “bold claims”
  • 15. 15 What Domino Administrators Have to Cope With Servers Database sClients Hardware (CPU, Memory), Data storage Network connection, Configuration, Databases, Tasks, Mail traffic, ... ODS, Size, Reader fields, Deployment Design, Number & size of documents, Security, Performance, … Hardware, Data storage, Network Connection, Deployment Integrity, Configuration, Security Across the board Geographical Distribution Connectivity (Bandwidth, Structure) Online/Offline Access Clustering/Load balancing Distributed Responsibilities
  • 16. 16 Key Factors: The Platform Network / Bandwidth  Service Availability vs. Quality of Service Hardware Considerations  Pick the platform according to the staff you (want to) have  SAN and Storage often no more then adjacent domains Virtualization in general  Pick the platform according to the staff you (want to) have  Tons of performance improvements with Domino since 8.5.x
  • 17. 17 Key Factors: Network / Bandwidth
  • 18. 18 Key Factors: Network / Bandwidth ? ? ? ? On Premises
  • 19. 19 Key Factors: Network / Bandwidth ? ? ? ? Off Premises
  • 20. 20 Key Factors: Network / Bandwidth
  • 21. 21 Key Factors: The Platform Network / Bandwidth  Service Availability vs. Quality of Service Hardware Considerations  Pick the platform according to the staff you (want to) have  SAN and Storage often no more then adjacent domains Virtualization in general  Pick the platform according to the staff you (want to) have  Tons of performance improvements with Domino since 8.5.x
  • 22. 22 Key Factors: The Application Landscape Application type / design suggests transformation goal  Possible destinations: Web application (e.g. XPages), mobile app, Notes browser plugin  Dependencies: hard coded links to the current infrastructure (Mail, DLL, Fax, names, etc.) Transformation potential  Domino mass mail converts to Connections community  Read-only databases converts to web page Focus Topics  Client landscape: determining, assessing and optimizing according to current and future state  Infrastructure utilization: understanding who uses what and how is understanding cost
  • 23. 23 Key Factors: From Micro to Meta Security / Compliance check in the existing infrastructure  ID Policies, Access Rights, NAB Cleanup Deployment Integrity  Duplicate replicas, template inheritance, external applications Infrastructure usage broken down to organization / location  Who owns an application / process?  Pick the right application to start your transformation  Location awareness prevents guesswork when it comes to network planning
  • 25. 25 User Activity Analysis: Why is it important? Actionable Items / Project Support  High impact users and databases / unused databases  Calculate resource requirements  Verifying and justifying licensing cost Strategic Insight  HR data integration (cross referencing departments and locations)  Differentiating between mail, business applications and 3rd party system tools  Transformation potential (differentiate complexity based on usage patterns)  Historic view and trends allow better decision making
  • 26. 26 User Activity: How to get the data manually DB Activity: LOG.NSF – documents with form type “Activity”  View selection formula: SELECT FORM = "Activity"  Add columns that are interesting in your scenario
  • 27. 27 User Activity: How to get the data manually (cont.) DB Activity: LOG.NSF – database activity details  Note there is a 1400 activity entry maximum per database (FIFO)  There is also a 64K size limit for the user activity  More details in IBM Technote #1086245
  • 28. 28 User Activity: How to get the data manually (cont.) DB Activity: CATALOG.NSF  related information, but different focus  Full text index details  Replication information  ACL overview Note: Domino does not distinguish between user, server or maintenance tasks activity at this level
  • 29. 29 User Activity Analysis: Example Visualizations
  • 30. 30 User Activity Analysis: Example Visualizations (cont.)
  • 31. 31 User Activity Analysis: Example Visualizations (cont.)
  • 32. 32 User Activity Analysis: Example Visualizations (cont.)
  • 33. 33 User Activity Analysis: Example Visualizations (cont.)
  • 35. 35 Client Landscape Optimization: Client Types Give users the clients they need to be successful in their job  Notes client  Notes Browser Plug-in  Citrix client  Web browser  Mobile Device Choose clients depending on …  complexity and variety of applications  network demand generated by particular users  the need for online / offline capabilities
  • 36. 36 Client Landscape Optimization: Security & Compliance Consolidating is the first step towards transformation Client side conditions that break integrity / security  Local replicas of databases which aren’t accessible on the server side anymore  Local replicas beyond cut-off date which would re-create already deleted documents  Local replicas with identical replica IDs  ID files of several users on one client  Signature IDs with too many rights in client ECLs
  • 37. 37 Client Landscape Optimization: Notes ODS ODS = On Disk Structure  ODS 16 = Notes 2  ODS 17 = Notes 3  ODS 20 = Notes 4 (or templates)  ODS 41 = Notes 5  ODS 43 = Notes 6 & 7  ODS 48 = Notes 8  ODS 51 = Notes 8.5/9.0  ODS 52 = Notes >= 9.0.1 The difference between ODS 43 and 52 = up to 80% LESS FILE I/O; average 50% less.  Also helps with slow local fixed disks, not just SAN/NAS! – Think servers, too!
  • 38. 38 Client Landscape Optimization: Notes ODS (cont.) Fortunately, since Notes 8.5.2 you can use  NSF_UpdateODS=1 + CREATE_RX_DATABASES=1 (add Notes release for X, e.g. 9 or 85)  This will do a one-time upgrade of all local databases in the background  Use with extreme care if your data directories are on a network drive! ( Load balance)  Note that end users cannot access databases during compact (mail file replicas)  Note that names.nsf and bookmark.nsf are upgraded at next client startup (  Splash screen)
  • 39. 39 Client Landscape Optimization: Multiuser Since version 6.5, Notes has two install modes, Single User and Multiuser  Multiuser is highly recommended to be used for a standard user install!  Multiuser comes with a shared data directory referenced in the stub notes.ini file  The shared data directory is the single storage folder for templates out of which a new Notes data directory is created for every user logging on to this machine Example location of the shared data directory on Windows 7/8 (Notes 9.x)  C:ProgramDataIBMNotesDataShared However, if custom files are copied into the ‘Shared‘ directory, they‘re NOT taken over into the user‘s personal Notes data folder upon creation! Wouldn‘t this be nice?
  • 40. 40 Client Landscape Optimization: Multiuser (cont.) There‘s a great built-in feature to an IBM Notes Multiuser install to copy over custom files into the user‘s personal data folder upon Notes startup  Create a directory named ‘Common‘ at the same level as the Shared Data directory lives Example on Windows 7/8 (Shared Data directory)  C:ProgramDataIBMNotesDataShared Example on Windows 7/8 (Common directory)  C:ProgramDataIBMNotesDataCommon All files and folders placed into ‘Common‘ are copied into the user‘s personal Data directory upon Notes startup – if they don‘t exist there yet!
  • 41. 41 Client Landscape Optimization: Multiuser (cont.) A user‘s Notes Data directory doesn‘t need to be kept on disk after logoff  Administrators can wipe all personal data folders daily from Citrix / WTS (servers) or VDI (clients)  Use IBM or third-party roaming to build a user‘s personal data directory from scratch  Re-creating a user‘s Data directory every day during Notes startup also reduces help-desk calls regarding corrupt local databases/files dramatically
  • 42. 42 Client Landscape Optimization: Multiuser (cont.) Most of the time consumed during the first startup of a Notes Standard client relates to building the Workspace directory!  Remember to configure anti-virus scanners properly (exclude folders)  Use the ‘Common‘ directory method to deploy a prepared workspace directory into a user‘s Notes data directory which reduces initial Notes startup time by up to 65%!
  • 43. 43 Summary More information = Smarter Decisions
  • 44. 44 Summary & Recommendations With so many choices of technologies, picking the right one isn’t easy  Assessing your current infrastructure is vital  Think about what goals should be achieved  Only make decisions based on facts in your environment  Consolidations and optimizations are often way more rational than a platform change Links to sources about topics mentioned in this presentation:  http://slideshare.net/panagenda/a-performance-boost-for-your-ibm-notes-client  http://slideshare.net/panagenda/panagenda-idna-ibm-collaboration-the-future-is-now
  • 46. 46 panagenda iDNA helps! • Optimize operations, planning and strategy • Measure actual usage and load, real-world billing • Make informed decisions for cloud, modernization, mobile, migration and consolidation • Identify most and least used applications, e.g. by VIPs, sales, the business, certain geographies, client types • Across IBM Notes rich clients, browser clients, mobile devices, servers and applications " With panagenda iDNA we are able to get the appropriate information, at any time for our optimization and modernization projects while going beyond to answering many other questions about our IT." iDNA Platforms: VMWare image for Business Intelligence across IBM Connections, IBM Domino, IBM Sametime, IBM Traveler, IBM WebSphere, Web Servers, Microsoft Servers, Blackberry Enterprise Server and many more
  • 47. Q & A
  • 49. 49 Christoph Adler Technical Account Manager panagenda GmbH – Solutions for Infrastructure Analysis and Optimization ● Donnersbergstr. 1 ● 64646 Heppenheim (Germany) ● Cell: +49 172 494 4141 ● Phone: +49 6252 679 39-52 ● Fax: +49 6252 679 39-16 ● E-Mail: christoph.adler@panagenda.com Kontakt

Editor's Notes

  1. Transformation
  2. Classic (de-centralized)
  3. Consolidation (preparation of transformation to cloud)
  4. NOT CLOUD … but datacenter not internaly - local servers
  5. CHALLENGE: How to calculate the needed bandwith (correctly?)
  6. Which application is generally a good app for e.g. browser / mobile /browser-plugin … etc. !Dependies!
  7. Cost!