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

Size: px
Start display at page:

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

Transcription

1 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

2 Contents 1.0 Summary Terminology Configuring NetBackup CloudCatalyst to use Amazon EFS as the CloudCatalyst cache Configuring a Virtual Private Cloud (VPC) Configuring Identity and Access Management (IAM) Configuring an Elastic File System (Amazon EFS) Launching an Elastic Compute Cloud (Amazon EC2) Instance... 6 Configuring the instance details... 6 Mounting the EFS to the CloudCatalyst media server Configure CloudCatalyst on the EC2 instance Saving the configuration files necessary to replace a CloudCatalyst media server Replacing the CloudCatalyst media server by creating a new EC2 instance Creating a new EC2 instance For more information

3 1.0 Summary By default, Veritas NetBackup CloudCatalyst media servers use NetBackup ESFS as the file system for CloudCatalyst operations. When NetBackup 8.1 or later is deployed in Amazon EC2, whether installed manually or by using AMI templates, the NetBackup ESFS file system must be installed on Amazon EFS. Amazon EFS is designed for high availability, which helps ensure that operations are minimally impacted if a CloudCatalyst media server instance needs replacing. Note: CloudCatalyst works best when using a file system with high levels of availability, durability, and scalability. Amazon requires EFS for this solution. This document describes the following procedures: Configuring NetBackup CloudCatalyst to use Amazon EFS as the CloudCatalyst cache. (See page 4.) This procedure is required for the NetBackup ESFS file system to be installed on Amazon EFS. Saving the configuration files necessary to replace a CloudCatalyst media server. (See page 13.) Replacing the CloudCatalyst media server by creating a new EC2 instance. (See page 13.) Note: This document assumes that you already have set up a NetBackup 8.1 or later master server instance in EC2. Your environment may vary. 2.0 Terminology Amazon Elastic Block Store (Amazon EBS): A storage file system that provides persistent block storage volumes that can be used with Amazon EC2 instances in the AWS Cloud. However, do not use this storage for CloudCatalyst operations in Amazon EC2. Amazon Elastic Compute Cloud (Amazon EC2): A web service that provides secure, resizable compute capacity in the cloud. Amazon Elastic File System (Amazon EFS): A storage file system that provides scalable storage that can be used with Amazon EC2 instances in the AWS Cloud. This is the only supported storage for CloudCatalyst operations in Amazon EC2. Amazon Machine Image (AMI): A file that provides the information necessary to launch an instance (or virtual server) in the Amazon cloud. NetBackup Extendable Storage File System (NetBackup ESFS): The NetBackup CloudCatalyst database used for CloudCatalyst operations. CloudCatalyst uses the NetBackup Extendable Storage File System Service (vxesfsd) and its subcomponents to move and manage files in the local cache directory and the cloud. 3

4 3.0 Configuring NetBackup CloudCatalyst to use Amazon EFS as the CloudCatalyst cache Begin by logging into the AWS Management Console and configure the following services in the order listed below. 4

5 3.1. Configuring a Virtual Private Cloud (VPC) Configure a Virtual Private Cloud according to your needs. In this example, the NetBackup master, media server, and EFS instance are installed in the same VPC Configuring Identity and Access Management (IAM) Create the users for your environment Configuring an Elastic File System (Amazon EFS) 1. Create an EFS file system within the appropriate VPC. 2. Configure file system access: Connect the EFS instance to the appropriate Availability Zone. Our example keeps all resources in the same security group. 5

6 3.4. Launching an Elastic Compute Cloud (Amazon EC2) Instance This instance will become the NetBackup CloudCatalyst media server. Configuring the instance details NetBackup CloudCatalyst media servers run on Red Hat Enterprise Server 7 Update 3 or later. 1. Using the EC2 Dashboard in the AWS console, click Launch Instance. 2. On the Choose an Amazon Machine Image (AMI) page, click an AMI for Red Hat Enterprise Linux 7.3 or later, and then click Select. 6

7 3. On the Choose an Instance Type page, select an appropriate size for your performance requirements. 4. Click Next: Configure Instance Details. 5. On the Configure Instance Details page: Under Network, select the appropriate VPC. The EFS instance and NetBackup media server must reside in the same VPC. Enable Auto-assign Public IP to access the instance from your desktop. 7

8 6. Click Next: Add Storage. 7. On the Add Storage page, select the storage size and volume type. Select an appropriate EBS volume size. 8. Click Next: Add Tags. 8

