SlideShare a Scribd company logo
1 of 52
Download to read offline
Preparing For Your
              1st Connections Install

Gabriella Davis                   Paul Mooney
The Turtle Partnership            Bluewave
gabriella@turtlepartnership.com   pmooney@pmooney.net
Today’s Plan
Make sure you leave here feeling more confident
about installing Connections




                       2
Understanding First, Planning Later
The 8+ products that make up a Connections install
What does what, where, how and why
Design Decisions
Building a Plan
Saving The Pain




                       3
Products That Make Up Connections
          (in install order)
Operating System (take your pick but not all OS are equal)
LDAP (AD, Domino, Tivoli take your pick)
Databases (DB2, SQL or Oracle - something has to hold the data)
Tivoli Directory Integrator (yes you must use it)
IBM HTTP Server (you need a web server because WebSphere isn’t one)
WebSphere Application Server (WAS 7 fixpack 23) or optionally WAS 8 for
Connections 4.5


– Network Deployment - more about this in a bit
IBM Connections (all the applications)
IBM Cognos (optional and used for producing site metrics, more on this in a bit)
WebSphere Edge Server (caching , reverse proxy and load balancing - optional)


                                       4
What does what, where, how and why




        ?
                5
LDAP Server
WebSphere Application Server has no directory of its own
– It must connect to a LDAP server to use a directory
IBM Connections supports multiple LDAP servers, including Domino and Active
Directory
IBM Connections uses LDAP for authentication, as well as for security and anywhere
you might browse a directory
–   Choosing people to share content with
–   Adding people to Communities
–   Populating profiles
–   Group access rights to applications
                                        LDAP Server




                                               6
Databases and Database Servers
Connections comprises multiple databases, each used by different
applications and often referencing each other
Connections supports SQL, DB2, and Oracle as stores for the
databases, but licensing is only provided for DB2 9.7 as part of
your Connections license (DB2 10 with Connections 4.5)
There can only be one database server supporting all the
Connections applications
                          LDAP Server




                                             Database Server &
                                                Databases




                                        7
Tivoli Directory Integrator
Tivoli Directory Integrator sits outside of Connections and is designed to synchronize data
between two data sources. In Connections those are our LDAP directory and our Database
server.
IBM supply a graphical interface with Connections to help you perform that initial data pull and
also provide batch files for deeper customisation
There are also many scripts provided for performing regular syncs either from LDAP –
PEOPLEDB or in reverse and you will need to use these to keep your Connections profiles
synchronised with your directory changes.


                                     LDAP Server




                                                                   Tivoli Directory
                                                                      Integrator




                                                                   Database Server &
                                                                      Databases




                                                   8
WebSphere Application Server
Application Server for Java applications
– Connections is a series of Java applications
Manages and secures the application
Provides an environment in which to run multiple applications


WAS configuration details are held in XML files on the file system
(called the Configuration Repository)
– Application configuration, which is specific security, roles, or
  functionality for an application, is configured within that application
  itself

Connections can use multiple WAS servers, and would do so in
anything but a pilot or small deployment
– Multiple servers can be clustered together for availability

                                   9
IBM HTTP Server
Connections applications install on dedicated ports such as 9081 and 9443, but not
on port 80 or 443 (HTTP, HTTPS). 908x and 944x are WAS application server ports.
IHS is IBM’s web server. It sits in front of the WAS servers and allows the
Connections applications to be reached on standard ports 80/443 instead of the
application ports they install under
This makes URLs cleaner and avoids having to open special ports for public access
You can use IHS to force SSL for all traffic, to set a default URL for the
Connections application, and to manage hostnames
                                    LDAP Server




                                 IBM HTTP Server                Tivoli Directory
                                                                   Integrator




                                                               Database Server &
                                                                  Databases




                                             10
WebSphere Application Server
                           LDAP Server




                       IBM HTTP Server         Tivoli Directory
                                                  Integrator

   WebSphere Application
         Server
               WebSphere Application
                     Server



                                              Database Server &
                                                 Databases




                                         11
Connections Applications
 Connections is not just one thing, it is a collection of J2EE applications
 hosted on WebSphere Application Servers, each serving a different
 purpose or feature
 They can be installed on one or multiple servers
 They can also be clustered by application

• Activities (OPNACT)                    • Homepage (HOMEPAGE)
• Blogs (BLOGS)                          • Metrics (METRICS)
• Communities (SNCOMM)                   • Mobile
• Dogear – Bookmarks application         • Moderation
  (DOGEAR)                               • News (HOMEPAGE)
• Files (FILES)                          • Profiles (PEOPLEDB)
• Forums (FORUM)                         • Search (HOMEPAGE)
• Help                                   • Wikis (WIKIS)



                                    12
Connections Applications

                          LDAP Server




                     IBM HTTP Server
                                                  Tivoli Directory
                                                     Integrator
 WebSphere Application
       Server

   IBM Connections       WebSphere Application
     Applications              Server
                           IBM Connections
                             Applications        Database Server &
                                                    Databases




                                           13
Cognos
Cognos Business Intelligence 10.1.1 and Cognos Transformer as provided as
part of your IBM Connections 4.0 licensing and can be used against
Connections data only
The Connections Metrics application can run pre built reports showing site
activity, most active areas and Community activity including what pages are
the most popular
                                       LDAP Server




                                  IBM HTTP Server
                                                                Tivoli Directory
                                                                   Integrator
              WebSphere Application
                    Server

                IBM Connections       WebSphere Application
                  Application               Server
                                        IBM Connections
                                          Application          Database Server &
                                            Cognos                Databases




                                                          14
WebSphere Edge Server
One of the components of the WebSphere Edge Server is the reverse proxy
We use the reverse proxy in Connections to manage traffic to the servers
over port 80/443 and, also, to cache requests
It’s an optional server, but an important one if you want to deploy outside
of your firewall or you want optimal network performance but can be
replaced with any standard reverse caching proxy you may have in place

                                           LDAP Server




                                       IBM HTTP Server
                                                                   Tivoli Directory
                                                                      Integrator
                  WebSphere Application
                        Server

                    IBM Connections       WebSphere Application
                      Application               Server
                                            IBM Connections
                                              Application         Database Server &
                                                 Cognos              Databases




                                                     15
                                      WAS Edge Proxy
All Together Now
Database server stores information used by the Connections applications
The profiles in Connections are populated into a database via TDI reading
LDAP
WebSphere runs and manages the Connections applications that use LDAP
as a directory
IBM HTTP Server as as the proxy for traffic to the Connections applications

                                    LDAP Server




                                IBM HTTP Server
                                                            Tivoli Directory
                                                               Integrator
           WebSphere Application
                 Server

             IBM Connections       WebSphere Application
               Application               Server
                                     IBM Connections
                                       Application         Database Server &
                                          Cognos              Databases




                                                    16
                               WAS Edge Proxy
Design Decisions




       17
Choosing an Operating System
Each of the Connections components can be installed on
different platforms; not everything can be installed on the
same platform
Don’t install on 32-bit unless you are committed to a small
scale deployment
– Connections applications are memory-hungry and you are
  restricting your access to memory choosing 32-bit
Selecting an Operating System is often a choice of which your
company is most comfortable supporting and maintaining
– Linux is a good choice, but only if you have internal Linux
  skills
Pay close attention to the system requirements, IBM does, and
won’t support you upgrading beyond the patch level they
specify
                               18
Deploying WebSphere
Connections is an application that is installed inside a
WebSphere Application Server (WAS)
Each WAS server is installed in a Node
Each Node must exist within a Cell
Each Node will have a Node Agent and at least one server
Connections will install onto a server inside a Node inside a Cell
If you are going to have more than one WAS server to distribute
your Connections applications or cluster them, they must all be
on Nodes in the same Cell
– You cannot cluster across cells
Your Connections deployment will therefore have one Cell, one
cluster and at least one server

                               19
Option 1 — All Applications on a
          Single Server
This is a simple pilot or small deployment where you
have one instance of WAS and you have a single cell, a
single server, and all Connections applications installed
on that server
– To achieve this, the server will be under significant
  load for both processor and memory
  • Connections behaves very oddly if it starts being starved of
    resources, e.g., suddenly refusing to load pages
