SlideShare uma empresa Scribd logo
1 de 23
Baixar para ler offline
SplendidCRM 3.0
                   Community Edition
                   Deployment Guide
                                      Published: November 2008




This guide is for informational purposes only. SPLENDIDCRM SOFTWARE MAKES NO WARRANTIES,
EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT.
© 2005-2008 SplendidCRM Software, Inc. All rights reserved.
Microsoft, MSDN, and Windows Server are either registered trademarks or trademarks of Microsoft
Corporation in the United States and/or other countries.
CONTENTS
     Introduction....................................................................................................................... 1
     Overview of SplendidCRM............................................................................................... 1
     Infrastructure Requirements.......................................................................................... 2
     Deploying SplendidCRM.................................................................................................. 3
           Overview of Procedures for Deployment ............................................................... 3
           Installing SplendidCRM ............................................................................................ 4
     Configuring the SplendidCRM ......................................................................................13
           Configuring Using the Administrative Page ........................................................13
     Backup and Restore Operations..................................................................................14
           Backing Up SplendidCRM Manually .....................................................................14
           Restoring SplendidCRM Manually ........................................................................15
     Removing SplendidCRM Community Edition ............................................................15
           Uninstalling SplendidCRM......................................................................................15
     Appendix A: Attaching to SQL Serer 2005/2008 .....................................................17
     Appendix B Manually installing IIS ..............................................................................18
     Appendix C Additional Resources ...............................................................................21
           Additional Resources on the Web ........................................................................21
Introduction
    This document guides you through the deployment of SplendidCRM. It contains the following
    sections:
    •   Overview of SplendidCRM, which explains how the Open-Source Edition varies from the
        Professional Edition.
    •   Infrastructure Requirements explains the necessary prerequisites for installing
        SplendidCRM.
    •   Overview of the Deployment Process guides you through the high-level deployment steps.
    •   Deploying SplendidCRM guides you through the process of deploying a SplendidCRM.
    •   Configuring SplendidCRM explains how to configure your SplendidCRM by using the
        SplendidCRM administrative interfaces.
    •   Removing SplendidCRM describes deactivating and removing the SplendidCRM from
        your IT infrastructure.
    •   Appendix A: Attaching to SQL Server 2005 or SQL Server 2008 explains how to attach
        the SplendidCRM database to an existing SQL Server installation.
    •   Appendix B: Manually installing IIS explains how to manually install Internet Information
        Services (IIS).
    •   Appendix C: Additional Resources contains links to additional supporting documentation.


Overview of SplendidCRM
    SplendidCRM offers an Open-Source Edition and a Professional Edition.
    •   SplendidCRM Open-Source Edition is designed for use in small- or medium-sized
        organizations to support a maximum of 100 users. This server is a standalone server with a
        local SQL Server 2005 Express database that stores user data. The SplendidCRM Open-
        Source Edition includes the C# and ASP.NET source code, but it does not include the source
        code for the SQL Functions, Procedures or Views.
    •   SplendidCRM Professional Edition is designed for use in larger organizations that intend
        to integrate SplendidCRM into their existing applications. It is intended for large-scale
        deployments supporting up to 1,000 users. In a Professional deployment, one or more
        installations can be load balanced and share a central Microsoft SQL Server™ database that
        stores data. The SplendidCRM Professional Edition includes the C# and ASP.NET source
        code as well as the source code for the SQL Functions, Procedures or Views.
2 SplendidCRM Deployment Guide




    Infrastructure Requirements
           Before you install SplendidCRM, ensure that your environment meets the following
           prerequisites:
           •    Servers that will host SplendidCRM require one of the following Windows Server editions:
                •   Windows 2000 Server, Standard Edition
                •   Windows Server 2003, Web Edition
                •   Windows Server 2003, Standard Edition 32-bit & 64-bit
                •   Windows Server 2003, Enterprise Edition32-bit & 64-bit
                •   Windows Server 2008, Web Edition
                •   Windows Server 2008, Standard Edition 32-bit & 64-bit
                •   Windows Server 2008, Enterprise Edition 32-bit & 64-bit
           •    Windows Vista and Windows XP can also be used to host SplendidCRM, but we
                recommend you use these desktop operating systems only to evaluate SplendidCRM and not
                to use it in a production environment.
           •    SplendidCRM requires Internet Information Server (IIS). IIS is include in all Microsoft’s
                operating systems, but you may need your original disk to make certain that it gets installed
                during the SplendidCRM installation process.
           •    SplendidCRM supports most versions of the SQL Server database, including the following:
                •   SQL Server 2005 Express
                •   SQL Server 2005 Standard 32-bit & 64-bit
                •   SQL Server 2005 Enterprise 32-bit & 64-bit
                •   SQL Server 2008 Standard 32-bit & 64-bit
                •   SQL Server 2008 Enterprise 32-bit & 64-bit
           •    A SQL Server 2005 Express instance is installed by Setup on the server that will host
                SplendidCRM. Alternatively, a SQL Server administrator can skip the SQL Server 2005
                Express installation and manually attach the provided database files to their preferred SQL
                Server instance.
3 SplendidCRM Deployment Guide




    Deploying SplendidCRM
    Overview of Procedures for Deployment
           This section provides step-by-step instructions for deploying SplendidCRM by using Setup.exe.
           To ease the process, Setup explains tasks, provides tips about permissions and prerequisites,
           includes warnings, and uses task wizards to lead you through each step.
           Table 1 lists the procedures involved in the deployment of SplendidCRM.
           Table 1 Deploying SplendidCRM
            Task                     Required            Description                         Administrative Credentials
            Install .NET Framework   Yes                 Installs .NET 2.0 if not already    Local Administrator
            2.0.                                         installed.
                                                         Note: .NET is not included in the
                                                         Setup application, but will be
                                                         download as needed.
                                                         Therefore, the computer must
                                                         have Internet access. .NET is
                                                         included in Windows Server
                                                         2003.
            Install the SQL Server   Yes. Setup          Installs the SQL Server 2005        Local Administrator
            2005 Express instance.   automatically       Express database instance on
                                     creates the SQL     (local)SplendidCRM.
                                     Server 2005
                                     Express instance.
            Install files for        Yes                 Installs files and register         Local Administrator
            SplendidCRM.                                 SplendidCRM application with
                                                         the IIS web server.
            Launch SplendidCRM.      No                  Launches the homepage of            Local Administrator
                                                         SplendidCRM.
                                                         Note: By default, SplendidCRM
                                                         uses Windows Authentication.
                                                         Users are automatically added
                                                         the first time they navigate to the
                                                         SplendidCRM server. Users
                                                         that are part of the Windows
                                                         Domain Admins group or part of
                                                         the local Administrators group
                                                         are added as SplendidCRM
                                                         administrators.
            Precompile the site      No                  To help increase performance,     Local Administrator
                                                         the Setup can precompile core
                                                         pages. These pages are
                                                         normally compiled on-demand,
                                                         but this can lead to a few second
                                                         delay.
4 SplendidCRM Deployment Guide




    Installing SplendidCRM
    Installing Files for SplendidCRM
            To install files for SplendidCRM
            1.   Log on to the computer where you want to deploy your SplendidCRM by using local
                 administrator or equivalent permissions.
            2.   On the SplendidCRM install folder or CD, run Setup.exe to open the Deployment Tool.
                 Figure 1 SplendidCRM Setup Wizard page
5 SplendidCRM Deployment Guide

           3.   On the License Agreement page, read the license agreement, and if you agree, click the I
                accept the terms in the license agreement option, and click Next.
                Figure 2 License Agreement page




           4.   You may install SplendidCRM in any folder, but the recommended location is C:Program
                FilesSplendidCRM Software.
                Figure 3 Destination Folder page
6 SplendidCRM Deployment Guide



           5.   On the Setup Type page you can choose a Typical install or a Custom install. The Custom
                install allows you to disable the SQL Server 2005 Express installation.
                Figure 4 Setup Type




           6.   On the Custom Setup page, you may opt to disable the install of SQL Server 2005
                Express, and click Next. Please refer to Appendix A for instructions on how to connect to
                an alternative database.
                Figure 5 Choose to disable SQL Server 2005 Express