9 9. On the Add Tags page, add tags if desired. However, tags are not required. 10. Click Next: Configure Security Group. 11. On the Configure Security Group page, add NFS to the security group for the instance. You cannot mount EFS if NFS is not added to the security group inbound configuration. In this example, we ve allowed members of the security group NFS access. 12. Click Review and Launch. 9

10 13. On the Review Instance Launch page, review the EC2 instance, and then click Launch. The instance is available in approximately 15 minutes. 14. Change the host name of the machine to a fully qualified domain name (FQDN) using the following procedure: Mounting the EFS to the CloudCatalyst media server 1. In the Amazon AWS Management Console, in the list of AWS service, click EFS. 2. Click the appropriate EFS instance. A list of file systems appears. Expand your EFS instance to see the details. 3. The mount target is automatically created by AWS. Take note of the DNS name for use when mounting. 4. Click Amazon EC2 mount instructions to see the mount command. 10

11 5. Follow the instructions to mount the EFS instance to the NetBackup CloudCatalyst media server. Note: In place of mount point efs, the following example uses mount point msdpc. a. Open an SSH client and connect to the EC2 instance. b. To install the nfs-utils package, type: sudo yum install -y nfs-utils c. To create a new directory on the EC2 instance, in our example, type: sudo mkdir /msdpc d. To mount your file system using the DNS name, copy the command line from step 3 of Mounting your file system. We ve replaced efs with /msdpc in this example. sudo mount -t nfs4 -o nfsvers=4.1,rsize= ,wsize= ,hard,timeo=600,retrans=2 DNS_name:/ /msdpc Note: The DNS_name varies in the mount command per EFS instance. The DNS_name appears in the File systems details (see step 3 in this procedure). 6. To make sure that EFS mounts automatically when the instance reboots, update the /etc/fstab file. Using sudo vi, add a line to the file, similar to the following: mount-target-dns:/ efs-mount-point nfs4 nfsvers=4.1,rsize= ,wsize= ,hard,timeo=600,retrans=2,_netdev 0 0 For example: fs-xxxxxxxx.efs.us-east-1.amazonaws.com:/ /msdpc nfs4 nfsvers=4.1,rsize= ,wsize= ,hard,timeo=600,retrans=2,_netdev 0 0 Note: This process is also described in the following Amazon article: 11

12 7. Make any other changes to the instance that your organization may require. Configure CloudCatalyst on the EC2 instance Install NetBackup 8.1 or later on the EC2 instance. (This is the NetBackup CloudCatalyst media server.) During the CloudCatalyst configuration, as part of the Cloud Storage Server Configuration Wizard, enter the EFS mount point as the CloudCatalyst Local cache directory. In the example below, the EFS mount point is /msdpc 12

13 4.0 Saving the configuration files necessary to replace a CloudCatalyst media server Save the configuration files that are necessary to replace an existing CloudCatalyst media server: hostname.cfg and vxesfsd. The files are found in the following locations: /usr/openv/lib/ost-plugins/hostname.cfg /usr/openv/esfs/bin/vxesfsd After saving these files to a different location, shut down the media server. Proceed to Replacing the CloudCatalyst media server by creating a new EC2 instance on page Replacing the CloudCatalyst media server by creating a new EC2 instance This section describes replacing a NetBackup CloudCatalyst media server instance with a new EC2 instance. This figure shows an example of a NetBackup CloudCatalyst configuration in a VPC: 13

14 The following figure shows that after the original media server is removed from the VPC, the configuration is updated to use a new EC2 instance for the CloudCatalyst media server. This section describes how that is done Creating a new EC2 instance Create a new EC2 instance that will become the new CloudCatalyst media server. The example in this document uses the same name for both the old and the new media servers. 1. Launch a new EC2 instance as described in Configuring the instance details on page Open an SSH client and connect to the EC2 instance. Use the same mount point as you did previously. (In this example, /msdpc.) 3. If the shutdown was not orderly, a LOCK file may exist in the CloudCatalyst cache directory. The LOCK file must be deleted. In this example, the location is /msdpc/ [root@cc-ms2 esfs_database]# ls -l /msdpc/cache/fsdb/lock -rw-r--r--. 1 root root 0 Sep 21 02:50 /msdpc/cache/fsdb/lock [root@cc-ms2 esfs_database]# rm -f /msdpc/cache/fsdb/lock 4. Change the host name of the new instance to match the name of the original server, as follows: hostnamectl set-hostname static FQDN_host_name of_cc echo preserve_hostname: true >> /etc/cloud/cloud.cfg For example: 14

