The article performs the following task:-

Size: px
Start display at page:

Download "The article performs the following task:-"

Transcription

1 This RAC installation article is based on RAC Attack hands-on learning lab The article performs the following task:- 1. Deploying Oracle Grid Infrastructure 12cR1 ( ) 2. Deploying Oracle database software 12cR1 ( ) 3. Using Oracle ASM with udev rules Below the hardware details Windows 7 64 bit 8 CPUs 16Gb memory, 8GB is used for the RAC 50Gb for VDI (Dynamic Allocation) 30Gb for ASM disk (Fixed Size) Below are the software components The VirtualBox for Windows: The Oracle Linux (OEL 7.2 OS -- V iso) : The Oracle Database 12c R1 for Linux x86-64: 1. Complete the Installation of Oracle VM VirtualBox 2. Run VirtualBox Manager. 3. From the main screen, choose File > Preferences > Network. 4. Double click on VirtualBox Host-Only Ethernet Adapter. VirtualBox will suggest a default address of Please update the settings as shown and click Ok twice. 12cR1 RAC OEL 7.2 Page 1

2 IPv4 Address: IPv4 Network Mask: In VirtualBox, from the main screen, click the New icon in the upper left hand corner. 12cR1 RAC OEL 7.2 Page 2

3 6. Set the memory size. I have set to 4G. 7. Create virtual hard drive. 12cR1 RAC OEL 7.2 Page 3

4 8. Leave VDI selected and click next. 9. Leave dynamically allocated selected and click Next. 12cR1 RAC OEL 7.2 Page 4

5 10. Type in the full path or choose through the browse icon the Location for the disk file to be created. Have named the file racnode1.vdi and all the vdi files created are in location D:\rac12c\. 12cR1 RAC OEL 7.2 Page 5

6 11. From the main screen, select the virtual machine racnode1 and click the Settings icon in the upper left hand corner. 12cR1 RAC OEL 7.2 Page 6

7 12. Open the Storage sub-menu. Delete the Empty disk under the IDE Controller. 13. Click on the Add CD/DVD/Optical Device. 12cR1 RAC OEL 7.2 Page 7

8 14. Locate and open the Oracle_Linux_7_64.iso (V iso) file. 12cR1 RAC OEL 7.2 Page 8

9 15. Open the Network sub-menu. Under the Adapter 1 tab, change the Attached to: dropdown to Host-only Adapter. 16. Choose the Adapter 2 tab. Check the box for Enable Network Adapter. Change the Attached to: dropdown to Internal Network and type the name rac-priv in the Name field. 12cR1 RAC OEL 7.2 Page 9

10 17. Choose the Adapter 3 tab. Check the box for Enable Network Adapter. Change the Attached to: dropdown to NAT. 18. Select the Shared Folders tab. Click Add Shared Folder. Enter the path where you have downloaded the Oracle installation media and enter a name for your folder. 12cR1 RAC OEL 7.2 Page 10

11 19. Open the USB sub-menu. Uncheck the Enable USB Controller check box. 20. Click on Start to boot the virtual machine. 12cR1 RAC OEL 7.2 Page 11

12 21. The Oracle Linux install screen will automatically come up. 22. Select the language and click on Continue. 12cR1 RAC OEL 7.2 Page 12

13 23. Next is the Installation Summary screen. 24. Select the Installation Destination. If you are happy with automatic partitioning of the whole disk, click Done button to return to previous screen. 12cR1 RAC OEL 7.2 Page 13

14 25. On Software Selection screen select Server with GUI for your Base Environment. Then select extra software you want to install by selecting it in Add-Ons for Selected Environment. For Oracle software installation and general development on Oracle Linux 7 please choose the below option and click Done button. 12cR1 RAC OEL 7.2 Page 14

15 26. Select the Network & Host Name section from Installation Summary. 12cR1 RAC OEL 7.2 Page 15

16 27. Select Ethernet (enp0s3), the Public IP and click on Configure. In earlier releases of OEL we had eth0, eth1, eth2, which is now enp0s3, enp0s8, enp0s9 a. Click the Connect Automatically checkbox in General Tab b. Click on IPv4 Settings and select Manual method. c. Click Add and type for the address and for Netmask d. Type , in DNS servers and racattack in search domain. e. In Hostname type racnode1.racattack. f. Click on Save 12cR1 RAC OEL 7.2 Page 16

17 28. Select Ethernet (enp0s8) and click on Configure a. Click on Connect Automatically checkbox in General Tab b. Move to IPv4 Settings, change to Manual method and click on Add c. Type in Address and in Netmask d. Save the settings 12cR1 RAC OEL 7.2 Page 17

18 29. Select Ethernet (enp0s9) and click on Configure a. Click on Connect Automatically checkbox in General Tab b. Move to IPv4 Settings, change to Automatic (DHCP) addresses only method 12cR1 RAC OEL 7.2 Page 18

19 12cR1 RAC OEL 7.2 Page 19

20 30. Click on Begin Installation and the screen changes to CONFIGURATION window. 31. Set the ROOT PASSWORD and USER CREATION while the installation is going on. 12cR1 RAC OEL 7.2 Page 20

21 32. Completion Screen: - After the Oracle Linux is successfully installed, go ahead and reboot it. After reboot you would need to complete License Information. 12cR1 RAC OEL 7.2 Page 21

22 12cR1 RAC OEL 7.2 Page 22

23 33. Turn off and disable the Firewall. systemctl and systemd have replaced chkconfig and init under OEL Change the setting of SELinux to disabled by editing /etc/selinux/config. 12cR1 RAC OEL 7.2 Page 23