Connections will create clusters to group the
applications together during install
– This gives you the option to add another server at a
  later date and make that server part of an existing
  cluster
                               20
Option 2 — All Applications on
         Multiple Servers
Install multiple WAS machines, each with all applications
installed, on a single server instance
The WAS servers will contain a primary and secondary
server node in the same cell
Connections will install all the applications onto both
servers
The servers will be clustered and the applications will use
the same Connections configuration (DB2, LDAP, TDI, etc.)
To grow the environment, another server can be added at a
later date, but all applications will be clustered onto this
server too since the server contains all of the applications
and it is the server you are clustering
                             21
Option 3 — Different Applications on
         Different Servers
 Multiple WAS servers but a single cell
 Each WAS server will have one or more server instances, which
 have one or more Connections applications installed into them
 In this way, you could have Profiles, Communities, and Search
 on their own server with Activities, Homepage, Forums, Blogs,
 and Wikis on another
 – But no failover
 There would be multiple defined WAS clusters to support each
 application group on each server instance
 Expanding the environment would entail creating a new server
 instance as a cluster member of one of the clusters; all the
 applications installed in that cluster would appear on that new
 server instance providing failover
                               22
Choosing Applications
Some applications are really not optional
–Profiles
–Search
Some are a core part of everything Connections is
–Homepage
–Communities
Some are applications you may not think are
applicable for your environment just yet
–Blogs
–Wikis
–Metrics

                        23
Installing Applications Later
Depending upon which WAS deployment model
you chose, installing applications after initial
Connections launch can be difficult
–But not impossible
If you installed everything onto a single server
instance under WAS, then your additional
applications will also install into that server
instance
If you installed multiple clusters, then you could
choose to create a new cluster and server instance
just for the new applications
                        24
Installing Applications Later (cont.)
Deciding what applications you want immediately
and what you might want in the future is a critical
part of your pre-installation planning process
If in doubt, install everything. You can always hide
the items from the menus until you are ready.

Many of the applications in Connections
complement each other. Installing only a subset of
applications (unless you are 100% sure that is all
you will need) could mean risking the overall
success of your project.

                         25
Choosing LDAP
LDAP is used for two things in Connections
–Authenticating users – making it performance-
 critical
–Populating profiles – making it data-critical
LDAP isn’t usually something you install, it’s
usually something you have already
–Most companies have a central directory of users,
 whether that’s in Active Directory, Domino, or
 something else



                        26
LDAP Data
What’s critical is the data quality of the content in the
LDAP source directory
– GIGO – garbage in, garbage out
  • Don’t populate your shiny new Connections environment with
    muddy data
LDAP could be a single or occasional “pull” of minimal
data, such as new user registrations/deleted users with
everything else populated directly in PEOPLEDB under
your Connections data store
More likely, you will use your LDAP directory to gather
user information, such as job title, phone number,
location, and manager and populate that into PEOPLEDB

                               27
Designing Profiles
Profiles are at the core of everything Connections does
They are also key to a social environment
– Don’t underestimate the value of photographs and other quality data,
  such as job titles, locations, and managers in Profiles
You can have different Profile Types that map , display and allow
editing of different fields
– You can also add additional fields to Profiles and customize labels
Launching Connections with completed Profiles for all users has
been proven a significant factor in achieving buy in of the technology
Expect to go through several iterations of Profile formats and layouts
during your pilot stage and beyond
– This is good. It means people are engaging with the system and
  want to make it better and more useful.

                                   28
Building A Plan




       29
Start with a Plan
Things you need to decide before downloading a
single file:
–How many servers will you have?
–Where will WebSphere be installed?
–What applications are you installing?
–What optional components, such as a proxy cache,
 are you installing?
–What LDAP server will you be using?
–What SMTP server will you be connecting to for
 sending external mail?
–What database server will you be using and where
 will it be located?
                        30
Plan Now To Save Problems Later
Things you need to decide before installing
– fully qualified hostnames for servers, these aren’t easy to change
  later
– name and password for database administrator
– name and password for WebSphere administrator (avoid special
  characters)
– name and password for Lotus Connections database user (lcuser is
  default)
– name and password for Cognos user
– the base_dn and search scope for selecting your LDAP users for
  setting up profiles and authentication
– where connections shared data will be stored, things like file
  attachments uploaded in wikis or activities , the location must be
  accessible to all servers
– what languages people will be entering data in, so you can configure
  the search engine to be multi language
                                 31
Start with a Plan — Profiles
It will take some time to decide how you want your
Profiles to look
–What information will come from LDAP and what
 will be entered locally
–Where photos will come from
  • Pre-populating photos and profiles before you pilot to
    users is an enormous step in gaining buy in of the system
–Validate the LDAP data quality and fix
  • Does your “country” attribute contain consistent wording
    for countries
  • Does your “location” attribute match what you would like to
    present as “location” on business cards

                             32
Planning Security
Each application within Connections has its own
set of roles that determine what people can do
Think about what you might want people to be able
to do/not do
–Having groups in your LDAP directory makes it
 easier to manage roles within applications
You can’t modify application security until
installation is complete
–It doesn’t affect your decisions for installing, but it
 is something you need to consider in advance


                           33
Saving The Pain




       34
Tools You May Find Useful
RDP
PuTTY
Softerra
Text Editor for large text files (Editpad Notepad+
etc)
NoMachine (for Linux)
WinSCP (for file transfer to *ix boxes)

                        35
Patching and Versions
IBM’s System Requirements are very specific
about patch versions supported for all OS and
server components
–Verify before you start
–Newer isn’t always better if it has not been tested
 and verified for support
Always patch as you install and in preparation for
the next step
–It’s always tempting to race ahead, installing
 everything planning to patch later, but that may
 cause failure of other elements or loss of features

                         36
Patching and Versions (cont.)
Build all the servers you need, and install and patch the
operating systems to the level needed by the system
requirements
Get the files in place on the servers
– I like to download everything to one server and then
  distribute from there
– I use WinSCP for copying files onto Linux servers
  • www.winscp.net
The install files are all compressed; depending on disk
speed, they may take time to uncompress
– Always transfer the compressed file to the destination
  server, then uncompress in place

                            37
Patching WebSphere and IHS
Both WebSphere and IHS patch use a utility called
the Update Installer
–This is a separate WebSphere product you need to
 download and install
  • You should always work with the latest version of Update
    Installer that you can find
WebSphere and IHS fixpacks are available for
download via the Maintenance Download Wizard
(including Update Installer)
–The downloads should have a .pak extension. If
 they have a .pak.zip extension, then you need to
 rename them.
                            38
Hostnames and DNS
Server names and hostnames are critical when
designing a Connections environment
–They can’t be easily changed after install
–Single Sign-On is supported only if servers use the
 same domain extension
  • connect.test.com and sametime.int.test.com are different
Server names are used for WebSphere naming of cells
and servers, so shouldn’t be more than 8 characters
Make your naming something that is specific to the
role of the machine/application, not the location
–Profiles is a better name than SRV44WIN-LOC


                              39
Hostnames and DNS (cont.)
Write down a list of hostnames for all your servers and
applications
If you are installing multiple servers as part of your
Connections deployment, each will have its own
hostname
– Even if you use a load balancer, each application
  internally will have its own hostname/url
Make sure all hostnames are registered in DNS and
resolvable from every server
Before starting the install, confirm you can ping every
server from the server you are installing on
– Including itself

                            40
Passwords for Administration
During installation, you will be asked to set names and passwords
for several things, so decide what they will be in advance
– DB2 administrator account
– Lotus Connections DB2 account
– WebSphere administration account
– Cognos administration account
   • One for each server
Administration accounts for the OS to install under
– You can install as something other than administrator rights, but it
  requires extra steps and isn’t recommended
I try and use consistent naming and password patterns for my
accounts and passwords
– I keep all my WebSphere admin accounts the same to avoid
  confusion

                                 41