15 Notes: You must include the echo command as shown above. To assign a static host name to a private Amazon EC2 instance running RHEL 7, see the following article: 5. Configure the networking for the new server to match the old server. If not using DNS or Elastic IPs, update the following hosts file: The /etc/hosts file on the NetBackup master server if the IP address for the CloudCatalyst media server has changed. The local /etc/hosts file on the CloudCatalyst media server. In the following example, the media server pings the master server, updates the /etc/hosts file, and then pings the master server again: 6. Reboot the CloudCatalyst media server for the settings and host name changes to take effect. 7. Reinstall NetBackup on the new instance of the CloudCatalyst media server. 8. On the master server, generate a re-issue token for the installation for the CloudCatalyst media server: a. In the NetBackup Administration Console, expand Security Management. b. Select the Certificate Management or the Host Management node. c. In the right pane, select the host that requires a reissue token. d. From the Actions menu, select Generate Reissue Token. e. Complete the fields in the Create Reissue Token dialog and click Create. f. The reissue token appears in a dialog. Select Copy to save the token value to the clipboard. g. Deploy the token on the media server to obtain another host ID-based certificate. 15

16 9. Replace the configuration files that were previously saved. /usr/openv/lib/ost-plugins/hostname.cfg /usr/openv/esfs/bin/vxesfsd 10. Change the permissions of vxesfsd to match the original settings, as shown below: 11. Copy and save the MSDP configuration file: /etc/pdregistry.cfg 12. Delete the existing pdregistry.cfg file and create a symbolic link to /msdpc/storage/etc/pdregistry.cfg The following example moves the file and creates a symbolic link: mv /etc/pdregistry.cfg /ssdfs/original.pdregistry.cfg ln -s /msdpc/storage/etc/pdregistry.cfg /etc/pdregistry.cfg 13. Restart all of the services on the CloudCatalyst media server. 14. Confirm that vxesfsd is running and mounted. For example, use df -h, as shown below: 16

17 6.0 For more information The following documents provide useful information about NetBackup CloudCatalyst and the procedures described in this document: Veritas NetBackup 8.1 Deduplication Guide, for detailed information about NetBackup CloudCatalyst. How do I assign a static hostname to a private Amazon EC2 instance running RHEL 7 or Centos 7? Configuring an EFS File System to Mount Automatically at EC2 Instance Launch. 17

18 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. Visit our website Veritas World Headquarters 500 East Middlefield Road Mountain View, CA (650) 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. This document is provided for informational purposes only and is not intended as advertising. All warranties relating to the information in this document, either express or implied, are disclaimed to the maximum extent allowed by law. The information in this document is subject to change without notice. 18

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

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

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 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 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 Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services)

Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services) Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services) Veritas Desktop and Laptop Option: Qualification Details with Cloud Service

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

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

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

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

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

Amazon Virtual Private Cloud. Getting Started Guide

Amazon Virtual Private Cloud. Getting Started Guide Amazon Virtual Private Cloud Getting Started Guide Amazon Virtual Private Cloud: Getting Started Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks

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

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

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

SymantecTM Desktop and Laptop Option. Symantec DLO s Storage in Cloud (Amazon Web Services)

SymantecTM Desktop and Laptop Option. Symantec DLO s Storage in Cloud (Amazon Web Services) SymantecTM Desktop and Laptop Option Symantec DLO s Storage in Cloud (Amazon Web Services) Disclaimer The information contained in this publication is subject to change without notice. Symantec Corporation

More information

AWS Quick Start Guide. Launch a Linux Virtual Machine Version

AWS Quick Start Guide. Launch a Linux Virtual Machine Version AWS Quick Start Guide Launch a Linux Virtual Machine AWS Quick Start Guide: Launch a Linux Virtual Machine Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's

More information

SymantecTM Desktop and Laptop Option. Symantec DLO s Storage in Cloud (Amazon Web Services)

SymantecTM Desktop and Laptop Option. Symantec DLO s Storage in Cloud (Amazon Web Services) SymantecTM Desktop and Laptop Option Symantec DLO s Storage in Cloud (Amazon Web Services) Disclaimer The information contained in this publication is subject to change without notice. Symantec Corporation

More information

Installing the Nasuni Filer on the EC2 Platform. Version 7.9 July 2017 Last modified: July 10, Nasuni Corporation All Rights Reserved

Installing the Nasuni Filer on the EC2 Platform. Version 7.9 July 2017 Last modified: July 10, Nasuni Corporation All Rights Reserved Installing the Nasuni Filer on the EC2 Platform Version 7.9 July 2017 Last modified: July 10, 2017 2017 Nasuni Corporation All Rights Reserved Document Information Installing the Nasuni Filer on the EC2