24 35. Check the ntpd status. Either configure NTP, or make sure it is not configured so that CTSSd can synchronize the times of RAC node. In my installation I de-configured NTP. # systemctl disable ntpd # mv /etc/ntp.conf /etc/ntp.conf.orig 36. Verify that all the network interfaces are up. 12cR1 RAC OEL 7.2 Page 24

25 37. Configure DNS. 12cR1 RAC OEL 7.2 Page 25

26 Original /etc/named.conf file before any changes - Add to listen-on port 53 and /24 to allow-query and allowtransfer. 12cR1 RAC OEL 7.2 Page 26

27 At the end of file add the zone and reverse zone as shown below. Create the zone file for the racattack domain on racnode1. 12cR1 RAC OEL 7.2 Page 27

28 Create the reverse zone file Verify the changes made to /etc/named.conf file as shown below. In case of any errors, rectify it and re-check. 12cR1 RAC OEL 7.2 Page 28

29 Enabled the named service and started it Check the forward and reverse lookup using nslookup command. 12cR1 RAC OEL 7.2 Page 29

30 12cR1 RAC OEL 7.2 Page 30

31 38. Install the database preinstall package oracle-rdbms-server-12cr1-preinstall. Select the Devices > Optical Drives > oracle_linux_7_64.iso 12cR1 RAC OEL 7.2 Page 31

32 Run the following commands. Make a backup copy of file, delete the content and add the below lines to /etc/yum.repos.d/publicyum-ol7.repo. Install the oracle-rdbms-server-12cr1-preinstall package. It performs all prerequisite setup like installing required rpms, creating oracle user, required groups, setting parameters in /etc/sysctl.conf etc. 12cR1 RAC OEL 7.2 Page 32

33 One thing to note is, Oracle user limit does not reflect values in /etc/security/limit.conf if oraclerdbms-server-12cr1-preinstall RPM is used. The file to be checked is /etc/security/limits.d/oraclerdbms-server-12cr1-preinstall.conf. 12cR1 RAC OEL 7.2 Page 33

34 39. Unmount/Eject the device (oracle_linux_7_64.iso) and Make the VirtualBox guest additions available to the OS by clicking Devices->Install Guest Additions. 12cR1 RAC OEL 7.2 Page 34

35 40. After the guest addition, the Shared Folders added in step 18 should be visible. The folder is visible as /media/sf_12cr Create the directories in which the Oracle Software will be installed and add oracle to vboxsf group. 12cR1 RAC OEL 7.2 Page 35

36 42. Create Virtualbox Shared Storage (ASM Disks) a. Shutdown the server. b. In the VirtualBox Manager, select the machine racnode1, click Settings -> Storage. c. Select Controller SATA and click on the Add Hard Disk button. Click Create new disk. 12cR1 RAC OEL 7.2 Page 36

37 12cR1 RAC OEL 7.2 Page 37

38 43. Repeat the same steps to create three more disks: 44. Make all the asm devices sharable: from VirtualBox Manager, click File -> Virtual Media Manager. 12cR1 RAC OEL 7.2 Page 38

39 Repeat the same above steps for all the asm*.vdi disk. 12cR1 RAC OEL 7.2 Page 39

40 45. Start the racnode1 and you must see 4 disks named /dev/sd*. 46. Once the new disks are visible in the server, add primary partition on each of them using fdisk. 12cR1 RAC OEL 7.2 Page 40

41 47. Add the following to the "/etc/scsi_id.config" file to configure SCSI devices as trusted. Create the file if it doesn't already exist. # echo options=-g > /etc/scsi_id.config Check if scsi_id returns data. # /usr/lib/udev/scsi_id g u d /dev/sdb Prepare the /etc/udev/rules.d/99-oracle-asmdevices.rules by running the below script. #!/bin/bash #file ~/createoracleasmudevrules.sh i=1 # ol7 / rhel7 cmd="/usr/lib/udev/scsi_id -g -u -d" for disk in sdb sdc sdd sde ; do cat <<EOF >> /etc/udev/rules.d/99-oracle-asmdevices.rules KERNEL=="sd?1", SUBSYSTEM=="block", PROGRAM=="$cmd /dev/\$parent", \ RESULT=="`$cmd /dev/$disk`", SYMLINK+="asm-disk$i", OWNER="oracle", GROUP="dba", \ MODE="0660" EOF i=$(($i+1)) done 12cR1 RAC OEL 7.2 Page 41

42 Load updated block device partition tables. Test the rules are working as expected. Restart UDEV Service. 12cR1 RAC OEL 7.2 Page 42

43 48. Clone VirtualBox VM a. Shutdown the VM. # shutdown h now b. Clone the disk racnod1.vdi: from VirtualBox Manager, click File -> Virtual Media Manager. 12cR1 RAC OEL 7.2 Page 43

44 12cR1 RAC OEL 7.2 Page 44

45 Once the copy is complete, click Close to exit from the Virtual Media Manager. 12cR1 RAC OEL 7.2 Page 45

46 49. In VirtualBox, click New icon in the upper left corner to create the new VM. 12cR1 RAC OEL 7.2 Page 46

47 12cR1 RAC OEL 7.2 Page 47

48 50. Open the Network sub-menu. Under the Adapter 1 tab, change the Attached to: dropdown to Host-only Adapter. 51. Choose the Adapter 2 tab. Check the box for Enable Network Adapter. Change the Attached to: dropdown to Internal Network and type the name rac-priv in the Name field. 52. Choose the Adapter 3 tab. Check the box for Enable Network Adapter. Change the Attached to: dropdown to NAT. 12cR1 RAC OEL 7.2 Page 48