Resources
Don’t skimp on server resources, especially disk
and memory
If you run out of memory mid way through an
install you’ll have to roll back to an earlier state
and unless you have a virtual snapshot that isn’t
going to be easy
If you virtualise you can always dial back memory
later if it’s not being used
JVM errors in the logs are usually lack of resource
and can cause very strange side effects

                          42
Downloads
It’s going to take a day to download all the various
software - do that and get it in place on the servers.
–The fixpacks for the software are all in different
 places, it will take you time to find it
If the servers are remote to your download location
that could take another day especially as you have
to uncompress most of the installers
Don’t leave finding and downloading software until
the day you plan to install!
                          43
Worksheets
Creating a spreadsheet or worksheet to store all the
details about your installs will prove invaluable to
you
–IBM has supplied some with the Connections
 documentation to help you
  • http://www-10.lotus.com/ldd/lcwiki.nsf/dx/
    Worksheet_for_installing_IBM_Connections_ic40
–These worksheets can be copied and pasted into a
 spreadsheet, where they can be used as a starting
 point and modified to fit the documentation needed
 for your environment


                           44
WebSphere Worksheet Sample




            45
LDAP Worksheet Sample




          46
Test Before Start
Test your LDAP server configuration works
– Bind credentials you are using
– The scope you intend to use gives you the users and
  groups you want
– LDAP performance is good
Test your DNS works
– Ping everything, from everywhere, under all possible
  names (server name and assigned hostname)
If using an existing database server test:
– The account you will be using to access it
– The rights that account has (can it create databases and
  maintain them?)
– Performance
                             47
Some Bonus Tips For When You’re
         Installing...
Virtualise, always virtualise if it’s WebSphere
Take snapshots after each step and remember to snapshot all related servers at
once as well as either taking snapshots or backing up the data stores
Pay attention to the documentation, especially the mandatory and optional
instructions for when you’ve completed the Connections install
– Most of it isn’t optional and is mandatory
Most WebSphere errors are either memory (JVM) related or database (SQL)
related
– if in doubt reboot
– check the database server is responding and the databases don’t need re-
  indexing
If you’re using DB2 then IBM supply a series of scripts with Connections to
enable you to perform database maintenance , look for the connections.sql
directory in your install files and use the scripts
– Database maintenance should be part of your design
If you’re getting “odd” behaviour, try a reboot, if a reboot fixes your problem and
then the problem re-occurs, you need more memory
                                        48
Now The Good News
If you plan the actual install can be completed and
tested in 3 days comfortably
             Off You Go & Good Luck!




                        49
Thank you...



Gab Davis
gabriella@turtlepartnership.com
www.twitter.com/gabturtle

Paul Mooney
pmooney@pmooney.net
www.twitter.com/pmooney.net
                           50
Thank you...
pmooney@pmooney.net                    gabriella@turtlepartnership.com
pmooney.net                            blog.turtleweb.com
www.twitter.com/pmooneynet             www.twitter.com/gabturtle
                                       bleedyellow.com (IM) lotuslive.com
bleedyellow.com                        (IM)
pmooney.net (skype)                    greenhouse.com (IM)
www.bluewavegroup.eu                   gabrielladavis (skype)
paul.mooney@bluewavegroup.eu           www.turtlepartnership.com




                                  51
Legal Disclaimer
© IBM Corporation 2009. All Rights Reserved.




The information contained in this publication is provided for informational purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this publication, it is provided AS IS without warranty of any kind, express or implied. In addition, this information is based on IBM’s current product plans and strategy, which are subject to change by IBM without notice. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this
publication or any other materials. Nothing contained in this publication is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software.




References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in this presentation may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that
any activities undertaken by you will result in any specific sales, revenue growth or other results.




IBM, the IBM logo, Lotus, Lotus Notes, Notes, Domino, Quickr, Sametime, WebSphere, UC2, PartnerWorld and Lotusphere are trademarks of International Business Machines Corporation in the United States, other countries, or both. Unyte is a trademark of WebDialogs, Inc., in the United States, other countries, or both.




IJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.




Other company, product, or service names may be trademarks or service marks of others.




                                                                                                                                                                                                                                                     52

More Related Content

What's hot

CloudBridge and Repeater Datasheet
CloudBridge and Repeater DatasheetCloudBridge and Repeater Datasheet
CloudBridge and Repeater DatasheetNuno Alves
 
benefits of SQL Server 2008 R2 Enterprise Edition
benefits of SQL Server 2008 R2 Enterprise Editionbenefits of SQL Server 2008 R2 Enterprise Edition
benefits of SQL Server 2008 R2 Enterprise EditionTobias Koprowski
 
Presentation basic administration for citrix xen app 6
Presentation   basic administration for citrix xen app 6Presentation   basic administration for citrix xen app 6
Presentation basic administration for citrix xen app 6xKinAnx
 
Whats new in Citrix XenApp 6
Whats new in Citrix XenApp 6Whats new in Citrix XenApp 6
Whats new in Citrix XenApp 6gadi_fe
 
Siebel Server Cloning available in 8.1.1.9 / 8.2.2.2
Siebel Server Cloning available in 8.1.1.9 / 8.2.2.2Siebel Server Cloning available in 8.1.1.9 / 8.2.2.2
Siebel Server Cloning available in 8.1.1.9 / 8.2.2.2Jeroen Burgers
 
Windows 2008 R2 Overview
Windows 2008 R2 OverviewWindows 2008 R2 Overview
Windows 2008 R2 OverviewAmit Gatenyo
 
AAI-3281 Smarter Production with WebSphere Application Server ND Intelligent ...
AAI-3281 Smarter Production with WebSphere Application Server ND Intelligent ...AAI-3281 Smarter Production with WebSphere Application Server ND Intelligent ...
AAI-3281 Smarter Production with WebSphere Application Server ND Intelligent ...WASdev Community
 
Windows Server 2008 R2
Windows Server 2008 R2Windows Server 2008 R2
Windows Server 2008 R2Rishu Mehra
 
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2Amit Gatenyo
 
LOT-926 Managing and Maintaining IBM Lotus Notes and Domino 8.5 Environments
LOT-926 Managing and Maintaining IBM Lotus Notes and Domino 8.5 EnvironmentsLOT-926 Managing and Maintaining IBM Lotus Notes and Domino 8.5 Environments
LOT-926 Managing and Maintaining IBM Lotus Notes and Domino 8.5 EnvironmentsMarek Zawadzki
 
Active Directory Upgrade
Active Directory UpgradeActive Directory Upgrade
Active Directory UpgradeSpiffy
 
Citrix Master Class - Live Upgrade from XenApp 6.5 to 7.6
Citrix Master Class - Live Upgrade from XenApp 6.5 to 7.6Citrix Master Class - Live Upgrade from XenApp 6.5 to 7.6
Citrix Master Class - Live Upgrade from XenApp 6.5 to 7.6Lee Bushen
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewAlexander Schek
 
CV-Kumar_TAM
CV-Kumar_TAMCV-Kumar_TAM
CV-Kumar_TAMKumar R
 
Win08 R2 It Pro Overview
Win08 R2 It Pro OverviewWin08 R2 It Pro Overview
Win08 R2 It Pro Overviewguest092b9a8
 
Windows Server 2008 Management
Windows Server 2008 ManagementWindows Server 2008 Management
Windows Server 2008 ManagementHi-Techpoint
 
IBM WebSphere application server
IBM WebSphere application serverIBM WebSphere application server
IBM WebSphere application serverIBM Sverige
 

What's hot (20)

CloudBridge and Repeater Datasheet
CloudBridge and Repeater DatasheetCloudBridge and Repeater Datasheet
CloudBridge and Repeater Datasheet
 
benefits of SQL Server 2008 R2 Enterprise Edition
benefits of SQL Server 2008 R2 Enterprise Editionbenefits of SQL Server 2008 R2 Enterprise Edition
benefits of SQL Server 2008 R2 Enterprise Edition
 
Presentation basic administration for citrix xen app 6
Presentation   basic administration for citrix xen app 6Presentation   basic administration for citrix xen app 6
Presentation basic administration for citrix xen app 6
 
