Intelligent Monitoring Framework (IMF)

Size: px
Start display at page:

Download "Intelligent Monitoring Framework (IMF)"

Transcription

1 Intelligent Monitoring Framework (IMF) -- Smarter Availability Bhavin Thaker VCS Engineering March 2012 Total number of slides = 26 (Slide-deck Version 1.4.2) IMF: Intelligent Monitoring Framework 1

2 Poll How many use IMF as of today? IMF: Intelligent Monitoring Framework 2

3 Agenda 1 What s the problem? 2 Why use IMF? 3 How to use IMF? 4 How is magic of IMF done? -- Architecture 5 What is ProPCV in SFHA 6.0? IMF: Intelligent Monitoring Framework 3

4 What s the problem? IMF: Intelligent Monitoring Framework 4

5 From Polling to Asynchronous Monitoring IMF: Fast Failure Detection and Failover Traditional Monitoring Framework Intelligent Monitoring Framework Polling Asynchronous Most Clustering Solutions Poll based Monitoring Veritas Cluster Server (5.1 SP1 & 6.0) Intelligent Monitoring Faulted Faulted Resources Being Monitored Faulting Registering Resources Being Monitored IMF: Intelligent Monitoring Framework 5

6 Why use IMF? Isn t 1 minute good enough? We can do better! Eweek: Businesses loss on outage: Avg of $5000 / minute Well, sometimes a minute may seem like an hour Place your hand on a hot stove (for a minute) and it will seem to last an hour. Sit next to a beautiful lady for an hour, and it will seem to last only a minute. That is relativity." Albert Einstein. IMF: Intelligent Monitoring Framework 6

7 Show me the numbers (no-imf -> IMF) Fault detection time: (1 to 60 seconds) -> (~1 second) Performance Improvement using IMF -- % CPU usage for 800 Mounts and 800 Processes Monitoring Reliability: Traditional check after IMF notification IMF: Intelligent Monitoring Framework 7

8 Key Takeaway: Value Proposition IMF provides: 1. Fast Failover 2. Zero Polling Overhead IMF: Intelligent Monitoring Framework 8

9 What type of resources can have this cool feature? Notifications for: Process Online, Offline Mount Online, Offline Container Online, Offline: Sol/AIX IMF-aware Agents Process, Application agents CVMvxconfigd, CFSfsckd Oracle, Netlsnr, DB2, Sybase/IQ, PostgreSQL, MySQL WebLogic/Sphere/MQ, DLP Enforce, Containers (Solaris Zones, AIX WPARs) Mount based agents Mount, CFSMount agents detects FS-disabled instantaneously via IMF s integration with CFS IMF: Intelligent Monitoring Framework 9

10 How do we enable IMF? IMF enabled by default in SFHA 6.0 Granularity System-level (/etc/amftab) Type-level (hatype) Resource-level (hares) System-level Type-level Resource-level All resources All Oracleinstances Monitoring Type Online Monitoring Offline Monitoring Oracle1 Oracle2 Oracle3 Examples haimfconfig -enable (SFHA 6.0) Veritas Operations Manager VOM UI IMF: Intelligent Monitoring Framework 10

11 Important IMF Attributes Mode: IMF monitoring granularity 0 = Turn OFF IMF 1 = Turn ON Online Monitoring only 2 = Turn ON Offline Monitoring only 3 = Turn ON Both MonitorFreq : When to run Traditional Monitoring MonitorFreq = 10 (IMF is ON) MonitorInterval = 1 min (IMF is OFF) OracleAgent: Level-2 Monitoring (aka In-depth) always runs if enabled IMF: Intelligent Monitoring Framework 11

12 Two ways to make Agent IMF-aware VCS Agent Framework C/C++ entry points provided by Agent Script-based IMF-plugin AMF binaries libvxamf AMF driver IMF: Intelligent Monitoring Framework 12

13 3 new IMF Entry Points for Agents VCSAgIMFInit Initialize the Agent with IMF (start driving the car) VCSAgIMFRegister (lemme know when we reach there) Register a Resource with IMF; called once for every resource that should use IMF VCSAgIMFGetnotification Block in IMF for Resource State Change notifications (hey, we are there now!) IMF: Intelligent Monitoring Framework 13

14 What s the diff between IMF and AMF? AMF Binaries amfinit amfregister amfgetnotification amfconfig amfstat Script-based IMF-plugin(Perl) imf_init imf_register (uses XML config) imf_getnotification Userland OS Kernel Script-based IMF-Plugin AMF binaries libvxamf AMF driver IMF: Intelligent Monitoring Framework 14