49 53. Open the USB sub-menu. Uncheck the Enable USB Controller check box. 54. Select the Shared Folders tab. Click Add Shared Folder. Enter the path where you have downloaded the Oracle installation media and enter a name for your folder. 12cR1 RAC OEL 7.2 Page 49

50 55. Click on Controller SATA and Choose existing disk to add the asm disk vdi file. 56. Repeat the operation to add all asm disks and then click OK to save the modifications. 12cR1 RAC OEL 7.2 Page 50

51 57. Review the summary of new virtual machine. 58. Start the racnode2 and login as root. 12cR1 RAC OEL 7.2 Page 51

52 59. On the top right had side end you would see Ethernet setting. Choose one and click on Wired Settings. 60. Below is the screen-shot for enp0s3 (Public IP). Click on the right end bottom mark. 12cR1 RAC OEL 7.2 Page 52

53 61. Change the Address to for enp0s In the similar way change the Address to (Private-IP) for enp0s8. 12cR1 RAC OEL 7.2 Page 53

54 63. For enp0s9 uncheck Connect Automatically 64. On terminal as root type nmtui (NetworkManager Text User Interface) 65. Change the Hostname 12cR1 RAC OEL 7.2 Page 54

55 66. Delete the UUID entry for ifcfg-enp0s[389]. # sed i e /UUID/d ifcfg-enp0s[389] 12cR1 RAC OEL 7.2 Page 55

56 67. Reboot the server and then verify all the network interfaces are up and ASM devices are visible. 68. Check the firewall status (should be inactive) and stop the DNS. 12cR1 RAC OEL 7.2 Page 56

57 69. Delete the racattack.zone and racattack.revzone from /var/named. 70. Edit the /etc/named.conf and change.51 to.52 and the end of the file as below. 12cR1 RAC OEL 7.2 Page 57

58 71. Review the /etc/resolv.conf. 72. Start DNS and check the forward and reverse lookup using nslookup command. 12cR1 RAC OEL 7.2 Page 58

59 73. Check that both the master on racnode1 and slave on racnode2 DNS servers are working. Run all the below statements to verify correct configuration of both DNS servers :- ~]# racnode1.racattack ~]# racnode2.racattack ~]# racnode1-vip.racattack ~]# racnode2-vip.racattack ~]# racnode1-priv.racattack ~]# racnode2-priv.racattack ~]# rac-cluster-scan.racattack ~]# racnode1.racattack ~]# racnode2.racattack ~]# racnode1-vip.racattack ~]# racnode2-vip.racattack ~]# racnode1-priv.racattack ~]# racnode2-priv.racattack ~]# rac-cluster-scan.racattack 12cR1 RAC OEL 7.2 Page 59

60 74. When both nodes have started, check they can both ping all the public and private IP addresses using the following commands. 12cR1 RAC OEL 7.2 Page 60

61 75. Install the Grid Infrastructure a. Install the following package for the Oracle Grid media as root user on both the nodes. b. Setup the passwordless ssh for as Oracle user../sshusersetup.sh user oracle hosts racnode1 racnode2 nopromptpassphrase advanced exverify logfile /home/oracle/sshsetup.log c. At this point you can run the runcluvfy.sh (optional) 12cR1 RAC OEL 7.2 Page 61

62 d. Run the Grid Infrastructure runinstaller as Oracle grid]./runinstaller e. Below are the screen-shots for the configuration. 12cR1 RAC OEL 7.2 Page 62

63 12cR1 RAC OEL 7.2 Page 63

64 f. In the SCAN Name box, enter rac-cluster-scan.racattack. In the central box, only the first node is displayed. Click on Add and enter the network names of the second node. Public Hostname: - racnode2.racttack Virtual Hostname: - racnode2-vip.racattack Since the SCAN Name chosen is more than 15 character, Oracle proposes different name as Cluster Name. Click Yes. 12cR1 RAC OEL 7.2 Page 64

65 g. Check the correct addresses are set as below. h. Make sure the Software Location is correct and change Cluster Registry Storage Type to Oracle Automatic Storage Management. Enter SYSASM password and confirm. Click Yes. 12cR1 RAC OEL 7.2 Page 65

66 i. Set the redundancy to external, click the Change Discovery Path button and set the path to /dev/asm-disk*. I have changed the disk group name to DATA01.Once completed click on Next. 12cR1 RAC OEL 7.2 Page 66

67 j. If you want the root script to run automatically, enter the relevant credentials. I prefer to run them manually. 12cR1 RAC OEL 7.2 Page 67

68 k. Wait while the prerequisite checks complete. l. The below checks can be ignored for this type of installation. 12cR1 RAC OEL 7.2 Page 68

69 m. Save the response file and review the summary. Click the Install button. n. Installation progress 12cR1 RAC OEL 7.2 Page 69

70 o. When prompted, run the configuration scripts in each node. Once both the scripts are run on all the nodes, click OK. 12cR1 RAC OEL 7.2 Page 70

71 p. The installation continues and may take longtime to complete. MGMTDB creation may take some time. 12cR1 RAC OEL 7.2 Page 71

72 q. Optional step: - You can increase the timeout of CRS before it causes fencing of the node. 12cR1 RAC OEL 7.2 Page 72

73 r. You can check the crs patch details. 76. As oracle user add new diskgroup for FRA The asmca opens on the Disk Groups tab, showing the DATA01 Diskgroup created by the installer. Click on create and enter FRA in Disk Group Name. Choose External (node) redundancy. Check one disk to create 10GB diskgroup. Click OK 12cR1 RAC OEL 7.2 Page 73