7 SplendidCRM Deployment Guide

           7.   On the Ready to Install the Program page, review the settings and click Install to proceed.
                Click Back to make changes to the settings.
                Figure 6 Ready to Install the Program page




           8.   Setup will provide a progress indicator.
                Figure 7 Installing page
8 SplendidCRM Deployment Guide



            9.   On the Setup Wizard Completed page, click Finish. At this stage, the installation is not
                 complete. All of the files have been installed, but you must run the SplendidCRM
                 Configuration Wizard to configure IIS and install SQL Server 2005 Express.
                 Figure 8 Completed page




    Installing Services and Configuring SplendidCRM
            To install the services for SplendidCRM
            1.   The SplendidCRM Configuration Wizard will install IIS, install SQL Server 2005 Express,
                 attach the database, update the database and precompile the web site.
                 Figure 9 SplendidCRM Configuration Wizard
9 SplendidCRM Deployment Guide

           2.   SplendidCRM requires Internet Information Services (IIS). Please refer to Appendix B for
                instructions on installing IIS manually. If IIS is not installed, you will need your operating
                system installation disk.
                Figure 10 Installation of IIS




           3.   The SQL Server 2005 Express setup will provide a separate progress dialog.
                Figure 11 Installation of SQL Server 2005 Express
10 SplendidCRM Deployment Guide



           4.   If you have multiple SplendidCRM installations, you can select the specific installation that
                you want to configure. You can also decide if you want to precompile the web site.
                Precompiling the site will make the site fast, but it is optional because .NET will
                automatically compile the site as needed.
                Figure 12 Web Site Location




           5.   The database connection dialog is where you would specify an alternate database location if
                you chose not to install SQL Server 2005 Express. Please keep in mind that if you select an
                alternate database server, that you will have to manually create the SplendidCRM database
                on that server and you will have to provide a login with ownership rights.
                Figure 13 Database Connection
11 SplendidCRM Deployment Guide

           6.   Updating the database is a critical step in the installation process. If you encounter any
                errors on this page, please report them to SplendidCRM Software.
                Figure 14 Updating the database




           7.   The precompile process can take a couple of minutes, but it is useful to ensure the best
                customer experience.
                Figure 15 Precompiling the Web Site
12 SplendidCRM Deployment Guide



           8.    If the installation competes without any errors, you will be given the opportunity to launch
                 the web site. If there were errors, the errors will be summarized here.
                 Figure 16 Installation Complete




           10.   page: http://localhost/SplendidCRM.
                 Figure 17 SplendidCRM home page




           You now have SplendidCRM successfully installed on the computer.
13 SplendidCRM Deployment Guide

    Confirming Successful SQL Server 2005 Express Installation
           Use the following procedure to confirm that the installation of SQL Server 2005 Express was
           successful.
           To confirm that SQL Server 2005 Express has been successfully installed
           1.   Right-click My Computer and click Manage.
           2.   Double-click Services and Applications.
           3.   Double-click Services.
           4.   Confirm that MSSQL$SPLENDIDCRM is in the list of services. Other instances may exist;
                if they do they will be listed as MSSQL$**** (where asterisks indicate the name of the
                instance).


    Configuring the SplendidCRM
    Configuring Using the Administrative Page
           After you have installed SplendidCRM, you can use the SplendidCRM admin page to configure
           your server.
           To navigate to the admin page
           A link to the admin page is typically located in the upper right corner of the page. Alternatively,
           you can navigate manually to the admin page: http://localhost/SplendidCRM/Administration.
           Figure 18 SplendidCRM Admin page
14 SplendidCRM Deployment Guide




    Backup and Restore Operations
           Should a data-loss situation occur, backing up your SQL Server 2005 Express database and
           SplendidCRM configurations can help minimize the amount of time and work required to restore
           your environment.
           SplendidCRM has a built-in scheduler that has been configured by default to backup the database
           once a week. You can also backup the database manually using the SQL Server Management
           Studio.

                  Note
                  Microsoft has recently released SQL Server Management Studio Express as
                  a free tool to manage an SQL Server 2005 Express database or a MSDE
                  database. You can find this tool at:
                  http://msdn.microsoft.com/vstudio/express/sql/default.aspx.



    Backing Up SplendidCRM Manually
    Backing Up the SQL Server 2005 Express Database
           Use the osql command to back up the SplendidCRM database. Or, you may use SQL Query
           Analyzer if you have SQL Server 2005 installed somewhere in your organization.
           To back up the SplendidCRM database by using the osql command
           1.   Log on to the server as an administrator if not already logged on.
           2.   Create a folder: C:Backup.
           3.   Open a command window. Click Start, click Run, type cmd, and then click OK.
           4.   At the command prompt, go to the “C:Program FilesMicrosoft SQL Server80ToolsBinn”
                folder.
           5.   Login to the SplendidCRM instance using osql. The –S switch is used to specify the server
                and the –E switch is used to enable a trusted connection.
                 osql –S (local)SplendidCRM -E
                Alternatively, you can login using SQL Server authentication by specifying the sa user and
                password. Note: The default sa password is splendidcrm2005.
                 osql –S (local)SplendidCRM –U sa –P splendidcrm2005
           6.   Backup the SplendidCRM database with the following command:
                 1>backup database SplendidCRM to disk = 'c:Backupsplendidcrm.bak'
                 2>GO
           7.   Quit osql.
                 3>quit


           The backup should be copied to a secure, remote directory that will be available in the event of a
           data loss situation.
15 SplendidCRM Deployment Guide


    Restoring SplendidCRM Manually
    Restoring the SQL Server 2005 Express Database
           In the event of an SQL Server 2005 Express database corruption, use the following procedure to
           restore the SQL Server 2005 Express database to the point at which it was last backed up.
           To restore the SQL Server 2005 Express database using the osql command
           1.   Log on to the server as an administrator.
           2.   Create a folder C:Backup.
           3.   Copy the backup file to the C:Backup directory.
           4.   Open a Command window. Click Start, click Run, type cmd, and then click OK.
           5.   At the command prompt, go to the “C:Program FilesMicrosoft SQL Server80ToolsBinn”
                folder.
           6.   Login to the SplendidCRM instance using osql. The –S switch is used to specify the server
                and the –E switch is used to enable a trusted connection.
                 osql –S (local)SplendidCRM -E
                Alternatively, you can login using SQL Server authentication by specifying the sa user and
                password. Note: The default sa password is splendidcrm2005.
                 osql –S (local)SplendidCRM –U sa –P splendidcrm2005
           7.   Restore the SplendidCRM database by using the command:
                 1>restore database SplendidCRM from disk = 'c:Backupsplendidcrm.bak'
                 2>GO
           8.   Quit osql.
                 3>quit




    Removing SplendidCRM Community Edition
           When you uninstall a SplendidCRM, the default is to detach the SplendidCRM databases. Detach
           means to keep all data files.


    Uninstalling SplendidCRM
           Use the following procedure to uninstall the SplendidCRM.
           To uninstall files for SplendidCRM
           1.   Log on to the SplendidCRM server using local administrator credentials.
           2.   Click Start, point to Settings, click Control Panel, and then double-click Add or Remove
                Programs.
           3.   In Add or Remove Programs, click SplendidCRM, and then click Change.
           4.   On the Setup Wizard page, click Next.
           5.   On the Program Maintenance page, select Remove, then click Next.
           6.   Click Remove.
           If the SQL Server 2005 Express was installed during Setup, it will need to be removed
           separately.