Whats new in Citrix XenApp 6
Whats new in Citrix XenApp 6Whats new in Citrix XenApp 6
Whats new in Citrix XenApp 6
 
Siebel Server Cloning available in 8.1.1.9 / 8.2.2.2
Siebel Server Cloning available in 8.1.1.9 / 8.2.2.2Siebel Server Cloning available in 8.1.1.9 / 8.2.2.2
Siebel Server Cloning available in 8.1.1.9 / 8.2.2.2
 
Windows 2008 R2 Overview
Windows 2008 R2 OverviewWindows 2008 R2 Overview
Windows 2008 R2 Overview
 
AAI-3281 Smarter Production with WebSphere Application Server ND Intelligent ...
AAI-3281 Smarter Production with WebSphere Application Server ND Intelligent ...AAI-3281 Smarter Production with WebSphere Application Server ND Intelligent ...
AAI-3281 Smarter Production with WebSphere Application Server ND Intelligent ...
 
Windows Server 2008 R2
Windows Server 2008 R2Windows Server 2008 R2
Windows Server 2008 R2
 
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
 
Windows Azure for IT
Windows Azure for ITWindows Azure for IT
Windows Azure for IT
 
Siebel server cloning
Siebel server cloningSiebel server cloning
Siebel server cloning
 
LOT-926 Managing and Maintaining IBM Lotus Notes and Domino 8.5 Environments
LOT-926 Managing and Maintaining IBM Lotus Notes and Domino 8.5 EnvironmentsLOT-926 Managing and Maintaining IBM Lotus Notes and Domino 8.5 Environments
LOT-926 Managing and Maintaining IBM Lotus Notes and Domino 8.5 Environments
 
Active Directory Upgrade
Active Directory UpgradeActive Directory Upgrade
Active Directory Upgrade
 
Citrix Master Class - Live Upgrade from XenApp 6.5 to 7.6
Citrix Master Class - Live Upgrade from XenApp 6.5 to 7.6Citrix Master Class - Live Upgrade from XenApp 6.5 to 7.6
Citrix Master Class - Live Upgrade from XenApp 6.5 to 7.6
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overview
 
CV-Kumar_TAM
CV-Kumar_TAMCV-Kumar_TAM
CV-Kumar_TAM
 
Win08 R2 It Pro Overview
Win08 R2 It Pro OverviewWin08 R2 It Pro Overview
Win08 R2 It Pro Overview
 
Windows Server 2008 Management
Windows Server 2008 ManagementWindows Server 2008 Management
Windows Server 2008 Management
 
IBM WebSphere application server
IBM WebSphere application serverIBM WebSphere application server
IBM WebSphere application server
 
Resume (6)
Resume (6)Resume (6)
Resume (6)
 

Viewers also liked

ISBG The 3 S's a guide to single sign on
ISBG  The 3 S's a guide to single sign onISBG  The 3 S's a guide to single sign on
ISBG The 3 S's a guide to single sign onGabriella Davis
 
Becoming A Connections Administrator
Becoming A Connections AdministratorBecoming A Connections Administrator
Becoming A Connections AdministratorGabriella Davis
 
Fixing Domino Server Sickness
Fixing Domino Server SicknessFixing Domino Server Sickness
Fixing Domino Server SicknessGabriella Davis
 
What We Wish We Had Known: Becoming an IBM Connections Administrator
What We Wish We Had Known: Becoming an IBM Connections AdministratorWhat We Wish We Had Known: Becoming an IBM Connections Administrator
What We Wish We Had Known: Becoming an IBM Connections AdministratorGabriella Davis
 
Traveler management, security and performance
Traveler management, security and performanceTraveler management, security and performance
Traveler management, security and performanceGabriella Davis
 
Rock Solid Sametime for High Availability
Rock Solid Sametime for High AvailabilityRock Solid Sametime for High Availability
Rock Solid Sametime for High AvailabilityGabriella Davis
 
BP201 Creating Your Own Connections Confection - Getting The Flavour Right
BP201 Creating Your Own Connections Confection - Getting The Flavour RightBP201 Creating Your Own Connections Confection - Getting The Flavour Right
BP201 Creating Your Own Connections Confection - Getting The Flavour RightGabriella Davis
 
Planning and Completing an IBM Connections Upgrade
Planning and Completing an IBM Connections UpgradePlanning and Completing an IBM Connections Upgrade
Planning and Completing an IBM Connections UpgradeGabriella Davis
 
Connections Directory Integration: A Tour Through Best Practices for Directo...
Connections Directory Integration:  A Tour Through Best Practices for Directo...Connections Directory Integration:  A Tour Through Best Practices for Directo...
Connections Directory Integration: A Tour Through Best Practices for Directo...Gabriella Davis
 
Taking IBM Sametime Mobile
Taking IBM Sametime MobileTaking IBM Sametime Mobile
Taking IBM Sametime MobileGabriella Davis
 
External Users Accessing Connections
External Users Accessing Connections External Users Accessing Connections
External Users Accessing Connections Gabriella Davis
 
1086: The SSL Problem and How to Deploy SHA2 Certificates (with Mark Myers)
1086: The SSL Problem and How to Deploy SHA2 Certificates (with Mark Myers)1086: The SSL Problem and How to Deploy SHA2 Certificates (with Mark Myers)
1086: The SSL Problem and How to Deploy SHA2 Certificates (with Mark Myers)Gabriella Davis
 
Planning & Completing An IBM Connections Upgrade
Planning & Completing An IBM Connections UpgradePlanning & Completing An IBM Connections Upgrade
Planning & Completing An IBM Connections UpgradeGabriella Davis
 
A Guide To Sametime 9.0.1 Audio & Video
A Guide To Sametime 9.0.1 Audio & VideoA Guide To Sametime 9.0.1 Audio & Video
A Guide To Sametime 9.0.1 Audio & VideoGabriella Davis
 
Fun With SHA2 Certificates
Fun With SHA2 CertificatesFun With SHA2 Certificates
Fun With SHA2 CertificatesGabriella Davis
 
Working With Sametime For Mobile Devices
Working With Sametime For Mobile DevicesWorking With Sametime For Mobile Devices
Working With Sametime For Mobile DevicesGabriella Davis
 

Viewers also liked (20)

ISBG The 3 S's a guide to single sign on
ISBG  The 3 S's a guide to single sign onISBG  The 3 S's a guide to single sign on
ISBG The 3 S's a guide to single sign on
 
Adminblast 2013
Adminblast 2013Adminblast 2013
Adminblast 2013
 
Becoming A Connections Administrator
Becoming A Connections AdministratorBecoming A Connections Administrator
Becoming A Connections Administrator
 
Fixing Domino Server Sickness
Fixing Domino Server SicknessFixing Domino Server Sickness
Fixing Domino Server Sickness
 
Spnego configuration
Spnego configurationSpnego configuration
Spnego configuration
 
What We Wish We Had Known: Becoming an IBM Connections Administrator
What We Wish We Had Known: Becoming an IBM Connections AdministratorWhat We Wish We Had Known: Becoming an IBM Connections Administrator
What We Wish We Had Known: Becoming an IBM Connections Administrator
 
External users
External usersExternal users
External users
 
Traveler management, security and performance
Traveler management, security and performanceTraveler management, security and performance
Traveler management, security and performance
 
Rock Solid Sametime for High Availability
Rock Solid Sametime for High AvailabilityRock Solid Sametime for High Availability
Rock Solid Sametime for High Availability
 
BP201 Creating Your Own Connections Confection - Getting The Flavour Right
BP201 Creating Your Own Connections Confection - Getting The Flavour RightBP201 Creating Your Own Connections Confection - Getting The Flavour Right
BP201 Creating Your Own Connections Confection - Getting The Flavour Right
 
Planning and Completing an IBM Connections Upgrade
Planning and Completing an IBM Connections UpgradePlanning and Completing an IBM Connections Upgrade
Planning and Completing an IBM Connections Upgrade
 
