Disaster Recovery Procedure for a RulePoint Setup Spanning Across Geographical Locations

Size: px
Start display at page:

Download "Disaster Recovery Procedure for a RulePoint Setup Spanning Across Geographical Locations"

Transcription

1 Disaster Recovery Procedure for a RulePoint Setup Spanning Across Geographical Locations 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without prior consent of Informatica Corporation. All other company and product names may be trade names or trademarks of their respective owners and/or copyrighted materials of such owners.

2 Abstract In a RulePoint setup that is highly available and spans different geographies, you can perform disaster recovery steps to restore continuity of service after an outage. This article describes the procedure to restore RulePoint installations after a failure. Supported Versions RulePoint 6.2 Table of Contents Overview Configuration 1: Primary Customer Source Database Is Replicated... 3 Setting Up Customer Source Database in the Data Centers Restoring the RulePoint Setup After the Primary Data Center Fails Recovery Actions to Reassign the Primary Role to a Host Machine that Recovers After a Failure Configuration 2: Primary Customer Source Database and RulePoint Metadata Database Are Replicated Setting Up the Customer Source Database and the RulePoint Metadata Database in the Data Centers... 6 Restoring the RulePoint Setup After the Primary Data Center Fails Recovery Actions to Reassign the Primary Role to a Host Machine that Recovers After a Failure Overview A RulePoint installation in a data center can be backed up by another data center set up in a different geographical location to minimize downtime before you restore the services after an outage. When an outage occurs, you move the operations from the primary data center to the standby data center to resume the services. After the primary data center is back in service, you can move the operations from the standby data center back to the primary data center. RulePoint Setup The RulePoint setup in the primary and standby data centers consists of the following components: Customer source database. The customer source database stores customer records. RulePoint installation. The RulePoint installation consists of a primary host machine and multiple secondary host machines. The host machine on which the RulePoint installer installs the installation files is referred to as the primary host machine. When you configure a highly available setup, you copy the RulePoint installation files from the primary host machine to the secondary host machines in the data center. RulePoint metadata database. The RulePoint metadata database stores records of RulePoint events. Database Configuration You need to set up the database configuration with the objective of performing disaster recovery actions if an outage occurs. The disaster recovery actions that you need to perform to restore the services depend on the 2

3 database configurations that you have included in the RulePoint setup. You can perform disaster recovery actions for the following database configurations: The customer source database in the standby data center replicates the customer source database in the primary data center. If there is an outage in the primary data center, you can access the standby data center to resume the RulePoint services. The customer source database and the RulePoint metadata database in the standby data center replicate the customer source database and the RulePoint metadata database in the primary data center. Recovery Process Perform the disaster recovery actions depending on the following situations: The host system in the primary data center fails and does not recover. The host system in the primary data center recovers after a failure and needs to be reassigned the primary role. Configuration 1: Primary Customer Source Database Is Replicated In this configuration, the customer source database in the standby data center replicates the customer source database in the primary data center. The following image illustrates the replication setup deployed between the data centers: 3

4 Setting Up Customer Source Database in the Data Centers The following procedure describes how to set up the customer source database across the data centers to prepare for disaster recovery. Note: The steps in this procedure refer to the commands that are applicable for the Microsoft SQL Server. However, you can apply these steps to configure any supported database. 1. Perform the following steps to set up the source database replication: a. Ensure that the database that contains the tables that are read by the RulePoint SQL source in the primary data center is replicated by the database in the standby data center. b. To track the processed state of incoming events, add the column <ProcessedColumnName> with the initial value as 0 in the source database tables in the primary data center. For example, ProcessedInd = 0 2. In the standby data center, ensure that the RulePoint host agent, topology, and the design-time processes are not running. 3. Configure the following settings for the RulePoint source in the primary and standby data centers: a. Create an SQL connection to access the database and read the tables. b. Create a topic. c. Create an SQL source for the connection and topic that you created. Use the following parameters to configure the source for the SQL database: SQL query: select * from <tablename> where <ProcessedColumnName> = 0 Update SQL database: update <tablename> set <ProcessedColumnName> = 1 Note: If you need to update multiple tables, use the update statements in a transaction and enter commit after the update. d. Create a responder and a response to send out the required alerts. e. Create a rule to process the events and send alerts for the response that you created. For example, when 1 sql_topic s with s.cust_id > 1001 the RTAM_Response Note: In the standby data center, use Windows services to start the RulePoint design-time service to create the RulePoint objects. After the objects are created, stop the design-time service. You can also export the RulePoint objects from the primary data center to the standby data center. 4. Verify the updates for the database table in the primary data center: a. Log in to RulePoint and deploy all the objects. b. Verify whether the table that you updated in step 1 has the <ProcessedColumnName> value set to 1. The updates to the tables continue as long as the events are generated by the source. Restoring the RulePoint Setup After the Primary Data Center Fails In this scenario, the primary data center fails and the host systems do not recover after the failure. The database tables are left with unprocessed rows after the failure. For example, the SQL source processes only 2000 rows out of rows, and only the processed rows have the <ProcessedColumnName> value set to 1. Perform the following steps in the standby data center: 1. Start the host agent, topology, and design-time services. 2. Log in to the RulePoint user interface and deploy all the objects. Ensure that the unprocessed rows in the database source tables have the <ProcessedColumnName> value set to 1 and the required responses are generated. 4