More information

Sputnik Installation and Configuration Guide

Sputnik Installation and Configuration Guide Sputnik Installation and Configuration Guide Contents Introduction... 2 Installing Sputnik (Local Linux Machine)... 2 Sputnik Operation... 2 Creating an Amazon EC2 instance for Sputnik... 3 Configuring

More information

Training on Amazon AWS Cloud Computing. Course Content

Training on Amazon AWS Cloud Computing. Course Content Training on Amazon AWS Cloud Computing Course Content 15 Amazon Web Services (AWS) Cloud Computing 1) Introduction to cloud computing Introduction to Cloud Computing Why Cloud Computing? Benefits of Cloud

More information

Amazon Web Services EC2 Helix Server

Amazon Web Services EC2 Helix Server Amazon Web Services EC2 Helix Server 14.3.0 Tuesday, July 24, 2012 Copyright The information contained herein is the property of RealNetworks Table of contents 1. Operating Systems...3 2. Summary of Steps...3

More information

Installation of Informatica Services on Amazon EC2

Installation of Informatica Services on Amazon EC2 Installation of Informatica Services on Amazon EC2 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

FORTINET DOCUMENT LIBRARY FORTINET VIDEO GUIDE FORTINET BLOG CUSTOMER SERVICE & SUPPORT FORTIGATE COOKBOOK FORTINET TRAINING SERVICES

FORTINET DOCUMENT LIBRARY FORTINET VIDEO GUIDE FORTINET BLOG CUSTOMER SERVICE & SUPPORT FORTIGATE COOKBOOK FORTINET TRAINING SERVICES Guide FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER SERVICE & SUPPORT https://support.fortinet.com http://cookbook.fortinet.com/how-to-work-with-fortinet-support/

More information

Veritas Access NetBackup Solutions Guide

Veritas Access NetBackup Solutions Guide Veritas Access 7.2.1 NetBackup Solutions Guide Linux 7.2.1 Veritas Access NetBackup Solutions Guide Last updated: 2019-04-04 Document version: 7.2.1 Rev 1 Legal Notice Copyright 2017 Veritas Technologies

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

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

Cloud Computing /AWS Course Content

Cloud Computing /AWS Course Content Cloud Computing /AWS Course Content 1. Amazon VPC What is Amazon VPC? How to Get Started with Amazon VPC Create New VPC Launch an instance (Server) to use this VPC Security in Your VPC Networking in Your

More information

Deploy the Firepower Management Center Virtual On the AWS Cloud

Deploy the Firepower Management Center Virtual On the AWS Cloud Deploy the Firepower Management Center Virtual On the AWS Cloud Amazon Virtual Private Cloud (Amazon VPC) enables you to launch Amazon Web Services (AWS) resources into a virtual network that you define.

More information

Amazon Web Services Hands On S3 January, 2012

Amazon Web Services Hands On S3 January, 2012 Amazon Web Services Hands On S3 January, 2012 Copyright 2011-2012, Amazon Web Services, All Rights Reserved Page 1-8 Table of Contents Overview... 3 Create S3 Bucket... 3 Upload Content and Set Permissions...

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

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

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

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

EdgeConnect for Amazon Web Services (AWS)

EdgeConnect for Amazon Web Services (AWS) Silver Peak Systems EdgeConnect for Amazon Web Services (AWS) Dinesh Fernando 2-22-2018 Contents EdgeConnect for Amazon Web Services (AWS) Overview... 1 Deploying EC-V Router Mode... 2 Topology... 2 Assumptions

More information

Introduction to Cloud Computing

Introduction to Cloud Computing You will learn how to: Build and deploy cloud applications and develop an effective implementation strategy Leverage cloud vendors Amazon EC2 and Amazon S3 Exploit Software as a Service (SaaS) to optimize

More information

Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud Amazon Elastic Compute Cloud - By Demokloud 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon EC2 Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure,

More information

Eucalyptus User Console Guide

Eucalyptus User Console Guide Eucalyptus 3.4.1 User Console Guide 2013-12-11 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...5 Install the Eucalyptus User Console...6 Install on Centos / RHEL 6.3...6 Configure

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

AWS Course Syllabus. Linux Fundamentals. Installation and Initialization:

AWS Course Syllabus. Linux Fundamentals. Installation and Initialization: AWS Course Syllabus Linux Fundamentals Installation and Initialization: Installation, Package Selection Anatomy of a Kickstart File, Command line Introduction to Bash Shell System Initialization, Starting

More information