16 SplendidCRM Deployment Guide
17 SplendidCRM Deployment Guide




    Appendix A: Attaching to SQL Serer 2005/2008
           Attaching to either SQL Server 2005 or SQL Server 2008 is straight forward for those familiar
           with administering SQL Server. If you are not familiar with administrating SQL Server, then we
           recommend that use allow the setup application to install SQL Server 2005 Express.

                        Note
                        The included database files cannot be attached to SQL Server 2000. In the
                        event that you want to run SplendidCRM on a SQL Server 2000 database
                        server, you can use the SplendidCRM Configuration Wizard to populate a
                        new database.



           1.   Copy the SplendidCRM database files from the installation folder to the database server. The
                database files are SplendidCRM_Data.MDF and SplendidCRM_Log.LDF.
           2.   Attach the SplendidCRM database to the desired SQL Server instance.
           3.   Select an existing user or create a new user with ownership rights to the SplendidCRM
                database.
           4.   Update the web.config file with SQL Server location and the user credentials. The
                connection string is stored with the SplendidSQLServer key.
                 <configuration>
                    <appSettings>
                       <add key=quot;SplendidProviderquot; value=quot;System.Data.SqlClientquot; />
                       <add key=quot;SplendidSQLServerquot; value=quot;data
                 source=(local)SplendidCRM;initial catalog=SplendidCRM;persist security
                 info=True;packet size=4096;user id=sa;password=splendidcrm2005quot; />
                 </appSettings>
                 . . .
           5.   Enable TCP/IP protocol.

                        Note
                        The TCP/IP protocol is not enabled by default in a SQL Server 2005
                        installation. You may need to use the SQL Server Configuration Manager to
                        enable the protocol.
18 SplendidCRM Deployment Guide




    Appendix B Manually installing IIS
           SplendidCRM requires IIS and will install it if is not already installed. However, we recommend
           that you install manually.
           1.   Launch the Windows Control Panel.
                Figure B1 Control Panel
19 SplendidCRM Deployment Guide

           2.   Select Add or Remove Programs.
                Figure B2 Add or Remove Programs




           3.   Select Add/Remove Windows Components.
                Figure B3 Windows Components Wizard
20 SplendidCRM Deployment Guide



           4.   Highlight, but do not select Internet Information Services (IIS), then click Details. We
                do not want to select IIS at this time because it will add services that are not necessary or
                desired.
                Figure B4 Internet Information Services (IIS)




           5.   Check World Wide Web Services. Doing so will cause Common Files and Internet
                Information Services Snap-In to also be checked. This is normal behavior.
           6.   Select OK, then Next. IIS will be installed.
                Figure B5 Internet Information Services (IIS)
21 SplendidCRM Deployment Guide



                        Note
                        After installing IIS, we recommend that you use the Windows Update
                        service to ensure that all security patches are applied to IIS.




    Appendix C Additional Resources
           For more information about deploying SplendidCRM, see the following resources.


    Additional Resources on the Web
           •    SQL Server 2005 Express Home page at http://www.microsoft.com/sql/default.mspx.
           •    SQL Server Management Studio Express at:
                http://www.microsoft.com/sql/editions/express/default.mspx
           •    How to manage the SQL Server Desktop Engine (MSDE 2000) or SQL Server 2005 Express
                Edition by using the osql utility http://support.microsoft.com/default.aspx?scid=kb;en-
                us;325003
           •    Backing Up and Restoring Microsoft Desktop Engine Databases at
                http://office.microsoft.com/en-us/assistance/HA011382541033.aspx

Mais conteúdo relacionado

Mais procurados

Vmware admin interview questions
Vmware admin interview questionsVmware admin interview questions
Vmware admin interview questionsRitesh Rushiya
 
Dell EMC PowerEdge iDRAC9 - 14 features for power users
Dell EMC PowerEdge  iDRAC9 - 14 features for power usersDell EMC PowerEdge  iDRAC9 - 14 features for power users
Dell EMC PowerEdge iDRAC9 - 14 features for power usersMark Maclean
 
SafePeak Installation guide
SafePeak Installation guideSafePeak Installation guide
SafePeak Installation guideVladi Vexler
 
SYMANTEC Backup Exec 2014 - infographic
SYMANTEC Backup Exec 2014 - infographicSYMANTEC Backup Exec 2014 - infographic
SYMANTEC Backup Exec 2014 - infographicMZERMA Amine
 
Installing and Configuring SolarWinds Patch Manager Automation Role Server
Installing and Configuring SolarWinds Patch Manager Automation Role ServerInstalling and Configuring SolarWinds Patch Manager Automation Role Server
Installing and Configuring SolarWinds Patch Manager Automation Role ServerSolarWinds
 
VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038vmukti
 
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_editedELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_editedElizabeth Wilcox
 
SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]
SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]
SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]Levi Ustinov
 
Om enterprise labs session leader
Om enterprise labs session leaderOm enterprise labs session leader
Om enterprise labs session leaderMark Maclean
 
Ausst technote v2_0
Ausst technote v2_0Ausst technote v2_0
Ausst technote v2_0ajay_mane22
 
VMware Site Recovery Manager (SRM) 6.0 Lab Manual
VMware Site Recovery Manager (SRM) 6.0 Lab ManualVMware Site Recovery Manager (SRM) 6.0 Lab Manual
VMware Site Recovery Manager (SRM) 6.0 Lab ManualSanjeev Kumar
 
Pcm600 v2.5 installation guide
Pcm600 v2.5 installation guidePcm600 v2.5 installation guide
Pcm600 v2.5 installation guidefaqrelion
 
Oracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi services
Oracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi servicesOracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi services
Oracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi servicesdbi services
 
TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015
TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015
TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015Symantec
 

Mais procurados (18)

Installation
InstallationInstallation
Installation
 
Vmware admin interview questions
Vmware admin interview questionsVmware admin interview questions
Vmware admin interview questions
 
Dell EMC PowerEdge iDRAC9 - 14 features for power users
Dell EMC PowerEdge  iDRAC9 - 14 features for power usersDell EMC PowerEdge  iDRAC9 - 14 features for power users
Dell EMC PowerEdge iDRAC9 - 14 features for power users
 
SafePeak Installation guide
SafePeak Installation guideSafePeak Installation guide
SafePeak Installation guide
 
SYMANTEC Backup Exec 2014 - infographic
SYMANTEC Backup Exec 2014 - infographicSYMANTEC Backup Exec 2014 - infographic
SYMANTEC Backup Exec 2014 - infographic
 
Installing and Configuring SolarWinds Patch Manager Automation Role Server
Installing and Configuring SolarWinds Patch Manager Automation Role ServerInstalling and Configuring SolarWinds Patch Manager Automation Role Server
Installing and Configuring SolarWinds Patch Manager Automation Role Server
 
VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038
 
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_editedELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
 
SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]
SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]
SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]
 
Om enterprise labs session leader
Om enterprise labs session leaderOm enterprise labs session leader
Om enterprise labs session leader
 
Ausst technote v2_0
Ausst technote v2_0Ausst technote v2_0
Ausst technote v2_0
 
VMware Site Recovery Manager (SRM) 6.0 Lab Manual
VMware Site Recovery Manager (SRM) 6.0 Lab ManualVMware Site Recovery Manager (SRM) 6.0 Lab Manual
VMware Site Recovery Manager (SRM) 6.0 Lab Manual
 
Best ofmms kb_final
Best ofmms kb_finalBest ofmms kb_final
Best ofmms kb_final
 
Vmware interview
Vmware interviewVmware interview
Vmware interview
 
Pcm600 v2.5 installation guide
Pcm600 v2.5 installation guidePcm600 v2.5 installation guide
Pcm600 v2.5 installation guide
 
Oracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi services
Oracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi servicesOracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi services
Oracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi services
 
TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015
TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015
TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015
 
PCM600
PCM600PCM600
PCM600
 

Destaque

Step Up 1 and 2 ppt
Step Up 1 and 2 pptStep Up 1 and 2 ppt
Step Up 1 and 2 pptguestcef88d
 
Kankroli Tyre Plant(KTP), A unit of JK Tyre & Industries Limited
Kankroli Tyre Plant(KTP), A unit of JK Tyre & Industries LimitedKankroli Tyre Plant(KTP), A unit of JK Tyre & Industries Limited
Kankroli Tyre Plant(KTP), A unit of JK Tyre & Industries LimitedIndia Water Portal
 