5 Recovery Actions to Reassign the Primary Role to a Host Machine that Recovers After a Failure You can assign the primary role to the standby data center if there is an outage in the primary data center. Even after the primary data center recovers, the RulePoint setup in the standby data center continues to perform the primary role. To resume operations from the primary data center, you need to stop the RulePoint instances at the standby data center and start the services in the primary data center. The primary data center is reassigned the primary role to function as it was before the failure. Perform the following steps to reassign the primary role to the primary data center: 1. Reset RulePoint in the primary data center: a. On a host machine, log in to the RulePoint user interface. b. Undeploy all objects. c. Stop the RulePoint topology, host agent, and design-time services. d. Delete the topology stored in the <Topology Name>_UM-Store directory to clear stale messages, if any. 2. Stop the RulePoint instance in the standby data center: a. On a host machine, log in to the RulePoint user interface. b. Undeploy all objects. c. Stop the RulePoint topology, host agent, and design-time services. 3. Perform the following actions in the primary data center: a. Start the RulePoint topology, host agent, and design-time services. b. Deploy all the objects that you undeployed in step 1. c. Ensure that the processing of data from the tables resumes from the point where the standby data center host stopped. Configuration 2: Primary Customer Source Database and RulePoint Metadata Database Are Replicated In this configuration, the RulePoint installation consists of a primary data center which is backed up by a standby data center at a different region. The customer source database in the primary data center is replicated by the database in 5

6 the standby data center. In addition, the RulePoint metadata database in the primary data center is also backed up by a database in the standby data center. The following image illustrates the RulePoint setup between the data centers: Setting Up the Customer Source Database and the RulePoint Metadata Database in the Data Centers The following procedure describes how to set up the customer source database and the RulePoint metadata database across the data centers to prepare for disaster recovery. Note: The steps in this procedure refer to the commands that are applicable for the Microsoft SQL Server. However, you can apply these steps to configure any supported database. 1. Perform the following steps to set up the source database replication: a. Ensure that the customer source database that contains the tables that are read by the RulePoint SQL source in the primary data center is replicated by the database in the standby data center. b. To track the processed state of incoming events, add the column <ProcessedColumnName> with the initial value as 0 in the source database tables in the primary data center. For example, ProcessedInd = 0 6

7 c. Ensure that the RulePoint metadata database in the primary data center is replicated by the RulePoint metadata database in the standby data center. 2. In the standby data center, ensure that the RulePoint host agent, topology, and the design-time processes are not running. 3. Configure the following settings for the RulePoint source in the primary and standby data centers: a. Create an SQL connection to access the database and read the tables. b. Create a topic. c. Create an SQL source for the connection and topic that you created. Use the following parameters to configure the source: Use the following parameters to configure the source for the SQL database: SQL query: select * from <tablename> where <ProcessedColumnName> = 0 Update SQL database: update <tablename> set <ProcessedColumnName> = 1 Note: If you need to update multiple tables, use the update statements in a transaction and enter commit after the update. d. Create a responder and a response to send out the required alerts. e. Create a rule to process the events and send alerts for the response that you created. For example, when 1 sql_topic s with s.cust_id > 1001 the RTAM_Response 4. Verify the updates for the database table in the primary data center: a. Log in to RulePoint and deploy all the objects. b. Verify whether the table that you updated in step 1 has the <ProcessedColumnName> value set to 1. The updates to the tables continue as long as the events are generated by the source. Restoring the RulePoint Setup After the Primary Data Center Fails In this scenario, the primary data center fails and the host systems do not recover after the failure. After the failure, the database tables are left with unprocessed rows. For example, the SQL source processes only 2000 rows out of rows and only the processed rows have the <ProcessedColumnName> value set as 1. Verify the following conditions before you perform the recovery actions: Only the standby customer database is running. None of the components of RulePoint on the host machines in the standby data center is running. To restore service continuity, perform the following steps in the standby data center: 1. Log in to the database to edit the RULEPOINT_TOPOLOGYSTATE schema and run the following scripts to clear the run-time topology tables: DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."HA_SOURCE_STATE"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_DEPLOY_SEQUENCE"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_DEPLOYMENT_PACKAGE"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_FAILOVER"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_LEADER"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_CONTROLLERS"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_UM_LBMRD"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_UM_STORES"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_CEPEU"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_SERVERS"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_NODE"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_TOPOLOGY"; UPDATE RULEPOINT_TOPOLOGYSTATE.T_RPSERVER_GROUP_DETAILS SET PRIMARY_INSTANCE_ID =null 7