Enroll Now to Take online Course Contact: Demo video By Chandra sir

Enroll Now to Take online Course   Contact: Demo video By Chandra sir Enroll Now to Take online Course www.vlrtraining.in/register-for-aws Contact:9059868766 9985269518 Demo video By Chandra sir www.youtube.com/watch?v=8pu1who2j_k Chandra sir Class 01 https://www.youtube.com/watch?v=fccgwstm-cc

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

Control-M Workload Automation

Control-M Workload Automation White Paper Control-M Workload Automation Deploying Control-M in Amazon Web Services Cloud for version 9.0.00 PAGE 1 OF 37 Copyright BMC Software, Inc. 2017 Table of Contents Table of Contents... 2 Disclaimer...

More information

Progress OpenEdge. > Getting Started. in the Amazon Cloud.

Progress OpenEdge. > Getting Started. in the Amazon Cloud. Progress OpenEdge w h i t e p a p e r > Getting Started with Progress OpenEdge in the Amazon Cloud Part II: Your First AMI Instance Table of Contents Table of Contents.........................................

More information

Eucalyptus User Console Guide

Eucalyptus User Console Guide Eucalyptus 4.0.2 User Console Guide 2014-11-05 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...5 Install the Eucalyptus User Console...6 Install on Centos / RHEL 6.3...6 Configure

More information

How to Deploy the Barracuda NG Firewall in an Amazon Virtual Private Cloud

How to Deploy the Barracuda NG Firewall in an Amazon Virtual Private Cloud How to Deploy the Barracuda NG Firewall in an Amazon Virtual Private Cloud The Barracuda NG Firewall can run as a virtual appliance in the Amazon cloud as a gateway device for Amazon EC2 instances in an

More information

Puppet on the AWS Cloud

Puppet on the AWS Cloud Puppet on the AWS Cloud Quick Start Reference Deployment AWS Quick Start Reference Team March 2016 This guide is also available in HTML format at http://docs.aws.amazon.com/quickstart/latest/puppet/. Contents

More information

EXPRESSCLUSTER X 4.0. HA Cluster Configuration Guide for Amazon Web Services (Linux) April 17, st Edition

EXPRESSCLUSTER X 4.0. HA Cluster Configuration Guide for Amazon Web Services (Linux) April 17, st Edition EXPRESSCLUSTER X 4.0 HA Cluster Configuration Guide for Amazon Web Services (Linux) April 17, 2018 1st Edition Revision History Edition Revised Date 1st Apr 17, 2018 New Guide Description Copyright NEC

More information

Veritas Access NetBackup Solutions Guide. Linux 7.3.1

Veritas Access NetBackup Solutions Guide. Linux 7.3.1 Veritas Access NetBackup Solutions Guide Linux 7.3.1 April 2018 Veritas Access NetBackup Solutions Guide Last updated: 2018-04-04 Document version: 7.3.1 Rev 2 Legal Notice Copyright 2018 Veritas Technologies

More information

Tutorial 1. Account Registration

Tutorial 1. Account Registration Tutorial 1 /******************************************************** * Author : Kai Chen * Last Modified : 2015-09-23 * Email : ck015@ie.cuhk.edu.hk ********************************************************/

More information

Pexip Infinity and Amazon Web Services Deployment Guide

Pexip Infinity and Amazon Web Services Deployment Guide Pexip Infinity and Amazon Web Services Deployment Guide Contents Introduction 1 Deployment guidelines 2 Configuring AWS security groups 4 Deploying a Management Node in AWS 6 Deploying a Conferencing Node

More information

FortiMail AWS Deployment Guide

FortiMail AWS Deployment Guide FortiMail AWS Deployment Guide FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER SERVICE & SUPPORT https://support.fortinet.com

More information

Configuring AWS for Zerto Virtual Replication

Configuring AWS for Zerto Virtual Replication Configuring AWS for Zerto Virtual Replication VERSION 1 MARCH 2018 Table of Contents 1. Prerequisites... 2 1.1. AWS Prerequisites... 2 1.2. Additional AWS Resources... 3 2. AWS Workflow... 3 3. Setting

More information

LINUX, WINDOWS(MCSE),

LINUX, WINDOWS(MCSE), Virtualization Foundation Evolution of Virtualization Virtualization Basics Virtualization Types (Type1 & Type2) Virtualization Demo (VMware ESXi, Citrix Xenserver, Hyper-V, KVM) Cloud Computing Foundation

More information

Using Symantec NetBackup 6.5 with Symantec Security Information Manager 4.7