74 77. After the diskgroup is created 78. Install Database Software a. You can use cluvfy to perform prerequisite checks (Optional) cluvfy stage pre dbinst n racnode1,racnode2 d /u01/app/oracle/product/ /db_1 -verbose 12cR1 RAC OEL 7.2 Page 74

75 b. Make sure all nodes are started and then login to racnode1 as oracle user and start the Oracle Installer. 12cR1 RAC OEL 7.2 Page 75

76 c. Make sure both nodes are selected, then click Next button 12cR1 RAC OEL 7.2 Page 76

77 12cR1 RAC OEL 7.2 Page 77

78 d. Make sure the Oracle Base and Software Location are as needed 12cR1 RAC OEL 7.2 Page 78

79 e. For my installation I ignored both the warnings. 12cR1 RAC OEL 7.2 Page 79

80 f. Review the summary information and click the Install button. g. Run the configuration script on each node. When the script has been run on each node, click OK button. 12cR1 RAC OEL 7.2 Page 80

81 79. Create Database a. Run the Database Configuration Assistance (DBCA) 12cR1 RAC OEL 7.2 Page 81

82 b. Global Database Name:- cdbrac, Pluggable Database Name:- PDB 12cR1 RAC OEL 7.2 Page 82

83 c. Review the Create Database Summary and Click Finish 12cR1 RAC OEL 7.2 Page 83

84 12cR1 RAC OEL 7.2 Page 84

85 12cR1 RAC OEL 7.2 Page 85

Install Oracle RAC 12c R1 on Oracle Linux 6.4 using VirtualBox ) VirtualBox setup and Linux 6.4 Installation for Oracle RAC 12c R1

Install Oracle RAC 12c R1 on Oracle Linux 6.4 using VirtualBox ) VirtualBox setup and Linux 6.4 Installation for Oracle RAC 12c R1 Install Oracle RAC 12c R1 on Oracle Linux 6.4 using VirtualBox 4.2.16 The following documents are a step by step guide to install Oracle Real Application Clusters 12c on Oracle Linux 6 using VirtualBox.

More information

Deploying Oracle Real Application Clusters 11g R2 on Red Hat Linux 6.x

Deploying Oracle Real Application Clusters 11g R2 on Red Hat Linux 6.x Deploying Oracle Real Application Clusters 11g R2 on Red Hat Linux 6.x Application Note Version: 1.0 Abstract: This application note covers key operations in detail to help you better understand how to

More information

Oracle RAC Course Content

Oracle RAC Course Content 1 Oracle RAC Course Content Oracle 11g R2 Grid Infrastructure Concepts What is a Cluster Grid Foundation Components Oracle Clusterware Architecture Oracle Clusterware Software and Storage Describe ASM

More information

Oracle Grid Infrastructure RAC Provisioning - Using OEM GC 11.1

Oracle Grid Infrastructure RAC Provisioning - Using OEM GC 11.1 Oracle Grid Infrastructure RAC Provisioning - Using OEM GC 11.1 Author: Rob Zoeteweij Date: July 14 2010 http://oemgc.wordpress.com Using the OEM GC Provisioning and Automated Patching Pack, you are able

More information

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box jthomas Enterprises, 2016 Building a CentOS 7 Workstation using Oracle VirtualBox 1 Section 1 Before You Begin This section details the environment

More information

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

More information

Build Your Own Oracle RAC 11g Release 2 Cluster on Red Hat 4 and iscsi

Build Your Own Oracle RAC 11g Release 2 Cluster on Red Hat 4 and iscsi Build Your Own Oracle RAC 11g Release 2 Cluster on Red Hat 4 and iscsi Here is my setup which I have used for Installing Oracle RAC 11gR2 Laptop windows XP To access linux1 and linux2 There are 2 operating

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips IOUG Collaborate 12, Virtualization Boot Camp Session #328, Monday April 23 rd, 3:45-4:45pm Kai Yu Oracle Solutions Engineering Lab Dell

More information

Production Installation and Configuration. Openfiler NSA

Production Installation and Configuration. Openfiler NSA Production Installation and Configuration Openfiler NSA Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. OPENFILER INSTALLATION...

More information

ARCSERVE UDP CLOUD DIRECT DISASTER RECOVERY APPLIANCE VMWARE

ARCSERVE UDP CLOUD DIRECT DISASTER RECOVERY APPLIANCE VMWARE ARCSERVE UDP CLOUD DIRECT DISASTER RECOVERY APPLIANCE VMWARE [COMPANY NAME] [Company address] Table of Contents Arcserve UDP Cloud Direct Disaster Recovery Appliance for VMware... 2 Download the Arcserve

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

by guotao zhong August 2006

by guotao zhong August 2006 The installation of Oracle RAC 10g Release 2 on Asianux 2.0(x86-64) by guotao zhong August 2006 1. Introduction One Oracle RAC is a cluster database with a shared cache architecture that provides highly

More information

Nested Home Lab Setting up Shared Storage

Nested Home Lab Setting up Shared Storage Nested Home Lab Setting up Shared Storage Andy Fox VCI VCAP-DCA VCP3 VCP4 Over the years teaching vsphere, several peers, colleagues and students have asked me how I setup shared storage in my nested test

More information

AKIPS Network Monitor Installation, Configuration & Upgrade Guide Version 17. AKIPS Pty Ltd

AKIPS Network Monitor Installation, Configuration & Upgrade Guide Version 17. AKIPS Pty Ltd AKIPS Network Monitor Installation, Configuration & Upgrade Guide Version 17 AKIPS Pty Ltd December 21, 2017 1 Copyright Copyright 2017 AKIPS Holdings Pty Ltd. All rights reserved worldwide. No part of