8 Note: The run-time topology tables are populated when you start the topology on the server. 2. Log in to the RULEPOINT_TOPOLOGY schema. 3. In the primary data center, run the following script to replace the host IP address with the IP address of the host machine in the standby data center: UPDATE RULEPOINT_TOPOLOGY.HOST SET HOSTNAME='<<PRIMARY HOST IP>>' Replace <<PRIMARY HOST IP>> with the IP address of the primary host machine in the standby data center. 4. Start the RulePoint design instance. 5. Log in to the RulePoint user interface. 6. Select Administration > Topology and then select the appropriate topology. 7. On the Topology view, select Edit from the list in the row for the topology. The Edit Topology dialog box appears. 8. In the Properties section, update the database details. Verify whether the IP address of the primary host machine in the standby data center appears as the primary host IP address. 9. Go to <RULEPOINT_HOME> and delete the node_name, stored_name, and lbmrd_name folders. Where, <RULEPOINT_HOME> refers to the installation directory which the RulePoint installer creates during the installation phase to install the RulePoint components. The default location of the RulePoint installation directory in Windows is C:\RulePoint_ Start the host agent with the new IP address. 11. Start the topology. Recovery Actions to Reassign the Primary Role to a Host Machine that Recovers After a Failure You can assign the primary role to the standby data center if there is an outage in the primary data center. Even after the primary data center recovers from a failure, the standby data center continues to perform the primary role. To resume operations from the primary data center, you need to stop the RulePoint instances in the standby data center and shift the services to the primary data center. The primary data center is reassigned the primary role to function as it was before the failure. Perform the following steps to reassign the primary role to the host machine in the primary data center: 1. Reset RulePoint in the primary data center: a. Log in to a host machine. b. Shut down all the RulePoint components. c. Delete the topology stored in the <RULEPOINT HOME>/<Topology Name>_UM-Store directory to clear stale messages, if any, that were created when the primary data center was down. 2. Stop the RulePoint instance in the standby data center: a. Log in to the RulePoint user interface. b. Undeploy all objects. c. Stop the RulePoint topology, host agent, and design-time services. 3. Log in to the database in RULEPOINT_TOPOLOGYSTATE schema and run the following scripts to clear the runtime topology tables: DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."HA_SOURCE_STATE"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_DEPLOY_SEQUENCE"; 8

9 DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_DEPLOYMENT_PACKAGE"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_FAILOVER"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_LEADER"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_CONTROLLERS"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_UM_LBMRD"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_UM_STORES"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_CEPEU"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_SERVERS"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_NODE"; DELETE FROM "RULEPOINT_TOPOLOGYSTATE"."T_RPSERVER_TOPOLOGY"; UPDATE RULEPOINT_TOPOLOGYSTATE.T_RPSERVER_GROUP_DETAILS SET PRIMARY_INSTANCE_ID =null Note: The run-time topology tables are populated when you start the topology on the server. 4. Log in to the RULEPOINT_TOPOLOGY schema. 5. In the primary data center, run the following script to update the host IP addresses: UPDATE RULEPOINT_TOPOLOGY.HOST SET HOSTNAME='<<YOUR HOST PRIMARY IP>>' Replace <<YOUR HOST PRIMARY IP>> with the IP address of the primary host machine in the primary data center. 6. Perform the following steps on a host machine in the primary data center: a. Start the RulePoint topology, host agent, and design-time services. b. Deploy all the objects that you undeployed. 7. Ensure that the processing of data from the tables resumes from the point where the standby data center host stopped. Author Shilpa Bhat Lead QA Engineer Acknowledgements The author would like to acknowledge the Informatica CEP team and the Documentation team for their contributions to this article. 9

Changing the Password of the Proactive Monitoring Database User

Changing the Password of the Proactive Monitoring Database User Changing the Password of the Proactive Monitoring Database User 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Using Standard Generation Rules to Generate Test Data

Using Standard Generation Rules to Generate Test Data Using Standard Generation Rules to Generate Test Data 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Using Data Replication with Merge Apply and Audit Apply in a Single Configuration

Using Data Replication with Merge Apply and Audit Apply in a Single Configuration Using Data Replication with Merge Apply and Audit Apply in a Single Configuration 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Configuring a JDBC Resource for IBM DB2/ iseries in Metadata Manager HotFix 2

Configuring a JDBC Resource for IBM DB2/ iseries in Metadata Manager HotFix 2 Configuring a JDBC Resource for IBM DB2/ iseries in Metadata Manager 9.5.1 HotFix 2 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

How to Use Full Pushdown Optimization in PowerCenter

How to Use Full Pushdown Optimization in PowerCenter How to Use Full Pushdown Optimization in PowerCenter 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Creating OData Custom Composite Keys

Creating OData Custom Composite Keys Creating OData Custom Composite Keys 1993, 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with product knowledge and skills needed to

More information

Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository

Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Publishing and Subscribing to Cloud Applications with Data Integration Hub