Using Symantec NetBackup 6.5 with Symantec Security Information Manager 4.7 Using Symantec NetBackup 6.5 with Symantec Security Information Manager 4.7 Using Symantec NetBackup with Symantec Security Information Manager Legal Notice Copyright 2010 Symantec Corporation. All rights

More information

Technical Session I: Managing Your Data in a Hybrid World

Technical Session I: Managing Your Data in a Hybrid World Technical Session I: Managing Your Data in a Hybrid World March 15, 2018 1 1:30 p.m. #PSVisionDay2018 Produced By: Featured Speakers: Jonathan Alboum Chief Technology Officer, Public Sector, Veritas Copyright

More information

Building a Modular and Scalable Virtual Network Architecture with Amazon VPC

Building a Modular and Scalable Virtual Network Architecture with Amazon VPC Building a Modular and Scalable Virtual Network Architecture with Amazon VPC Quick Start Reference Deployment Santiago Cardenas Solutions Architect, AWS Quick Start Reference Team August 2016 (revisions)

More information

Veritas Access NetBackup Solutions Guide

Veritas Access NetBackup Solutions Guide Veritas Access 7.2.1.1 NetBackup Solutions Guide Linux 7.2.1.1 June 2017 Veritas Access NetBackup Solutions Guide Last updated: 2017-06-22 Document version: 7.2.1.1 Rev 0 Legal Notice Copyright 2017 Veritas

More information

Veritas NetBackup OpenStorage Solutions Guide for Disk

Veritas NetBackup OpenStorage Solutions Guide for Disk Veritas NetBackup OpenStorage Solutions Guide for Disk UNIX, Windows, Linux Release 8.0 Veritas NetBackup OpenStorage Solutions Guide for Disk Legal Notice Copyright 2016 Veritas Technologies LLC. All

More information

Immersion Day. Getting Started with Linux on Amazon EC2

Immersion Day. Getting Started with Linux on Amazon EC2 July 2018 Table of Contents Overview... 3 Create a new EC2 IAM Role... 4 Create a new Key Pair... 5 Launch a Web Server Instance... 8 Connect to the server... 14 Using PuTTY on Windows... 15 Configure

More information

AltaVault Cloud Integrated Storage Installation and Service Guide for Cloud Appliances

AltaVault Cloud Integrated Storage Installation and Service Guide for Cloud Appliances AltaVault Cloud Integrated Storage 4.4.1 Installation and Service Guide for Cloud Appliances March 2018 215-13006_A0 doccomments@netapp.com Table of Contents 3 Contents Introduction to AltaVault cloud-based

More information

Amazon Web Services Hands on EC2 December, 2012

Amazon Web Services Hands on EC2 December, 2012 Amazon Web Services Hands on EC2 December, 2012 Copyright 2011-2012, Amazon Web Services, All Rights Reserved Page 1-42 Table of Contents Launch a Linux Instance... 4 Connect to the Linux Instance Using

More information

SUREedge Migrator Installation Guide for Amazon AWS

SUREedge Migrator Installation Guide for Amazon AWS SUREedge Migrator Installation Guide for Amazon AWS Contents 1. Introduction... 3 1.1 SUREedge Migrator Deployment Scenarios... 3 1.2 Installation Overview... 4 2. Obtaining Software and Documentation...

More information

Introducing Amazon Elastic File System (EFS)

Introducing Amazon Elastic File System (EFS) Introducing Amazon Elastic File System (EFS) Danilo Poccia, Technical Evangelist, AWS @danilop 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved Goals and expectations for this session

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

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

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.3

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.3 Veritas NetBackup Copilot for Oracle Configuration Guide Release 2.7.3 Veritas NetBackup Copilot for Oracle Configuration Guide Last updated: 2016-05-04 Document version: 2.7.3 Legal Notice Copyright 2016

More information

Figure 1 0: AMI Instances

Figure 1 0: AMI Instances Title: Configuring Control-M installation in Cloud environment. Last Update: July 4 th, 2018 Cause: Cloud Services Background Cloud Services is a collection of remote computing services that together make

More information

Deploying the Cisco CSR 1000v on Amazon Web Services

Deploying the Cisco CSR 1000v on Amazon Web Services Deploying the Cisco CSR 1000v on Amazon Web Services This section contains the following topics: Prerequisites, page 1 Information About Launching Cisco CSR 1000v on AWS, page 1 Launching the Cisco CSR

More information

Getting Started with Amazon Web Services

