In-Guest High Availability Configuration in OpenStack Using InfoScale Availability Agents

Size: px
Start display at page:

Download "In-Guest High Availability Configuration in OpenStack Using InfoScale Availability Agents"

Transcription

1 In-Guest High Availability Configuration in OpenStack Using InfoScale Availability Agents Solution Brief Last updated:

2 Table of Contents INTRODUCTION... 3 USE CASE... 3 REQUIREMENTS... 5 CONFIGURATION OVERVIEW... 5 SOFTWARE LIMITATIONS... 6 SAMPLE CONFIGURATION... 6 TESTED CONFIGURATIONS... 9 REFERENCES

3 Introduction Veritas InfoScale Availability (formerly known as Veritas Cluster Server VCS lets you configure applications for high availability (HA in an OpenStack environment. An HA configuration in OpenStack guests needs to support the underlying network resources as well. InfoScale Availability provides the following agents to support the configurations for these resources: OpenStackIP: The OpenStackIP agent lets you fail over an IP between compute instances by adding IP addresses to and removing IP addresses from the OpenStack device ports. OpenStackAuth: The OpenStackAuth agent enables communication between the OpenStackIP agent and other OpenStack components. The OpenStackAuth agent generates and validates the tokens and endpoint URLs that the OpenStackIP agent needs to communicate with the OpenStack components. Use case To illustrate the InfoScale solution, this document uses the example of an Oracle application that is installed on OpenStack VMs with the Oracle database data stored over an NFS location. To automatically respond to database failures, clients must be smart enough to reconnect to the database and connect to a virtual IP address that is configured on the active database node. This virtual IP address must be available at the Neutron port of the active host. 3

4 To enable the failover of an IP to other available host in case of a database or instance failure, we need to use the OpenStackIP agent along with the IP agent in an InfoScale configuration. The OpenStackIP agent works with the Neutron port and it updates the port definition of the device while bringing the resource online or taking it offline. The following graphics depict an application that is configured for in-guest HA in Red Hat OpenStack using InfoScale Availability: Figure 1: Application and OpenStackIP service group online on Node 1 Figure 2: Application or instance faulted on Node 1; service group failed over to Node 2 4

5 Requirements The operating system-provided curl rpm must be present on each cluster node. Configuration overview Configure a parallel service group for the OpenStackAuth agent, and make it a child of the service group for the OpenStackIP agent. The following figure depicts the resource dependencies in the OpenStackIP or the application service group: 5

6 Software limitations When PrivateIP is specified and the value of the UseNewPort attribute is set to 0 (zero, the following limitations apply: The agent appends the value of PrivateIP to the --fixed_ips field of the device port. By default, -- fixed_ips can accommodate only five IP addresses. It already has one address, which is the base address of the device. The number of IP address per port can be changed in a Neutron configuration. For details, see the value of max_fixed_ips_per_port in the /etc/neutron/neutron.conf file. Workaround: If the cluster configuration has more than four OpenStackIP resources for the same device, from the fifth OpenStackIP resource onwards, set the UseNewPort attribute to 1. The base IP address of the device in the instance network configuration must be static. If it is set to DHCP, the virtual IP address may be set as the base IP of the device after reboot. Sample configuration include "OracleASMTypes.cf" include "types.cf" include "Db2udbTypes.cf" include "OracleTypes.cf" include "OpenStackTypes.cf" include "SybaseTypes.cf" cluster nfsoracle ( SecureClus = 1 UseFence = SCSI3 system vcs1 ( system vcs3 ( group OpenStackAuth_Grp ( SystemList = { vcs1 = 0, vcs3 = 1 } Parallel = 1 AutoStartList = { vcs1, vcs3 } OpenStackAuth OpenStackAuth_Res ( Tenant = Infoscale 6

7 Username = admin Password = BPHnEPeHChDHe KeystoneEP = " Region = RegionOne // resource dependency tree // // group OpenStackAuth_Grp // OpenStackAuth OpenStackAuth_Res group OracleDB_Grp ( SystemList = { vcs1 = 0, vcs3 = 1 } AutoStartList = { vcs1, vcs3 } IP IP_Res ( Device = eth0 Address = " X.X" NetMask = " " Mount Mount_Res ( Critical = 0 MountPoint = "/data" BlockDevice = "vcs4:/oradata" FSType = nfs4 MountOpt = rw NIC NIC_Res ( Device = eth0 Netlsnr Listener_Res ( Owner = oracle Home = "/oracle/12102/dbbase/dbhome" OpenStackIP OpenStackIP_Res ( PrivateIP = " X.X" 7

8 FloatingIP = " X" Device = eth0 UseNewPort = 0 Oracle OracleDB_Res ( Sid = oradb Owner = oracle Home = "/oracle/12102/dbbase/dbhome" requires group OpenStackAuth_Grp online local firm IP_Res requires OpenStackIP_Res Listener_Res requires IP_Res OpenStackIP_Res requires NIC_Res OracleDB_Res requires Listener_Res OracleDB_Res requires Mount_Res // resource dependency tree // // group OracleDB_Grp // Oracle OracleDB_Res // Netlsnr Listener_Res // IP IP_Res // OpenStackIP OpenStackIP_Res // NIC NIC_Res // Mount Mount_Res group vxfen ( SystemList = { vcs1 = 0, vcs3 = 1 } AutoFailOver = 0 Parallel = 1 8

9 CoordPoint coordpoint ( ActionOnCoordPointFault = RefreshRegistrations Phantom RES_phantom_vxfen ( // resource dependency tree // // group vxfen // Phantom RES_phantom_vxfen // CoordPoint coordpoint Tested configurations The following configurations have been tested: OpenStack version Guest operating system version InfoScale Availability version RHOSP 10 RHEL 6.x, RHEL 7.x, SLES 11, SLES 12 InfoScale Availability 7.x RHOSP 11 RHEL 6.x, RHEL 7.x, SLES 11, SLES 12 InfoScale Availability 7.x Mirantis 9 RHEL 6.x, RHEL 7.x, SLES 11, SLES 12 InfoScale Availability 7.x Neutron Networking API v2.0 References For information on installing the agents and configuring the service groups for OpenStack, see the InfoScale Availability Agents for OpenStack Installation and Configuration Guide. You can find the document by filtering through the agents at: Additionally, refer to the following documents at: age%20foundation For information on the InfoScale bundled agents, see the Cluster Server Bundled Agents Reference Guide. For general information on administering a cluster and monitoring resources, see the Cluster Server Administrator s Guide. 9

10 About Veritas Technologies LLC Veritas Technologies LLC enables organizations to harness the power of their information, with solutions designed to serve the world s largest and most complex heterogeneous environments. Veritas works with 86 percent of Fortune 500 companies today, improving data availability and revealing insights to drive competitive advantage. For specific country offices and contact numbers, please visit our website. Veritas World Headquarters 500 East Middlefield Road Mountain View, CA ( Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas Technologies LLC or its affiliates in the U.S. and other countries. Other names may be trademarks of their respective owners. 10

In-Guest High Availability (HA) Configuration in Red Hat OpenStack Cloud using Veritas InfoScale Availability (VCS)

In-Guest High Availability (HA) Configuration in Red Hat OpenStack Cloud using Veritas InfoScale Availability (VCS) In-Guest High Availability (HA Configuration in Red Hat OpenStack Cloud using Veritas InfoScale Availability (VCS Who should read this paper Administrators who want to implement in-guest HA architectures

More information

InfoScale Availability Agents for OpenStack Installation and Configuration Guide

InfoScale Availability Agents for OpenStack Installation and Configuration Guide InfoScale Availability Agents for OpenStack Installation and Configuration Guide Linux 7.0 Veritas InfoScale Availability Agents Last updated: 2018-09-19 Legal Notice Copyright 2018 Veritas Technologies

More information

Technical Brief Veritas Technical Education Services

Technical Brief Veritas Technical Education Services Veritas Desktop and Laptop Option 9.3 The Veritas Desktop and Laptop Option provides automated file protection for Desktops and laptops. Protection is provided regardless of whether the computer is connected

More information

Veritas Access. Installing Veritas Access in VMWare ESx environment. Who should read this paper? Veritas Pre-Sales, Partner Pre-Sales

Veritas Access. Installing Veritas Access in VMWare ESx environment. Who should read this paper? Veritas Pre-Sales, Partner Pre-Sales Installing Veritas Access in VMWare ESx environment Who should read this paper? Veritas Pre-Sales, Partner Pre-Sales Veritas Access Technical Brief Contents OVERVIEW... 3 REQUIREMENTS FOR INSTALLING VERITAS

More information

Technical Brief Enterprise Vault Privileged Delete

Technical Brief Enterprise Vault Privileged Delete 1 Feature Description Enterprise Vault 12.3 and Discovery Accelerator 12.3 offer a new feature called. The feature has the following benefits: This feature will help customers to comply with regulations,

More information

Technical Brief Veritas Technical Education Services

Technical Brief Veritas Technical Education Services Veritas Desktop and Laptop Option 9.2 The Desktop and Laptop Option is a network share-based protection and synchronization solution for Windows and Mac that enhances your current IT desktop and laptop

More information

Technical Brief Veritas Technical Education Services

Technical Brief Veritas Technical Education Services Veritas Desktop and Laptop Option 9.3.1 Veritas Desktop and Laptop Option is a user centric backup solution that provides flexible implementation and centralized administration for backup and recovery

More information

Technical Brief Enterprise Vault SMTP Enhancements

Technical Brief Enterprise Vault SMTP Enhancements 1 Feature Description Enterprise Vault introduced enhanced SMTP archiving starting with version 11.0.1. These enhanced SMTP archiving features allowed for a more robust solution when archiving from any

More information

VERITAS Cluster Server support for Oracle Solaris Kernel Zones

VERITAS Cluster Server support for Oracle Solaris Kernel Zones VERITAS Cluster Server support for Oracle Solaris Kernel Zones Oracle Solaris introduced kernel zones feature in Oracle Solaris 11.2, which provides the flexibility, efficiency and isolation of Oracle

More information

Doubling Performance in Amazon Web Services Cloud Using InfoScale Enterprise

Doubling Performance in Amazon Web Services Cloud Using InfoScale Enterprise Doubling Performance in Amazon Web Services Cloud Using InfoScale Enterprise Veritas InfoScale Enterprise 7.3 Last updated: 2017-07-12 Summary Veritas InfoScale Enterprise comprises the Veritas InfoScale

More information

Enterprise Vault 12 Feature Briefing Classification

Enterprise Vault 12 Feature Briefing Classification Enterprise Vault 12 Feature Briefing Classification This document is about the new Classification feature in Enterprise Vault 12. If you have any feedback or questions about this document, please email

More information

USER GUIDE. Veritas NetBackup CloudFormation Template

USER GUIDE. Veritas NetBackup CloudFormation Template USER GUIDE Veritas NetBackup CloudFormation Template Contents Objective... 3 Launching a New Stack... 3 Launching Veritas NetBackup Server in a New VPC... 3 Launching Veritas NetBackup Server in an Existing

More information

W H I T E P A P E R. Configuring logical domains and SFHA in OVM for SPARC environment with multiple IO Domains

W H I T E P A P E R. Configuring logical domains and SFHA in OVM for SPARC environment with multiple IO Domains W H I T E P A P E R Confidence in the connected world Configuring logical domains and SFHA in OVM for SPARC environment with multiple IO Domains Sajith C R, Senior Software Engineer Information Availability

More information

Technical White Paper NetBackup 8.1 and later. NetBackup in the AWS Cloud: Required setup to use Amazon EFS as the NetBackup CloudCatalyst cache

Technical White Paper NetBackup 8.1 and later. NetBackup in the AWS Cloud: Required setup to use Amazon EFS as the NetBackup CloudCatalyst cache Technical White Paper NetBackup 8.1 and later NetBackup in the AWS Cloud: Required setup to use Amazon EFS as the NetBackup CloudCatalyst cache 1 Contents 1.0 Summary... 3 2.0 Terminology... 3 3.0 Configuring

More information

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC)

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Manageability and availability for Oracle RAC databases Overview Veritas InfoScale Enterprise for Oracle Real Application Clusters

More information

Application Note: Veritas High Availability solution for DLP Enforce Server. Windows

Application Note: Veritas High Availability solution for DLP Enforce Server. Windows Application Note: Veritas High Availability solution for DLP Enforce Server Windows December 2011 Application Note: Veritas High Availability solution for DLP Enforce Server Copyright 2011 Symantec Corporation.

More information

Enterprise Vault Whitepaper Enterprise Vault Integration with Veritas Products

Enterprise Vault Whitepaper Enterprise Vault Integration with Veritas Products Enterprise Vault Whitepaper Enterprise Vault Integration with Veritas Products This document provides an overview of the integration points between Veritas Enterprise Vault and other Veritas products This

More information

VERITAS Cluster Server. QuickStart. Product Overview

VERITAS Cluster Server. QuickStart. Product Overview VERITAS Cluster Server QuickStart Product Overview V E R I T A S W H I T E P A P E R Table of Contents VERITAS Cluster Server QuickStart Key Points..................................................1 Extending

More information

High Availability and Disaster Recovery Solutions for SAP NetWeaver on AWS using Veritas InfoScale Enterprise

High Availability and Disaster Recovery Solutions for SAP NetWeaver on AWS using Veritas InfoScale Enterprise High Availability and Disaster Recovery Solutions for SAP NetWeaver on AWS using Veritas InfoScale Enterprise Last updated: 2017-11-27 Table of Contents ABSTRACT... 3 INTRODUCTION TO THE VERITAS INFOSCALE

More information

Technical White Paper Information Map. Taking Action on Information Map Insights

Technical White Paper Information Map. Taking Action on Information Map Insights Taking Action on Information Map Insights 1 Contents Executive Summary... 3 Copying Files... 4 Identifying the Locations of VBS Files via Information Map... 4 Narrow Down to a Particular Source Location

More information

Administration of Veritas Cluster Server 6.0 for UNIX Study Guide

Administration of Veritas Cluster Server 6.0 for UNIX Study Guide Administration of Veritas Cluster Server 6.0 for UNIX Study Guide The following tables list the Symantec SCS Certification exam objectives for the Administration of Veritas Cluster Server 6.0 for UNIX

More information

Administration of Symantec Cluster Server 6.1 for UNIX Study Guide

Administration of Symantec Cluster Server 6.1 for UNIX Study Guide Administration of Symantec Cluster Server 6.1 for UNIX Study Guide The following tables list the Symantec SCS Certification exam objectives for the Symantec Cluster Server 6.1 for UNIX Technical Assessment

More information

Cluster Server Generic Application Agent Configuration Guide - AIX, Linux, Solaris

Cluster Server Generic Application Agent Configuration Guide - AIX, Linux, Solaris Cluster Server 7.3.1 Generic Application Agent Configuration Guide - AIX, Linux, Solaris Last updated: 2017-11-04 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and

More information

NetBackup Collection Quick Start Guide

NetBackup Collection Quick Start Guide NetBackup Collection Quick Start Guide This whitepaper is intended for IT professionals, IT managers, and IT personnel responsible for the planning, setup, and/or administration of Veritas Information

More information

Cluster Server Agent for IBM InfoSphere DataStage Installation and Configuration Guide

Cluster Server Agent for IBM InfoSphere DataStage Installation and Configuration Guide Cluster Server Agent for IBM InfoSphere DataStage Installation and Configuration Guide Linux, Solaris 7.0 Veritas InfoScale Availability Agents Last updated: 2017-06-30 Legal Notice Copyright 2017 Veritas

More information

Veritas Cluster Server Application Note: Support for HP-UX Integrity Virtual Machines. HP-UX 11i v2, HP-UX 11i v3

Veritas Cluster Server Application Note: Support for HP-UX Integrity Virtual Machines. HP-UX 11i v2, HP-UX 11i v3 Veritas Cluster Server Application Note: Support for HP-UX Integrity Virtual Machines HP-UX 11i v2, HP-UX 11i v3 Augut 2009 Application Note: Veritas Cluster Server Support for HP-UX Integrity Virtual

More information

Cluster Server Agent for Oracle GoldenGate Installation and Configuration Guide

Cluster Server Agent for Oracle GoldenGate Installation and Configuration Guide Cluster Server Agent for Oracle GoldenGate Installation and Configuration Guide AIX, Linux, Solaris 5.0 September 2015 Cluster Server Agent for Oracle GoldenGate Installation and Configuration Guide The

More information

Backup Exec Subscription Licensing Guide

Backup Exec Subscription Licensing Guide Backup Exec Subscription Licensing Guide Last Update: 27 September 2017 CONTENTS Product Overview... 3 Backup Exec Subscription Licensing... 4 Packaging and Licensing Overview....5 Packaging and Licensing

More information

Veritas InfoScale 7.3 Virtualization Guide - Solaris

Veritas InfoScale 7.3 Virtualization Guide - Solaris Veritas InfoScale 7.3 Virtualization Guide - Solaris Last updated: 2018-08-24 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered

More information

TECHNICAL WHITE PAPER. Using Stateless Linux with Veritas Cluster Server. Linux

TECHNICAL WHITE PAPER. Using Stateless Linux with Veritas Cluster Server. Linux TECHNICAL WHITE PAPER Using Stateless Linux with Veritas Cluster Server Linux Pranav Sarwate, Assoc SQA Engineer Server Availability and Management Group Symantec Technical Network White Paper Content

More information

Veritas InfoScale Support Matrix for Oracle

Veritas InfoScale Support Matrix for Oracle Veritas InfoScale Support Matrix for Oracle Last updated: 2018-08-10 Legal ice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks

More information

Application Note: Setting up Veritas Storage Foundation for Oracle RAC in a zone environment

Application Note: Setting up Veritas Storage Foundation for Oracle RAC in a zone environment Application Note: Setting up Veritas Storage Foundation for Oracle RAC in a zone environment Solaris 5.1 Service Pack 1 Rolling Patch 2 Application Note: Setting up Veritas Storage Foundation for Oracle

More information

Symantec ApplicationHA Release Notes

Symantec ApplicationHA Release Notes Symantec ApplicationHA Release Notes Linux on KVM 6.0 December 2011 Symantec ApplicationHA Release Notes The software described in this book is furnished under a license agreement and may be used only

More information

Veritas Data Insight Software Compatibility List 6.1.1

Veritas Data Insight Software Compatibility List 6.1.1 Veritas Data Insight Software Compatibility List 6.1.1 Documentation version: 6.1.1.1 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks

More information

Veritas Deployment Manager User's Guide

Veritas Deployment Manager User's Guide Veritas Deployment Manager User's Guide Last updated: 2017-10-03 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks

More information

Veritas Cluster Server Agent for Sybase Installation and Configuration Guide

Veritas Cluster Server Agent for Sybase Installation and Configuration Guide Veritas Cluster Server Agent for Sybase Installation and Configuration Guide HP-UX 11i v3 5.0 2 Veritas Cluster Server Agent for Sybase Installation and Configuration Guide Copyright 2007 Symantec Corporation.

More information

Veritas Exam VCS-254 Administration of Veritas Cluster Server 6.1 for UNIX Version: 6.0 [ Total Questions: 298 ]

Veritas Exam VCS-254 Administration of Veritas Cluster Server 6.1 for UNIX Version: 6.0 [ Total Questions: 298 ] s@lm@n Veritas Exam VCS-254 Administration of Veritas Cluster Server 6.1 for UNIX Version: 6.0 [ Total Questions: 298 ] Question No : 1 What is the impact of a VCS design that requires reducing the value

More information

Veritas Storage Foundation and High Availability Solutions Virtualization Guide

Veritas Storage Foundation and High Availability Solutions Virtualization Guide Veritas Storage Foundation and High Availability Solutions Virtualization Guide Solaris 6.0 November 2014 Veritas Storage Foundation and High Availability Solutions Virtualization Guide The software described

More information

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

Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint 2013 Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint 2013 Windows 7.1 April 2016 Storage Foundation and High Availability Solutions HA and

More information

Veritas Data Insight 6.1 Software Compatibility List 6.1

Veritas Data Insight 6.1 Software Compatibility List 6.1 Veritas Data Insight 6.1 Software Compatibility List 6.1 November 2017 Documentation version: 6.1.0 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Veritas High Availability 7.3 Solution Guide for VMware - Linux

Veritas High Availability 7.3 Solution Guide for VMware - Linux Veritas High Availability 7.3 Solution Guide for VMware - Linux June 2017 Last updated: 2017-06-01 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Lab Agenda. Introduction

Lab Agenda. Introduction VCS High Availability and Disaster Recovery Lab Student s Guide Introduction This hands-on lab contains exercises that will allow the student to carry out new and existing features in VCS6.0 for Linux

More information

W H I T E P A P E R : T E C H N I C AL. Symantec High Availability Solution for Oracle Enterprise Manager Grid Control 11g and Cloud Control 12c

W H I T E P A P E R : T E C H N I C AL. Symantec High Availability Solution for Oracle Enterprise Manager Grid Control 11g and Cloud Control 12c W H I T E P A P E R : T E C H N I C AL Symantec High Availability Solution for Oracle Enterprise Manager Grid Control 11g and Cloud Control 12c Table of Contents Symantec s solution for ensuring high availability

More information

Veritas Storage Foundation and High Availability Solutions Virtualization Guide

Veritas Storage Foundation and High Availability Solutions Virtualization Guide Veritas Storage Foundation and High Availability Solutions Virtualization Guide Solaris 6.0.1 July 2012 Veritas Storage Foundation and High Availability Solutions Virtualization Guide The software described

More information

Enterprise Vault 12.4 OData Reporting for Auditing

Enterprise Vault 12.4 OData Reporting for Auditing Enterprise Vault 12.4 OData Reporting for Auditing This whitepaper describes the Enterprise Vault 12.4 OData reporting features for auditing. This document applies to the following version(s) of Enterprise

More information

Veritas Storage Foundation and High Availability Solutions Virtualization Guide

Veritas Storage Foundation and High Availability Solutions Virtualization Guide Veritas Storage Foundation and High Availability Solutions Virtualization Guide Solaris 5.1 Service Pack 1 Veritas Storage Foundation and High Availability Solutions Virtualization Guide The software described

More information

Cluster Server Agent for NetApp SnapMirror with Clustered Data ONTAP Configuration Guide

Cluster Server Agent for NetApp SnapMirror with Clustered Data ONTAP Configuration Guide Cluster Server Agent for NetApp SnapMirror with Clustered Data ONTAP Configuration Guide Windows 7.0 October 2018 Veritas Cluster Server Agent for cluster-mode SnapMirror Configuration Guide Last updated:

More information

VERITAS Cluster Server Agent 3.0 for SAP R/3

VERITAS Cluster Server Agent 3.0 for SAP R/3 VERITAS Cluster Server Agent 3.0 for SAP R/3 Installation and Configuration Guide Solaris September 2002 Disclaimer The information contained in this publication is subject to change without notice. VERITAS

More information

Veritas InfoScale 7.4 Virtualization Guide - Linux

Veritas InfoScale 7.4 Virtualization Guide - Linux Veritas InfoScale 7.4 Virtualization Guide - Linux Last updated: 2018-05-30 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered

More information

Protecting Miscrosoft Hyper-V Environments

Protecting Miscrosoft Hyper-V Environments Protecting Miscrosoft Hyper-V Environments Who should read this paper Technical White Papers are designed to introduce Veritas partners and end users to key technologies and technical concepts that are

More information

VERITAS Cluster Server Enterprise Agent 4.0 for Sybase

VERITAS Cluster Server Enterprise Agent 4.0 for Sybase VERITAS Cluster Server Enterprise Agent 4.0 for Sybase Installation and Configuration Guide Solaris N11191F January 2004 Disclaimer The information contained in this publication is subject to change without

More information

This five-day, instructor-led, hands-on class covers how to use Veritas Cluster Server to manage applications in a high availability environment.

This five-day, instructor-led, hands-on class covers how to use Veritas Cluster Server to manage applications in a high availability environment. Veritas Cluster Server 6.0 for UNIX: Administration Day(s): 5 Course Code: HA0434 Overview The Veritas Cluster Server 6.0 for UNIX: Administration course is designed for the IT professional tasked with

More information

Enterprise Vault 11 Whitepaper Deploying IMAP Access to Enterprise Vault

Enterprise Vault 11 Whitepaper Deploying IMAP Access to Enterprise Vault Enterprise Vault 11 Whitepaper Deploying IMAP Access to Enterprise Vault This Whitepaper is intended to assist customers, partners and service providers deploy IMAP access to Enterprise Vault. This document

More information

Veritas Resiliency Platform 3.2 Hardware and Software Compatibility List

Veritas Resiliency Platform 3.2 Hardware and Software Compatibility List Veritas Resiliency Platform 3.2 Hardware and Software Compatibility List Last updated: 2018-08-13 Document version: Document version: 3.2 Rev 1 Legal Notice Copyright 2018 Veritas Technologies LLC. All

More information

Data Insight Feature Briefing Box Cloud Storage Support

Data Insight Feature Briefing Box Cloud Storage Support Data Insight Feature Briefing Box Cloud Storage Support This document is about the new Box Cloud Storage Support feature in Symantec Data Insight 5.0. If you have any feedback or questions about this document

More information

Cluster Server Agent for Oracle GoldenGate Configuration Guide

Cluster Server Agent for Oracle GoldenGate Configuration Guide Cluster Server Agent for Oracle GoldenGate Configuration Guide Windows 6.0 September 2015 Cluster Server Agent for Oracle GoldenGate Configuration Guide The software described in this book is furnished

More information

HYPERION ESSBASE SYSTEM 9

HYPERION ESSBASE SYSTEM 9 HYPERION ESSBASE SYSTEM 9 VERITAS CLUSTER SERVER AGENT FOR HYPERION ESSBASE RELEASE 9.3.1 INSTALLATION AND CONFIGURATION GUIDE CONTENTS IN BRIEF Purpose... 2 Conventions... 2 Veritas Agent for Essbase...

More information

Hitachi Data Systems and Veritas Empower smarter decisions

Hitachi Data Systems and Veritas Empower smarter decisions Hitachi Data Systems and Veritas Empower smarter decisions Data growth creates a data storage and management headache. Many organizations base their IT strategies and budgets on the volume of data stored

More information

Veritas InfoScale 7.2 Virtualization Guide - Linux

Veritas InfoScale 7.2 Virtualization Guide - Linux Veritas InfoScale 7.2 Virtualization Guide - Linux March 2017 Veritas InfoScale 7.2 Virtualization Guide Last updated: 2017-03-14 Document version: 7.2 Rev 1 Legal Notice Copyright 2016 Veritas Technologies

More information

Veritas Desktop and Laptop Option Mobile Application Getting Started Guide

Veritas Desktop and Laptop Option Mobile Application Getting Started Guide Veritas Desktop and Laptop Option Mobile Application Getting Started Disclaimer Contents The software described in this document is furnished under a license agreement and may be used only in accordance

More information

QUICK START: SYMANTEC ENDPOINT PROTECTION FOR AMAZON EC2

QUICK START: SYMANTEC ENDPOINT PROTECTION FOR AMAZON EC2 QUICK START: SYMANTEC ENDPOINT PROTECTION FOR AMAZON EC2 Quick Start Guide for Using Symantec Endpoint Protection for Amazon EC2 Quick Start Guide for Using Symantec Endpoint Protection for Amazon EC2

More information

Veritas Storage Foundation and High Availability Solutions Application Note: Support for HP-UX Integrity Virtual Machines

Veritas Storage Foundation and High Availability Solutions Application Note: Support for HP-UX Integrity Virtual Machines Veritas Storage Foundation and High Availability Solutions Application Note: Support for HP-UX Integrity Virtual Machines HP-UX 11i v3 5.0.1 Veritas Storage Foundation and High Availability Solutions Application

More information

Veritas Cluster Server Agents for Veritas FlashSnap Agent for Symmetrix Installation And Configuration Guide

Veritas Cluster Server Agents for Veritas FlashSnap Agent for Symmetrix Installation And Configuration Guide Veritas Cluster Server Agents for Veritas FlashSnap Agent for Symmetrix Installation And Configuration Guide Solaris 5.0 N18533F Veritas Cluster Server Agents for Veritas FlashSnap Agent for Symmetrix

More information

Veritas CloudPoint 1.0 Administrator's Guide

Veritas CloudPoint 1.0 Administrator's Guide Veritas CloudPoint 1.0 Administrator's Guide Veritas CloudPoint Administrator's Guide Last updated: 2017-09-13 Document version: 1.0 Rev 6 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights

More information

Veritas Cluster Server Agent for IBM DB2 HADR Installation and Configuration Guide

Veritas Cluster Server Agent for IBM DB2 HADR Installation and Configuration Guide Veritas Cluster Server Agent for IBM DB2 HADR Installation and Configuration Guide AIX, Linux, Solaris 5.0 N19308C Veritas Cluster Server Agent for IBM DB2 HADR Installation and Configuration Guide Copyright

More information

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Veritas NetBackup for Microsoft Exchange Server Administrator s Guide for Windows Release 8.1.1 Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Last updated: 2018-02-16 Document version:netbackup

More information

Veritas VCS-256. Administration of Veritas InfoScale Availability 7.1 for UNIX/Linux.

Veritas VCS-256. Administration of Veritas InfoScale Availability 7.1 for UNIX/Linux. Veritas VCS-256 Administration of Veritas InfoScale Availability 7.1 for UNIX/Linux https://killexams.com/pass4sure/exam-detail/vcs-256 DEMO Find some pages taken from full version Killexams VCS-256 questions

More information

Veritas Dynamic Multi-Pathing readme

Veritas Dynamic Multi-Pathing readme Veritas Dynamic Multi-Pathing readme Linux DMP 5.1 Rolling Patch 1 Patch 0 Veritas Dynamic Multi-Pathing Readme The software described in this book is furnished under a license agreement and may be used

More information

Migrating from Storage Foundation for Oracle HA to SF Oracle RAC

Migrating from Storage Foundation for Oracle HA to SF Oracle RAC Migrating from Storage Foundation for Oracle HA to SF Oracle RAC Migrating from Storage Foundation for Oracle HA to SF Oracle RAC The software described in this book is furnished under a license agreement

More information

Veritas Cluster Server Agents for Veritas Volume Replicator Configuration Guide

Veritas Cluster Server Agents for Veritas Volume Replicator Configuration Guide Veritas Cluster Server Agents for Veritas Volume Replicator Configuration Guide Solaris x64 Platform Edition 5.0 11997325 Veritas Cluster Server Agents for Veritas Volume Replicator Configuration Guide

More information

QUICK START: VERITAS STORAGE FOUNDATION BASIC FOR AMAZON EC2

QUICK START: VERITAS STORAGE FOUNDATION BASIC FOR AMAZON EC2 QUICK START: VERITAS STORAGE FOUNDATION BASIC FOR AMAZON EC2 Quick Start Guide for Using Symantec's Veritas Storage Foundation Basic for Amazon EC2 Quick Start Guide for Using Symantec's Veritas Storage

More information

Hitachi Block Storage Driver for OpenStack v Release Notes

Hitachi Block Storage Driver for OpenStack v Release Notes Hitachi Block Storage Driver for OpenStack v01.5.3 Release Notes Hitachi Block Storage Driver for OpenStack v01.5.3 Release Notes... 1 About this document... 1 Intended audience... 1 Getting help... 1

More information

OpenStack. Architecture and Operation. OpenStack Tutorial Day 2. Kasidit Chanchio Vasabilab, Thammasat University

OpenStack. Architecture and Operation. OpenStack Tutorial Day 2. Kasidit Chanchio Vasabilab, Thammasat University OpenStack Architecture and Operation OpenStack Tutorial Day 2 Kasidit Chanchio Vasabilab, Thammasat University How OpenStack Components work Components in our focuses: Keystone Nova Glance Networking Orchrestration

More information

Veritas Cluster Server Application Note: High Availability for BlackBerry Enterprise Server

Veritas Cluster Server Application Note: High Availability for BlackBerry Enterprise Server Veritas Cluster Server Application Note: High Availability for BlackBerry Enterprise Server Windows Server 2003, Windows Server 2008 5.1 Service Pack 2 Veritas Cluster Server Application Note: High Availability

More information

Cluster Server Agent for IBM InfoSphere DataStage Installation and Configuration Guide

Cluster Server Agent for IBM InfoSphere DataStage Installation and Configuration Guide Cluster Server Agent for IBM InfoSphere DataStage Installation and Configuration Guide Linux, Solaris 5.1 September 2015 Cluster Server Agent for IBM InfoSphere DataStage Installation and Configuration

More information

Cluster Server 7.1 Configuration and Upgrade Guide - Linux

Cluster Server 7.1 Configuration and Upgrade Guide - Linux Cluster Server 7.1 Configuration and Upgrade Guide - Linux June 2016 Cluster Server Configuration and Upgrade Guide Last updated: 2016-06-09 Document version: 7.1 Rev 1 Legal Notice Copyright 2016 Veritas

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

FloatingIP Enhancement For Public Cloud Infrastructure

FloatingIP Enhancement For Public Cloud Infrastructure FloatingIP Enhancement For Public Cloud Infrastructure June 4, 2015 Yushiro Furukawa Fujitsu Limited 0 Who am I? Yushiro Furukawa (Speaker) Software Engineer of Fujitsu from 2011 Developer of OpenStack

More information

Veritas Cluster Server

Veritas Cluster Server APPENDIXE Veritas Cluster Server Published: December 23, 2013 Introduction This appendix provides basic guidelines for configuring the Veritas Cluster Server (VCS) in a Subscriber Manager cluster installation.

More information

Cluster Server 7.4 Configuration and Upgrade Guide - Linux

Cluster Server 7.4 Configuration and Upgrade Guide - Linux Cluster Server 7.4 Configuration and Upgrade Guide - Linux Last updated: 2018-07-31 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks

More information

Enterprise Vault Whitepaper High Availability Options for Enterprise Vault

Enterprise Vault Whitepaper High Availability Options for Enterprise Vault Enterprise Vault Whitepaper High Availability Options for Enterprise Vault This Whitepaper is intended to assist customers, partners and service providers as they plan to implement high availability for

More information

Veritas Resiliency Platform 1.2: Release Notes

Veritas Resiliency Platform 1.2: Release Notes Veritas Resiliency Platform 1.2: Release Notes April 2016 Veritas Resiliency Platform: Release Notes The software described in this book is furnished under a license agreement and may be used only in accordance

More information

Storage Foundation Cluster File System High Availability 7.3 Configuration and Upgrade Guide - Linux

Storage Foundation Cluster File System High Availability 7.3 Configuration and Upgrade Guide - Linux Storage Foundation Cluster File System High Availability 7.3 Configuration and Upgrade Guide - Linux Last updated: 2017-05-31 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved.

More information

Cluster Server Database Agent for Oracle Configuration Guide - Windows

Cluster Server Database Agent for Oracle Configuration Guide - Windows Cluster Server 7.3.1 Database Agent for Oracle Configuration Guide - Windows Last updated: 2017-11-05 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas

More information

Hitachi Block Storage Driver for OpenStack v Release Notes

Hitachi Block Storage Driver for OpenStack v Release Notes Hitachi Block Storage Driver for OpenStack v01.5.2 Release Notes Hitachi Block Storage Driver for OpenStack v01.5.2 Release Notes... 1 About this document... 1 Intended audience... 1 Getting help... 1

More information

Backup-as-a-Service Powered by Veritas

Backup-as-a-Service Powered by Veritas Backup-as-a-Service Powered by Veritas FOCUS MORE ON YOUR BUSINESS, LESS ON YOUR INFRASTRUCTURE Table of Contents Better data protection from the ground up... 3 Significant challenges in the modern enterprise...

More information

SM-B09: Confidently Virtualize Business Critical Applications On VMware, KVM, LPAR and LDOM with ApplicationHA 6.0

SM-B09: Confidently Virtualize Business Critical Applications On VMware, KVM, LPAR and LDOM with ApplicationHA 6.0 SM-B09: Confidently Virtualize Business Critical s On VMware, KVM, LPAR and LDOM with 6.0 Bob Goodyear Regional Product Manager Lorenzo Galelli Technical Product Manager Twitter: @Virtually_LG Blog : http://virtuallylg.wordpress.com/

More information

Veritas Resiliency Platform 3.3 Hardware and Software Compatibility List

Veritas Resiliency Platform 3.3 Hardware and Software Compatibility List Veritas Resiliency Platform 3.3 Hardware and Software Compatibility List Veritas Resiliency Platform: Hardware and Software Compatibility List Last updated: 2018-10-30 Document version: Document version:

More information

Symantec High Availability 7.0 Solution Guide for VMware - Linux

Symantec High Availability 7.0 Solution Guide for VMware - Linux Symantec High Availability 7.0 Solution Guide for VMware - Linux July 2015 Symantec High Availability Solution Guide for VMware The software described in this book is furnished under a license agreement

More information

Veritas SaaS Backup for Office 365

Veritas SaaS Backup for Office 365 Veritas SaaS Backup for Office 365 Documentation version: 1.0 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks

More information

Veritas Cluster Server 6.0

Veritas Cluster Server 6.0 Veritas Cluster Server 6.0 New Features and Capabilities Anthony Herr Product Manager - Availability Products What does function does VCS perform? High Availability Ensure an application, in either a physical

More information

Hitachi Block Storage Driver for OpenStack v Release Notes

Hitachi Block Storage Driver for OpenStack v Release Notes Hitachi Block Storage Driver for OpenStack v02.1.0 Release Notes Hitachi Block Storage Driver for OpenStack v02.1.0 Release Notes... 1 About this document... 1 Intended audience... 1 Getting help... 1

More information

Veritas HyperScale 1.0. Ubuntu

Veritas HyperScale 1.0. Ubuntu Veritas HyperScale 1.0 for OpenStack User's Guide Ubuntu June 2017 Veritas HyperScale for OpenStack User's Guide Last updated: 2017-06-22 Document version: 1.0 Rev 1 Legal Notice Copyright 2017 Veritas

More information

Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Enterprise Vault

Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Enterprise Vault Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Enterprise Vault Windows 7.1 April 2016 Storage Foundation and High Availability Solutions HA and Disaster

More information

Veritas Storage Foundation and High Availability Solutions Virtualization Guide

Veritas Storage Foundation and High Availability Solutions Virtualization Guide Veritas Storage Foundation and High Availability Solutions Virtualization Guide Linux 6.0.1 July 2012 Veritas Storage Foundation and High Availability Solutions Virtualization Guide The software described

More information

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW Veritas Backup Exec Powerful, flexible and reliable data protection designed for cloud-ready organizations. OVERVIEW Veritas Backup Exec is the backup solution without barriers, delivered your way. You

More information

Symantec VIP Quick Start Guide. Enabling Help Desk. Version 1.0. Author Travis Harmon Symantec. All rights reserved.

Symantec VIP Quick Start Guide. Enabling Help Desk. Version 1.0. Author Travis Harmon Symantec. All rights reserved. Version 1.0 Author Travis Harmon 2017 Symantec. All rights reserved. Table of Contents Introduction... 2 Creating a User in VIP Manager... 3 Locating Users in VIP Manager... 4 Enrolling a User Credential

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.2

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.2 Veritas NetBackup Copilot for Oracle Configuration Guide Release 2.7.2 Veritas NetBackup Copilot for Oracle Configuration Guide Documentation version: 2.7.2 Legal Notice Copyright 2016 Veritas Technologies

More information

Veritas SaaS Backup for Salesforce

Veritas SaaS Backup for Salesforce Veritas SaaS Backup for Salesforce Documentation version: 2.0 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks

More information

VERITAS Volume Manager for Windows 2000

VERITAS Volume Manager for Windows 2000 VERITAS Volume Manager for Windows 2000 Advanced Storage Management Technology for the Windows 2000 Platform In distributed client/server environments, users demand that databases, mission-critical applications

More information