Connections Directory Integration: A Tour Through Best Practices for Directo...
Connections Directory Integration:  A Tour Through Best Practices for Directo...Connections Directory Integration:  A Tour Through Best Practices for Directo...
Connections Directory Integration: A Tour Through Best Practices for Directo...
 
Taking IBM Sametime Mobile
Taking IBM Sametime MobileTaking IBM Sametime Mobile
Taking IBM Sametime Mobile
 
External Users Accessing Connections
External Users Accessing Connections External Users Accessing Connections
External Users Accessing Connections
 
1086: The SSL Problem and How to Deploy SHA2 Certificates (with Mark Myers)
1086: The SSL Problem and How to Deploy SHA2 Certificates (with Mark Myers)1086: The SSL Problem and How to Deploy SHA2 Certificates (with Mark Myers)
1086: The SSL Problem and How to Deploy SHA2 Certificates (with Mark Myers)
 
Planning & Completing An IBM Connections Upgrade
Planning & Completing An IBM Connections UpgradePlanning & Completing An IBM Connections Upgrade
Planning & Completing An IBM Connections Upgrade
 
Changing technologies
Changing technologiesChanging technologies
Changing technologies
 
A Guide To Sametime 9.0.1 Audio & Video
A Guide To Sametime 9.0.1 Audio & VideoA Guide To Sametime 9.0.1 Audio & Video
A Guide To Sametime 9.0.1 Audio & Video
 
Fun With SHA2 Certificates
Fun With SHA2 CertificatesFun With SHA2 Certificates
Fun With SHA2 Certificates
 
Working With Sametime For Mobile Devices
Working With Sametime For Mobile DevicesWorking With Sametime For Mobile Devices
Working With Sametime For Mobile Devices
 

Similar to Preparing forfirstconnectionsinstall

IBM Connections Design To #NOTFAIL
IBM Connections Design To #NOTFAILIBM Connections Design To #NOTFAIL
IBM Connections Design To #NOTFAILGabriella Davis
 
Designing SharePoint solutions – Big Decisions for Big Success
Designing SharePoint solutions – Big Decisions for Big SuccessDesigning SharePoint solutions – Big Decisions for Big Success
Designing SharePoint solutions – Big Decisions for Big SuccessSPC Adriatics
 
AAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing Workloa
AAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing WorkloaAAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing Workloa
AAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing WorkloaWASdev Community
 
IBM Websphere introduction and installation for beginners
IBM Websphere introduction and installation for beginnersIBM Websphere introduction and installation for beginners
IBM Websphere introduction and installation for beginnersShubham Gupta
 
The Dev-Admin Chimera: Customising Connections (with Gab Davis)
The Dev-Admin Chimera: Customising Connections (with Gab Davis)The Dev-Admin Chimera: Customising Connections (with Gab Davis)
The Dev-Admin Chimera: Customising Connections (with Gab Davis)Mark Myers
 
D-DAY 2015 Hybrid Cloud IBM
D-DAY 2015 Hybrid Cloud IBMD-DAY 2015 Hybrid Cloud IBM
D-DAY 2015 Hybrid Cloud IBMDEVOPS D-DAY
 
What is Web Server & It's Types.pdf
What is Web Server & It's Types.pdfWhat is Web Server & It's Types.pdf
What is Web Server & It's Types.pdfDinesh Katyare
 
IBM Connect Switzerland - Der entspannte Administrator
IBM Connect Switzerland - Der entspannte AdministratorIBM Connect Switzerland - Der entspannte Administrator
IBM Connect Switzerland - Der entspannte AdministratorKlaus Bild
 
Type of Web server.pdf
Type of Web server.pdfType of Web server.pdf
Type of Web server.pdfHost It Smart
 
Siebel Resume Arquitecture
Siebel Resume ArquitectureSiebel Resume Arquitecture
Siebel Resume ArquitectureJose Martinez
 
Oracle web center
Oracle web centerOracle web center
Oracle web centerEast Le
 
DevOps and Cloud at NI
DevOps and Cloud at NIDevOps and Cloud at NI
DevOps and Cloud at NIErnest Mueller
 
Build A Flexible Application Infrastructure Environment Web Sphere Connectivi...
Build A Flexible Application Infrastructure Environment Web Sphere Connectivi...Build A Flexible Application Infrastructure Environment Web Sphere Connectivi...
Build A Flexible Application Infrastructure Environment Web Sphere Connectivi...Carly Snodgrass
 
Web Sphere Application Server Features
Web Sphere Application Server FeaturesWeb Sphere Application Server Features
Web Sphere Application Server FeaturesSymbyo Technologies
 
Java EE7: Developing for the Cloud
Java EE7: Developing for the CloudJava EE7: Developing for the Cloud
Java EE7: Developing for the CloudDmitry Buzdin
 
What's New in WebSphere Application Server
What's New in WebSphere Application ServerWhat's New in WebSphere Application Server
What's New in WebSphere Application ServerCOMMON Europe
 
Websphereinterview 100725022705-phpapp02
Websphereinterview 100725022705-phpapp02Websphereinterview 100725022705-phpapp02
Websphereinterview 100725022705-phpapp02kishore2526
 
RIAs with Java, Spring, Hibernate, BlazeDS, and Flex
RIAs with Java, Spring, Hibernate, BlazeDS, and FlexRIAs with Java, Spring, Hibernate, BlazeDS, and Flex
RIAs with Java, Spring, Hibernate, BlazeDS, and Flexelliando dias
 

Similar to Preparing forfirstconnectionsinstall (20)

IBM Connections Design To #NOTFAIL
IBM Connections Design To #NOTFAILIBM Connections Design To #NOTFAIL
IBM Connections Design To #NOTFAIL
 
Designing SharePoint solutions – Big Decisions for Big Success
Designing SharePoint solutions – Big Decisions for Big SuccessDesigning SharePoint solutions – Big Decisions for Big Success
Designing SharePoint solutions – Big Decisions for Big Success
 
AAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing Workloa
AAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing WorkloaAAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing Workloa
AAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing Workloa
 
Blaze Ds Slides
Blaze Ds SlidesBlaze Ds Slides
Blaze Ds Slides
 
InfoRouter Document Management Software Technical Presentation
InfoRouter Document Management Software Technical PresentationInfoRouter Document Management Software Technical Presentation
InfoRouter Document Management Software Technical Presentation
 
IBM Websphere introduction and installation for beginners
IBM Websphere introduction and installation for beginnersIBM Websphere introduction and installation for beginners
IBM Websphere introduction and installation for beginners
 
The Dev-Admin Chimera: Customising Connections (with Gab Davis)
The Dev-Admin Chimera: Customising Connections (with Gab Davis)The Dev-Admin Chimera: Customising Connections (with Gab Davis)
The Dev-Admin Chimera: Customising Connections (with Gab Davis)
 
D-DAY 2015 Hybrid Cloud IBM
D-DAY 2015 Hybrid Cloud IBMD-DAY 2015 Hybrid Cloud IBM
D-DAY 2015 Hybrid Cloud IBM
 
What is Web Server & It's Types.pdf
What is Web Server & It's Types.pdfWhat is Web Server & It's Types.pdf
What is Web Server & It's Types.pdf
 
IBM Connect Switzerland - Der entspannte Administrator
IBM Connect Switzerland - Der entspannte AdministratorIBM Connect Switzerland - Der entspannte Administrator
IBM Connect Switzerland - Der entspannte Administrator
 
Type of Web server.pdf
Type of Web server.pdfType of Web server.pdf
Type of Web server.pdf
 
Siebel Resume Arquitecture
Siebel Resume ArquitectureSiebel Resume Arquitecture
Siebel Resume Arquitecture
 
Oracle web center
Oracle web centerOracle web center
Oracle web center
 
DevOps and Cloud at NI
DevOps and Cloud at NIDevOps and Cloud at NI
DevOps and Cloud at NI
 
Build A Flexible Application Infrastructure Environment Web Sphere Connectivi...
Build A Flexible Application Infrastructure Environment Web Sphere Connectivi...Build A Flexible Application Infrastructure Environment Web Sphere Connectivi...
Build A Flexible Application Infrastructure Environment Web Sphere Connectivi...
 