Getting Started with Amazon Web Services Getting Started with Amazon Web Services Version 3.3 September 24, 2013 Contacting Leostream Leostream Corporation 411 Waverley Oaks Rd. Suite 316 Waltham, MA 02452 USA http://www.leostream.com Telephone:

More information

CloudLink Amazon Web Services Deployment Guide

CloudLink Amazon Web Services Deployment Guide June 2014 Notice THIS DOCUMENT CONTAINS CONFIDENTIAL AND TRADE SECRET INFORMATION OF AFORE SOLUTIONS INC AND ITS RECEIPT OR POSSESSION DOES NOT CONVEY ANY RIGHTS TO REPRODUCE OR DISCLOSE ITS CONTENTS,

More information

PVS Deployment in the Cloud. Last Updated: June 17, 2016

PVS Deployment in the Cloud. Last Updated: June 17, 2016 PVS Deployment in the Cloud Last Updated: June 17, 2016 Contents Amazon Web Services Introduction 3 Software Requirements 4 Set up a NAT Gateway 5 Install PVS on the NAT Gateway 11 Example Deployment 12

More information

Veritas NetBackup for Lotus Notes Administrator's Guide

Veritas NetBackup for Lotus Notes Administrator's Guide Veritas NetBackup for Lotus Notes Administrator's Guide for UNIX, Windows, and Linux Release 8.0 Veritas NetBackup for Lotus Notes Administrator's Guide Document version: 8.0 Legal Notice Copyright 2016

More information

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 0. Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Amazon Web Services (AWS) Training Course Content

Amazon Web Services (AWS) Training Course Content Amazon Web Services (AWS) Training Course Content SECTION 1: CLOUD COMPUTING INTRODUCTION History of Cloud Computing Concept of Client Server Computing Distributed Computing and it s Challenges What is

More information

It is recommended to complete the tutorial using a web browser from the same operating system as your Putty or SSH client (e.g. Ubuntu terminal).

It is recommended to complete the tutorial using a web browser from the same operating system as your Putty or SSH client (e.g. Ubuntu terminal). TCSS 562: Software Engineering Institute of Technology for Cloud Computing University of Washington Tacoma Spring 2017 http://faculty.washington.edu/wlloyd/courses/tcss562 Tutorial 1 Benchmarking Amazon

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 3.1 and 3.1.1

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 3.1 and 3.1.1 Veritas NetBackup Copilot for Oracle Configuration Guide Release 3.1 and 3.1.1 Veritas NetBackup Copilot for Oracle Configuration Guide Legal Notice Copyright 2018 Veritas Technologies LLC. All rights

More information

AWS Administration. Suggested Pre-requisites Basic IT Knowledge

AWS Administration. Suggested Pre-requisites Basic IT Knowledge Course Description Amazon Web Services Administration (AWS Administration) course starts your Cloud Journey. If you are planning to learn Cloud Computing and Amazon Web Services in particular, then this

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

Configuring a Palo Alto Firewall in AWS

Configuring a Palo Alto Firewall in AWS Configuring a Palo Alto Firewall in AWS Version 1.0 10/19/2015 GRANT CARMICHAEL, MBA, CISSP, RHCA, ITIL For contact information visit Table of Contents The Network Design... 2 Step 1 Building the AWS network...

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Veritas NetBackup Read This First Guide for Secure Communications

Veritas NetBackup Read This First Guide for Secure Communications Veritas NetBackup Read This First Guide for Secure Communications Contents... 3 NetBackup Read This First for Secure Communications... 3 About secure communications in NetBackup... 3 How host ID-based

More information

unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 2.0 May

unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 2.0 May unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 2.0 May 2016 8205 5658-002 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product or related information described

More information

Using The Hortonworks Virtual Sandbox Powered By Apache Hadoop

Using The Hortonworks Virtual Sandbox Powered By Apache Hadoop Using The Hortonworks Virtual Sandbox Powered By Apache Hadoop This work by Hortonworks, Inc. is licensed under a Creative Commons Attribution ShareAlike3.0 Unported License. Legal Notice Copyright 2012

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

Veritas NetBackup 53xx Appliance High Availability Reference Guide

Veritas NetBackup 53xx Appliance High Availability Reference Guide Veritas NetBackup 53xx Appliance High Availability Reference Guide Release 3.1 Document Revision 1 Veritas NetBackup High Availability Reference Guide Legal Notice Copyright 2017 Veritas Technologies LLC.

More information

McAfee Data Protection for Cloud 1.0.1

McAfee Data Protection for Cloud 1.0.1 Product Guide McAfee Data Protection for Cloud 1.0.1 For use with McAfee epolicy Orchestrator COPYRIGHT Copyright 2015 McAfee, Inc., 2821 Mission College Boulevard, Santa Clara, CA 95054, 1.888.847.8766,