15 Script-based IMF Plugin: Example Create the amfregister.xml file in /opt/vrtsvcs/bin/ezimfagent <xml> <Register> <RegType>PRON</RegType> <PronOptions>IGNORE_ARGS IGNORE_PATH</PronOptions> <ProcPattern>ezimf.sh</ProcPattern> </Register> <Register> <RegType>PROFF</RegType> <Owner>root</Owner> <Path>/bin</Path> <arg0>sh</arg0> <args>/opt/vrtsvcs/bin/ezimf/ezimf.sh</args> </Register> </xml> IMF: Intelligent Monitoring Framework 15

16 Script-based IMF Plugin: Example (cont d) 1) Create the file amfregister.xml in /opt/vrtsvcs/bin/ezimfagent 2) Create sym-links in /opt/vrtsvcs/bin/ezimfagent to IMF entry-points ezimfagent -> /opt/vrtsamf/imf/script51agent imf_init -> /opt/vrtsamf/imf/imf_init imf_register -> /opt/vrtsamf/imf/imf_register imf_getnotification -> /opt/vrtsamf/imf/imf_getnotification 3) Configure IMF in VCS config files: /etc/vrtsvcs/conf/config/types.cf, main.cf type ezimf ( static int IMF{} = { Mode=3, MonitorFreq=10, RegisterRetryLimit=3 } static str IMFRegList[] = { } ) That s it Your Script Agent is now IMF-enabled! Visit the IMF lab session! IMF: Intelligent Monitoring Framework 16

17 AMF Driver Terminology Reaper = VCSOracleAgent Looks Confusing? Ok, Let s take an example AMF Group = ora_db R_RID = 20 Reaper ResourceID RID = 51 PID = 1001 Ora_pmon RID = 52 PID = 1002 Ora_lmon AMF Driver RID = 53 PID = 1003 Ora_smon RID = 54 PID = 1004 Ora_lmd RID = ResourceID IMF: Intelligent Monitoring Framework 17

18 amfstat screenshot (Process) Registered Reapers (2): ======================= R_RID PID MONITOR TRIGG REAPER VCSOracleAgent... Process ONLINE Monitors (4): [ONLINE MONITORING: Node-A] ============================ RID R_RID PID GROUP ora_db ora_db ora_db ora_db RID AMF internal unique identifier for an event R_RID RID of reaper Process OFFLINE Monitors (4): [OFFLINE MONITORING: Node-B] ============================= RID R_RID PATH ARGV0 ARGS UID EUID GID EGID GROUP CONTAINER PROJECT ACTION 12 1 oracle ora_pmon_amftest <none> <any> <any> <any> ora_db global <any> Allow 13 1 oracle ora_smon_amftest <none> <any> <any> <any> ora_db global <any> Allow 14 1 oracle ora_lgwr_amftest <none> <any> <any> <any> ora_db global <any> Allow 15 1 oracle ora_dbw0_amftest <none> <any> <any> <any> ora_db global <any> Allow IMF: Intelligent Monitoring Framework 18

19 amfstat screenshot (Mount) Registered Reapers (2): ======================= R_RID PID MONITOR TRIGG REAPER VCSMountAgent... Mount ONLINE Monitors (1): [ONLINE MONITORING: Node-A] ========================== RID R_RID FSTYPE DEVICE MOUNTPOINT GROUP CONTAINER 24 0 vxfs /dev/vx/dsk/oradg_246_247/oravol /oradata mnt_ora <none> Mount OFFLINE Monitors (1): [OFFLINE MONITORING: Node-B] =========================== RID R_RID FSTYPE DEVICE MOUNTPOINT GROUP CONTAINER vxfs /dev/vx/dsk/oradg_246_247/oravol /oradata mnt_ora <none> IMF: Intelligent Monitoring Framework 19

20 IMF Agent Architecture: Events Timeline 5. Run Traditional Monitor 2. VCSAgIMFGetnotification 4. Notification 1. VCSAgIMFInit BLOCKED IMF Thread Agent Start 3. Run Traditional Monitor Agent Main Thread 4. VCSAgIMFRegister IMF: Intelligent Monitoring Framework 20

21 AMF Driver Architecture: Events Timeline USER SPACE Initialization Registration Getnotification libvxamf Setup Reaper Insert event in hash table BLOCK Lookup event in hash table AMF Driver OS Hook kernel for Reaper death notification Hook kernel for event notification Notification from kernel KERNEL SPACE IMF: Intelligent Monitoring Framework 21

22 Reactive -> Proactive Prevention of Concurrency Violation: ProPCV Detection of Concurrency Violation Detection Prevention of Concurrency Violation NEW Reactive App App App App Proactive Concurrency Violation N1 (Active) N2 (Standby) N1 (Active) N2 (Standby) VCS proactively prevents CV Default OfflineMonitoring = 5 min Reactive: Data Corruption possible! Application NOT allowed to startup Group-level attribute Off by default IMF: Intelligent Monitoring Framework 22