Publishing and Subscribing to Cloud Applications with Data Integration Hub Publishing and Subscribing to Cloud Applications with Data Integration Hub 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database OVERVIEW About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the

More information

Informatica ActiveVOS

Informatica ActiveVOS Informatica ActiveVOS 9.2.4.2 Release Notes Informatica ActiveVOS 9.2.4.2 Release Notes Page 1 of 6 Contents Introduction... 3 New Features and Enhancements... 3 Installation... 3 Console-Mode Installation...

More information

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

More information

Creating Column Profiles on LDAP Data Objects

Creating Column Profiles on LDAP Data Objects Creating Column Profiles on LDAP Data Objects Copyright Informatica LLC 1993, 2017. Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Introduction to Computer Science

Introduction to Computer Science www.oracle.com/academy Introduction to Computer Science Transferring Schema and Data in APEX These instructions detail the steps required to transfer a schema in one APEX instance to another. The order

More information

Backup and Restore System

Backup and Restore System Disaster Backup and Recovery, page 1 Short-Term Backup and Recovery, page 4 Disaster Backup and Recovery To minimize the effects of a disaster, you must create a disaster recovery plan to minimize downtime

More information

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A)

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A) Duration Five days Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

More information

Copy Table From One Database To Another Sql

Copy Table From One Database To Another Sql Copy Table From One Database To Another Sql Server 2000 SQL 2000 Copy rows of data from one table to another in the same database "Server: Msg 107, Level 16, State 3, Line 1 The column prefix 'PartsSales'

More information

How to Optimize Jobs on the Data Integration Service for Performance and Stability

How to Optimize Jobs on the Data Integration Service for Performance and Stability How to Optimize Jobs on the Data Integration Service for Performance and Stability 1993-2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Owner of the content within this article is Written by Marc Grote

Owner of the content within this article is   Written by Marc Grote Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Forefront UAG backup and restore Capabilities Abstract In this article I will show you the backup

More information

Running PowerCenter Advanced Edition in Split Domain Mode

Running PowerCenter Advanced Edition in Split Domain Mode Running PowerCenter Advanced Edition in Split Domain Mode 1993-2016 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Performing a Post-Upgrade Data Validation Check

Performing a Post-Upgrade Data Validation Check Performing a Post-Upgrade Data Validation Check 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or

More information

Vendor: SAP. Exam Code: C_HANATEC131. Exam Name: SAP Certified Technology Associate (Edition 2013) -SAP HANA. Version: Demo

Vendor: SAP. Exam Code: C_HANATEC131. Exam Name: SAP Certified Technology Associate (Edition 2013) -SAP HANA. Version: Demo Vendor: SAP Exam Code: C_HANATEC131 Exam Name: SAP Certified Technology Associate (Edition 2013) -SAP HANA Version: Demo QUESTION NO: 1 You want to make sure that all data accesses to a specific view will

More information

Enabling Seamless Data Access for JD Edwards EnterpriseOne

Enabling Seamless Data Access for JD Edwards EnterpriseOne Enabling Seamless Data Access for JD Edwards EnterpriseOne 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Importing Metadata from Relational Sources in Test Data Management

Importing Metadata from Relational Sources in Test Data Management Importing Metadata from Relational Sources in Test Data Management Copyright Informatica LLC, 2017. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the

More information

The Salesforce Migration Playbook

The Salesforce Migration Playbook The Salesforce Migration Playbook By Capstorm Table of Contents Salesforce Migration Overview...1 Step 1: Extract Data Into A Staging Environment...3 Step 2: Transform Data Into the Target Salesforce Schema...5

More information

Replicator Disaster Recovery Best Practices

Replicator Disaster Recovery Best Practices Replicator Disaster Recovery Best Practices VERSION 7.4.0 June 21, 2017 Scenario Guide Article 1120504-01 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH, 2002-2017 All rights

More information

Creating a Subset of Production Data

Creating a Subset of Production Data Creating a Subset of Production Data 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Informatica PowerExchange for Microsoft Azure Blob Storage 10.2 HotFix 1. User Guide

Informatica PowerExchange for Microsoft Azure Blob Storage 10.2 HotFix 1. User Guide Informatica PowerExchange for Microsoft Azure Blob Storage 10.2 HotFix 1 User Guide Informatica PowerExchange for Microsoft Azure Blob Storage User Guide 10.2 HotFix 1 July 2018 Copyright Informatica LLC

More information

Using Synchronization in Profiling

Using Synchronization in Profiling Using Synchronization in Profiling Copyright Informatica LLC 1993, 2017. Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Title Page. Guide. to Migrating a NetVault Smart Client to a Backup Server

Title Page. Guide. to Migrating a NetVault Smart Client to a Backup Server Title Page Guide to Migrating a NetVault Smart Client to a Backup Server Copyrights Guide to Migrating a NetVault Smart Client to a Backup Server Software Copyright 2008 BakBone Software Documentation

More information