More information

CA Agile Central Administrator Guide. CA Agile Central On-Premises

CA Agile Central Administrator Guide. CA Agile Central On-Premises CA Agile Central Administrator Guide CA Agile Central On-Premises 2018.1 Table of Contents Overview... 3 Server Requirements...3 Browser Requirements...3 Access Help and WSAPI...4 Time Zone...5 Architectural

More information

Oracle Database 11g Release 2 ( ) RAC On Oracle Linux 6.3 Using VirtualBox

Oracle Database 11g Release 2 ( ) RAC On Oracle Linux 6.3 Using VirtualBox 1 z 35 2014-05-11 19:13 Home Articles Scripts Forums Blog Certification Misc Search About Printer Friendly Oracle 8i Oracle 9i Oracle 10g Oracle 11g Oracle 12c Miscellaneous PL/SQL SQL Oracle RAC Oracle

More information

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics ii IBM

More information

How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor

How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor The OVA package uses a default configuration that may not be suitable for your deployment. If you want to use multiple

More information

Building a RAC Test Environment on VMWare For Free. Dan Norris Thanks to Tim oracle-base.

Building a RAC Test Environment on VMWare For Free. Dan Norris  Thanks to Tim oracle-base. Building a RAC Test Environment on VMWare For Free Dan Norris dnorris@piocon.com http://www.dannorris.com/ Thanks to Tim Hall @ oracle-base.com Agenda Who is Dan? VMWare Orientation Importance of prerequisite

More information

ISO Installation Guide. Version 1.2 December 2015

ISO Installation Guide. Version 1.2 December 2015 Version 1.2 December 2015 ISO Installation Guide Copyright 2015 iwebgate. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Symantec NetBackup Appliances Hands-On Lab

Symantec NetBackup Appliances Hands-On Lab Symantec NetBackup Appliances Hands-On Lab Description NetBackup Appliances Hands On Lab This lab assumes a prerequisite knowledge of NetBackup, specifically configuring storage units, creating backup

More information

Dell EMC Ready Architectures for VDI

Dell EMC Ready Architectures for VDI Dell EMC Ready Architectures for VDI Designs for VMware Horizon 7 on Dell EMC XC Family September 2018 H17387 Deployment Guide Abstract This deployment guide provides instructions for deploying VMware

More information

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the all nodes.

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the all nodes. Network setup As the root user execute the command "ifconfig" on each host. Take a note of ipaddress's of all machines I have a home LAN so my addresses are class C which might be in the format 192.168.192.x.

More information

WA2592 Applied Data Science and Big Data Analytics. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc.

WA2592 Applied Data Science and Big Data Analytics. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. WA2592 Applied Data Science and Big Data Analytics Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Class Setup...3 Part 2 - Minimum Software Requirements

More information

CIS 76 VLab Pod Setup

CIS 76 VLab Pod Setup CIS 76 VLab Pod Setup Last updated 9/4/2017 Status on setup instructions: 1. pfsense (2.3.1, 64 bit) pfsense-ce-2.3.4-release-amd64 - DONE for Fa17 2. Kali (2017.1, 64 bit) kali-linux-2017.1-amd64.iso

More information

Creating Application Containers

Creating Application Containers This chapter contains the following sections: General Application Container Creation Process, page 1 Creating Application Container Policies, page 3 About Application Container Templates, page 5 Creating

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

1 LINUX KERNEL & DEVICES

1 LINUX KERNEL & DEVICES GL-250: Red Hat Linux Systems Administration Course Length: 5 days Course Description: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course

More information

CIS 191A Final Exam. Fall CIS 191 Final Exam

CIS 191A Final Exam. Fall CIS 191 Final Exam CIS 191A Final Exam Fall 2008 CIS 191 Final Exam The final for CIS 191A is composed several parts: A. (10 points) Questions B. (5 points) Checklist C. (10 points) Troubleshooting D. (35 points) Building

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 3 About

More information

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the other 3(4) nodes.

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the other 3(4) nodes. Network setup As the root user execute the command "ifconfig" on each host. Take a note of ipaddress's of all machines I have a home LAN so my addresses are class C which might be in the format 192.168.192.x.

More information

About XenClient Synchronizer

About XenClient Synchronizer About XenClient Synchronizer About XenClient Synchronizer About XenClient Synchronizer Synchronizer performs all the administrative tasks for the XenClient Enterprise solution. It keeps a database of all

More information

Cisco Expressway Cluster Creation and Maintenance

Cisco Expressway Cluster Creation and Maintenance Cisco Expressway Cluster Creation and Maintenance Deployment Guide Cisco Expressway X8.6 July 2015 Contents Introduction 4 Prerequisites 5 Upgrading an X8.n cluster to X8.6 6 Prerequisites 6 Upgrade Expressway

More information

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard ScopTEL TM IP PBX Software DNS Server Configuration Wizard Network Module - ifconfig A newly installed server uses DHCP to get an IP address from a DHCP server on the network so make sure the eth0 interface

More information

Building a virtual network Maher Saad, Chestnut Residence, University of Toronto

Building a virtual network Maher Saad, Chestnut Residence, University of Toronto Building a virtual network Maher Saad, Chestnut Residence, University of Toronto Disclaimer The author of this document shall not carry responsibility for any damage to the network, computer(s) software

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine Supported VMware Versions, page 1 Support for VMware vmotion, page 1 Support for Open Virtualization Format, page 2 Virtual Machine Requirements, page 3 Virtual Machine Resource and Performance Checks,