8 habits of highly effective language learners
8 habits of highly effective language learners8 habits of highly effective language learners
8 habits of highly effective language learnersPhilip Seifi
 
30美丽的名片
30美丽的名片30美丽的名片
30美丽的名片zsk91186
 
Crear Unha Conta Gmail
Crear Unha Conta GmailCrear Unha Conta Gmail
Crear Unha Conta Gmailvicente
 
Baby & Kids Volume 3 - Vector Graphic Artworks
Baby & Kids Volume 3 - Vector Graphic ArtworksBaby & Kids Volume 3 - Vector Graphic Artworks
Baby & Kids Volume 3 - Vector Graphic ArtworksTZipp
 
Self recommendation PPT
Self recommendation PPTSelf recommendation PPT
Self recommendation PPTmike wang
 
Xinguang Inflatable Toy Factory
Xinguang Inflatable Toy FactoryXinguang Inflatable Toy Factory
Xinguang Inflatable Toy Factoryguest47d98176
 
Dynamic ticket pricing. Squeezing more juice from half time oranges
Dynamic ticket pricing. Squeezing more juice from half time oranges  Dynamic ticket pricing. Squeezing more juice from half time oranges
Dynamic ticket pricing. Squeezing more juice from half time oranges Value Partners
 
Strategic Management Ch05
Strategic Management Ch05Strategic Management Ch05
Strategic Management Ch05Chuong Nguyen
 
Ch13 system testexecution
Ch13 system testexecutionCh13 system testexecution
Ch13 system testexecutionabcxyz_abc
 
Lucent Technologies With Analysis
Lucent Technologies With AnalysisLucent Technologies With Analysis
Lucent Technologies With Analysisbinotrisha
 

Destaque (20)

Step Up 1 and 2 ppt
Step Up 1 and 2 pptStep Up 1 and 2 ppt
Step Up 1 and 2 ppt
 
Satz1
Satz1Satz1
Satz1
 
Kankroli Tyre Plant(KTP), A unit of JK Tyre & Industries Limited
Kankroli Tyre Plant(KTP), A unit of JK Tyre & Industries LimitedKankroli Tyre Plant(KTP), A unit of JK Tyre & Industries Limited
Kankroli Tyre Plant(KTP), A unit of JK Tyre & Industries Limited
 
Elearning v.0.0
Elearning v.0.0Elearning v.0.0
Elearning v.0.0
 
Attom
AttomAttom
Attom
 
8 habits of highly effective language learners
8 habits of highly effective language learners8 habits of highly effective language learners
8 habits of highly effective language learners
 
30美丽的名片
30美丽的名片30美丽的名片
30美丽的名片
 
Jalan terindah
Jalan terindahJalan terindah
Jalan terindah
 
Boe February 10 2009 Agenda
Boe February 10 2009 AgendaBoe February 10 2009 Agenda
Boe February 10 2009 Agenda
 
Crear Unha Conta Gmail
Crear Unha Conta GmailCrear Unha Conta Gmail
Crear Unha Conta Gmail
 
Baby & Kids Volume 3 - Vector Graphic Artworks
Baby & Kids Volume 3 - Vector Graphic ArtworksBaby & Kids Volume 3 - Vector Graphic Artworks
Baby & Kids Volume 3 - Vector Graphic Artworks
 
Self recommendation PPT
Self recommendation PPTSelf recommendation PPT
Self recommendation PPT
 
Xinguang Inflatable Toy Factory
Xinguang Inflatable Toy FactoryXinguang Inflatable Toy Factory
Xinguang Inflatable Toy Factory
 
Autocad lisp
Autocad lispAutocad lisp
Autocad lisp
 
Dynamic ticket pricing. Squeezing more juice from half time oranges
Dynamic ticket pricing. Squeezing more juice from half time oranges  Dynamic ticket pricing. Squeezing more juice from half time oranges
Dynamic ticket pricing. Squeezing more juice from half time oranges
 
Fgcfg
FgcfgFgcfg
Fgcfg
 
Strategic Management Ch05
Strategic Management Ch05Strategic Management Ch05
Strategic Management Ch05
 
Ch13 system testexecution
Ch13 system testexecutionCh13 system testexecution
Ch13 system testexecution
 
Lucent Technologies With Analysis
Lucent Technologies With AnalysisLucent Technologies With Analysis
Lucent Technologies With Analysis
 
ppt on gss
ppt on gssppt on gss
ppt on gss
 

Semelhante a dfasdfsdf

Automating That "Other" OS
Automating That "Other" OSAutomating That "Other" OS
Automating That "Other" OSJulian Dunn
 
Quick Deployments
Quick DeploymentsQuick Deployments
Quick DeploymentsRandy602049
 
Sdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalSdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalStephen Rose
 
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...Roel van Bueren
 
Installing ingres enterprise access in a system which already has an ingres i...
Installing ingres enterprise access in a system which already has an ingres i...Installing ingres enterprise access in a system which already has an ingres i...
Installing ingres enterprise access in a system which already has an ingres i...malu42
 
Windows tuning guide_for_vspace
Windows tuning guide_for_vspaceWindows tuning guide_for_vspace
Windows tuning guide_for_vspacekaduger
 
cynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guidecynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guidecynapspro GmbH
 
System Center 2012 Virtual Machine Manager
System Center 2012 Virtual Machine ManagerSystem Center 2012 Virtual Machine Manager
System Center 2012 Virtual Machine ManagerNorman Mayes
 
How to install Microsoft Dynamics CRM 2011
How to install Microsoft Dynamics CRM 2011How to install Microsoft Dynamics CRM 2011
How to install Microsoft Dynamics CRM 2011ashrawi92
 
MS Cloud Day - Deploying and monitoring windows azure applications
MS Cloud Day - Deploying and monitoring windows azure applicationsMS Cloud Day - Deploying and monitoring windows azure applications
MS Cloud Day - Deploying and monitoring windows azure applicationsSpiffy
 
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database ManagementSYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database ManagementDsunte Wilson
 
Installing Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudInstalling Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudDjalma Britto
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manualPramod Sharma
 
Cloud stack3.0.0 3.0.2quickinstallguide
Cloud stack3.0.0 3.0.2quickinstallguideCloud stack3.0.0 3.0.2quickinstallguide
Cloud stack3.0.0 3.0.2quickinstallguideFirman Indrianto
 
Safe peak installation guide version 2.1
Safe peak installation guide version 2.1Safe peak installation guide version 2.1
Safe peak installation guide version 2.1Vladi Vexler
 
Dell 3-2-1 Reference Configurations: Configuration, management, and upgrade g...
Dell 3-2-1 Reference Configurations: Configuration, management, and upgrade g...Dell 3-2-1 Reference Configurations: Configuration, management, and upgrade g...
Dell 3-2-1 Reference Configurations: Configuration, management, and upgrade g...Principled Technologies
 
Tech Ed 2008 Israel Server Management 360
Tech Ed 2008 Israel   Server Management 360Tech Ed 2008 Israel   Server Management 360
Tech Ed 2008 Israel Server Management 360Amit Gatenyo
 
Installation and c onfiguration
Installation and c onfigurationInstallation and c onfiguration
Installation and c onfigurationbispsolutions
 

Semelhante a dfasdfsdf (20)

Automating That "Other" OS
Automating That "Other" OSAutomating That "Other" OS
Automating That "Other" OS
 
Quick Deployments
Quick DeploymentsQuick Deployments
Quick Deployments
 
Managing servers
Managing serversManaging servers
Managing servers
 
Sdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalSdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint Final
 
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
 
Installing ingres enterprise access in a system which already has an ingres i...
Installing ingres enterprise access in a system which already has an ingres i...Installing ingres enterprise access in a system which already has an ingres i...
Installing ingres enterprise access in a system which already has an ingres i...
 
Windows tuning guide_for_vspace
Windows tuning guide_for_vspaceWindows tuning guide_for_vspace
Windows tuning guide_for_vspace
 
cynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guidecynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guide
 
System Center 2012 Virtual Machine Manager
System Center 2012 Virtual Machine ManagerSystem Center 2012 Virtual Machine Manager
System Center 2012 Virtual Machine Manager
 