23 amfstat screenshot for Pro PCV Process OFFLINE Monitors (3): ============================= RID R_RID PATH ARGV0 ARGS UID EUID GID EGID GROUP CONTAINER ACTION /usr/sbin/who /usr/sbin/who <none> <any> <any> <any> <any> group_xyz <none> PREVENT /usr/sbin/nscd /usr/sbin/nscd -x -t <any> <any> 0 <none> Global ALLOW /orcl/oracle ora_lmon_busdb <none> 20 <any> 20 <any> ORCL Global ALLOW IMF: Intelligent Monitoring Framework 23

24 References Screen-cast on IMF A blog on IMF Whitepaper on IMF VCS User's and Agent Developer s guide (search for: IMF) IMF: Intelligent Monitoring Framework 24

25 Summary: Key Takeaway IMF provides: 1. Fast Failover 2. Zero Polling Overhead IMF: Intelligent Monitoring Framework 25

26 Failure is NOT an option -- NASA, Fast Failover is -- with VCS, Use IMF! Thank you! Slide Credits: Bhavin Thaker Vishal Thakur Abhijit Toley Hema Venkataramani IMF: Intelligent Monitoring Framework 26

Veritas Cluster Server 6.0

Veritas Cluster Server 6.0 Veritas Cluster Server 6.0 New Features and Capabilities SF 6.0 Features Deep Dive Anthony Herr, Eric Hennessey SAMG Technical Product Management What does VCS do for me? High Availability Ensure an application,

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

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

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

Symantec ApplicationHA 6.2 Generic Agent Configuration Guide - Solaris on Oracle VM Server for SPARC

Symantec ApplicationHA 6.2 Generic Agent Configuration Guide - Solaris on Oracle VM Server for SPARC Symantec ApplicationHA 6.2 Generic Agent Configuration Guide - Solaris on Oracle VM Server for SPARC November 2014 Symantec ApplicationHA Generic Agent Configuration Guide The software described in this

More information

Cluster Server Agent for Docker Installation and Configuration Guide

Cluster Server Agent for Docker Installation and Configuration Guide Cluster Server Agent for Docker Installation and Configuration Guide Linux 6.2 September 2015 Cluster Server Agent for Docker Installation and Configuration Guide The software described in this book is

More information

Cluster Server Agent for PostgreSQL Installation and Configuration Guide

Cluster Server Agent for PostgreSQL Installation and Configuration Guide Cluster Server Agent for PostgreSQL Installation and Configuration Guide AIX, Linux, Solaris SPARC 7.0 Veritas InfoScale Availability Agents Last updated: 2018-07-06 Legal Notice Copyright 2018 Veritas

More information

Cluster Server 7.3 Agent for DB2 Installation and Configuration Guide - Linux

Cluster Server 7.3 Agent for DB2 Installation and Configuration Guide - Linux Cluster Server 7.3 Agent for DB2 Installation and Configuration Guide - Linux Last updated: 2018-06-12 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas

More information

Veritas High Availability Agent for WebSphere Application Server Installation and Configuration Guide

Veritas High Availability Agent for WebSphere Application Server Installation and Configuration Guide Veritas High Availability Agent for WebSphere Application Server Installation and Configuration Guide AIX, HP-UX, Linux, Solaris 5.1 June 2012 Veritas High Availability Agent for WebSphere Application

More information

Symantec Cluster Server 6.1 Agent for Oracle Installation and Configuration Guide - Solaris

Symantec Cluster Server 6.1 Agent for Oracle Installation and Configuration Guide - Solaris Symantec Cluster Server 6.1 Agent for Oracle Installation and Configuration Guide - Solaris January 2014 Symamtec Cluster Server Agent for Oracle Installation and Configuration Guide The software described

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

Symantec Cluster Server 6.1 Agent for Oracle Installation and Configuration Guide - AIX

Symantec Cluster Server 6.1 Agent for Oracle Installation and Configuration Guide - AIX Symantec Cluster Server 6.1 Agent for Oracle Installation and Configuration Guide - AIX January 2014 Symantec Cluster Server Agent for Oracle Installation and Configuration Guide The software described

More information

Cluster Server Agent for PostgreSQL Installation and Configuration Guide

Cluster Server Agent for PostgreSQL Installation and Configuration Guide Cluster Server Agent for PostgreSQL Installation and Configuration Guide AIX, Linux, Solaris SPARC 7.0 Veritas InfoScale Availability Agents Last updated: 2018-04-09 Legal Notice Copyright 2018 Veritas

More information

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Solaris 6.0 November 2011 Veritas Cluster Server Agent for Oracle Installation and Configuration Guide The software described