More information

TimeIPS Server. IPS256T Virtual Machine. Installation Guide

TimeIPS Server. IPS256T Virtual Machine. Installation Guide TimeIPS Server IPS256T Virtual Machine Installation Guide TimeIPS License Notification The terms and conditions applicable to the license of the TimeIPS software, sale of TimeIPS hardware and the provision

More information

Horizon DaaS Platform 6.1 Service Provider Installation - vcloud

Horizon DaaS Platform 6.1 Service Provider Installation - vcloud Horizon DaaS Platform 6.1 Service Provider Installation - vcloud This guide provides information on how to install and configure the DaaS platform Service Provider appliances using vcloud discovery of

More information

Labtainer Student Guide

Labtainer Student Guide Labtainer Student Guide January 18, 2018 1 Introduction This manual is intended for use by students performing labs with Labtainers. Labtainers assume you have a Linux system, e.g., a virtual machine.

More information

PlateSpin Transformation Manager Appliance Guide. June 2018

PlateSpin Transformation Manager Appliance Guide. June 2018 PlateSpin Transformation Manager Appliance Guide June 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Click on the VM IMAGES drop-down menu and select VirtualBox Images

Click on the VM IMAGES drop-down menu and select VirtualBox Images How to install Ubuntu Linux in VirtualBox Revised: 12-August-2016, David Walling In our previous How To, we stepped through how to download and install Oracle VirtualBox on a Windows 10 host. This How

More information

dctrack Quick Setup Guide Virtual Machine Requirements Requirements Requirements Preparing to Install dctrack

dctrack Quick Setup Guide Virtual Machine Requirements Requirements Requirements Preparing to Install dctrack dctrack Quick Setup Guide This Quick Setup Guide explains how to install and configure dctrack. For additional information on any aspect of dctrack, see the accompanying dctrack Help in other its online

More information

Cisco TelePresence VCS Cluster Creation and Maintenance

Cisco TelePresence VCS Cluster Creation and Maintenance Cisco TelePresence VCS Cluster Creation and Maintenance Deployment Guide Cisco VCS X8.5 Cisco TMS 13.2 or later December 2014 Contents Introduction 4 Prerequisites 5 Upgrading an X7.1 or later cluster

More information

WA2393 Data Science for Solution Architects. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2393 Data Science for Solution Architects. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2393 Data Science for Solution Architects Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Class Setup...3 Part 2 - Minimum Software Requirements

More information

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud rev. 2017-11-15 2016-2017 FlashGrid Inc. Table of Contents 1 Introduction... 3 2 Compatibility... 3 3 Prerequisites... 3 4 Provisioning

More information

Creating a Windows Server 2012 R2 virtual instance Maher Saad, Chestnut Residence, University of Toronto

Creating a Windows Server 2012 R2 virtual instance Maher Saad, Chestnut Residence, University of Toronto Creating a Windows Server 2012 R2 virtual instance Maher Saad, Chestnut Residence, University of Toronto Disclaimer The author of this document shall not carry responsibility for any damage to the network,

More information

Installation and Setup Guide

Installation and Setup Guide Installation and Setup Guide to Diana SUNDE VDI Cloud Computing Terminal Contents 1 Host PC (or Server) hardware Configuration Requirements...3 2 Installation of vpoint version 1.1.0.10...3 2.1 Installation

More information

Dell EMC vsan Ready Nodes for VDI

Dell EMC vsan Ready Nodes for VDI Dell EMC vsan Ready Nodes for VDI Integration of VMware Horizon on Dell EMC vsan Ready Nodes April 2018 H17030.1 Deployment Guide Abstract This deployment guide provides instructions for deploying VMware

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine Supported VMware Versions, page 1 Support for VMware vmotion, page 1 Support for Open Virtualization Format, page 2 Virtual Machine Requirements, page 3 Virtual Machine Resource and Performance Checks,

More information

Installing VMware vsphere 5.1 Components

Installing VMware vsphere 5.1 Components Installing VMware vsphere 5.1 Components Module 14 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks

More information

Controller Installation

Controller Installation The following describes the controller installation process. Installing the Controller, page 1 Controller Deployment, page 2 Controller Virtual Hard Disk Storage, page 4 Custom Controller Web UI Certificates,

More information

Create and Configure a VM in the Azure Step by Step Basic Lab (V2.0)

Create and Configure a VM in the Azure Step by Step Basic Lab (V2.0) Basic Lab (V2.0) Ahmed Abdelwahed Microsoft Certified Trainer Ahmed_abdulwahed@outlook.com Contents Create Windows Server 2016 VM On Microsoft Azure... 3 Create Windows Server 2016 Data Center VM step

More information

Installation of OEL5.4 in windows machine (64 bit)

Installation of OEL5.4 in windows machine (64 bit) Requirements: Installation of OEL5.4 in windows machine (64 bit) 1. Virtual Box software (VirtualBox-4.2.18-88781-Win) Go to the link and click on the below setup file for download. Platform Windows (32-bit/64-bit)

More information

System Requirements ENTERPRISE

System Requirements ENTERPRISE System Requirements ENTERPRISE Hardware Prerequisites You must have a single bootstrap node, Mesos master nodes, and Mesos agent nodes. Bootstrap node 1 node with 2 cores, 16 GB RAM, 60 GB HDD. This is

More information

VMware vsphere 5.5: Install, Configure, Manage Lab Addendum. Lab 3: Configuring VMware ESXi