StarWind Virtual SAN Windows Geo-Clustering: SQL Server

StarWind Virtual SAN Windows Geo-Clustering: SQL Server #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Windows Geo-Clustering: SQL Server FEBRUARY 2016 TECHNICAL PAPER EDWIN SARMIENTO, Microsoft SQL Server MVP, Microsoft Certified Master

More information

SharePoint Portal Server 2003 Advanced Migration Scenarios

SharePoint Portal Server 2003 Advanced Migration Scenarios SharePoint Portal Server 2003 Advanced Migration Scenarios White Paper Published: March 2004 Table of Contents Introduction 1 Related White Papers 1 Background 2 SharePoint Portal Server 2003 Document

More information

Informatica Cloud Spring Microsoft Azure Blob Storage V2 Connector Guide

Informatica Cloud Spring Microsoft Azure Blob Storage V2 Connector Guide Informatica Cloud Spring 2017 Microsoft Azure Blob Storage V2 Connector Guide Informatica Cloud Microsoft Azure Blob Storage V2 Connector Guide Spring 2017 October 2017 Copyright Informatica LLC 2017 This

More information

TS: System Center Data Protection Manager 2007, Configuring. Version 3.1

TS: System Center Data Protection Manager 2007, Configuring. Version 3.1 70-658 TS: System Center Data Protection Manager 2007, Configuring Version 3.1 QUESTION NO: 1 You are a system administrator for your company. A System Center Data Protection Manager (DPM) 2007 server

More information

Manually Defining Constraints in Enterprise Data Manager

Manually Defining Constraints in Enterprise Data Manager Manually Defining Constraints in Enterprise Data Manager 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

LiteSpeed for SQL Server 6.1. Configure Log Shipping

LiteSpeed for SQL Server 6.1. Configure Log Shipping LiteSpeed for SQL Server 6.1 Configure Log Shipping 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

MS SQL Server 2012 DBA Course Contents

MS SQL Server 2012 DBA Course Contents MS SQL Server 2012 DBA Course Contents 1) SQL History & SQL Server History 2) Database Management Systems(DBMS) 3) Relational Database Management System(RDBMS) 4) SQL Server set up installations & service

More information

Dynamic Data Masking: Capturing the SET QUOTED_IDENTIFER Value in a Microsoft SQL Server or Sybase Database

Dynamic Data Masking: Capturing the SET QUOTED_IDENTIFER Value in a Microsoft SQL Server or Sybase Database Dynamic Data Masking: Capturing the SET QUOTED_IDENTIFER Value in a Microsoft SQL Server or Sybase Database 1993, 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any

More information

Server Fault Protection with NetApp Data ONTAP Edge-T

Server Fault Protection with NetApp Data ONTAP Edge-T Technical Report Server Fault Protection with NetApp Data ONTAP Edge-T Jeff Whitaker, NetApp March 2013 TR-4154 TABLE OF CONTENTS 1 Introduction... 3 2 Backup and Disaster Recovery Technology... 4 2.1

More information

One Identity Active Roles 7.2. Management Pack Technical Description

One Identity Active Roles 7.2. Management Pack Technical Description One Identity Active Roles 7.2 Management Pack Technical Description Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

WhatsUpGold. v14.2. Failover Manager Quick Start Guide

WhatsUpGold. v14.2. Failover Manager Quick Start Guide WhatsUpGold v14.2 Failover Manager Quick Start Guide About the WhatsUp Gold Failover Manager Failover is a mechanism with the capacity to automatically switch from a primary installation of WhatsUp Gold

More information

Web-Hosting: Service Level Agreement

Web-Hosting: Service Level Agreement Web-Hosting: Service Level Agreement Aims of the Service The Web Hosting service provides an internal environment for hosting static websites or small-scale web applications. The service aims to provide

More information

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016 Course Name 20339-2A Advanced Technologies of Course Duration 5 Days Course Structure Instructor-Led Course Overview This five-day course will teach you how to plan, configure, and manage the advanced

More information

Veritas System Recovery 16 Management Solution Administrator's Guide

Veritas System Recovery 16 Management Solution Administrator's Guide Veritas System Recovery 16 Management Solution Administrator's Guide Documentation version: 2017 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

How to Run a PowerCenter Workflow from SAP

How to Run a PowerCenter Workflow from SAP How to Run a PowerCenter Workflow from SAP 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or

More information

PowerCenter Repository Maintenance

PowerCenter Repository Maintenance PowerCenter Repository Maintenance 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

Informatica PowerExchange for Tableau User Guide

Informatica PowerExchange for Tableau User Guide Informatica PowerExchange for Tableau 10.2.1 User Guide Informatica PowerExchange for Tableau User Guide 10.2.1 May 2018 Copyright Informatica LLC 2015, 2018 This software and documentation are provided

More information

How to import a WSDL Data Source and Prepare it for Use in Framework Manager