More information

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide - Linux

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide - Linux Veritas Cluster Server 6.0.4 Agent for Oracle Installation and Configuration Guide - Linux October 2013 Veritas Cluster Server Agent for Oracle Installation and Configuration Guide The software described

More information

Symantec High Availability Agent for PostgreSQL Installation and Configuration Guide

Symantec High Availability Agent for PostgreSQL Installation and Configuration Guide Symantec High Availability Agent for PostgreSQL Installation and Configuration Guide AIX, HP-UX, Linux, Solaris SPARC 5.1 June 2014 Symantec High Availability Agent for PostgreSQL Installation and Configuration

More information

Cluster Server Agent for MySQL MySQL Installation and Configuration Guide

Cluster Server Agent for MySQL MySQL Installation and Configuration Guide Cluster Server Agent for MySQL MySQL Installation and Configuration Guide AIX, Linux, Solaris 7.0 March 2017 Cluster Server Agent for MySQL Installation and Configuration Guide Last updated: 2017-03-29

More information

Veritas Exam VCS-253 Administration of Veritas Cluster Server 6.0 for UNIX Version: 6.0 [ Total Questions: 235 ]

Veritas Exam VCS-253 Administration of Veritas Cluster Server 6.0 for UNIX Version: 6.0 [ Total Questions: 235 ] s@lm@n Veritas Exam VCS-253 Administration of Veritas Cluster Server 6.0 for UNIX Version: 6.0 [ Total Questions: 235 ] Question No : 1 Which command allows the administrator to leave services currently

More information

Cluster Server 7.0 Agent for DB2 Installation and Configuration Guide - Linux

Cluster Server 7.0 Agent for DB2 Installation and Configuration Guide - Linux Cluster Server 7.0 Agent for DB2 Installation and Configuration Guide - Linux October 2015 Cluster Server Agent for DB2 Installation and Configuration Guide The software described in this book is furnished

More information

Symantec High Availability Agent for WebSphere Application Server Installation and Configuration Guide

Symantec High Availability Agent for WebSphere Application Server Installation and Configuration Guide Symantec High Availability Agent for WebSphere Application Server Installation and Configuration Guide AIX, HP-UX, Linux, Solaris 5.1 December 2013 Symantec High Availability Agent for WebSphere Application

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

Cluster Server 7.1 Agent for Sybase Installation and Configuration Guide - Solaris

Cluster Server 7.1 Agent for Sybase Installation and Configuration Guide - Solaris Cluster Server 7.1 Agent for Sybase Installation and Configuration Guide - Solaris April 2016 Cluster Server Agent for Sybase Installation and Configuration Guide Last updated: 2016-04-26 Document version:

More information

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Linux 5.1 Service Pack 1 Platform Release 2 Veritas Cluster Server Agent for Oracle Installation and Configuration Guide The

More information

Cluster Server Agent for SAP NetWeaver SAP NetWeaver Installation and Configuration Guide

Cluster Server Agent for SAP NetWeaver SAP NetWeaver Installation and Configuration Guide Cluster Server Agent for SAP NetWeaver SAP NetWeaver Installation and Configuration Guide AIX, Linux, Solaris 7.0 Veritas InfoScale Availability Agents Last updated: 2017-10-05 Legal Notice Copyright 2017

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

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Linux 6.0 November 2011 Veritas Cluster Server Agent for Oracle Installation and Configuration Guide The software described

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

Veritas Cluster Server Agent for DB2 Installation and Configuration Guide - HP-UX

Veritas Cluster Server Agent for DB2 Installation and Configuration Guide - HP-UX Veritas Cluster Server 6.0.1 Agent for DB2 Installation and Configuration Guide - HP-UX September 2012 Veritas Cluster Server Agent for DB2 Installation and Configuration Guide The software described in

More information

VRT-202 Veritas Cluster Server for UNIX/Linux Administration

VRT-202 Veritas Cluster Server for UNIX/Linux Administration VRT-202 Veritas Cluster Server for UNIX/Linux Administration COURSE DESCRIPTION The VERITAS Cluster Server course is designed for the IT professional tasked with installing, configuring, and maintaining

More information

Cluster Server Agent for WebSphere Application Server Installation and Configuration Guide

Cluster Server Agent for WebSphere Application Server Installation and Configuration Guide Cluster Server Agent for WebSphere Application Server Installation and Configuration Guide AIX, Linux, Solaris 7.0 January 2018 Veritas InfoScale Availability Agents Last updated: 2018-01-04 Legal Notice

More information

VERITAS CLUSTER SERVER

VERITAS CLUSTER SERVER VERITAS CLUSTER SERVER COURSE DESCRIPTION 100% JOB GUARANTEE The Veritas Cluster Server course is designed for the IT professional tasked with installing, configuring, and maintaining VCS clusters. This

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

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