VMware vsphere 5.5: Install, Configure, Manage Lab Addendum. Lab 3: Configuring VMware ESXi VMware vsphere 5.5: Install, Configure, Manage Lab Addendum Lab 3: Configuring VMware ESXi Document Version: 2014-07-08 Copyright Network Development Group, Inc. www.netdevgroup.com NETLAB Academy Edition,

More information

How to Use This Lab Manual

How to Use This Lab Manual 3 Contents How to Use This Lab Manual........................................ 5 Lab 1: Setting Up the Student System.................................. 7 Lab 2: Installing Fedora............................................

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine ISE Features Not Supported in a Virtual Machine, page 1 Supported VMware Versions, page 1 Support for VMware vmotion, page 2 Support for Open Virtualization Format, page 2 Virtual Machine Requirements,

More information

Install and Manage Windows Nano Server 2016 Step by Step

Install and Manage Windows Nano Server 2016 Step by Step Complete Lab (V2.0) Ahmed Abdelwahed Microsoft Certified Trainer Ahmed_abdulwahed@outlook.com Table of Contents Lab Objective... 3 Windows Nano Server 2016 overview... 3 Current infrastructure environment...

More information

Lab #5 Guide: Installing Ubuntu as a Virtual Machine

Lab #5 Guide: Installing Ubuntu as a Virtual Machine Lab #5 Guide: Installing Ubuntu as a Virtual Machine CTEC1863/2018F Operating Systems Mike Boldin Tools, Materials and Equipment Oracle VirtualBox software official site: https://www.virtualbox.org/wiki/downloads

More information

"Charting the Course... Enterprise Linux System Administration Course Summary

Charting the Course... Enterprise Linux System Administration Course Summary Course Summary Description This is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal to every workstation and server.

More information

Implementing Infoblox Data Connector 2.0

Implementing Infoblox Data Connector 2.0 DEPLOYMENT GUIDE Implementing Infoblox Data Connector 2.0 2017 Infoblox Inc. All rights reserved. Implementing Infoblox Data Connector, July 2017 Page 1 of 31 Contents Overview... 3 Prerequisites... 3

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Installation and Setup Guide

Installation and Setup Guide Installation and Setup Guide to Diana SUNDE VDI Cloud Computing Terminal 1 1 Hardware Configuration of Host PC (Server)----------------------------------------------------3 2 The Installation of vpoint

More information

dctrack Quick Setup Guide (Recommended) Obtain a dctrack Support Website Username and Password

dctrack Quick Setup Guide (Recommended) Obtain a dctrack Support Website Username and Password dctrack 5.0.0 Quick Setup Guide This guide walks you through installing dctrack for the first time. In other words, this is a clean install - it is not an integration of dctrack and Power IQ, and it is

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

More information

Installing the Cisco Nexus 1000V Software Using ISO or OVA Files

Installing the Cisco Nexus 1000V Software Using ISO or OVA Files Installing the Cisco Nexus 1000V Software Using ISO or OVA Files This chapter contains the following sections: Installing the VSM Software, page 1 Installing the VSM Software Installing the Software from

More information

Linux Administration

Linux Administration Linux Administration This course will cover all aspects of Linux Certification. At the end of the course delegates will have the skills required to administer a Linux System. It is designed for professionals

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Red Hat Operating System Installation Tips

Red Hat Operating System Installation Tips APPENDIXA Date: 9/24/10 This appendix describes the recommended Red Hat operating system installation procedure in three parts and includes the following sections: Red Hat Installation Procedure, page

More information

WA2342 NoSQL Systems Comparison. Lab Server VM Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2342 NoSQL Systems Comparison. Lab Server VM Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2342 NoSQL Systems Comparison Lab Server VM Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

Creating Application Containers

Creating Application Containers This chapter contains the following sections: General Application Container Creation Process, page 1 Creating Application Container Policies, page 2 About Application Container Templates, page 5 Creating

More information

Active Fabric Manager Installation Guide 1.5

Active Fabric Manager Installation Guide 1.5 Active Fabric Manager Installation Guide 1.5 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates either

More information

Upgrading Prime Optical

Upgrading Prime Optical CHAPTER 6 You cannot perform a full upgrade from an earlier Cisco Transport Manager (CTM) or Prime Optical release. This section describes how to use the Cisco Prime Optical 9.8 Data Migrator wizard to

More information

HiveManager Virtual Appliance QuickStart

HiveManager Virtual Appliance QuickStart This QuickStart describes the installation of a HiveManager Virtual Appliance. Introduction to HiveManager Virtual Appliance Before you can install the HiveManager Virtual Appliance, you must first install

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 4 About

More information

EASYHA SQL SERVER V1.0

EASYHA SQL SERVER V1.0 EASYHA SQL SERVER V1.0 CONTENTS 1 Introduction... 2 2 Install SQL 2016 in Azure... 3 3 Windows Failover Cluster Feature Installation... 7 4 Windows Failover Clustering Configuration... 9 4.1 Configure

More information

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Operating Systems Lab 1 Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Oracle VirtualBox is a cross-platform virtualization application. It installs on your existing

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine ISE Features Not Supported in a Virtual Machine, page 1 Supported VMware Versions, page 1 Support for VMware vmotion, page 2 Support for Open Virtualization Format, page 2 Virtual Machine Requirements,

More information

Control Center Planning Guide

Control Center Planning Guide Control Center Planning Guide Release 1.4.2 Zenoss, Inc. www.zenoss.com Control Center Planning Guide Copyright 2017 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo are trademarks

More information

Configure the Cisco DNA Center Appliance

Configure the Cisco DNA Center Appliance Review Cisco DNA Center Configuration Wizard Parameters, page 1 Configure Cisco DNA Center Using the Wizard, page 5 Review Cisco DNA Center Configuration Wizard Parameters When Cisco DNA Center configuration