How to install Microsoft Dynamics CRM 2011
How to install Microsoft Dynamics CRM 2011How to install Microsoft Dynamics CRM 2011
How to install Microsoft Dynamics CRM 2011
 
MS Cloud Day - Deploying and monitoring windows azure applications
MS Cloud Day - Deploying and monitoring windows azure applicationsMS Cloud Day - Deploying and monitoring windows azure applications
MS Cloud Day - Deploying and monitoring windows azure applications
 
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database ManagementSYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
 
Installing Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudInstalling Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM Smartcloud
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
 
Cloud stack3.0.0 3.0.2quickinstallguide
Cloud stack3.0.0 3.0.2quickinstallguideCloud stack3.0.0 3.0.2quickinstallguide
Cloud stack3.0.0 3.0.2quickinstallguide
 
Safe peak installation guide version 2.1
Safe peak installation guide version 2.1Safe peak installation guide version 2.1
Safe peak installation guide version 2.1
 
Dell 3-2-1 Reference Configurations: Configuration, management, and upgrade g...
Dell 3-2-1 Reference Configurations: Configuration, management, and upgrade g...Dell 3-2-1 Reference Configurations: Configuration, management, and upgrade g...
Dell 3-2-1 Reference Configurations: Configuration, management, and upgrade g...
 
Tech Ed 2008 Israel Server Management 360
Tech Ed 2008 Israel   Server Management 360Tech Ed 2008 Israel   Server Management 360
Tech Ed 2008 Israel Server Management 360
 
Installation and c onfiguration
Installation and c onfigurationInstallation and c onfiguration
Installation and c onfiguration
 
How to build a Oracle cloud adapter SOA, Integration & API's
How to build a Oracle cloud adapter  SOA, Integration & API'sHow to build a Oracle cloud adapter  SOA, Integration & API's
How to build a Oracle cloud adapter SOA, Integration & API's
 

Último