Ekran System System Requirements and Performance Numbers

Ekran System System Requirements and Performance Numbers Ekran System System Requirements and Performance Numbers Table of Contents System Requirements... 3 Performance Numbers... 6 Database Statistics... 8 2 System Requirements Ekran System claims different

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

Cluster Server Agent for WebSphere MQ Queue Manager WebSphere MQ Installation and Configuration Guide

Cluster Server Agent for WebSphere MQ Queue Manager WebSphere MQ Installation and Configuration Guide Cluster Server Agent for WebSphere MQ Queue Manager WebSphere MQ Installation and Configuration Guide AIX, Linux, Solaris 7.0 Veritas InfoScale Availability Agents Last updated: 2017-10-05 Legal Notice

More information

Cluster Server Agent for Informatica Informatica Installation and Configuration Guide

Cluster Server Agent for Informatica Informatica Installation and Configuration Guide Cluster Server Agent for Informatica Informatica Installation and Configuration Guide AIX, Linux, Solaris 7.0 March 2017 Cluster Server Agent for Informatica Informatica Installation and Configuration

More information

Veritas Cluster Server from Symantec

Veritas Cluster Server from Symantec Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overviewview protects your most important applications from planned and unplanned downtime.

More information

Veritas Cluster Server Bundled Agents Reference Guide - Linux

Veritas Cluster Server Bundled Agents Reference Guide - Linux Veritas Cluster Server 6.0.1 Bundled Agents Reference Guide - Linux July 2015 Veritas Cluster Server Bundled Agents Reference Guide The software described in this book is furnished under a license agreement

More information

Veritas Cluster Server Agent Developer s Guide

Veritas Cluster Server Agent Developer s Guide Veritas Cluster Server Agent Developer s Guide Windows Server 2008 (x64), Windows Server 2008 R2 (x64) 6.0 November 2011 Veritas Cluster Server Agent Developer s Guide The software described in this book

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

Symantec ApplicationHA Agent for JBoss Application Server Configuration Guide

Symantec ApplicationHA Agent for JBoss Application Server Configuration Guide Symantec ApplicationHA Agent for JBoss Application Server Configuration Guide Linux on KVM 6.1 June 2014 Symantec ApplicationHA Agent for JBoss Application Server Configuration Guide The software described

More information

Implementing Solaris Zones with Veritas Cluster Server from Symantec and Veritas Cluster file System High Availability 6.

Implementing Solaris Zones with Veritas Cluster Server from Symantec and Veritas Cluster file System High Availability 6. WHITE PAPER: IMPLEMENTING SOLARIS ZONES WITH VERITAS......... CLUSTER......... SERVER....... FROM...... SYMANTEC......... Implementing Solaris Zones with Veritas Cluster Server from Symantec and Veritas

More information

Administration of High Availability Solutions using Veritas Cluster Server 5.0 for UNIX

Administration of High Availability Solutions using Veritas Cluster Server 5.0 for UNIX Administration of High Availability Solutions using Veritas Cluster Server 5.0 for UNIX Study Guide The following tables list the Symantec SCS Certification exam objectives for the Administration of High

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

Symantec Cluster Server 6.1 Agent Developer's Guide - AIX, Linux, Solaris, Windows

Symantec Cluster Server 6.1 Agent Developer's Guide - AIX, Linux, Solaris, Windows Symantec Cluster Server 6.1 Agent Developer's Guide - AIX, Linux, Solaris, Windows April 2014 Symantec Cluster Server Agent Developer's Guide The software described in this book is furnished under a license

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 AIX 6.0 February 2012 Veritas Cluster Server Agent for Sybase Installation and Configuration Guide The software described in

More information

Cluster Server Bundled Agents Reference Guide - Linux

Cluster Server Bundled Agents Reference Guide - Linux Cluster Server 7.3.1 Bundled Agents Reference Guide - Linux Last updated: 2018-04-12 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks

More information

Symantec Storage Foundation and High Availability Solutions Installation Guide - Linux

Symantec Storage Foundation and High Availability Solutions Installation Guide - Linux Symantec Storage Foundation and High Availability Solutions 6.2.1 Installation Guide - Linux Maintenance Release RHEL 6, 7, OL 6, 7, SLES 11 April 2015 Symantec Storage Foundation and High Availability

More information

How To Make Databases on Linux on System z Highly Available

How To Make Databases on Linux on System z Highly Available How To Make Databases on Linux on System z Highly Available Mike Friesenegger (mikef@suse.com) SUSE Wednesday, August 14, 2013 Session Number 13437 Agenda Clarify the term "Availability" What is High Availability