How to import a WSDL Data Source and Prepare it for Use in Framework Manager Tip or Technique How to import a WSDL Data Source and Prepare it for Use in Framework Manager Product(s): Composite Software 4.5.0 Area of Interest: Infrastructure Manager 2 Copyright Copyright 2008 Cognos

More information

C_HANASUP_1 Q&As. SAP Certified Support Associate - SAP HANA 1.0. Pass SAP C_HANASUP_1 Exam with 100% Guarantee

C_HANASUP_1 Q&As. SAP Certified Support Associate - SAP HANA 1.0. Pass SAP C_HANASUP_1 Exam with 100% Guarantee C_HANASUP_1 Q&As SAP Certified Support Associate - SAP HANA 1.0 Pass SAP C_HANASUP_1 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money

More information

Creating a Column Profile on a Logical Data Object in Informatica Developer

Creating a Column Profile on a Logical Data Object in Informatica Developer Creating a Column Profile on a Logical Data Object in Informatica Developer 1993-2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Creating an Avro to Relational Data Processor Transformation

Creating an Avro to Relational Data Processor Transformation Creating an Avro to Relational Data Processor Transformation 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

How to Convert an SQL Query to a Mapping

How to Convert an SQL Query to a Mapping How to Convert an SQL Query to a Mapping 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Table of Contents. Abstract

Table of Contents. Abstract JDBC User Guide 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without prior consent

More information

Microsoft SQL Server" 2008 ADMINISTRATION. for ORACLE9 DBAs

Microsoft SQL Server 2008 ADMINISTRATION. for ORACLE9 DBAs Microsoft SQL Server" 2008 ADMINISTRATION for ORACLE9 DBAs Contents Acknowledgments *v Introduction xvii Chapter 1 Introduction to the SQL Server Platform 1 SQLServer Editions 2 Premium Editions 3 Core

More information

Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint Server

Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint Server Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint Server Windows Server 2003, Windows Server 2008 5.1 Service Pack 1 Veritas Storage

More information

Copyright SolarWinds. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled,

Copyright SolarWinds. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled, APM Migration Introduction... 3 General Requirements... 3 Database Requirements... 3 Stopping APM Services... 4 Creating and Restoring Orion Database Backups... 4 Creating a Database Backup File with Database

More information

IBM Security SiteProtector System SecureSync Guide

IBM Security SiteProtector System SecureSync Guide IBM Security IBM Security SiteProtector System SecureSync Guide Version 3.0 Note Before using this information and the product it supports, read the information in Notices on page 45. This edition applies

More information

Veritas System Recovery 18 Management Solution Administrator's Guide

Veritas System Recovery 18 Management Solution Administrator's Guide Veritas System Recovery 18 Management Solution Administrator's Guide Documentation version: 18 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are

More information

Course AZ-100T01-A: Manage Subscriptions and Resources

Course AZ-100T01-A: Manage Subscriptions and Resources Course AZ-100T01-A: Manage Subscriptions and Resources Module 1: Managing Azure Subscriptions In this module, you ll learn about the components that make up an Azure subscription and how management groups

More information

DELIVERING PERFORMANCE, SCALABILITY, AND AVAILABILITY ON THE SERVICENOW NONSTOP CLOUD

DELIVERING PERFORMANCE, SCALABILITY, AND AVAILABILITY ON THE SERVICENOW NONSTOP CLOUD DELIVERING PERFORMANCE, SCALABILITY, AND AVAILABILITY ON THE SERVICENOW NONSTOP CLOUD Overview Organizations, regardless of size, rely upon access to IT and business data and services for their continued

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Disaster Recovery Guide 11g Release 1 (11.1.1) E15250-06 March 2013 This document provides Disaster Recovery solutions for Oracle Fusion Middleware products. Oracle Fusion Middleware

More information

Arcserve Backup for Windows

Arcserve Backup for Windows Arcserve Backup for Windows Agent for Sybase Guide r17.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Informatica Cloud Platform Building Connectors with the Toolkit Student Lab: Prerequisite Installations. Version Connectors Toolkit Training

Informatica Cloud Platform Building Connectors with the Toolkit Student Lab: Prerequisite Installations. Version Connectors Toolkit Training Informatica Cloud Platform Building Connectors with the Toolkit Student Lab: Prerequisite Installations Version Connectors Toolkit Training 2015-01 Informatica Cloud Platform Building Connectors with the

More information

Informatica Cloud Data Integration Winter 2017 December. What's New

Informatica Cloud Data Integration Winter 2017 December. What's New Informatica Cloud Data Integration Winter 2017 December What's New Informatica Cloud Data Integration What's New Winter 2017 December January 2018 Copyright Informatica LLC 2016, 2018 This software and

More information

Technical White Paper August Migrating to Oracle 11g Using Data Replicator Software with Transportable Tablespaces

Technical White Paper August Migrating to Oracle 11g Using Data Replicator Software with Transportable Tablespaces Technical White Paper August 2010 Migrating to Oracle 11g Using Data Replicator Software with Transportable Tablespaces Migrating to Oracle 11g Using DRS with Transportable Tablespaces Contents Contents...