Web Sphere Application Server Features
Web Sphere Application Server FeaturesWeb Sphere Application Server Features
Web Sphere Application Server Features
 
Java EE7: Developing for the Cloud
Java EE7: Developing for the CloudJava EE7: Developing for the Cloud
Java EE7: Developing for the Cloud
 
What's New in WebSphere Application Server
What's New in WebSphere Application ServerWhat's New in WebSphere Application Server
What's New in WebSphere Application Server
 
Websphereinterview 100725022705-phpapp02
Websphereinterview 100725022705-phpapp02Websphereinterview 100725022705-phpapp02
Websphereinterview 100725022705-phpapp02
 
RIAs with Java, Spring, Hibernate, BlazeDS, and Flex
RIAs with Java, Spring, Hibernate, BlazeDS, and FlexRIAs with Java, Spring, Hibernate, BlazeDS, and Flex
RIAs with Java, Spring, Hibernate, BlazeDS, and Flex
 

More from Gabriella Davis

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Engage2022 - Domino Admin Tips
Engage2022 - Domino Admin TipsEngage2022 - Domino Admin Tips
Engage2022 - Domino Admin TipsGabriella Davis
 
. Design Decisions: Developing for Mobile - The Template Experience Project
. Design Decisions: Developing for Mobile - The Template Experience Project. Design Decisions: Developing for Mobile - The Template Experience Project
. Design Decisions: Developing for Mobile - The Template Experience ProjectGabriella Davis
 
Domino Server Health - Monitoring and Managing
 Domino Server Health - Monitoring and Managing Domino Server Health - Monitoring and Managing
Domino Server Health - Monitoring and ManagingGabriella Davis
 
Face Off Domino vs Exchange On Premises
Face Off Domino vs Exchange On PremisesFace Off Domino vs Exchange On Premises
Face Off Domino vs Exchange On PremisesGabriella Davis
 
Adminlicious - A Guide To TCO Features In Domino v10
Adminlicious - A Guide To TCO Features In Domino v10Adminlicious - A Guide To TCO Features In Domino v10
Adminlicious - A Guide To TCO Features In Domino v10Gabriella Davis
 
An Introduction to Configuring Domino for Docker
An Introduction to Configuring Domino for DockerAn Introduction to Configuring Domino for Docker
An Introduction to Configuring Domino for DockerGabriella Davis
 
An Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation RequirementsAn Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation RequirementsGabriella Davis
 
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...Gabriella Davis
 
An introduction to configuring Domino for Docker
An introduction to configuring Domino for DockerAn introduction to configuring Domino for Docker
An introduction to configuring Domino for DockerGabriella Davis
 
How To Approach GDPR Preparation & Discovery
How To Approach GDPR Preparation & DiscoveryHow To Approach GDPR Preparation & Discovery
How To Approach GDPR Preparation & DiscoveryGabriella Davis
 
An Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation RequirementsAn Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation RequirementsGabriella Davis
 
A Guide To Single Sign-On for IBM Collaboration Solutions
A Guide To Single Sign-On for IBM Collaboration SolutionsA Guide To Single Sign-On for IBM Collaboration Solutions
A Guide To Single Sign-On for IBM Collaboration SolutionsGabriella Davis
 
What's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-PremisesWhat's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-PremisesGabriella Davis
 
An Introduction To Docker
An Introduction To DockerAn Introduction To Docker
An Introduction To DockerGabriella Davis
 
An Introduction To Docker
An Introduction To  DockerAn Introduction To  Docker
An Introduction To DockerGabriella Davis
 