Top profile Call Girls In Mangalore [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Mangalore [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Mangalore [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Mangalore [ 7014168258 ] Call Me For Genuine Models...gajnagarg
 
01552_14_01306_8.0_EPS_CMP_SW_VC2_Notebook.doc
01552_14_01306_8.0_EPS_CMP_SW_VC2_Notebook.doc01552_14_01306_8.0_EPS_CMP_SW_VC2_Notebook.doc
01552_14_01306_8.0_EPS_CMP_SW_VC2_Notebook.docazrfdstgdgdfh
 
Muslim Call Girls Churchgate WhatsApp +91-9930687706, Best Service
Muslim Call Girls Churchgate WhatsApp +91-9930687706, Best ServiceMuslim Call Girls Churchgate WhatsApp +91-9930687706, Best Service
Muslim Call Girls Churchgate WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
John deere 7200r 7230R 7260R Problems Repair Manual
John deere 7200r 7230R 7260R Problems Repair ManualJohn deere 7200r 7230R 7260R Problems Repair Manual
John deere 7200r 7230R 7260R Problems Repair ManualExcavator
 
Is Your BMW PDC Malfunctioning Discover How to Easily Reset It
Is Your BMW PDC Malfunctioning Discover How to Easily Reset ItIs Your BMW PDC Malfunctioning Discover How to Easily Reset It
Is Your BMW PDC Malfunctioning Discover How to Easily Reset ItEuroService Automotive
 
一比一原版伯明翰城市大学毕业证成绩单留信学历认证
一比一原版伯明翰城市大学毕业证成绩单留信学历认证一比一原版伯明翰城市大学毕业证成绩单留信学历认证
一比一原版伯明翰城市大学毕业证成绩单留信学历认证62qaf0hi
 
一比一原版(Deakin毕业证书)迪肯大学毕业证成绩单留信学历认证
一比一原版(Deakin毕业证书)迪肯大学毕业证成绩单留信学历认证一比一原版(Deakin毕业证书)迪肯大学毕业证成绩单留信学历认证
一比一原版(Deakin毕业证书)迪肯大学毕业证成绩单留信学历认证62qaf0hi
 
如何办理(Waterloo毕业证书)滑铁卢大学毕业证毕业证成绩单原版一比一
如何办理(Waterloo毕业证书)滑铁卢大学毕业证毕业证成绩单原版一比一如何办理(Waterloo毕业证书)滑铁卢大学毕业证毕业证成绩单原版一比一
如何办理(Waterloo毕业证书)滑铁卢大学毕业证毕业证成绩单原版一比一avy6anjnd
 
Marathi Call Girls Santacruz WhatsApp +91-9930687706, Best Service
Marathi Call Girls Santacruz WhatsApp +91-9930687706, Best ServiceMarathi Call Girls Santacruz WhatsApp +91-9930687706, Best Service
Marathi Call Girls Santacruz WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
在线定制(UBC毕业证书)英属哥伦比亚大学毕业证成绩单留信学历认证原版一比一
在线定制(UBC毕业证书)英属哥伦比亚大学毕业证成绩单留信学历认证原版一比一在线定制(UBC毕业证书)英属哥伦比亚大学毕业证成绩单留信学历认证原版一比一
在线定制(UBC毕业证书)英属哥伦比亚大学毕业证成绩单留信学历认证原版一比一qh1ao5mm
 
CELLULAR RESPIRATION. Helpful slides for
CELLULAR RESPIRATION. Helpful slides forCELLULAR RESPIRATION. Helpful slides for
CELLULAR RESPIRATION. Helpful slides foreuphemism22
 
如何办理莱斯大学毕业证(Rice毕业证)毕业证成绩单原版一比一
如何办理莱斯大学毕业证(Rice毕业证)毕业证成绩单原版一比一如何办理莱斯大学毕业证(Rice毕业证)毕业证成绩单原版一比一
如何办理莱斯大学毕业证(Rice毕业证)毕业证成绩单原版一比一avy6anjnd
 
9352852248 Call Girls Gota Escort Service Available 24×7 In Gota
9352852248 Call Girls  Gota Escort Service Available 24×7 In Gota9352852248 Call Girls  Gota Escort Service Available 24×7 In Gota
9352852248 Call Girls Gota Escort Service Available 24×7 In Gotagargpaaro
 
Top profile Call Girls In dharamshala [ 7014168258 ] Call Me For Genuine Mode...
Top profile Call Girls In dharamshala [ 7014168258 ] Call Me For Genuine Mode...Top profile Call Girls In dharamshala [ 7014168258 ] Call Me For Genuine Mode...
Top profile Call Girls In dharamshala [ 7014168258 ] Call Me For Genuine Mode...gajnagarg
 
如何办理(NCL毕业证书)纽卡斯尔大学毕业证毕业证成绩单原版一比一
如何办理(NCL毕业证书)纽卡斯尔大学毕业证毕业证成绩单原版一比一如何办理(NCL毕业证书)纽卡斯尔大学毕业证毕业证成绩单原版一比一
如何办理(NCL毕业证书)纽卡斯尔大学毕业证毕业证成绩单原版一比一avy6anjnd
 
一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样
一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样
一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样wsppdmt
 
Effortless Driving Experience Premier Mercedes Sprinter Suspension Service
Effortless Driving Experience Premier Mercedes Sprinter Suspension ServiceEffortless Driving Experience Premier Mercedes Sprinter Suspension Service
Effortless Driving Experience Premier Mercedes Sprinter Suspension ServiceSprinter Gurus
 
Vip Begusarai Escorts Service Girl ^ 9332606886, WhatsApp Anytime Begusarai
Vip Begusarai Escorts Service Girl ^ 9332606886, WhatsApp Anytime BegusaraiVip Begusarai Escorts Service Girl ^ 9332606886, WhatsApp Anytime Begusarai
Vip Begusarai Escorts Service Girl ^ 9332606886, WhatsApp Anytime Begusaraimeghakumariji156
 
Premium Call Girls Nagpur Call Girls (Adult Only) 💯Call Us 🔝 6378878445 🔝 💃 E...
Premium Call Girls Nagpur Call Girls (Adult Only) 💯Call Us 🔝 6378878445 🔝 💃 E...Premium Call Girls Nagpur Call Girls (Adult Only) 💯Call Us 🔝 6378878445 🔝 💃 E...
Premium Call Girls Nagpur Call Girls (Adult Only) 💯Call Us 🔝 6378878445 🔝 💃 E...vershagrag
 

Último (20)

Top profile Call Girls In Mangalore [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Mangalore [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Mangalore [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Mangalore [ 7014168258 ] Call Me For Genuine Models...
 
01552_14_01306_8.0_EPS_CMP_SW_VC2_Notebook.doc
01552_14_01306_8.0_EPS_CMP_SW_VC2_Notebook.doc01552_14_01306_8.0_EPS_CMP_SW_VC2_Notebook.doc
01552_14_01306_8.0_EPS_CMP_SW_VC2_Notebook.doc
 
Muslim Call Girls Churchgate WhatsApp +91-9930687706, Best Service
Muslim Call Girls Churchgate WhatsApp +91-9930687706, Best ServiceMuslim Call Girls Churchgate WhatsApp +91-9930687706, Best Service
Muslim Call Girls Churchgate WhatsApp +91-9930687706, Best Service
 
John deere 7200r 7230R 7260R Problems Repair Manual
John deere 7200r 7230R 7260R Problems Repair ManualJohn deere 7200r 7230R 7260R Problems Repair Manual
John deere 7200r 7230R 7260R Problems Repair Manual
 
Abortion pills Dubai (+918133066128) Cytotec 200mg pills UAE Abudhabi
Abortion pills Dubai (+918133066128) Cytotec 200mg pills UAE AbudhabiAbortion pills Dubai (+918133066128) Cytotec 200mg pills UAE Abudhabi
Abortion pills Dubai (+918133066128) Cytotec 200mg pills UAE Abudhabi
 
Is Your BMW PDC Malfunctioning Discover How to Easily Reset It
Is Your BMW PDC Malfunctioning Discover How to Easily Reset ItIs Your BMW PDC Malfunctioning Discover How to Easily Reset It
Is Your BMW PDC Malfunctioning Discover How to Easily Reset It
 
一比一原版伯明翰城市大学毕业证成绩单留信学历认证
一比一原版伯明翰城市大学毕业证成绩单留信学历认证一比一原版伯明翰城市大学毕业证成绩单留信学历认证
一比一原版伯明翰城市大学毕业证成绩单留信学历认证
 
一比一原版(Deakin毕业证书)迪肯大学毕业证成绩单留信学历认证
一比一原版(Deakin毕业证书)迪肯大学毕业证成绩单留信学历认证一比一原版(Deakin毕业证书)迪肯大学毕业证成绩单留信学历认证
一比一原版(Deakin毕业证书)迪肯大学毕业证成绩单留信学历认证
 
如何办理(Waterloo毕业证书)滑铁卢大学毕业证毕业证成绩单原版一比一
如何办理(Waterloo毕业证书)滑铁卢大学毕业证毕业证成绩单原版一比一如何办理(Waterloo毕业证书)滑铁卢大学毕业证毕业证成绩单原版一比一
如何办理(Waterloo毕业证书)滑铁卢大学毕业证毕业证成绩单原版一比一
 
Marathi Call Girls Santacruz WhatsApp +91-9930687706, Best Service
Marathi Call Girls Santacruz WhatsApp +91-9930687706, Best ServiceMarathi Call Girls Santacruz WhatsApp +91-9930687706, Best Service
Marathi Call Girls Santacruz WhatsApp +91-9930687706, Best Service
 
在线定制(UBC毕业证书)英属哥伦比亚大学毕业证成绩单留信学历认证原版一比一
在线定制(UBC毕业证书)英属哥伦比亚大学毕业证成绩单留信学历认证原版一比一在线定制(UBC毕业证书)英属哥伦比亚大学毕业证成绩单留信学历认证原版一比一
在线定制(UBC毕业证书)英属哥伦比亚大学毕业证成绩单留信学历认证原版一比一
 
CELLULAR RESPIRATION. Helpful slides for
CELLULAR RESPIRATION. Helpful slides forCELLULAR RESPIRATION. Helpful slides for
CELLULAR RESPIRATION. Helpful slides for
 
如何办理莱斯大学毕业证(Rice毕业证)毕业证成绩单原版一比一
如何办理莱斯大学毕业证(Rice毕业证)毕业证成绩单原版一比一如何办理莱斯大学毕业证(Rice毕业证)毕业证成绩单原版一比一
如何办理莱斯大学毕业证(Rice毕业证)毕业证成绩单原版一比一
 
9352852248 Call Girls Gota Escort Service Available 24×7 In Gota
9352852248 Call Girls  Gota Escort Service Available 24×7 In Gota9352852248 Call Girls  Gota Escort Service Available 24×7 In Gota
9352852248 Call Girls Gota Escort Service Available 24×7 In Gota
 
Top profile Call Girls In dharamshala [ 7014168258 ] Call Me For Genuine Mode...
Top profile Call Girls In dharamshala [ 7014168258 ] Call Me For Genuine Mode...Top profile Call Girls In dharamshala [ 7014168258 ] Call Me For Genuine Mode...
Top profile Call Girls In dharamshala [ 7014168258 ] Call Me For Genuine Mode...
 
如何办理(NCL毕业证书)纽卡斯尔大学毕业证毕业证成绩单原版一比一
如何办理(NCL毕业证书)纽卡斯尔大学毕业证毕业证成绩单原版一比一如何办理(NCL毕业证书)纽卡斯尔大学毕业证毕业证成绩单原版一比一
如何办理(NCL毕业证书)纽卡斯尔大学毕业证毕业证成绩单原版一比一
 
一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样
一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样
一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样
 
Effortless Driving Experience Premier Mercedes Sprinter Suspension Service
Effortless Driving Experience Premier Mercedes Sprinter Suspension ServiceEffortless Driving Experience Premier Mercedes Sprinter Suspension Service
Effortless Driving Experience Premier Mercedes Sprinter Suspension Service
 
Vip Begusarai Escorts Service Girl ^ 9332606886, WhatsApp Anytime Begusarai
Vip Begusarai Escorts Service Girl ^ 9332606886, WhatsApp Anytime BegusaraiVip Begusarai Escorts Service Girl ^ 9332606886, WhatsApp Anytime Begusarai
Vip Begusarai Escorts Service Girl ^ 9332606886, WhatsApp Anytime Begusarai
 
Premium Call Girls Nagpur Call Girls (Adult Only) 💯Call Us 🔝 6378878445 🔝 💃 E...
Premium Call Girls Nagpur Call Girls (Adult Only) 💯Call Us 🔝 6378878445 🔝 💃 E...Premium Call Girls Nagpur Call Girls (Adult Only) 💯Call Us 🔝 6378878445 🔝 💃 E...
Premium Call Girls Nagpur Call Girls (Adult Only) 💯Call Us 🔝 6378878445 🔝 💃 E...
 

dfasdfsdf

  • 1. SplendidCRM 3.0 Community Edition Deployment Guide Published: November 2008 This guide is for informational purposes only. SPLENDIDCRM SOFTWARE MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT. © 2005-2008 SplendidCRM Software, Inc. All rights reserved. Microsoft, MSDN, and Windows Server are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
  • 2. CONTENTS Introduction....................................................................................................................... 1 Overview of SplendidCRM............................................................................................... 1 Infrastructure Requirements.......................................................................................... 2 Deploying SplendidCRM.................................................................................................. 3 Overview of Procedures for Deployment ............................................................... 3 Installing SplendidCRM ............................................................................................ 4 Configuring the SplendidCRM ......................................................................................13 Configuring Using the Administrative Page ........................................................13 Backup and Restore Operations..................................................................................14 Backing Up SplendidCRM Manually .....................................................................14 Restoring SplendidCRM Manually ........................................................................15 Removing SplendidCRM Community Edition ............................................................15 Uninstalling SplendidCRM......................................................................................15 Appendix A: Attaching to SQL Serer 2005/2008 .....................................................17 Appendix B Manually installing IIS ..............................................................................18 Appendix C Additional Resources ...............................................................................21 Additional Resources on the Web ........................................................................21
  • 3. Introduction This document guides you through the deployment of SplendidCRM. It contains the following sections: • Overview of SplendidCRM, which explains how the Open-Source Edition varies from the Professional Edition. • Infrastructure Requirements explains the necessary prerequisites for installing SplendidCRM. • Overview of the Deployment Process guides you through the high-level deployment steps. • Deploying SplendidCRM guides you through the process of deploying a SplendidCRM. • Configuring SplendidCRM explains how to configure your SplendidCRM by using the SplendidCRM administrative interfaces. • Removing SplendidCRM describes deactivating and removing the SplendidCRM from your IT infrastructure. • Appendix A: Attaching to SQL Server 2005 or SQL Server 2008 explains how to attach the SplendidCRM database to an existing SQL Server installation. • Appendix B: Manually installing IIS explains how to manually install Internet Information Services (IIS). • Appendix C: Additional Resources contains links to additional supporting documentation. Overview of SplendidCRM SplendidCRM offers an Open-Source Edition and a Professional Edition. • SplendidCRM Open-Source Edition is designed for use in small- or medium-sized organizations to support a maximum of 100 users. This server is a standalone server with a local SQL Server 2005 Express database that stores user data. The SplendidCRM Open- Source Edition includes the C# and ASP.NET source code, but it does not include the source code for the SQL Functions, Procedures or Views. • SplendidCRM Professional Edition is designed for use in larger organizations that intend to integrate SplendidCRM into their existing applications. It is intended for large-scale deployments supporting up to 1,000 users. In a Professional deployment, one or more installations can be load balanced and share a central Microsoft SQL Server™ database that stores data. The SplendidCRM Professional Edition includes the C# and ASP.NET source code as well as the source code for the SQL Functions, Procedures or Views.
  • 4. 2 SplendidCRM Deployment Guide Infrastructure Requirements Before you install SplendidCRM, ensure that your environment meets the following prerequisites: • Servers that will host SplendidCRM require one of the following Windows Server editions: • Windows 2000 Server, Standard Edition • Windows Server 2003, Web Edition • Windows Server 2003, Standard Edition 32-bit & 64-bit • Windows Server 2003, Enterprise Edition32-bit & 64-bit • Windows Server 2008, Web Edition • Windows Server 2008, Standard Edition 32-bit & 64-bit • Windows Server 2008, Enterprise Edition 32-bit & 64-bit • Windows Vista and Windows XP can also be used to host SplendidCRM, but we recommend you use these desktop operating systems only to evaluate SplendidCRM and not to use it in a production environment. • SplendidCRM requires Internet Information Server (IIS). IIS is include in all Microsoft’s operating systems, but you may need your original disk to make certain that it gets installed during the SplendidCRM installation process. • SplendidCRM supports most versions of the SQL Server database, including the following: • SQL Server 2005 Express • SQL Server 2005 Standard 32-bit & 64-bit • SQL Server 2005 Enterprise 32-bit & 64-bit • SQL Server 2008 Standard 32-bit & 64-bit • SQL Server 2008 Enterprise 32-bit & 64-bit • A SQL Server 2005 Express instance is installed by Setup on the server that will host SplendidCRM. Alternatively, a SQL Server administrator can skip the SQL Server 2005 Express installation and manually attach the provided database files to their preferred SQL Server instance.
  • 5. 3 SplendidCRM Deployment Guide Deploying SplendidCRM Overview of Procedures for Deployment This section provides step-by-step instructions for deploying SplendidCRM by using Setup.exe. To ease the process, Setup explains tasks, provides tips about permissions and prerequisites, includes warnings, and uses task wizards to lead you through each step. Table 1 lists the procedures involved in the deployment of SplendidCRM. Table 1 Deploying SplendidCRM Task Required Description Administrative Credentials Install .NET Framework Yes Installs .NET 2.0 if not already Local Administrator 2.0. installed. Note: .NET is not included in the Setup application, but will be download as needed. Therefore, the computer must have Internet access. .NET is included in Windows Server 2003. Install the SQL Server Yes. Setup Installs the SQL Server 2005 Local Administrator 2005 Express instance. automatically Express database instance on creates the SQL (local)SplendidCRM. Server 2005 Express instance. Install files for Yes Installs files and register Local Administrator SplendidCRM. SplendidCRM application with the IIS web server. Launch SplendidCRM. No Launches the homepage of Local Administrator SplendidCRM. Note: By default, SplendidCRM uses Windows Authentication. Users are automatically added the first time they navigate to the SplendidCRM server. Users that are part of the Windows Domain Admins group or part of the local Administrators group are added as SplendidCRM administrators. Precompile the site No To help increase performance, Local Administrator the Setup can precompile core pages. These pages are normally compiled on-demand, but this can lead to a few second delay.
  • 6. 4 SplendidCRM Deployment Guide Installing SplendidCRM Installing Files for SplendidCRM To install files for SplendidCRM 1. Log on to the computer where you want to deploy your SplendidCRM by using local administrator or equivalent permissions. 2. On the SplendidCRM install folder or CD, run Setup.exe to open the Deployment Tool. Figure 1 SplendidCRM Setup Wizard page
  • 7. 5 SplendidCRM Deployment Guide 3. On the License Agreement page, read the license agreement, and if you agree, click the I accept the terms in the license agreement option, and click Next. Figure 2 License Agreement page 4. You may install SplendidCRM in any folder, but the recommended location is C:Program FilesSplendidCRM Software. Figure 3 Destination Folder page
  • 8. 6 SplendidCRM Deployment Guide 5. On the Setup Type page you can choose a Typical install or a Custom install. The Custom install allows you to disable the SQL Server 2005 Express installation. Figure 4 Setup Type 6. On the Custom Setup page, you may opt to disable the install of SQL Server 2005 Express, and click Next. Please refer to Appendix A for instructions on how to connect to an alternative database. Figure 5 Choose to disable SQL Server 2005 Express
  • 9. 7 SplendidCRM Deployment Guide 7. On the Ready to Install the Program page, review the settings and click Install to proceed. Click Back to make changes to the settings. Figure 6 Ready to Install the Program page 8. Setup will provide a progress indicator. Figure 7 Installing page
  • 10. 8 SplendidCRM Deployment Guide 9. On the Setup Wizard Completed page, click Finish. At this stage, the installation is not complete. All of the files have been installed, but you must run the SplendidCRM Configuration Wizard to configure IIS and install SQL Server 2005 Express. Figure 8 Completed page Installing Services and Configuring SplendidCRM To install the services for SplendidCRM 1. The SplendidCRM Configuration Wizard will install IIS, install SQL Server 2005 Express, attach the database, update the database and precompile the web site. Figure 9 SplendidCRM Configuration Wizard
  • 11. 9 SplendidCRM Deployment Guide 2. SplendidCRM requires Internet Information Services (IIS). Please refer to Appendix B for instructions on installing IIS manually. If IIS is not installed, you will need your operating system installation disk. Figure 10 Installation of IIS 3. The SQL Server 2005 Express setup will provide a separate progress dialog. Figure 11 Installation of SQL Server 2005 Express
  • 12. 10 SplendidCRM Deployment Guide 4. If you have multiple SplendidCRM installations, you can select the specific installation that you want to configure. You can also decide if you want to precompile the web site. Precompiling the site will make the site fast, but it is optional because .NET will automatically compile the site as needed. Figure 12 Web Site Location 5. The database connection dialog is where you would specify an alternate database location if you chose not to install SQL Server 2005 Express. Please keep in mind that if you select an alternate database server, that you will have to manually create the SplendidCRM database on that server and you will have to provide a login with ownership rights. Figure 13 Database Connection
  • 13. 11 SplendidCRM Deployment Guide 6. Updating the database is a critical step in the installation process. If you encounter any errors on this page, please report them to SplendidCRM Software. Figure 14 Updating the database 7. The precompile process can take a couple of minutes, but it is useful to ensure the best customer experience. Figure 15 Precompiling the Web Site
  • 14. 12 SplendidCRM Deployment Guide 8. If the installation competes without any errors, you will be given the opportunity to launch the web site. If there were errors, the errors will be summarized here. Figure 16 Installation Complete 10. page: http://localhost/SplendidCRM. Figure 17 SplendidCRM home page You now have SplendidCRM successfully installed on the computer.
  • 15. 13 SplendidCRM Deployment Guide Confirming Successful SQL Server 2005 Express Installation Use the following procedure to confirm that the installation of SQL Server 2005 Express was successful. To confirm that SQL Server 2005 Express has been successfully installed 1. Right-click My Computer and click Manage. 2. Double-click Services and Applications. 3. Double-click Services. 4. Confirm that MSSQL$SPLENDIDCRM is in the list of services. Other instances may exist; if they do they will be listed as MSSQL$**** (where asterisks indicate the name of the instance). Configuring the SplendidCRM Configuring Using the Administrative Page After you have installed SplendidCRM, you can use the SplendidCRM admin page to configure your server. To navigate to the admin page A link to the admin page is typically located in the upper right corner of the page. Alternatively, you can navigate manually to the admin page: http://localhost/SplendidCRM/Administration. Figure 18 SplendidCRM Admin page
  • 16. 14 SplendidCRM Deployment Guide Backup and Restore Operations Should a data-loss situation occur, backing up your SQL Server 2005 Express database and SplendidCRM configurations can help minimize the amount of time and work required to restore your environment. SplendidCRM has a built-in scheduler that has been configured by default to backup the database once a week. You can also backup the database manually using the SQL Server Management Studio. Note Microsoft has recently released SQL Server Management Studio Express as a free tool to manage an SQL Server 2005 Express database or a MSDE database. You can find this tool at: http://msdn.microsoft.com/vstudio/express/sql/default.aspx. Backing Up SplendidCRM Manually Backing Up the SQL Server 2005 Express Database Use the osql command to back up the SplendidCRM database. Or, you may use SQL Query Analyzer if you have SQL Server 2005 installed somewhere in your organization. To back up the SplendidCRM database by using the osql command 1. Log on to the server as an administrator if not already logged on. 2. Create a folder: C:Backup. 3. Open a command window. Click Start, click Run, type cmd, and then click OK. 4. At the command prompt, go to the “C:Program FilesMicrosoft SQL Server80ToolsBinn” folder. 5. Login to the SplendidCRM instance using osql. The –S switch is used to specify the server and the –E switch is used to enable a trusted connection. osql –S (local)SplendidCRM -E Alternatively, you can login using SQL Server authentication by specifying the sa user and password. Note: The default sa password is splendidcrm2005. osql –S (local)SplendidCRM –U sa –P splendidcrm2005 6. Backup the SplendidCRM database with the following command: 1>backup database SplendidCRM to disk = 'c:Backupsplendidcrm.bak' 2>GO 7. Quit osql. 3>quit The backup should be copied to a secure, remote directory that will be available in the event of a data loss situation.
  • 17. 15 SplendidCRM Deployment Guide Restoring SplendidCRM Manually Restoring the SQL Server 2005 Express Database In the event of an SQL Server 2005 Express database corruption, use the following procedure to restore the SQL Server 2005 Express database to the point at which it was last backed up. To restore the SQL Server 2005 Express database using the osql command 1. Log on to the server as an administrator. 2. Create a folder C:Backup. 3. Copy the backup file to the C:Backup directory. 4. Open a Command window. Click Start, click Run, type cmd, and then click OK. 5. At the command prompt, go to the “C:Program FilesMicrosoft SQL Server80ToolsBinn” folder. 6. Login to the SplendidCRM instance using osql. The –S switch is used to specify the server and the –E switch is used to enable a trusted connection. osql –S (local)SplendidCRM -E Alternatively, you can login using SQL Server authentication by specifying the sa user and password. Note: The default sa password is splendidcrm2005. osql –S (local)SplendidCRM –U sa –P splendidcrm2005 7. Restore the SplendidCRM database by using the command: 1>restore database SplendidCRM from disk = 'c:Backupsplendidcrm.bak' 2>GO 8. Quit osql. 3>quit Removing SplendidCRM Community Edition When you uninstall a SplendidCRM, the default is to detach the SplendidCRM databases. Detach means to keep all data files. Uninstalling SplendidCRM Use the following procedure to uninstall the SplendidCRM. To uninstall files for SplendidCRM 1. Log on to the SplendidCRM server using local administrator credentials. 2. Click Start, point to Settings, click Control Panel, and then double-click Add or Remove Programs. 3. In Add or Remove Programs, click SplendidCRM, and then click Change. 4. On the Setup Wizard page, click Next. 5. On the Program Maintenance page, select Remove, then click Next. 6. Click Remove. If the SQL Server 2005 Express was installed during Setup, it will need to be removed separately.
  • 19. 17 SplendidCRM Deployment Guide Appendix A: Attaching to SQL Serer 2005/2008 Attaching to either SQL Server 2005 or SQL Server 2008 is straight forward for those familiar with administering SQL Server. If you are not familiar with administrating SQL Server, then we recommend that use allow the setup application to install SQL Server 2005 Express. Note The included database files cannot be attached to SQL Server 2000. In the event that you want to run SplendidCRM on a SQL Server 2000 database server, you can use the SplendidCRM Configuration Wizard to populate a new database. 1. Copy the SplendidCRM database files from the installation folder to the database server. The database files are SplendidCRM_Data.MDF and SplendidCRM_Log.LDF. 2. Attach the SplendidCRM database to the desired SQL Server instance. 3. Select an existing user or create a new user with ownership rights to the SplendidCRM database. 4. Update the web.config file with SQL Server location and the user credentials. The connection string is stored with the SplendidSQLServer key. <configuration> <appSettings> <add key=quot;SplendidProviderquot; value=quot;System.Data.SqlClientquot; /> <add key=quot;SplendidSQLServerquot; value=quot;data source=(local)SplendidCRM;initial catalog=SplendidCRM;persist security info=True;packet size=4096;user id=sa;password=splendidcrm2005quot; /> </appSettings> . . . 5. Enable TCP/IP protocol. Note The TCP/IP protocol is not enabled by default in a SQL Server 2005 installation. You may need to use the SQL Server Configuration Manager to enable the protocol.
  • 20. 18 SplendidCRM Deployment Guide Appendix B Manually installing IIS SplendidCRM requires IIS and will install it if is not already installed. However, we recommend that you install manually. 1. Launch the Windows Control Panel. Figure B1 Control Panel
  • 21. 19 SplendidCRM Deployment Guide 2. Select Add or Remove Programs. Figure B2 Add or Remove Programs 3. Select Add/Remove Windows Components. Figure B3 Windows Components Wizard
  • 22. 20 SplendidCRM Deployment Guide 4. Highlight, but do not select Internet Information Services (IIS), then click Details. We do not want to select IIS at this time because it will add services that are not necessary or desired. Figure B4 Internet Information Services (IIS) 5. Check World Wide Web Services. Doing so will cause Common Files and Internet Information Services Snap-In to also be checked. This is normal behavior. 6. Select OK, then Next. IIS will be installed. Figure B5 Internet Information Services (IIS)
  • 23. 21 SplendidCRM Deployment Guide Note After installing IIS, we recommend that you use the Windows Update service to ensure that all security patches are applied to IIS. Appendix C Additional Resources For more information about deploying SplendidCRM, see the following resources. Additional Resources on the Web • SQL Server 2005 Express Home page at http://www.microsoft.com/sql/default.mspx. • SQL Server Management Studio Express at: http://www.microsoft.com/sql/editions/express/default.mspx • How to manage the SQL Server Desktop Engine (MSDE 2000) or SQL Server 2005 Express Edition by using the osql utility http://support.microsoft.com/default.aspx?scid=kb;en- us;325003 • Backing Up and Restoring Microsoft Desktop Engine Databases at http://office.microsoft.com/en-us/assistance/HA011382541033.aspx