More information

Cluster Server 7.3 Agent Developer's Guide - AIX, Linux, Solaris and Windows

Cluster Server 7.3 Agent Developer's Guide - AIX, Linux, Solaris and Windows Cluster Server 7.3 Agent Developer's Guide - AIX, Linux, Solaris and Windows Last updated: 2017-06-10 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas

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 Cluster Server Agent for DB2 Installation and Configuration Guide

Veritas Cluster Server Agent for DB2 Installation and Configuration Guide Veritas Cluster Server Agent for DB2 Installation and Configuration Guide AIX 5.1 Veritas Cluster Server Agent for DB2 Installation and Configuration Guide The software described in this book is furnished

More information

Building a Scalable Architecture for Web Apps - Part I (Lessons Directi)

Building a Scalable Architecture for Web Apps - Part I (Lessons Directi) Intelligent People. Uncommon Ideas. Building a Scalable Architecture for Web Apps - Part I (Lessons Learned @ Directi) By Bhavin Turakhia CEO, Directi (http://www.directi.com http://wiki.directi.com http://careers.directi.com)

More information

Veritas Cluster Server 6.2 I/O Fencing Deployment Considerations

Veritas Cluster Server 6.2 I/O Fencing Deployment Considerations Veritas Cluster Server 6.2 I/O Fencing Deployment Considerations Anthony Herr, Technical Product Manager 2016 Veritas Technologies LLC. All rights reserved. Table of Contents Executive summary... 4 Third-party

More information

Clustering and Storage Management In Virtualized Environments Rasmus Rask Eilersen

Clustering and Storage Management In Virtualized Environments Rasmus Rask Eilersen Clustering and Storage Management In Virtualized Environments Rasmus Rask Eilersen Principal Systems Engineer 1 Tak til vores sponsorer Technology Days 2013 2 VIRTUALIZATION GROWTH 1 new VM every 6 seconds

More information

Symantec High Availability Fundamentals with Veritas Storage Foundation 6.0 and Veritas Cluster Server 6.0 for Unix

Symantec High Availability Fundamentals with Veritas Storage Foundation 6.0 and Veritas Cluster Server 6.0 for Unix coursemonster.com/au Symantec High Availability Fundamentals with Veritas Storage Foundation 6.0 and Veritas Cluster Server 6.0 for Unix Overview The Symantec High Availability Fundamentals with Veritas

More information

PostgreSQL on Solaris. PGCon Josh Berkus, Jim Gates, Zdenek Kotala, Robert Lor Sun Microsystems

PostgreSQL on Solaris. PGCon Josh Berkus, Jim Gates, Zdenek Kotala, Robert Lor Sun Microsystems PostgreSQL on Solaris PGCon 2007 Josh Berkus, Jim Gates, Zdenek Kotala, Robert Lor Sun Microsystems 1 Agenda Sun Cluster ZFS Zones Dtrace Service Management Facility (SMF) PGCon 2007 2 Hightly Available

More information

Oracle Real Application Clusters One Node

Oracle Real Application Clusters One Node Oracle Real Application Clusters One Node Better Virtualization for Databases Bob Thome, Oracle Grid Development Agenda Overview Comparison with VMs and other failover solutions Pricing

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

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

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Veritas Cluster Server Agent for Oracle Installation and Configuration Guide AIX 5.2 Veritas Cluster Server Agent for Oracle Installation and Configuration Guide The software described in this book is

More information

Enabling Fast Recovery of Your Virtual Environments: NetBackup, Backup Exec & VCS for VMware

Enabling Fast Recovery of Your Virtual Environments: NetBackup, Backup Exec & VCS for VMware Enabling Fast Recovery of Your Environments: NetBackup, Backup Exec & VCS for VMware Agenda 1 Symantec and ization 2 NetBackup 6.5 for VMWare 3 Backup Exec & Backup Exec System Recovery for VMWare 4 Veritas

More information

OS Virtualization. Linux Containers (LXC)

OS Virtualization. Linux Containers (LXC) OS Virtualization Emulate OS-level interface with native interface Lightweight virtual machines No hypervisor, OS provides necessary support Referred to as containers Solaris containers, BSD jails, Linux

More information

Storage Foundation for Oracle RAC with EMC SRDF

Storage Foundation for Oracle RAC with EMC SRDF Storage Foundation for Oracle RAC with EMC SRDF Disaster Recovery Solution April, 2007 Naveen Williams, Symantec Corporation 1 TABLE OF CONTENTS OVERVIEW...3 DISASTER RECOVERY...4 Storage Foundation for

More information

W H I T E P A P E R : I / O F E N C I N G D E P L O Y M E N T C O N S I D E R A T I O N S

W H I T E P A P E R : I / O F E N C I N G D E P L O Y M E N T C O N S I D E R A T I O N S W H I T E P A P E R : I / O F E N C I N G D E P L O Y M E N T C O N S I D E R A T I O N S SYMANTEC CLUSTER SERVER 6.2 I/O FENCING DEPLOYMENT CONSIDERATIONS Anthony Herr, Technical Product Manager Table

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

SA L07 Virtual Business Services Lab. Hands-On Lab

SA L07 Virtual Business Services Lab. Hands-On Lab SA L07 Virtual Business Services Lab Hands-On Lab Description VERITAS Cluster Server (VCS) includes a feature known as Virtual Business Service (VBS). VBS ensures high availability and manageability across

More information

InfoScale Enterprise Across VMware Virtual SAN

InfoScale Enterprise Across VMware Virtual SAN InfoScale Enterprise Across VMware Virtual SAN Continuous shared access across VMware Virtual SAN Carlos Carrero Sunny Anthony Veritas Technologies.. 2015 1 Table of Contents 01 Introduction 02 VMware

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

EMC CUSTOMER UPDATE. 12 juni 2012 Fort Voordorp. WHAT S NEW IN EMC AVAMAR 6.1 Arjo de Bruin. Copyright 2012 EMC Corporation. All rights reserved.

EMC CUSTOMER UPDATE. 12 juni 2012 Fort Voordorp. WHAT S NEW IN EMC AVAMAR 6.1 Arjo de Bruin. Copyright 2012 EMC Corporation. All rights reserved. EMC CUSTOMER UPDATE 12 juni 2012 Fort Voordorp WHAT S NEW IN EMC AVAMAR 6.1 Arjo de Bruin 1 Agenda Business Critical Applications Virtualization Performance & Scalability Extended Retention Management

More information

VERITAS Cluster Server Enterprise Agent 4.1 for DB2

VERITAS Cluster Server Enterprise Agent 4.1 for DB2 VERITAS Cluster Server Enterprise Agent 4.1 for DB2 Installation and Configuration Guide Solaris N15372F March 2005 Disclaimer The information contained in this publication is subject to change without

More information

Symantec ApplicationHA Agent for Microsoft SQL Server 2008 and 2008 R2 Configuration Guide

Symantec ApplicationHA Agent for Microsoft SQL Server 2008 and 2008 R2 Configuration Guide Symantec ApplicationHA Agent for Microsoft SQL Server 2008 and 2008 R2 Configuration Guide Windows on VMware 6.1 February 2014 Symantec ApplicationHA Agent for Microsoft SQL Server 2008 Configuration Guide

More information

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Solaris x64 Platform Edition 5.0 11997309 Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Copyright

More information

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

In-Guest High Availability Configuration in OpenStack Using InfoScale Availability Agents In-Guest High Availability Configuration in OpenStack Using InfoScale Availability Agents Solution Brief Last updated: 2018-01-12 Table of Contents INTRODUCTION... 3 USE CASE... 3 REQUIREMENTS... 5 CONFIGURATION

More information

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Solaris 5.2 Veritas Cluster Server Agent for Oracle Installation and Configuration Guide The software described in this book

More information

Software Defined Storage at the Speed of Flash. PRESENTATION TITLE GOES HERE Carlos Carrero Rajagopal Vaideeswaran Symantec

Software Defined Storage at the Speed of Flash. PRESENTATION TITLE GOES HERE Carlos Carrero Rajagopal Vaideeswaran Symantec Software Defined Storage at the Speed of Flash PRESENTATION TITLE GOES HERE Carlos Carrero Rajagopal Vaideeswaran Symantec Agenda Introduction Software Technology Architecture Review Oracle Configuration

More information

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Solaris 5.1 Veritas Cluster Server Agent for Oracle Installation and Configuration Guide The software described in this book

More information

CPSC 341 OS & Networks. Processes. Dr. Yingwu Zhu

CPSC 341 OS & Networks. Processes. Dr. Yingwu Zhu CPSC 341 OS & Networks Processes Dr. Yingwu Zhu Process Concept Process a program in execution What is not a process? -- program on a disk A process is an active object, but a program is just a file It

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

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Linux 5.2 Veritas Cluster Server Agent for Oracle Installation and Configuration Guide The software described in this book is

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

Virtualizing Business- Critical Applications with Confidence TECHNICAL WHITE PAPER

Virtualizing Business- Critical Applications with Confidence TECHNICAL WHITE PAPER Virtualizing Business- Critical Applications with Confidence TECHNICAL WHITE PAPER Virtualizing Business-Critical Applications with Confidence Challenges Using Traditional High Availability Solutions Within

More information

Veritas High Availability Agent for MySQL Installation and Configuration Guide

Veritas High Availability Agent for MySQL Installation and Configuration Guide Veritas High Availability Agent for MySQL Installation and Configuration Guide AIX, HP-UX, Linux, Solaris 5.1 September 2010 Veritas High Availability Agent for MySQL Installation and Configuration Guide

More information

Symantec Storage Foundation and High Availability Solutions Installation Guide - AIX

Symantec Storage Foundation and High Availability Solutions Installation Guide - AIX Symantec Storage Foundation and High Availability Solutions 6.2.1 Installation Guide - AIX Maintenance Release AIX 6.1, 7.1 April 2015 Symantec Storage Foundation and High Availability Installation Guide

More information

25. DECUS Symposium THE Application Development Environment for OpenVMS

25. DECUS Symposium THE Application Development Environment for OpenVMS NetBeans THE Application Development Environment for OpenVMS Sunil Kumaran, Thomas Siebold Agenda What is NetBeans some history Major Features / Demonstrations NetBeans on OpenVMS Questions 5/2/2002 DECUS

More information

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack Eve Kleinknecht Principal Product Manager Thorsten Früauf Principal Software Engineer November 18, 2015 Safe Harbor Statement

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

VERITAS Cluster Server Enterprise Agent 4.0 for DB2

VERITAS Cluster Server Enterprise Agent 4.0 for DB2 VERITAS Cluster Server Enterprise Agent 4.0 for DB2 Installation and Configuration Guide AIX N10188J August 2004 Disclaimer The information contained in this publication is subject to change without notice.

More information

High Availability Overview Paper

High Availability Overview Paper High Availability Overview Paper March 2001 Please note: The information contained in this document is intended as a guide to implementing high availability systems. Please keep in mind, however, that

More information

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Veritas Cluster Server Agent for Oracle Installation and Configuration Guide HP-UX 11i v3 5.2 Veritas Cluster Server Agent for Oracle Installation and Configuration Guide The software described in this

More information

Veritas Cluster Server Release Notes - AIX 6.0.1

Veritas Cluster Server Release Notes - AIX 6.0.1 Veritas Cluster Server 6.0.1 Release Notes - AIX 6.0.1 August 2015 Veritas Cluster Server Release Notes The software described in this book is furnished under a license agreement and may be used only in

More information

EXPRESSCLUSTER D Product Introduction

EXPRESSCLUSTER D Product Introduction EXPRESSCLUSTER D Product Introduction May, 2016 EXPRESSCLUSTER Group, Cloud Platform Division, NEC Corporation 2 NEC Corporation 2016 Agenda Product Introduction 1. What is HA Cluster? 2. Achievement 3.

More information

Veritas Cluster Server Agent for DB2 Installation and Configuration Guide

Veritas Cluster Server Agent for DB2 Installation and Configuration Guide Veritas Cluster Server Agent for DB2 Installation and Configuration Guide Linux for IBM Power 5.0 Release Update 3 Veritas Cluster Server Agent fordb2 Installation and Configuration Guide The software

More information

Best Practices in DR using VCS & VVR Shrikant Ghare, Yatin Nayak

Best Practices in DR using VCS & VVR Shrikant Ghare, Yatin Nayak Best Practices in DR using VCS & VVR Shrikant Ghare, Yatin Nayak Customer Forum, March 2012 Agenda 1 DR using VCS 2 DR using VVR 3 Q & A DR using VCS & VVR - Best Practices 2 DR using VCS 1 DR using VCS

More information

ExpressCluster X 2.1 Update Information 16 June 2009

ExpressCluster X 2.1 Update Information 16 June 2009 2.1 Update Information 16 June 2009 NEC Corporation Release Date 16 June, 2009 Release Outline Product Name 2.1 2.1 is a minor version up for 2.0. 2.0 license can be continuously used for 2.1 (Except for

More information

Veritas Cluster Server Installation Guide

Veritas Cluster Server Installation Guide Veritas Cluster Server Installation Guide Linux 6.0.2 May 2013 Veritas Cluster Server Installation Guide The software described in this book is furnished under a license agreement and may be used only

More information

Performance improvements in MySQL 5.5

Performance improvements in MySQL 5.5 Performance improvements in MySQL 5.5 Percona Live Feb 16, 2011 San Francisco, CA By Peter Zaitsev Percona Inc -2- Performance and Scalability Talk about Performance, Scalability, Diagnostics in MySQL

More information

Veritas Cluster Server Agent for DB2 Installation and Configuration Guide

Veritas Cluster Server Agent for DB2 Installation and Configuration Guide Veritas Cluster Server Agent for DB2 Installation and Configuration Guide HP-UX 11i v3 5.0.1 Veritas Cluster Server Agent for DB2 Installation and Configuration Guide The software described in this book

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