More information

Implementing Data Masking and Data Subset with IMS Unload File Sources

Implementing Data Masking and Data Subset with IMS Unload File Sources Implementing Data Masking and Data Subset with IMS Unload File Sources 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Quick Start Guide. Version R93. English

Quick Start Guide. Version R93. English Cloud Backup Quick Start Guide Version R93 English November 15, 2016 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

SAP HANA. HA and DR Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

SAP HANA. HA and DR Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 03 Date 2018-05-23 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

WhatsConfigured for WhatsUp Gold v16.0 Getting Started Guide

WhatsConfigured for WhatsUp Gold v16.0 Getting Started Guide WhatsConfigured for WhatsUp Gold v16.0 Getting Started Guide YContents Welcome Welcome to WhatsConfigured... 1 Deploying WhatsConfigured STEP 1: Prepare the network... 2 Prepare devices for discovery...

More information

Detecting Outliers in Column Profile Results in Informatica Analyst

Detecting Outliers in Column Profile Results in Informatica Analyst Detecting Outliers in Column Profile Results in Informatica Analyst 1993, 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Veritas Storage Foundation and High Availability Solutions Quick Recovery and Microsoft Clustering Solutions Guide for Microsoft Exchange

Veritas Storage Foundation and High Availability Solutions Quick Recovery and Microsoft Clustering Solutions Guide for Microsoft Exchange Veritas Storage Foundation and High Availability Solutions Quick Recovery and Microsoft Clustering Solutions Guide for Microsoft Exchange Windows Server 2003 Windows Server 2008 5.1 Veritas Storage Foundation

More information

Veritas Desktop and Laptop Option 9.2. Disaster Recovery Scenarios

Veritas Desktop and Laptop Option 9.2. Disaster Recovery Scenarios Veritas Desktop and Laptop Option 9.2 Disaster Recovery Scenarios 2 Veritas Desktop and Laptop Option The software described in this document is furnished under a license agreement and may be used only

More information

Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide

Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide Symantec Workflow Installation and Configuration Guide The software described in this book is furnished under a license agreement

More information

Technical Note. Restoring Dell EMC Avamar Checkpoint Backups from a Dell EMC Data Domain System After a Single Node Avamar Failure

Technical Note. Restoring Dell EMC Avamar Checkpoint Backups from a Dell EMC Data Domain System After a Single Node Avamar Failure Restoring Dell EMC Avamar Checkpoint Backups from a Dell EMC Data Domain System After a Single Node Avamar Failure 300-015-218 REV 03 February 2018 Revision history... 2 Purpose... 2 Related documentation...2

More information

How to Restore Windows Server 2008 Domain Controller System State

How to Restore Windows Server 2008 Domain Controller System State How to Restore Windows Server 2008 Domain Controller System State This article refers to the Barracuda Backup Legacy Release firmware or newer, and Windows Server 2008 domain controller. This article assumes

More information

ArcGIS Enterprise: Configuring Backups, Disaster Recovery, and Replication. Harrold Sompotan and Patrick Jackson

ArcGIS Enterprise: Configuring Backups, Disaster Recovery, and Replication. Harrold Sompotan and Patrick Jackson ArcGIS Enterprise: Configuring Backups, Disaster Recovery, and Replication Harrold Sompotan and Patrick Jackson Agenda Brief History of WebGIS DR Tool Who, Why, What, When, How and Where Considerations

More information

High Availability through Warm-Standby Support in Sybase Replication Server A Whitepaper from Sybase, Inc.

High Availability through Warm-Standby Support in Sybase Replication Server A Whitepaper from Sybase, Inc. High Availability through Warm-Standby Support in Sybase Replication Server A Whitepaper from Sybase, Inc. Table of Contents Section I: The Need for Warm Standby...2 The Business Problem...2 Section II:

More information

PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility

PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

Exam : Title : Administration of Symantec Backup Exec 12 for Windows Server. Version : Demo

Exam : Title : Administration of Symantec Backup Exec 12 for Windows Server. Version : Demo Exam : 251-312 Title : Administration of Symantec Backup Exec 12 for Windows Server Version : Demo 1. What does the Backup Exec Environment Check utility verify to ensure that the installation process

More information

This section contains additional information about installation and support changes.

This section contains additional information about installation and support changes. Proactive Monitoring for PowerCenter Version 3.0 HotFix 1 Release Notes November 2016 Copyright Informatica LLC 2016 Contents Installation and Support... 1 Installation.... 1 HotFix.... 3 Support Changes....

More information

How to Configure Big Data Management 10.1 for MapR 5.1 Security Features

How to Configure Big Data Management 10.1 for MapR 5.1 Security Features How to Configure Big Data Management 10.1 for MapR 5.1 Security Features 2014, 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Configuring a JDBC Resource for MySQL in Metadata Manager