More information

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017 Netwrix Auditor Virtual Appliance and Cloud Deployment Guide Version: 9.5 10/25/2017 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

AWS FREQUENTLY ASKED QUESTIONS (FAQ)

AWS FREQUENTLY ASKED QUESTIONS (FAQ) UCPATH @ AWS FREQUENTLY ASKED QUESTIONS (FAQ) ARCHITECTURE WHAT WILL CHANGE DURING THIS MOVE TO AWS? All environments use a standardized format using Cloud Formation Scripts. They are also all encapsulated

More information

Red Hat CloudForms 4.2

Red Hat CloudForms 4.2 Red Hat CloudForms 4.2 Installing Red Hat CloudForms on Amazon Elastic Compute Cloud (Amazon EC2) How to install and configure Red Hat CloudForms on an Amazon EC2 Last Updated: 2017-12-18 Red Hat CloudForms

More information

Launch and Configure SafeNet ProtectV in AWS Marketplace

Launch and Configure SafeNet ProtectV in AWS Marketplace ProtectV TECHNICAL INSTRUCTIONS Launch and Configure SafeNet ProtectV in AWS Marketplace Contents Overview... 2 Prerequisites... 2 Configure KeySecure... 3 Configure the Firewall (for Linux Clients Only)...

More information

Immersion Day. Getting Started with Linux on Amazon EC2

Immersion Day. Getting Started with Linux on Amazon EC2 January 2017 Table of Contents Overview... 3 Create a new Key Pair... 4 Launch a Web Server Instance... 6 Browse the Web Server... 13 Appendix Additional EC2 Concepts... 14 Change the Instance Type...

More information

Veritas NetBackup Virtual Appliance Getting Started Guide. Release 3.1.2

Veritas NetBackup Virtual Appliance Getting Started Guide. Release 3.1.2 Veritas NetBackup Virtual Appliance Getting Started Guide Release 3.1.2 Veritas NetBackup Virtual Appliance Getting Started Guide Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved.

More information

Amazon Web Services. Block 402, 4 th Floor, Saptagiri Towers, Above Pantaloons, Begumpet Main Road, Hyderabad Telangana India

Amazon Web Services. Block 402, 4 th Floor, Saptagiri Towers, Above Pantaloons, Begumpet Main Road, Hyderabad Telangana India (AWS) Overview: AWS is a cloud service from Amazon, which provides services in the form of building blocks, these building blocks can be used to create and deploy various types of application in the cloud.

More information

NetBackup Media Server Migration Guide

NetBackup Media Server Migration Guide NetBackup Media Server Migration Guide Source media server: HP-UX or AIX Target media server: NetBackup Appliance, RHEL, SUSE, Solaris (SPARC), Solaris_x86 Supported NetBackup versions: 7.7 to 8.1.1 NetBackup

More information

Red Hat Virtualization 4.2

Red Hat Virtualization 4.2 Red Hat Virtualization 4.2 Introduction to the VM Portal Accessing and Using the VM Portal Last Updated: 2018-07-30 Red Hat Virtualization 4.2 Introduction to the VM Portal Accessing and Using the VM

More information

Pexip Infinity and Amazon Web Services Deployment Guide

Pexip Infinity and Amazon Web Services Deployment Guide Pexip Infinity and Amazon Web Services Deployment Guide Contents Introduction 1 Deployment guidelines 2 Configuring AWS security groups 4 Deploying a Management Node in AWS 6 Deploying a Conferencing Node

More information

EXPRESSCLUSTER X 3.3. HA Cluster Configuration Guide for Amazon Web Services (Windows) 10/03/2016 2nd Edition

EXPRESSCLUSTER X 3.3. HA Cluster Configuration Guide for Amazon Web Services (Windows) 10/03/2016 2nd Edition EXPRESSCLUSTER X 3.3 HA Cluster Configuration Guide for Amazon Web Services (Windows) 10/03/2016 2nd Edition Revision History Edition Revised Date Description 1 01/29/2016 New manual 2 10/03/2016 Corresponds

More information

Technical Brief. Adding Zadara Storage to VMware Cloud on AWS

Technical Brief. Adding Zadara Storage to VMware Cloud on AWS Technical Brief Adding Zadara Storage to VMware Cloud on AWS Revision History Row Version Date Description 1 1.0 26 Nov 2018 Initial release 2 1.1 15 Jan 2019 Updates for VMware style guide compliance,

More information