More from Gabriella Davis (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Engage2022 - Domino Admin Tips
Engage2022 - Domino Admin TipsEngage2022 - Domino Admin Tips
Engage2022 - Domino Admin Tips
 
. Design Decisions: Developing for Mobile - The Template Experience Project
. Design Decisions: Developing for Mobile - The Template Experience Project. Design Decisions: Developing for Mobile - The Template Experience Project
. Design Decisions: Developing for Mobile - The Template Experience Project
 
Domino Server Health - Monitoring and Managing
 Domino Server Health - Monitoring and Managing Domino Server Health - Monitoring and Managing
Domino Server Health - Monitoring and Managing
 
Face Off Domino vs Exchange On Premises
Face Off Domino vs Exchange On PremisesFace Off Domino vs Exchange On Premises
Face Off Domino vs Exchange On Premises
 
60 Admin Tips
60 Admin Tips60 Admin Tips
60 Admin Tips
 
Adminlicious - A Guide To TCO Features In Domino v10
Adminlicious - A Guide To TCO Features In Domino v10Adminlicious - A Guide To TCO Features In Domino v10
Adminlicious - A Guide To TCO Features In Domino v10
 
An Introduction to Configuring Domino for Docker
An Introduction to Configuring Domino for DockerAn Introduction to Configuring Domino for Docker
An Introduction to Configuring Domino for Docker
 
An Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation RequirementsAn Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation Requirements
 
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...
 
An introduction to configuring Domino for Docker
An introduction to configuring Domino for DockerAn introduction to configuring Domino for Docker
An introduction to configuring Domino for Docker
 
How To Approach GDPR Preparation & Discovery
How To Approach GDPR Preparation & DiscoveryHow To Approach GDPR Preparation & Discovery
How To Approach GDPR Preparation & Discovery
 
An Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation RequirementsAn Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation Requirements
 
Brand Yourself
Brand YourselfBrand Yourself
Brand Yourself
 
Home Working
Home WorkingHome Working
Home Working
 
A Guide To Single Sign-On for IBM Collaboration Solutions
A Guide To Single Sign-On for IBM Collaboration SolutionsA Guide To Single Sign-On for IBM Collaboration Solutions
A Guide To Single Sign-On for IBM Collaboration Solutions
 
The Imposter Syndrome
The Imposter SyndromeThe Imposter Syndrome
The Imposter Syndrome
 
What's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-PremisesWhat's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-Premises
 
An Introduction To Docker
An Introduction To DockerAn Introduction To Docker
An Introduction To Docker
 
An Introduction To Docker
An Introduction To  DockerAn Introduction To  Docker
An Introduction To Docker
 

Preparing forfirstconnectionsinstall

  • 1. Preparing For Your 1st Connections Install Gabriella Davis Paul Mooney The Turtle Partnership Bluewave gabriella@turtlepartnership.com pmooney@pmooney.net
  • 2. Today’s Plan Make sure you leave here feeling more confident about installing Connections 2
  • 3. Understanding First, Planning Later The 8+ products that make up a Connections install What does what, where, how and why Design Decisions Building a Plan Saving The Pain 3
  • 4. Products That Make Up Connections (in install order) Operating System (take your pick but not all OS are equal) LDAP (AD, Domino, Tivoli take your pick) Databases (DB2, SQL or Oracle - something has to hold the data) Tivoli Directory Integrator (yes you must use it) IBM HTTP Server (you need a web server because WebSphere isn’t one) WebSphere Application Server (WAS 7 fixpack 23) or optionally WAS 8 for Connections 4.5 – Network Deployment - more about this in a bit IBM Connections (all the applications) IBM Cognos (optional and used for producing site metrics, more on this in a bit) WebSphere Edge Server (caching , reverse proxy and load balancing - optional) 4
  • 5. What does what, where, how and why ? 5
  • 6. LDAP Server WebSphere Application Server has no directory of its own – It must connect to a LDAP server to use a directory IBM Connections supports multiple LDAP servers, including Domino and Active Directory IBM Connections uses LDAP for authentication, as well as for security and anywhere you might browse a directory – Choosing people to share content with – Adding people to Communities – Populating profiles – Group access rights to applications LDAP Server 6
  • 7. Databases and Database Servers Connections comprises multiple databases, each used by different applications and often referencing each other Connections supports SQL, DB2, and Oracle as stores for the databases, but licensing is only provided for DB2 9.7 as part of your Connections license (DB2 10 with Connections 4.5) There can only be one database server supporting all the Connections applications LDAP Server Database Server & Databases 7
  • 8. Tivoli Directory Integrator Tivoli Directory Integrator sits outside of Connections and is designed to synchronize data between two data sources. In Connections those are our LDAP directory and our Database server. IBM supply a graphical interface with Connections to help you perform that initial data pull and also provide batch files for deeper customisation There are also many scripts provided for performing regular syncs either from LDAP – PEOPLEDB or in reverse and you will need to use these to keep your Connections profiles synchronised with your directory changes. LDAP Server Tivoli Directory Integrator Database Server & Databases 8
  • 9. WebSphere Application Server Application Server for Java applications – Connections is a series of Java applications Manages and secures the application Provides an environment in which to run multiple applications WAS configuration details are held in XML files on the file system (called the Configuration Repository) – Application configuration, which is specific security, roles, or functionality for an application, is configured within that application itself Connections can use multiple WAS servers, and would do so in anything but a pilot or small deployment – Multiple servers can be clustered together for availability 9
  • 10. IBM HTTP Server Connections applications install on dedicated ports such as 9081 and 9443, but not on port 80 or 443 (HTTP, HTTPS). 908x and 944x are WAS application server ports. IHS is IBM’s web server. It sits in front of the WAS servers and allows the Connections applications to be reached on standard ports 80/443 instead of the application ports they install under This makes URLs cleaner and avoids having to open special ports for public access You can use IHS to force SSL for all traffic, to set a default URL for the Connections application, and to manage hostnames LDAP Server IBM HTTP Server Tivoli Directory Integrator Database Server & Databases 10
  • 11. WebSphere Application Server LDAP Server IBM HTTP Server Tivoli Directory Integrator WebSphere Application Server WebSphere Application Server Database Server & Databases 11
  • 12. Connections Applications Connections is not just one thing, it is a collection of J2EE applications hosted on WebSphere Application Servers, each serving a different purpose or feature They can be installed on one or multiple servers They can also be clustered by application • Activities (OPNACT) • Homepage (HOMEPAGE) • Blogs (BLOGS) • Metrics (METRICS) • Communities (SNCOMM) • Mobile • Dogear – Bookmarks application • Moderation (DOGEAR) • News (HOMEPAGE) • Files (FILES) • Profiles (PEOPLEDB) • Forums (FORUM) • Search (HOMEPAGE) • Help • Wikis (WIKIS) 12
  • 13. Connections Applications LDAP Server IBM HTTP Server Tivoli Directory Integrator WebSphere Application Server IBM Connections WebSphere Application Applications Server IBM Connections Applications Database Server & Databases 13
  • 14. Cognos Cognos Business Intelligence 10.1.1 and Cognos Transformer as provided as part of your IBM Connections 4.0 licensing and can be used against Connections data only The Connections Metrics application can run pre built reports showing site activity, most active areas and Community activity including what pages are the most popular LDAP Server IBM HTTP Server Tivoli Directory Integrator WebSphere Application Server IBM Connections WebSphere Application Application Server IBM Connections Application Database Server & Cognos Databases 14
  • 15. WebSphere Edge Server One of the components of the WebSphere Edge Server is the reverse proxy We use the reverse proxy in Connections to manage traffic to the servers over port 80/443 and, also, to cache requests It’s an optional server, but an important one if you want to deploy outside of your firewall or you want optimal network performance but can be replaced with any standard reverse caching proxy you may have in place LDAP Server IBM HTTP Server Tivoli Directory Integrator WebSphere Application Server IBM Connections WebSphere Application Application Server IBM Connections Application Database Server & Cognos Databases 15 WAS Edge Proxy
  • 16. All Together Now Database server stores information used by the Connections applications The profiles in Connections are populated into a database via TDI reading LDAP WebSphere runs and manages the Connections applications that use LDAP as a directory IBM HTTP Server as as the proxy for traffic to the Connections applications LDAP Server IBM HTTP Server Tivoli Directory Integrator WebSphere Application Server IBM Connections WebSphere Application Application Server IBM Connections Application Database Server & Cognos Databases 16 WAS Edge Proxy
  • 18. Choosing an Operating System Each of the Connections components can be installed on different platforms; not everything can be installed on the same platform Don’t install on 32-bit unless you are committed to a small scale deployment – Connections applications are memory-hungry and you are restricting your access to memory choosing 32-bit Selecting an Operating System is often a choice of which your company is most comfortable supporting and maintaining – Linux is a good choice, but only if you have internal Linux skills Pay close attention to the system requirements, IBM does, and won’t support you upgrading beyond the patch level they specify 18
  • 19. Deploying WebSphere Connections is an application that is installed inside a WebSphere Application Server (WAS) Each WAS server is installed in a Node Each Node must exist within a Cell Each Node will have a Node Agent and at least one server Connections will install onto a server inside a Node inside a Cell If you are going to have more than one WAS server to distribute your Connections applications or cluster them, they must all be on Nodes in the same Cell – You cannot cluster across cells Your Connections deployment will therefore have one Cell, one cluster and at least one server 19
  • 20. Option 1 — All Applications on a Single Server This is a simple pilot or small deployment where you have one instance of WAS and you have a single cell, a single server, and all Connections applications installed on that server – To achieve this, the server will be under significant load for both processor and memory • Connections behaves very oddly if it starts being starved of resources, e.g., suddenly refusing to load pages Connections will create clusters to group the applications together during install – This gives you the option to add another server at a later date and make that server part of an existing cluster 20
  • 21. Option 2 — All Applications on Multiple Servers Install multiple WAS machines, each with all applications installed, on a single server instance The WAS servers will contain a primary and secondary server node in the same cell Connections will install all the applications onto both servers The servers will be clustered and the applications will use the same Connections configuration (DB2, LDAP, TDI, etc.) To grow the environment, another server can be added at a later date, but all applications will be clustered onto this server too since the server contains all of the applications and it is the server you are clustering 21
  • 22. Option 3 — Different Applications on Different Servers Multiple WAS servers but a single cell Each WAS server will have one or more server instances, which have one or more Connections applications installed into them In this way, you could have Profiles, Communities, and Search on their own server with Activities, Homepage, Forums, Blogs, and Wikis on another – But no failover There would be multiple defined WAS clusters to support each application group on each server instance Expanding the environment would entail creating a new server instance as a cluster member of one of the clusters; all the applications installed in that cluster would appear on that new server instance providing failover 22
  • 23. Choosing Applications Some applications are really not optional –Profiles –Search Some are a core part of everything Connections is –Homepage –Communities Some are applications you may not think are applicable for your environment just yet –Blogs –Wikis –Metrics 23
  • 24. Installing Applications Later Depending upon which WAS deployment model you chose, installing applications after initial Connections launch can be difficult –But not impossible If you installed everything onto a single server instance under WAS, then your additional applications will also install into that server instance If you installed multiple clusters, then you could choose to create a new cluster and server instance just for the new applications 24
  • 25. Installing Applications Later (cont.) Deciding what applications you want immediately and what you might want in the future is a critical part of your pre-installation planning process If in doubt, install everything. You can always hide the items from the menus until you are ready. Many of the applications in Connections complement each other. Installing only a subset of applications (unless you are 100% sure that is all you will need) could mean risking the overall success of your project. 25
  • 26. Choosing LDAP LDAP is used for two things in Connections –Authenticating users – making it performance- critical –Populating profiles – making it data-critical LDAP isn’t usually something you install, it’s usually something you have already –Most companies have a central directory of users, whether that’s in Active Directory, Domino, or something else 26
  • 27. LDAP Data What’s critical is the data quality of the content in the LDAP source directory – GIGO – garbage in, garbage out • Don’t populate your shiny new Connections environment with muddy data LDAP could be a single or occasional “pull” of minimal data, such as new user registrations/deleted users with everything else populated directly in PEOPLEDB under your Connections data store More likely, you will use your LDAP directory to gather user information, such as job title, phone number, location, and manager and populate that into PEOPLEDB 27
  • 28. Designing Profiles Profiles are at the core of everything Connections does They are also key to a social environment – Don’t underestimate the value of photographs and other quality data, such as job titles, locations, and managers in Profiles You can have different Profile Types that map , display and allow editing of different fields – You can also add additional fields to Profiles and customize labels Launching Connections with completed Profiles for all users has been proven a significant factor in achieving buy in of the technology Expect to go through several iterations of Profile formats and layouts during your pilot stage and beyond – This is good. It means people are engaging with the system and want to make it better and more useful. 28
  • 30. Start with a Plan Things you need to decide before downloading a single file: –How many servers will you have? –Where will WebSphere be installed? –What applications are you installing? –What optional components, such as a proxy cache, are you installing? –What LDAP server will you be using? –What SMTP server will you be connecting to for sending external mail? –What database server will you be using and where will it be located? 30
  • 31. Plan Now To Save Problems Later Things you need to decide before installing – fully qualified hostnames for servers, these aren’t easy to change later – name and password for database administrator – name and password for WebSphere administrator (avoid special characters) – name and password for Lotus Connections database user (lcuser is default) – name and password for Cognos user – the base_dn and search scope for selecting your LDAP users for setting up profiles and authentication – where connections shared data will be stored, things like file attachments uploaded in wikis or activities , the location must be accessible to all servers – what languages people will be entering data in, so you can configure the search engine to be multi language 31
  • 32. Start with a Plan — Profiles It will take some time to decide how you want your Profiles to look –What information will come from LDAP and what will be entered locally –Where photos will come from • Pre-populating photos and profiles before you pilot to users is an enormous step in gaining buy in of the system –Validate the LDAP data quality and fix • Does your “country” attribute contain consistent wording for countries • Does your “location” attribute match what you would like to present as “location” on business cards 32
  • 33. Planning Security Each application within Connections has its own set of roles that determine what people can do Think about what you might want people to be able to do/not do –Having groups in your LDAP directory makes it easier to manage roles within applications You can’t modify application security until installation is complete –It doesn’t affect your decisions for installing, but it is something you need to consider in advance 33
  • 35. Tools You May Find Useful RDP PuTTY Softerra Text Editor for large text files (Editpad Notepad+ etc) NoMachine (for Linux) WinSCP (for file transfer to *ix boxes) 35
  • 36. Patching and Versions IBM’s System Requirements are very specific about patch versions supported for all OS and server components –Verify before you start –Newer isn’t always better if it has not been tested and verified for support Always patch as you install and in preparation for the next step –It’s always tempting to race ahead, installing everything planning to patch later, but that may cause failure of other elements or loss of features 36
  • 37. Patching and Versions (cont.) Build all the servers you need, and install and patch the operating systems to the level needed by the system requirements Get the files in place on the servers – I like to download everything to one server and then distribute from there – I use WinSCP for copying files onto Linux servers • www.winscp.net The install files are all compressed; depending on disk speed, they may take time to uncompress – Always transfer the compressed file to the destination server, then uncompress in place 37
  • 38. Patching WebSphere and IHS Both WebSphere and IHS patch use a utility called the Update Installer –This is a separate WebSphere product you need to download and install • You should always work with the latest version of Update Installer that you can find WebSphere and IHS fixpacks are available for download via the Maintenance Download Wizard (including Update Installer) –The downloads should have a .pak extension. If they have a .pak.zip extension, then you need to rename them. 38
  • 39. Hostnames and DNS Server names and hostnames are critical when designing a Connections environment –They can’t be easily changed after install –Single Sign-On is supported only if servers use the same domain extension • connect.test.com and sametime.int.test.com are different Server names are used for WebSphere naming of cells and servers, so shouldn’t be more than 8 characters Make your naming something that is specific to the role of the machine/application, not the location –Profiles is a better name than SRV44WIN-LOC 39
  • 40. Hostnames and DNS (cont.) Write down a list of hostnames for all your servers and applications If you are installing multiple servers as part of your Connections deployment, each will have its own hostname – Even if you use a load balancer, each application internally will have its own hostname/url Make sure all hostnames are registered in DNS and resolvable from every server Before starting the install, confirm you can ping every server from the server you are installing on – Including itself 40
  • 41. Passwords for Administration During installation, you will be asked to set names and passwords for several things, so decide what they will be in advance – DB2 administrator account – Lotus Connections DB2 account – WebSphere administration account – Cognos administration account • One for each server Administration accounts for the OS to install under – You can install as something other than administrator rights, but it requires extra steps and isn’t recommended I try and use consistent naming and password patterns for my accounts and passwords – I keep all my WebSphere admin accounts the same to avoid confusion 41
  • 42. Resources Don’t skimp on server resources, especially disk and memory If you run out of memory mid way through an install you’ll have to roll back to an earlier state and unless you have a virtual snapshot that isn’t going to be easy If you virtualise you can always dial back memory later if it’s not being used JVM errors in the logs are usually lack of resource and can cause very strange side effects 42
  • 43. Downloads It’s going to take a day to download all the various software - do that and get it in place on the servers. –The fixpacks for the software are all in different places, it will take you time to find it If the servers are remote to your download location that could take another day especially as you have to uncompress most of the installers Don’t leave finding and downloading software until the day you plan to install! 43
  • 44. Worksheets Creating a spreadsheet or worksheet to store all the details about your installs will prove invaluable to you –IBM has supplied some with the Connections documentation to help you • http://www-10.lotus.com/ldd/lcwiki.nsf/dx/ Worksheet_for_installing_IBM_Connections_ic40 –These worksheets can be copied and pasted into a spreadsheet, where they can be used as a starting point and modified to fit the documentation needed for your environment 44
  • 47. Test Before Start Test your LDAP server configuration works – Bind credentials you are using – The scope you intend to use gives you the users and groups you want – LDAP performance is good Test your DNS works – Ping everything, from everywhere, under all possible names (server name and assigned hostname) If using an existing database server test: – The account you will be using to access it – The rights that account has (can it create databases and maintain them?) – Performance 47
  • 48. Some Bonus Tips For When You’re Installing... Virtualise, always virtualise if it’s WebSphere Take snapshots after each step and remember to snapshot all related servers at once as well as either taking snapshots or backing up the data stores Pay attention to the documentation, especially the mandatory and optional instructions for when you’ve completed the Connections install – Most of it isn’t optional and is mandatory Most WebSphere errors are either memory (JVM) related or database (SQL) related – if in doubt reboot – check the database server is responding and the databases don’t need re- indexing If you’re using DB2 then IBM supply a series of scripts with Connections to enable you to perform database maintenance , look for the connections.sql directory in your install files and use the scripts – Database maintenance should be part of your design If you’re getting “odd” behaviour, try a reboot, if a reboot fixes your problem and then the problem re-occurs, you need more memory 48
  • 49. Now The Good News If you plan the actual install can be completed and tested in 3 days comfortably Off You Go & Good Luck! 49
  • 50. Thank you... Gab Davis gabriella@turtlepartnership.com www.twitter.com/gabturtle Paul Mooney pmooney@pmooney.net www.twitter.com/pmooney.net 50
  • 51. Thank you... pmooney@pmooney.net gabriella@turtlepartnership.com pmooney.net blog.turtleweb.com www.twitter.com/pmooneynet www.twitter.com/gabturtle bleedyellow.com (IM) lotuslive.com bleedyellow.com (IM) pmooney.net (skype) greenhouse.com (IM) www.bluewavegroup.eu gabrielladavis (skype) paul.mooney@bluewavegroup.eu www.turtlepartnership.com 51
  • 52. Legal Disclaimer © IBM Corporation 2009. All Rights Reserved. The information contained in this publication is provided for informational purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this publication, it is provided AS IS without warranty of any kind, express or implied. In addition, this information is based on IBM’s current product plans and strategy, which are subject to change by IBM without notice. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this publication or any other materials. Nothing contained in this publication is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in this presentation may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results. IBM, the IBM logo, Lotus, Lotus Notes, Notes, Domino, Quickr, Sametime, WebSphere, UC2, PartnerWorld and Lotusphere are trademarks of International Business Machines Corporation in the United States, other countries, or both. Unyte is a trademark of WebDialogs, Inc., in the United States, other countries, or both. IJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Other company, product, or service names may be trademarks or service marks of others. 52