Configuring a JDBC Resource for MySQL in Metadata Manager Configuring a JDBC Resource for MySQL in Metadata Manager 2011 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Manually Create Distribution Database Sql Server 2005 Move

Manually Create Distribution Database Sql Server 2005 Move Manually Create Distribution Database Sql Server 2005 Move If you need high availability for the distribution database, you have limited options: immediate sync set to true because of this old bug from

More information

Workforce Management Administrator's Guide. MS SQL Database Replication

Workforce Management Administrator's Guide. MS SQL Database Replication Workforce Management Administrator's Guide MS SQL Database Replication 12/24/2017 Contents 1 MS SQL Database Replication 1.1 System Requirements 1.2 Setting Up the Database Replication 1.3 Maintaining

More information

MCSA SQL SERVER 2012

MCSA SQL SERVER 2012 MCSA SQL SERVER 2012 1. Course 10774A: Querying Microsoft SQL Server 2012 Course Outline Module 1: Introduction to Microsoft SQL Server 2012 Introducing Microsoft SQL Server 2012 Getting Started with SQL

More information

SRM Evaluation Guide First Published On: Last Updated On:

SRM Evaluation Guide First Published On: Last Updated On: First Published On: 12-24-2016 Last Updated On: 04-17-2018 1 Table of Contents 1. Introduction 1.1.Overview 1.2.Terminology 1.3.About This Evaluation Guide 2. Requirements 2.1.Overview 3. Evaluation Workflow

More information

Version 11 Release 0 May 31, IBM Interact - GDPR IBM

Version 11 Release 0 May 31, IBM Interact - GDPR IBM Version 11 Release 0 May 31, 2018 IBM Interact - GDPR IBM This edition applies to version 11.0 of IBM Interact and to all subsequent releases and modifications until otherwise indicated in new editions.

More information

Quest DL Appliance Family

Quest DL Appliance Family Quest DL Appliance Family June, 2017 Topics: Introduction Appliance Configuration Machine Protection Replication Virtual Machine Export/Virtual Standby Additional Information Contacting Quest 2017 Quest

More information

SPListX for SharePoint Installation Guide

SPListX for SharePoint Installation Guide SPListX for SharePoint Installation Guide Product Description... 2 System Requirements and Recommendations... 3 Upgrade to the latest version of SPListX for SharePoint... 11 1 Product Description SPListX

More information

Copyright Tools4ever B.V. All rights reserved.

Copyright Tools4ever B.V. All rights reserved. Copyright Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by any means without the written permission of Tools4ever. DISCLAIMER

More information

Informatica Cloud Spring Data Integration Hub Connector Guide

Informatica Cloud Spring Data Integration Hub Connector Guide Informatica Cloud Spring 2017 Data Integration Hub Connector Guide Informatica Cloud Data Integration Hub Connector Guide Spring 2017 December 2017 Copyright Informatica LLC 1993, 2017 This software and

More information

Microsoft SQL Server

Microsoft SQL Server Microsoft SQL Server Abstract This white paper outlines the best practices for Microsoft SQL Server Failover Cluster Instance data protection with Cohesity DataPlatform. December 2017 Table of Contents

More information

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Version 7.8 April 2017 Last modified: July 17, 2017 2017 Nasuni Corporation All Rights Reserved Document Information Testing Disaster

More information

MySQL for Database Administrators Ed 3.1

MySQL for Database Administrators Ed 3.1 Oracle University Contact Us: 1.800.529.0165 MySQL for Database Administrators Ed 3.1 Duration: 5 Days What you will learn The MySQL for Database Administrators training is designed for DBAs and other

More information

TIBCO Complex Event Processing Evaluation Guide

TIBCO Complex Event Processing Evaluation Guide TIBCO Complex Event Processing Evaluation Guide This document provides a guide to evaluating CEP technologies. http://www.tibco.com Global Headquarters 3303 Hillview Avenue Palo Alto, CA 94304 Tel: +1

More information

One Identity Active Roles 7.2. Replication: Best Practices and Troubleshooting Guide

One Identity Active Roles 7.2. Replication: Best Practices and Troubleshooting Guide One Identity Active Roles 7.2 Replication: Best Practices and Troubleshooting Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

Symantec Administration of Symantec Enterprise Vault 8.0 for Exchange.

Symantec Administration of Symantec Enterprise Vault 8.0 for Exchange. Symantec 250-308 Administration of Symantec Enterprise Vault 8.0 for Exchange http://killexams.com/exam-detail/250-308 Answer: B QUESTION: 258 A system administrator is performing a data-only recovery

More information

Manual Backup Sql Server 2000 Command Line Restore Database

Manual Backup Sql Server 2000 Command Line Restore Database Manual Backup Sql Server 2000 Command Line Restore Database Overview Creating command line backups is very straightforward. There are basically two commands that allow you to create backups, BACKUP DATABASE.

More information

How to Write Data to HDFS

How to Write Data to HDFS How to Write Data to HDFS 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without prior

More information