More information

Installing ModelSim. Fares Elsabbagh

Installing ModelSim. Fares Elsabbagh Installing ModelSim Fares Elsabbagh January 14, 2019 Table of Contents 1 DOWNLOAD AND INSTALL VIRTUALBOX (MAC USERS ONLY) [5 MINUTES]...2 2 DOWNLOAD AND INSTALL WINDOWS 10 (MAC USERS ONLY) [0.5-1 HOUR]...4

More information

Troubleshooting Cisco APIC-EM Single and Multi-Host

Troubleshooting Cisco APIC-EM Single and Multi-Host Troubleshooting Cisco APIC-EM Single and Multi-Host The following information may be used to troubleshoot Cisco APIC-EM single and multi-host: Recovery Procedures for Cisco APIC-EM Node Failures, page

More information

1Z0-593 Exam Questions Demo Oracle. Exam Questions 1Z0-593

1Z0-593 Exam Questions Demo   Oracle. Exam Questions 1Z0-593 Oracle Exam Questions 1Z0-593 Oracle Real Application Clusters 11g Essentials Version:Demo QUESTION NO: 1 Once OUI recognizes a set of nodes in a cluster, which three choices does it offer when installing

More information

Plexxi Control Installation, Upgrade and Administration Guide Releases 2.3.x, 2.4.x, 3.0.x, 3.1.0

Plexxi Control Installation, Upgrade and Administration Guide Releases 2.3.x, 2.4.x, 3.0.x, 3.1.0 Plexxi Control Installation, Upgrade and Administration Guide Releases 2.3.x, 2.4.x, 3.0.x, 3.1.0 702-20002-10 Rev 2.0 March 31, 2017 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX

More information

Build your own NAS with OpenMediaVault

Build your own NAS with OpenMediaVault Build your own NAS with OpenMediaVault Installation Minimum Requirements i486 or amd64 platform 1 GiB RAM 2 GiB HDD/DOM/CF/USB Thumb Drive used as OpenMediaVault system drive. Flash Drives without static

More information

Oracle 1Z Oracle Cloud Solutions Infrastructure Architect Associate.

Oracle 1Z Oracle Cloud Solutions Infrastructure Architect Associate. Oracle 1Z0-932 Oracle Cloud Solutions Infrastructure Architect Associate https://killexams.com/pass4sure/exam-detail/1z0-932 QUESTION: 76 Which two resources are available by default when your Oracle Cloud

More information

WatchGuard Dimension v2.0 Update 2 Release Notes. Introducing New Dimension Command. Build Number Revision Date 13 August 2015

WatchGuard Dimension v2.0 Update 2 Release Notes. Introducing New Dimension Command. Build Number Revision Date 13 August 2015 WatchGuard Dimension v2.0 Update 2 Release Notes Build Number 483146 Revision Date 13 August 2015 On 13 August 2015, WatchGuard released Dimension v2.0 Update 2. This update resolves an issue that caused

More information

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud rev. 2018-03-18 2016-2018 FlashGrid Inc. Table of Contents 1 Introduction... 3 2 Compatibility... 3 3 Prerequisites... 3 4 Provisioning

More information

Reduce Infrastructure costs with Oracle Clusterware

Reduce Infrastructure costs with Oracle Clusterware Reduce Infrastructure costs with Oracle Clusterware How to Reduce License Cost without losing High Availability Presented By: Bill Pritchett, Senior Consultant Discussion Topics Advantages of having a

More information

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3 Table of Contents 1 V & V4 Appliance Quick Start...1 1.1 Quick Start...1 1.2 Accessing Appliance Menus...1 1. Updating Appliance...1 1.4 Webmin...1 1.5 Setting Hostname IP Address...2 1.6 Starting and

More information

Backup using Quantum vmpro with Symantec Backup Exec release 2012

Backup using Quantum vmpro with Symantec Backup Exec release 2012 Backup using Quantum vmpro with Symantec Backup Exec release 2012 Step 1) If the vmpro appliance name and IP address are not resolved through DNS, update the Windows hosts file to include the IP address

More information

Enterprise Linux System Administration

Enterprise Linux System Administration Enterprise Linux System Administration Course GL250, 5 Days, Hands-On, Instructor-Led Introduction The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems.

More information

Cluster creation and maintenance

Cluster creation and maintenance Cluster creation and maintenance Cisco TelePresence Deployment Guide Cisco VCS X6.1 Cisco TMS 12.6 or later D14367.08 May 2011 Contents Contents Document revision history... 5 Introduction... 6 Prerequisites...

More information

This is Lab Worksheet 7 - not an Assignment

This is Lab Worksheet 7 - not an Assignment This is Lab Worksheet 7 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make sure

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine Supported VMware Versions, page 1 Support for VMware vmotion, page 1 Support for Open Virtualization Format, page 2 Virtual Machine Requirements, page 2 Virtual Machine Resource and Performance Checks,

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version 4.3 Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version 4.3 Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.3 Document Revision 1.0 Copyright Revision 1.1, March, 2016 Published by Clearswift Ltd. 1995 2016 Clearswift Ltd. All rights

More information

Oracle Virtual Desktop Infrastructure. Getting Started Guide for Release 3.4

Oracle Virtual Desktop Infrastructure. Getting Started Guide for Release 3.4 Oracle Virtual Desktop Infrastructure Getting Started Guide for Release 3.4 E26796-01 October 2012 Oracle Virtual Desktop Infrastructure: Getting Started Guide for Release 3.4 Copyright 2012, Oracle and/or

More information