Author A.Kishore Introduction Oracle RAC Software Oracle VirtualBox Software... 4

Size: px
Start display at page:

Download "Author A.Kishore Introduction Oracle RAC Software Oracle VirtualBox Software... 4"

Transcription

1 CONTENTS Introduction... 2 Oracle RAC Software... 3 Oracle VirtualBox Software... 4 Oracle Enterprise Linux 6.7 software... 4 Oracle VirtualBox Installation... 8 Virtual Machine Setup... 8 Guest Operating System Installation Prepare Steps Edit the hosts file of rac Install Guest Additions Configure SCAN DNS for RAC 11G RAC using dnsmasq in OEL Disable Firewall Disable secure linux Install oracle-rdbms-server-11gr2-preinstall using yum Deconfigure Network Time Protocol Install and Configure Automatic Storage Management and Disks Verify ASMLib Packages Configuring and Loading the ASMLib Packages Backup VIRTUAL MACHINE TO add shared disks click on storage Clone the Virtual Machine Configure the Shared Disks Create ASM disks Take Snapshot node1 and nodes Grid Installation NFS sharing of the software Install the missing package on node1 and node Setup SSH Verify using Cluvfy utility KICK OFF THE INSTALLATION Post-Install Actions

2 Install Database References Problems & Solutions INTRODUCTION Here is my setup, I have 16 GB Desktop with Linux installed and with 250 SSD on which the installation was done. I have created 2 VMs using Oracle Virtual Machine Linux Desktop 16 GB RAM / 250 SSD RAC1 - Linux GB RAM RAC2 - Linux GB RAM If you want to get through all steps of the Oracle RAC installation and your laptop or desktop computer has 8 GB or more of RAM, then this is entirely feasible using Oracle VirtualBox as demonstrated in this article. You can get a running RAC system which can host a small test database. The created system is not, and should not be considered, a production-ready system. It's simply to allow you to get used to installing and using RAC and test various administration procedures. The article also explains how to save the images and restore RAC from the images in a matter of minutes. Even if you break your test system, it will be easy to restore. We have used dnsmasq for scan configuration, we can now have 3 scan listeners on our 2 node RAC. I had to refer multiple docs to make it work and appreciate all the people who have contributed. This article uses the 64-bit versions of Oracle Linux, version 6.7, and Oracle 11g Release 2, version Using VirtualBox you can run multiple Virtual Machines (VMs) on a single server, allowing you to run both RAC nodes on a single machine. In addition, it allows you to set up shared virtual disks. The finished system includes two guest operating systems, two sets of Oracle Grid Infrastructure (Clusterware + ASM) and two Database instances all on a single server.

3 This article was originally inspired by the article "Oracle Database 11g Release 2 RAC On Linux Using VirtualBox" written by Sergei Romanenko and published in his blog. Then it was almost entirely revised and reworked, now this article seems to have very little resemblance with the original work. Note. When this article was written, Oracle Database 11g Release 2 ( ) for Linux 64-bit (both clusterware and database) was available through the Oracle support to licensed customers only. As of now, can be downloaded in Oracle support site, in "Patches & Updates", then select "Latest Patchsets", then select "Oracle Database", then select "Linux x86-64", then select " ". The number of this patch set is , it is possible to jump to the download page using this number. This patch set is a full installation of the Oracle Database software. This means that you do not need to install Oracle Database 11g Release 2 ( ) before installing Oracle Database 11g Release 2 ( ). For installing RAC database you will need only 3 files: ORACLE RAC SOFTWARE I have used which comes as a patch , if you are not having support userid you can download from otn.oracle.com software Oracle Database (includes Oracle Database and Oracle RAC), part 1: p _112030_linux-x86-64_1of7.zip 1.3G Oracle Database (includes Oracle Database and Oracle RAC), part 2: p _112030_linux-x86-64_2of7.zip 1.1G Oracle Grid Infrastructure (includes Oracle ASM, Oracle Clusterware): p _112030_linux-x86-64_3of7.zip 933M

4 Software from OTN Oracle 11g client on Windows for testing TAF (transaction application failover) ORACLE VIRTUALBOX SOFTWARE On Linux host VirtualBox _102096_el5-1.x86_64.rpm ORACLE ENTERPRISE LINUX 6.7 SOFTWARE Click Sign In/Register

5 Enter Username & Password

6 Accept Terms & Restrictions, Click Continue Select Oracle Linux from Product Pack & select x86 (64 bit) from Platform, Click Go

7 Select Oracle Linux Release 6 Update 7 Media Pack for x86 (64 bit), Click Continue. V iso Note:, you need to burn them using the image option available with your cd-writer software Refer:

8 ORACLE VIRTUALBOX INSTALLATION rpm -Uvh VirtualBox _102096_el5-1.x86_64.rpm Create below folders on the HOST machine cd /d05/oracle/rac mkdir rac1 rac2 asm VIRTUAL MACHINE SETUP Go to System Tools Oracle VM VirtualBox

9 Now we must define the two virtual RAC nodes. We can save time by defining one VM, then cloning it when it is installed. Start VirtualBox and click the "New" button on the toolbar. Click the "Next" button on the first page of the Virtual Machine Wizard.

10 Enter the name "rac1", OS "Linux" and Version "Oracle (64 bit)", then click the "Next" button.

11 Set Base Memory to 3 GB or more, then click the Next button

12 Accept the default option to create a new virtual hard disk by clicking the Create button

13 Select the default VMDK type and click the Next button on the Create Virtual Hard Drive screen Select Dynamically Allocated

14

15 Provide the location where you want to save the VM files. In my case I have provided path as below. Also increase the size of your vm from default to say 30GB and Click Create

16 The "rac1" VM will appear on the left hand pane. Scroll down the "Details" tab on the right

17 Click on General->Advanced and change shared clipboard to Bidirectional and Change Drag n Drop to Bidirectional and click Ok

18 Click on Network

19 Add two Adaptors. Make sure Adapter 1 is enabled, attached to Bridged Adapter. This interface will be used for public network, for example, for connection to the RAC database from other applications.

20 Then click on the Adapter 2 tab. Make sure Adapter 2 is enabled and attach to Internal Network. Name this network privnet :

21 Click on storage to load OEL6.7 ISO

22

23 GUEST OPERATING SYSTEM INSTALLATION Please note that during installation Virtual Box will be keeping the mouse pointer inside VM area. To exit, press Right Control key on the keyboard. Click on Start as shown below

24 After starting we get below screen and select Install or Upgrade an Existing System Select skip

25 Scroll Down and click NEXT

26 Select basic Storage and click Next Select Discard any Data

27 Change the hostname and Scroll down and click on Configure Network

28 Select System eth0 and click on edit Select Connect Automatically and select IPV4 Setting

29

30 Make sure that Connect automatically is checked. Select IPv4 Settings tab; change Method to DHCP ; Press Add and fill Address: ; Netmask: ; Gateway: Press Apply then done: In the Network Connections screen select System eth1 interface, this will be used for private network, then press Edit. Then check the box Connect automatically. Select IPv4 Settings tab; change Method to Manual. Press Add and fill Address: ; Netmask: ; Gateway: When done, press Apply :

31

32

33 Finally select System eth2 interface, this will be used for Internet, then press Edit. Check the box Connect automatically. Select IPv4 Settings tab make sure the Method is set to Automatic (DHCP).Press Apply button: Click Next

34 Give password for root Select Replace Existing Linux

35 Select Write Changes to disk Select Database Server option and select Customize now and Click Next

36

37

38

39 Select Tiger VNC

40 Click all the options under Desktops and Click Next

41 Click Yes Reboot the Guest Machine

42 Click Forward

43

44

45

46 PREPARE STEPS First of all check whether we can connect to the internet or not ping PING ( ) 56(84) bytes of data. 64 bytes from sb-in-f103.1e100.net ( ): icmp_seq=1 ttl=46 time=63.4 ms 64 bytes from sb-in-f103.1e100.net ( ): icmp_seq=2 ttl=46 time=63.5 ms 64 bytes from sb-in-f103.1e100.net ( ): icmp_seq=3 ttl=46 time=62.2 ms EDIT THE HOSTS FILE OF RAC1. In this chapter we are going to prepare RAC1 and later clone to RAC2 Follow the below steps on rac1 vi /etc/hosts localhost.localdomain localhost # Public Network - (eth0) rac1.appsdba.info rac rac2.appsdba.info rac2 # Private Interconnect - (eth1) rac1-priv.appsdba.info rac1-priv rac2-priv.appsdba.info rac2-priv # Public Virtual IP (VIP) addresses for - (eth0) rac1-vip.appsdba.info rac1-vip rac2-vip.appsdba.info rac2-vip

47 INSTALL GUEST ADDITIONS Click Ok

48 Click on RUN

49 If It fails. We need to update packages Solution: To overcome this error update gcc using yum update gcc yum update - It will take 20 minutes yum install kernel-uek-devel Note: Reboot the Server once above steps are completed

50 Once again try to install VM tools Author A.Kishore Purpose we will be able to view the shared folders in Linux Guest

51 CONFIGURE SCAN DNS FOR RAC 11G RAC USING DNSMASQ IN OEL 6 Install and configure dnsmasq 1. To install dnsmasq run as root following command yum install dnsmasq Loaded plugins: refresh-packagekit, security Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package dnsmasq.x86_64 0: el6 will be updated ---> Package dnsmasq.x86_64 0: el6 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: dnsmasq x86_ el6 public_ol6_latest 149 k Transaction Summary ================================================================================ Upgrade 1 Package(s) Total download size: 149 k Is this ok [y/n]: y Downloading Packages: dnsmasq el6.x86_64.rpm 149 kb 00:00 warning: rpmts_hdrfromfdno: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOK EY Retrieving key from Importing GPG key 0xEC551F03: Userid: "Oracle OSS group (Open Source Software group) <build@oss.oracle.com>" From :

52 Is this ok [y/n]: y Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Updating : dnsmasq el6.x86_64 1/2 Cleanup : dnsmasq el6.x86_64 2/2 Verifying : dnsmasq el6.x86_64 1/2 Verifying : dnsmasq el6.x86_64 2/2 Updated: dnsmasq.x86_64 0: el6 Complete! 2. Configure dnsmasq create new file /etc/racdns with settings for SCAN [root@rac1 ~]# vi /etc/racdns #scan rac-scan rac-scan.appsdba.info rac-scan rac-scan.appsdba.info rac-scan rac-scan.appsdba.info modifydnsmasq default configuration file /etc/dnsmasq.conf. One parameter addn-hosts should be changed to point to file /etc/racdns. cat /etc/dnsmasq.conf grep addn-hosts addn-hosts=/etc/racdns 3. Start dnsmasq service dnsmasq start chkconfig dnsmasq on

53 4. Next step is to resolve problem with file /etc/resolv.conf I m using third network card as NAT with DHCP so each time you restart network card or reboot host the file is overwritten with automatically generated settings. Nameserver points for which is required to resolve internet entries but not enough to resolve SCAN settings via dnsmasq. cat /etc/resolv.conf # Generated by NetworkManager search appsdba.info nameserver As default dnsmasq is running on ipadress so it requires following settings in /etc/resolv.conf. cat /etc/resolv.conf # Generated by NetworkManager nameserver search appsdba.info nameserver You must protect the file from being automatically overwritten by host reboot, network card restart etc. [root@rac1 ~]# chattr +i /etc/resolv.conf To write we use below command chattr -i /etc/resolv.conf

54 Verification It s just running nslookup to verify all is working fine nslookup rac-scan Server: Address: #53 Name: rac-scan.appsdba.info Address: Name: rac-scan.appsdba.info Address: Name: rac-scan.appsdba.info Address: [root@rac1 ~]# nslookup rac-scan Server: Address: #53 Name: rac-scan.appsdba.info Address: Name: rac-scan.appsdba.info Address: Name: rac-scan.appsdba.info Address:

55 ~]# nslookup rac1 Server: Address: #53 Name: rac1.appsdba.info Address: ~]# nslookup rac1-priv Server: Address: #53 Name: rac1-priv.appsdba.info Address: ~]# nslookup rac1-vip Server: Address: #53 Name: rac1-vip.appsdba.info Address:

56 DISABLE FIREWALL Now we need to disable the firewall: Linux Main menu System Administration Firewall. Click on Disable icon, then on Apply. Click on "Disable" icon, then on "Apply". DISABLE SECURE LINUX Disable secure linux by editing the /etc/selinux/config file, making sure the SELINUX flag is set as follows. SELINUX=permissive

57 INSTALL ORACLE-RDBMS-SERVER-11GR2-PREINSTALL USING YUM yum install oracle-rdbms-server-11gr2-preinstall DECONFIGURE NETWORK TIME PROTOCOL Either configure NTP, or make sure it is not configured so the Oracle Cluster Time Synchronization Service (ctssd) can synchronize the times of the RAC nodes. If you want to deconfigure NTP do the following. Below steps will disable NTP - we have followed below steps only # service ntpd stop Shutting down ntpd: [ OK ] # chkconfig ntpd off # mv /etc/ntp.conf /etc/ntp.conf.orig # rm /var/run/ntpd.pid Below steps will enable NTP If you want to use NTP, you must add the -x option into the following line in the /etc/sysconfig/ntpd file. OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid" Then restart NTP. # service ntpd restart

58 Edit the sysctl.conf of rac1 with the following values. vi /etc/sysctl.conf kernel.core_uses_pid = 1 kernel.shmmax= kernel.shmmni=4096 kernel.sem= fs.file-max = kernel.msgmnb = kernel.msgmni = 2878 net.core.rmem_default = net.core.rmem_max= net.core.wmem_default = net.core.wmem_max = net.ipv4.tcp_wmem = net.ipv4.tcp_rmem = fs.aio-max-nr = net.ipv4.ip_local_port_range =

59 Edit the limits.conf file of rac1 with the following values. vi /etc/security/limits.conf * hard nofile * soft nofile * hard nproc * soft nproc * hard memlock * soft memlock * hard stack * soft stack Create "oracle/grid" User and Directories in both nodes. groupadd -g 1000 oinstall groupadd -g 1020 asmadmin groupadd -g 1021 asmdba groupadd -g 1022 asmoper groupadd -g 1031 dba useradd -u g oinstall -G asmoper,asmdba,asmadmin,dba grid userdel oracle useradd -u g oinstall -G dba,asmdba oracle cd /home chown -R oracle:dba oracle

60 Create directories and grant permissions cd /home chown -R oracle:oinstall oracle/ mkdir -p /u01/app/grid chown -R grid:oinstall /u01/app/ chmod -R 775 /u01/app/grid mkdir -p /u01/app/oracle chown oracle:oinstall /u01/app/oracle chmod -R 775 /u01/app/oracle Change the password of grid and oracle users passwd grid passwd oracle passwd grid Changing password for user grid. New password: BAD PASSWORD: it is too short BAD PASSWORD: is too simple Retype new password: passwd: all authentication tokens updated successfully. home]# passwd oracle Changing password for user oracle. New password: home]# passwd oracle Changing password for user oracle. New password: BAD PASSWORD: it is based on a dictionary word BAD PASSWORD: is too simple

61 Retype new password: passwd: all authentication tokens updated successfully. INSTALL AND CONFIGURE AUTOMATIC STORAGE MANAGEMENT AND DISKS. Install Oracleasmlib. I have downloaded file from yum install oracleasm-support oracleasmlib el6.i686.rpm rpm -Uvh oracleasmlib el6.i686.rpm Preparing... ########################################### [100%] 1:oracleasmlib ########################################### [100%]

62 VERIFY ASMLIB PACKAGES. This installation needs to be performed on all nodes as the root user account: rpm -qa grep asm oracleasmlib el6.i686 oracleasm-support el6.x86_64 CONFIGURING AND LOADING THE ASMLIB PACKAGES. Now that we downloaded and installed the ASMLib Packages for Linux, we need to configure and load the ASM kernel module. This task needs to be run on all nodes as root: $ su /etc/init.d/oracleasm configure /etc/init.d/oracleasm configure Configuring the Oracle ASM library driver. This will configure the on-boot properties of the Oracle ASM library driver. The following questions will determine whether the driver is loaded on boot and what permissions it will have. The current values will be shown in brackets ('[]'). Hitting <ENTER> without typing an answer will keep that current value. Ctrl-C will abort. Default user to own the driver interface []: grid Default group to own the driver interface []: asmadmin Start Oracle ASM library driver on boot (y/n) [n]: y

63 Scan for Oracle ASM disks on boot (y/n) [y]: y Writing Oracle ASM library driver configuration: done Initializing the Oracle ASMLib driver: [ OK ] Scanning the system for Oracle ASMLib disks: [ OK ] Login as the grid user and add the following lines at the end of the.bash_profile file. su - grid vi.bash_profile # Oracle Settings TMP=/tmp; export TMP TMPDIR=$TMP; export TMPDIR ORACLE_HOSTNAME=rac1.appsdba.info; export ORACLE_HOSTNAME ORACLE_BASE=/u01/app/grid; export ORACLE_BASE GRID_HOME=/u01/app/11.2.0/grid; export GRID_HOME ORACLE_SID=+ASM1; export ORACLE_SID ORACLE_HOME=$GRID_HOME; export ORACLE_HOME PATH=$PATH:$ORACLE_HOME/bin; export PATH ORACLE_TERM=xterm; export ORACLE_TERM LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH if [ $USER = "oracle" ]; then if [ $SHELL = "/bin/ksh" ]; then ulimit -p 16384

64 ulimit -n else ulimit -u n fi fi Login as the oracle user and add the following lines at the end of the.bash_profile file. su oracle vi.bash_profile # User specific environment and startup programs # database name - RACDB # instance name 1 - RACDB1 # instance name 2 - RACDB2 PATH=$PATH:$HOME/bin export PATH PATH=$PATH:$HOME/bin export PATH # Oracle Settings TMP=/tmp; export TMP TMPDIR=$TMP; export TMPDIR DB_HOME=/u01/app/oracle/product/11.2.0/dbhome_1 ORACLE_HOSTNAME=lb.appsdba.info; export ORACLE_HOSTNAME export ORACLE_UNQNAME=RACDB ORACLE_SID=RACDB1; export ORACLE_SID ORACLE_HOME=$DB_HOME; export ORACLE_HOME PATH=$ORACLE_HOME/bin:$PATH; export PATH

65 LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH ORACLE_TERM=xterm; export ORACLE_TERM if [ $USER = "oracle" ]; then if [ $SHELL = "/bin/ksh" ]; then ulimit -p ulimit -n else ulimit -u n fi fi

66 BACKUP VIRTUAL MACHINE. Now we will shut down the server as we need to add asm disks. Before we add asm disks. We will backup our vm Click File export Appliance

67 Select our VM and click next Save to some location Click next and click export Ok We done with the backup now add disk s for ASM storage.

68 TO ADD SHARED DISKS CLICK ON STORAGE

69 Pending

70

71

72

73

74

75 CLONE THE VIRTUAL MACHINE Later versions of VirtualBox allow you to clone VMs, but these also attempt to clone the shared disks, which is not what we want. Instead we must manually clone the VM. Shut down the "rac1" virtual machine using the following command. # shutdown -h now If you are using VirtualBox version or later, so the following. VBoxManage clonehd rac1.vdi /d05/oracle/rac/rac2/rac2.vdi Create rac2

76

77

78 Change the disks to shared that were created earlier for ASM

79 Do the same for all the ASMDISK s

80 Now once this is done click on RAC2 Vm and Storage (Attach the disks)

81

82

83 Modify the Network Settings

84

85 Now start the Rac2 server make sure RAC1 IS DOWN The main purpose of starting the server is that we have to configure Network If we see here it is still rac1. Hostname has to be changed

86 Change the hostname and reboot rac2 cat /etc/sysconfig/network NETWORKING=yes HOSTNAME=rac2.appsdba.info Start "Network Connections" tool (Main menu System Preferences Network Connections). Edit eth0 and eth1 interfaces and set in IPv4 addresses and correspondingly.

87

88 REBOOT NODE2

89 Check the MAC address of each of the available network connections. Don't worry that they are listed as "eth2" and "eth3". These are dynamically created connections because the MAC address of the "eth0" and "eth1" connections is incorrect. ifconfig -a grep eth eth2 eth3 Link encap:ethernet HWaddr 08:00:27:57:F1:AB Link encap:ethernet HWaddr 08:00:27:64:EC:15 Edit the "/etc/sysconfig/network-scripts/ifcfg-eth0", amending only the IPADDR and HWADDR settings as follows and deleting the UUID entry. Note, the HWADDR value comes from the "eth2" interface displayed above.

90 eth2 eth3 Link encap:ethernet HWaddr 08:00:27:57:F1:AB Link encap:ethernet HWaddr 08:00:27:64:EC:15 Edit the "/etc/sysconfig/network-scripts/ifcfg-eth1", amending only the IPADDR and HWADDR settings as follows and deleting the UUID entry. Note, the HWADDR value comes from the "eth3" interface displayed above. If the adapter names do not reset properly, check the HWADDR in the "/etc/udev/rules.d/70-persistentnet.rules" file. If it is incorrect, amend it to match the settings described above. init 0 Verify the adapter settings

91

92 Verify the ipaddress

93 CONFIGURE THE SHARED DISKS Start the "rac1" virtual machine by clicking the "Start" button on the toolbar. When the server has started, log in as the root user so you can configure the shared disks. The current disks can be seen by issuing the following commands. # cd /dev # lssd* sda sda1 sda2 sdbsdcsdd fdisk l Use the "fdisk" command to partition the disks sdb to sdf. The following output shows the expected fdisk output for the sdb disk. # fdisk /dev/sdb Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel Building a new DOS disklabel. Changes will remain in memory only, until you decide to write them. After that, of course, the previous content won't be recoverable.

94 The number of cylinders for this disk is set to There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1) software that runs at boot time (e.g., old versions of LILO) 2) booting and partitioning software from other OSs (e.g., DOS FDISK, OS/2 FDISK) Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite) Command (m for help): n Command action e extended p primary partition (1-4) p Partition number (1-4): 1 First cylinder (1-1305, default 1): Using default value 1 Last cylinder or +size or +sizem or +sizek (1-1305, default 1305): Using default value 1305 Command (m for help): p Disk /dev/sdb: 10.7 GB, bytes 255 heads, 63 sectors/track, 1305 cylinders Units = cylinders of * 512 = bytes Device Boot Start End Blocks Id System

95 /dev/sdb Linux Command (m for help): w The partition table has been altered! Calling ioctl() to re-read partition table. Syncing disks. # In each case, the sequence of answers is "n", "p", "1", "Return", "Return", "p" and "w". Once all the disks are partitioned, the results can be seen by repeating the previous "ls" command. # cd /dev # lssd* sda sda1 sda2 sdb sdb1 sdc sdc1 sdd sdd1 #

96 CREATE ASM DISKS. Create the ASM disks on any one node as the root user. /usr/sbin/oracleasm createdisk DISK1 /dev/sdb1 /usr/sbin/oracleasm createdisk DISK2 /dev/sdc1 /usr/sbin/oracleasm createdisk DISK3 /dev/sdd1 Verify that the ASM disks are visible from every node. (Right now it will not work) # /etc/init.d/oracleasm scandisks Scanning system for ASM disks: [ OK ] We can see the disk are now visible to ASM using the "listdisks" command. # /usr/sbin/oracleasm listdisks DISK1 DISK2 DISK3

97 Edit the "/home/oracle/.bash_profile" file on the "rac2" node to correct the ORACLE_SID and ORACLE_HOSTNAME values. ORACLE_SID=RACDB2; export ORACLE_SID ORACLE_HOSTNAME=rac2.appsdba.info; export ORACLE_HOSTNAME Also, amend the ORACLE_SID setting in the "/home/oracle/db_env" and "/home/oracle/grid_env" files. ORACLE_SID=+ASM2; export ORACLE_SID Start the "rac1" virtual machine and restart the "rac2" virtual machine. When both nodes have started, check they can both ping all the public and private IP addresses using the following commands. ping -c 3 rac1 ping -c 3 rac1-priv ping -c 3 rac2 ping -c 3 rac2-priv At this point the virtual IP addresses defined in the "/etc/hosts" file will not work, so don't bother testing them. The virtual machine setup is now complete. rac-scan [root@rac2 ~]# nslookup rac2-vip Server: Address: #53 Name: rac2-vip.appsdba.info Address: [root@rac2 ~]# nslookup rac2 Server: Address: #53 Name: rac2.appsdba.info Address:

98 ~]# nslookup rac-scan Server: Address: #53 Name: rac-scan.appsdba.info Address: Name: rac-scan.appsdba.info Address: Name: rac-scan.appsdba.info Address:

99 TAKE SNAPSHOT NODE1 AND NODES2 Shutdown node1 and node2 After shutdown go to Oracle VM Click Snapshots on the right hand side

100

101 LOCATION OF SNAPSHOTS

102 GRID INSTALLATION Clean the old installation (on both nodes, if required) cd /etc/init.d rm rf ohasdinit.ohasd rm -rf /etc/oracle rm -rf /etc/orainst.loc rm -rf /etc/oratab cd /u01/app rm -rf oracle rm -rf /u01/app/*.* rm -rf /u01/app/11.2.0/grid/*.* cd /u01/app/grid rm -rforainventory mkdir -p /u01/app/grid chown -R grid:oinstall /u01/app/ chmod -R 775 /u01/app/grid mkdir -p /u01/app/oracle chownoracle:oinstall /u01/app/oracle chmod -R 775 /u01/app/oracle rm -rf /u01/app/grid/* rm -rf /usr/tmp/.oracle/ rm -rf /u01/app/orainventory/*

103 -- On one of the node -- If there are 3 diskgroups then use the below commands /usr/sbin/oracleasmdeletedisk DISK1 /usr/sbin/oracleasmdeletedisk DISK2 /usr/sbin/oracleasmdeletedisk DISK3 /usr/sbin/oracleasmcreatedisk DISK1 /dev/sdb1 /usr/sbin/oracleasmcreatedisk DISK2 /dev/sdc1 /usr/sbin/oracleasmcreatedisk DISK3 /dev/sdd1 /etc/init.d/oracleasmlistdisks Always Verify Public ip s Private ip s Date between the both the nodes are same NFS SHARING OF THE SOFTWARE The software is available on host machine On the server (host machine)- vi /etc/exports /software/rac_software/ (ro) Service nfs restart On the client node1 mkdir p /software

104 mount :/d04/oracle/RAC_SOFTWARE /software Software p _112030_linux-x86-64_3of7.zip unzipp _112030_linux-x86-64_3of7.zip

105 INSTALL THE MISSING PACKAGE ON NODE1 AND NODE2 cd /software/11gr11203/grid/rpm rpm -Uvh cvuqdisk rpm Preparing... ########################################### [100%] Using default group oinstall to install package 1:cvuqdisk ########################################### [100%] SETUP SSH Connect as grid user cd /software/11gr11203/grid/sshsetup./sshusersetup.sh -user grid -hosts "rac1 rac2" -nopromptpassphrase -advanced -exverify Verifying SSH connectivity has been setup from rac1 to rac IF YOU SEE ANY OTHER OUTPUT BESIDES THE OUTPUT OF THE DATE COMMAND OR IF YOU ARE PROMPTED FOR A PASSWORD HERE, IT MEANS SSH SETUP HAS NOT BEEN SUCCESSFUL. Tue Sep 1 05:12:35 EDT Verifying SSH connectivity has been setup from rac1 to rac IF YOU SEE ANY OTHER OUTPUT BESIDES THE OUTPUT OF THE DATE COMMAND OR IF YOU ARE PROMPTED FOR A PASSWORD HERE, IT MEANS SSH SETUP HAS NOT BEEN SUCCESSFUL. Tue Sep 1 05:12:35 EDT Verification from rac1 complete Verifying SSH connectivity has been setup from rac2 to rac IF YOU SEE ANY OTHER OUTPUT BESIDES THE OUTPUT OF THE DATE COMMAND OR IF YOU ARE PROMPTED FOR A PASSWORD HERE, IT MEANS SSH SETUP HAS NOT BEEN SUCCESSFUL. Tue Sep 1 05:12:35 EDT 2015

106 Verifying SSH connectivity has been setup from rac2 to rac IF YOU SEE ANY OTHER OUTPUT BESIDES THE OUTPUT OF THE DATE COMMAND OR IF YOU ARE PROMPTED FOR A PASSWORD HERE, IT MEANS SSH SETUP HAS NOT BEEN SUCCESSFUL. Tue Sep 1 05:12:36 EDT Verification from rac2 complete- SSH verification complete. VERIFY USING CLUVFY UTILITY Prior to 11gR2 we would probably use the "runcluvfy.sh" utility in the clusterware root directory to check the prerequisites have been met. If you are intending to configure SSH connectivity using the installer this check should be omitted as it will always fail. If you want to setup SSH connectivity manually, then once it is done you can run the "runcluvfy.sh" with the following command. [grid@racnode1 ~]$ cd /software/11gr11203/grid [grid@racnode1 grid]$ sh runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose If you get any failures be sure to correct them before proceeding.

107 KICK OFF THE INSTALLATION

108

109

110

111

112

113

114

115

116

117 Every ASM disk is divided into allocation units (AU). An AU is the fundamental unit of allocation within a disk group. A file extent consists of one or more AU. An ASM file consists of one or more file extents. When you create a disk group, you can set the ASM AU size to be between 1 MB and 64 MB in powers of two, such as, 1, 2, 4, 8, 16, 32, or 64. Larger AU sizes typically provide performance advantages for data warehouse applications that use large sequential reads.

118

119

120

121

122 Only for grid installation (this is already done)

123 The results of prerequisite checks are shown on the next screen. You should see two warnings and one failure. The failure was caused by inability to lookup SCAN in DNS and that should be expected. Check "Ignore All" box and press "Next".

124

125 /u01/app/orainventory/orainstroot.sh Changing permissions of /u01/app/orainventory. Adding read,write permissions for group. Removing read,write,execute permissions for world. Changing groupname of /u01/app/orainventory to oinstall. The execution of the script is complete. ~]# /u01/app/11.2.0/grid/root.sh Performing root user operation for Oracle 11g The following environment variables are set as: ORACLE_OWNER= grid ORACLE_HOME= /u01/app/11.2.0/grid

126 Enter the full pathname of the local bin directory: [/usr/local/bin]: Copying dbhome to /usr/local/bin... Copying oraenv to /usr/local/bin... Copying coraenv to /usr/local/bin... Creating /etc/oratab file... Entries will be added to the /etc/oratab file as needed by Database Configuration Assistant when a database is created Finished running generic part of root script. Now product-specific root actions will be performed. Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params Creating trace directory User ignored Prerequisites during installation OLR initialization - successful root wallet root wallet cert root cert export peer wallet profile reader wallet pa wallet peer wallet keys pa wallet keys peer cert request pa cert request peer cert pa cert peer root cert TP profile reader root cert TP pa root cert TP peer pa cert TP pa peer cert TP profile reader pa cert TP profile reader peer cert TP peer user cert pa user cert

127 Adding Clusterware entries to upstart CRS-2672: Attempting to start 'ora.mdnsd' on 'rac1' CRS-2676: Start of 'ora.mdnsd' on 'rac1' succeeded CRS-2672: Attempting to start 'ora.gpnpd' on 'rac1' CRS-2676: Start of 'ora.gpnpd' on 'rac1' succeeded CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rac1' CRS-2672: Attempting to start 'ora.gipcd' on 'rac1' CRS-2676: Start of 'ora.cssdmonitor' on 'rac1' succeeded CRS-2676: Start of 'ora.gipcd' on 'rac1' succeeded CRS-2672: Attempting to start 'ora.cssd' on 'rac1' CRS-2672: Attempting to start 'ora.diskmon' on 'rac1' CRS-2676: Start of 'ora.diskmon' on 'rac1' succeeded CRS-2676: Start of 'ora.cssd' on 'rac1' succeeded ASM created and started successfully. Disk Group DATA created successfully. clscfg: -install mode specified Successfully accumulated necessary OCR keys. Creating OCR keys for user 'root', privgrp 'root'.. Operation successful. CRS-4256: Updating the profile Successful addition of voting disk 5f5866ae4c0e4fafbffab1ab690a130b. Successfully replaced voting disk group with +DATA. CRS-4256: Updating the profile CRS-4266: Voting file(s) successfully replaced ## STATE File Universal Id File Name Disk group ONLINE 5f5866ae4c0e4fafbffab1ab690a130b (/dev/oracleasm/disks/disk1) [DATA] Located 1 voting disk(s). CRS-2672: Attempting to start 'ora.asm' on 'rac1' CRS-2676: Start of 'ora.asm' on 'rac1' succeeded CRS-2672: Attempting to start 'ora.data.dg' on 'rac1' CRS-2676: Start of 'ora.data.dg' on 'rac1' succeeded Configure Oracle Grid Infrastructure for a Cluster... succeeded

128 On node2 /u01/app/orainventory/orainstroot.sh Changing permissions of /u01/app/orainventory. Adding read,write permissions for group. Removing read,write,execute permissions for world. Changing groupname of /u01/app/orainventory to oinstall. The execution of the script is complete. ~]# /u01/app/11.2.0/grid/root.sh Performing root user operation for Oracle 11g The following environment variables are set as: ORACLE_OWNER= grid ORACLE_HOME= /u01/app/11.2.0/grid Enter the full pathname of the local bin directory: [/usr/local/bin]: Copying dbhome to /usr/local/bin... Copying oraenv to /usr/local/bin... Copying coraenv to /usr/local/bin... Creating /etc/oratab file... Entries will be added to the /etc/oratab file as needed by Database Configuration Assistant when a database is created Finished running generic part of root script. Now product-specific root actions will be performed. Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params Creating trace directory User ignored Prerequisites during installation OLR initialization - successful Adding Clusterware entries to upstart CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node rac1, number 1, and is terminating

129 An active cluster was found during exclusive startup, restarting to join the cluster Configure Oracle Grid Infrastructure for a Cluster... succeeded

130 Hurray :) we have 3 scans On node1 [root@rac1 ~]# ps -ef grep tns root Sep01? 00:00:00 [netns] grid :25? 00:00:00 /u01/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN2 -inherit grid :25? 00:00:00 /u01/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN3 -inherit grid :31? 00:00:00 /u01/app/11.2.0/grid/bin/tnslsnr LISTENER -inherit root :33 pts/0 00:00:00 greptns On node2 ps -ef grep tns root Sep01? 00:00:00 [netns] grid :29? 00:00:00 /u01/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN1 -inherit grid :31? 00:00:00 /u01/app/11.2.0/grid/bin/tnslsnr LISTENER -inherit

131 root :33 pts/0 00:00:00 greptns [root@orcl1 ~]# su - grid cluvfy comp scan -verbose [grid@rac1 ~]$ cluvfy comp scan -verbose Verifying scan Checking Single Client Access Name (SCAN)... SCAN Name Node Running? ListenerName Port Running? rac-scan.appsdba.info rac2 true LISTENER_SCAN true rac-scan.appsdba.info rac1 true LISTENER_SCAN true rac-scan.appsdba.info rac1 true LISTENER_SCAN true Checking TCP connectivity to SCAN Listeners... Node ListenerName TCP connectivity? rac1 LISTENER_SCAN1 yes rac1 LISTENER_SCAN2 yes rac1 LISTENER_SCAN3 yes TCP connectivity to SCAN Listeners exists on all cluster nodes Checking name resolution setup for "rac-scan.appsdba.info"... SCAN Name IP Address Status Comment rac-scan.appsdba.info passed rac-scan.appsdba.info passed rac-scan.appsdba.info passed Verification of SCAN VIP and Listener setup passed Verification of scan was successful.

132 crsctl stat res -t ~]$ crsctl stat res -t NAME TARGET STATE SERVER STATE_DETAILS Local Resources ora.data.dg ONLINE ONLINE rac1 ONLINE ONLINE rac2 ora.listener.lsnr ONLINE ONLINE rac1 ONLINE ONLINE rac2 ora.asm ONLINE ONLINE rac1 Started ONLINE ONLINE rac2 Started ora.gsd OFFLINE OFFLINE rac1 OFFLINE OFFLINE rac2 ora.net1.network ONLINE ONLINE rac1 ONLINE ONLINE rac2 ora.ons ONLINE ONLINE rac1 ONLINE ONLINE rac Cluster Resources ora.listener_scan1.lsnr 1 ONLINE ONLINE rac2

133 ora.listener_scan2.lsnr 1 ONLINE ONLINE rac1 ora.listener_scan3.lsnr 1 ONLINE ONLINE rac1 ora.cvu 1 ONLINE ONLINE rac1 ora.oc4j 1 ONLINE ONLINE rac1 ora.rac1.vip 1 ONLINE ONLINE rac1 ora.rac2.vip 1 ONLINE ONLINE rac2 ora.scan1.vip 1 ONLINE ONLINE rac2 ora.scan2.vip 1 ONLINE ONLINE rac1 ora.scan3.vip 1 ONLINE ONLINE rac1 POST-INSTALL ACTIONS By default, the Global Services Daemon (GSD) is not started on the cluster. To start GSD, change directory to the <CRS_HOME> and issue the following commands: srvctl enable nodeapps n rac1 srvctl enable nodeapps n rac2 srvctl start nodeapps Successful Oracle Clusterware operation can also be verified using the following command: [grid@racnode1 oraagent_grid]$ crsctl check crs CRS-4638: Oracle High Availability Services is online CRS-4537: Cluster Ready Services is online

134 CRS-4529: Cluster Synchronization Services is online CRS-4533: Event Manager is online olsnodes -n racnode1 1 racnode2 2 srvctl status asm -a ASM is running on rac2,rac1 ASM is enabled. ocrcheck Status of Oracle Cluster Registry is as follows : Version : 3 Total space (kbytes) : Used space (kbytes) : 2676 Available space (kbytes) : ID : Device/File Name : +DATA Device/File integrity check succeeded Device/File not configured Device/File not configured Device/File not configured Device/File not configured Cluster registry integrity check succeeded Logical corruption check bypassed due to non-privileged user

135 crsctl query css votedisk ## STATE File Universal Id File Name Disk group ONLINE 5f5866ae4c0e4fafbffab1ab690a130b (/dev/oracleasm/disks/disk1) [DATA] Located 1 voting disk(s). crsctl check cluster -all ************************************************************** ## STATE File Universal Id File Name Disk group ONLINE 5f5866ae4c0e4fafbffab1ab690a130b (/dev/oracleasm/disks/disk1) [DATA] Located 1 voting disk(s). [grid@rac1 ~]$ crsctl check cluster -all ************************************************************** rac1: CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is online CRS-4533: Event Manager is online ************************************************************** rac2: CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is online CRS-4533: Event Manager is online **************************************************************

136 INSTALL DATABASE Confirm that the oracle user in this session is a member of the required groups Connect as oracle user setup SSH cd /software/11gr11203/grid/sshsetup./sshusersetup.sh -user grid -hosts "rac1 rac2" -nopromptpassphrase -advanced -exverify root@rac1 Desktop]#su - oracle [oracle@rac1 ~]$ cd /tmp/database/ [oracle@rac1 database]$ ls doc readme.html rpm sshsetup welcome.html install responseruninstaller stage [oracle@rac1 database]$./runinstaller

137

138

139

140

141

142

143

144

145

146 On node1 and node2 /u01/app/oracle/product/11.2.0/dbhome_1/root.sh Performing root user operation for Oracle 11g The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /u01/app/oracle/product/11.2.0/dbhome_1 Enter the full pathname of the local bin directory: [/usr/local/bin]: The contents of "dbhome" have not changed. No need to overwrite. The contents of "oraenv" have not changed. No need to overwrite. The contents of "coraenv" have not changed. No need to overwrite. Entries will be added to the /etc/oratab file as needed by

147 Database Configuration Assistant when a database is created Finished running generic part of root script. Now product-specific root actions will be performed. Finished product-specific root actions.

148

149 REFERENCES nice one PROBLEMS & SOLUTIONS 11gR2 Grid: root.sh fails to start the clusterware on the second node (Doc ID ) How to Proceed from Failed 11gR2 Grid Infrastructure (CRS) Installation [ID ] Issues and solutions cd /home/oracle/app/11.2.0/grid/log/linux2 cat alertlinux2.log [ctssd(27935)]crs-2409:the clock on host linux2 is not synchronous with the mean cluster time. No action has been taken as the Cluster Time Synchronization Service is running in observer mode :26: [ctssd(27935)]crs-2412:the Cluster Time Synchronization Service detects that the local time is significantly different from the mean cluster time. Details in /home/oracle/app/11.2.0/grid/log/linux2/ctssd/octssd.log :26: [ctssd(27935)]crs-2409:the clock on host linux2 is not synchronous with the mean cluster time. No action has been taken as the Cluster Time Synchronization Service is running in observer mode.

150 How to Proceed from Failed 11gR2 Grid Infrastructure (CRS) Installation [ID ] -- If root.sh has failed, run the below commands to clean up -- first node cd /home/oracle/app/11.2.0/grid/crs/install./rootcrs.pl -verbose -deconfig -force -- second node cd /home/oracle/app/11.2.0/grid/crs/install./rootcrs.pl -verbose -deconfig -force lastnode To add vip manually bin]#./srvctl add vip -n linux2 -A / /eth0 -k 1 [root@linux2 bin]#./srvctlconfigvip -n linux2 TIP - to start the RAC services manually cd /etc/oracle/scls_scr/racnode1/root/ Modify files crsstart and ohasdstr change enable to disable

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

STEP BY STEP ORACLE RAC 12C (FLEX ASM) INSTALLATION ON LINUX X86_64 (VM)

STEP BY STEP ORACLE RAC 12C (FLEX ASM) INSTALLATION ON LINUX X86_64 (VM) STEP BY STEP ORACLE RAC 12C (FLEX ASM) INSTALLATION ON LINUX X86_64 (VM) V1.0 Contents 1. Prepare Operating System 2. GRID Infrastructure Installation 3. RDBMS Installation 4. Container Database Creation

More information

03. (). ( oracle )..

03. (). ( oracle ).. 03 () ( oracle ) chkconfig --level 123456 xinetd off chkconfig --level 123456 sendmail off chkconfig --level 123456 cups off chkconfig --level 123456 cups-config-daemon off chkconfig --level 123456 smartd

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

05. 5GB 7. cmd. VM E:\. ASM1.vdi 5GB Fixed / Shareable Data (shareable) Fixed Size. ASM2.vdi 5GB Fixed / Shareable. ASM3.vdi 5GB Fixed / Shareable

05. 5GB 7. cmd. VM E:\. ASM1.vdi 5GB Fixed / Shareable Data (shareable) Fixed Size. ASM2.vdi 5GB Fixed / Shareable. ASM3.vdi 5GB Fixed / Shareable 05. 5GB 7. ASM1.vdi 5GB Fixed / Shareable Data (shareable) Fixed Size. ASM2.vdi 5GB Fixed / Shareable ASM3.vdi 5GB Fixed / Shareable ASM4.vdi 5GB Fixed / Shareable ASM5.vdi 5GB Fixed / Shareable FRA1.vdi

More information

The article performs the following task:-

The article performs the following task:- This RAC installation article is based on RAC Attack hands-on learning lab https://en.wikibooks.org/wiki/rac_attack_-_oracle_cluster_database_at_home/rac_attack_12c The article performs the following task:-

More information

Oracle 11gR2 Two Node Real Application Cluster installation step by step guide on Linux using Vmware Server 2.0

Oracle 11gR2 Two Node Real Application Cluster installation step by step guide on Linux using Vmware Server 2.0 Oracle 11gR2 Two Node Real Application Cluster installation step by step guide on Linux using Vmware Server 2.0 Mohamed Azar. Database Administrator, Blogger, Contributor,Book Reviewer. http://mohamedazar.wordpress.com

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 OpenFiler To access linux1 and linux2 Linux1 4 GB 250 GB Linux2

More information

Oracle Database 12c R1

Oracle Database 12c R1 Oracle Database 12c R1 I. II. III. 1. Software 2. A) B) C) 3. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. A) B) C) D) 1. VirtualBox Guest Addition 2. 3. 4. IV. DB V. VI. Database I. Click here to expand...

More information

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

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

Oracle Database 10g R2. Installation Guide for OEL5(x86) Writer : 이경호

Oracle Database 10g R2. Installation Guide for OEL5(x86) Writer : 이경호 Oracle Database 10g R2 Installation Guide for OEL5(x86) Writer : 이경호 목차 1. 시스템구성... - 2-1.1. 개요... - 2-1.1.1. 정의... - 2-1.1.2. 목적... - 2-1.1.3. 환경... - 2-2. 준비사항... - 2-3. Oracle Install configuration...

More information

JD Edwards EnterpriseOne High Availability Architecture ORACLE WHITE PAPER MAY 2017

JD Edwards EnterpriseOne High Availability Architecture ORACLE WHITE PAPER MAY 2017 JD Edwards EnterpriseOne High Availability Architecture ORACLE WHITE PAPER MAY 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

raw]$ uname -a Linux laguna el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/Linux

raw]$ uname -a Linux laguna el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/Linux PART 1 of 4 - GRID INFRASTRUCTURE INSTALLATION Environment details: Red Hat Enterprise Linux Server release 6.4 (Santiago) Oracle 11.2.0.3 PSU4 Preinstallation Steps ## Information provided by OS admin:

More information

Install and Configure Enterprise Linux on the First Virtual Machine

Install and Configure Enterprise Linux on the First Virtual Machine Install and Configure Enterprise Linux on the First Virtual Machine Download Enterprise Linux from Oracle and unzip the files: Enterprise-R4-U4-i386-disc1.iso Enterprise-R4-U4-i386-disc2.iso Enterprise-R4-U4-i386-disc3.iso

More information

Step by Step Oracle i-learning installation:

Step by Step Oracle i-learning installation: 1 P a g e A. Prerequests: Step by Step Oracle i-learning installation: Oracle ilearning is certified with the following product stack: 1. UNIX operating system : Linux Intel x86: Red Hat Enterprise Linux

More information

OEM 13cR2 Installation on RHEL 6.9

OEM 13cR2 Installation on RHEL 6.9 OEM 13cR2 Installation on RHEL 6.9 Oracle Enterprise Manager 13c R2 Installation on Red Hat Enterprise Lnux 6.9. The database installation is custom - without using templates. 2018 KADIR ILKER TAYSI ALL

More information

Oracle RAC 12C ohsdba

Oracle RAC 12C ohsdba Step by Step Install Oracle RAC 12.1.0.2 On OEL7.2 Oracle RAC 12C ohsdba 1 Prerequisites... 1 Hardware... 1 Software... 1 Install Summary... 1 Oracle Certification information... 2 Oracle Clusterware 12.1.0.2.0

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

Configuration of SAP NetWeaver for Oracle Grid Infrastructure and Oracle Real Application Clusters 11g Release 2: A Best Practices Guide

Configuration of SAP NetWeaver for Oracle Grid Infrastructure and Oracle Real Application Clusters 11g Release 2: A Best Practices Guide An Oracle White Paper March 2011 Configuration of SAP NetWeaver for Oracle Grid Infrastructure 11.2.0.2 and Oracle Real Application Clusters 11g Release 2: A Best Practices Guide Configuration of SAP NetWeaver

More information

Build two node Oracle RAC 12c ( ) cluster on OEL 6.5 using Oracle VM Virtual Box

Build two node Oracle RAC 12c ( ) cluster on OEL 6.5 using Oracle VM Virtual Box Build two node Oracle RAC 12c (12.1.0.1) cluster on OEL 6.5 using Oracle VM Virtual Box In the article you will have a look at how to use some Oracle Virtual Box features to build two node Oracle 12c (12.1.0.1)

More information

Oracle Database 12c Installation Procedure

Oracle Database 12c Installation Procedure Oracle Database 12c Installation Procedure Step 0: Preparation Step 0.1: Fully patch the system. Run: # yum update -y Step 0.2: Install the EPEL repo. Run: # yum install epel-release Step 0.3: Prepare

More information

Installing Oracle Database 10g Release 2 for Asianux2.0 on Power. Aug 10, 2006

Installing Oracle Database 10g Release 2 for Asianux2.0 on Power. Aug 10, 2006 Installing Oracle Database 10g Release 2 for Asianux2.0 on Power Aug 10, 2006 Copyright 2006 ORACLE Corporation. All rights reserved. Printed 8/10/2006 Author: Qiuhui Ling Oracle China Development Center

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

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

Oracle 11g RAC on Linux- CRS Inderpal S. Johal. Inderpal S. Johal

Oracle 11g RAC on Linux- CRS   Inderpal S. Johal. Inderpal S. Johal ORACLE CRS INSTALLATION : INSTALLATION AND CONFIGURATION GUIDE Inderpal S. Johal INTRODUCTION This document will gives details of Oracle Clusterware installation on RHEL 4. CRS INSTALLATION STEPS 1. Cluster

More information

Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7.

Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7. Get VirtualBox Go to www.virtualbox.org and select Downloads. VirtualBox/CentOS Setup 1 Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's

More information

(RHEL4 and SLES9 covered)

(RHEL4 and SLES9 covered) DBA: Linux Installing Oracle Database 10 g Release 2 on Linux x86 (RHEL4 and SLES9 covered) by John Smiley DOWNLOAD Oracle Database 10g Release 2 TAGS linux, database, installation, All Learn the basics

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

INTRODUCTION AND TERMINOLOGY

INTRODUCTION AND TERMINOLOGY BUILDING A RAC TEST ENVIRONMENT ON VMWARE FOR FREE Dan Norris, dnorris(at)piocon.com, Piocon INTRODUCTION AND TERMINOLOGY This paper offers a recipe for creating a RAC environment suitable for testing

More information

Upgrade Grid Infrastructure from to on Linux

Upgrade Grid Infrastructure from to on Linux Upgrade Grid Infrastructure from 11.2.0.2 to 11.2.0.3 on Linux Created by : Hans Camu Date : 29 August 2012 http://camoraict.wordpress.com In this article I will describe the steps to upgrade an Oracle

More information

RG-MACC_2.0 Installation Manual

RG-MACC_2.0 Installation Manual RG-MACC_2.0 Installation Manual Ruijie Networks Co., Ltd all rights reserved 1 Copyright Clarify Copyright ownership belongs to Ruijie, shall not be reproduced, copied, or used in other ways without permission.

More information

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Essentials. Buy Full Product.

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Essentials. Buy Full Product. Oracle EXAM - 1Z0-593 Oracle Real Application Clusters 11g Essentials Buy Full Product http://www.examskey.com/1z0-593.html Examskey Oracle 1Z0-593 exam demo product is here for you to test the quality

More information

Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux

Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux 1 Best Practices Deployment Guide: Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux This document

More information

MIGRATION FROM RAW DEVICES TO ASMLib, STEP BY STEP EXAMPLE

MIGRATION FROM RAW DEVICES TO ASMLib, STEP BY STEP EXAMPLE MIGRATION FROM RAW DEVICES TO ASMLib, STEP BY STEP EXAMPLE Alejandro Vargas Oracle Israel PRE MIGRATION STEPS... 1 Install and configure ASMLib on both servers... 1 MIGRATION STEPS... 4 REMOVE RAW DEVICES

More information

Installation von Oracle Real Application Cluster 10gR1 auf CentOS 4.2 mit Raw-Devices

Installation von Oracle Real Application Cluster 10gR1 auf CentOS 4.2 mit Raw-Devices Installation von Oracle Real Application Cluster 10gR1 auf CentOS 4.2 mit Raw-Devices Inhaltsverzeichnis Installation von Oracle Real Application Cluster 10gR1 auf CentOS 4.2 mit Raw-Devices... 1 1. Installation

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 11g R2. Installation and Configuration Guide. Abstract

Oracle 11g R2. Installation and Configuration Guide. Abstract Oracle 11g R2 Installation and Configuration Guide Abstract This guide contains configuration information for installing and managing an Oracle Database 11g R2 for IMC on the Linux operating system. Part

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

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

Oracle WebLogic Server (WLS) 11gR1 ( and ) Installation on Oracle Linux 5 and 6

Oracle WebLogic Server (WLS) 11gR1 ( and ) Installation on Oracle Linux 5 and 6 1 of 11 8/25/2016 11:19 AM Back to normal view: https://oracle-base.com/articles/11g/oracle-weblogic-server-11gr1-1036-installation-on-oracle-linux-5-and-6-11gr1 Oracle WebLogic Server (WLS) 11gR1 (10.3.5

More information

es T tpassport 㗴㓸 ఝ Ȉ ʼ ȋ ȿ Ⱥ ɺ ɖ ȳ ఝ Ȉ ʼ ȋ Ʌ ɣ ɉ ᐕ䬶ήᢱㅴ 䬨䭚䬢䬷䬺ឭଏ䬨䭚 *VVR YYY VGUVRCUURQTV LR

es T tpassport 㗴㓸 ఝ Ȉ ʼ ȋ ȿ Ⱥ ɺ ɖ ȳ ఝ Ȉ ʼ ȋ Ʌ ɣ ɉ ᐕ䬶ήᢱㅴ 䬨䭚䬢䬷䬺ឭଏ䬨䭚 *VVR YYY VGUVRCUURQTV LR Testpassport Exam : 1Z0-058J Title : Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Version : DEMO 1 / 8 1. 3 B. "Oracle CSSD " / var / log/ messages C. crsctl OCSSD

More information

JRE version 1.1.6v5 (Java Runtime Environment) - please DO NOT get the JDK instead. This can be downloaded from

JRE version 1.1.6v5 (Java Runtime Environment) - please DO NOT get the JDK instead. This can be downloaded from User Friendly Install Of Oracle8i on Redhat Linux 6.1 ------------------------------------------------------ If you have never tried to install Oracle8i on Linux then start here! Oracle8i release 8.1.5.0.0

More information

ASM ON LINUX. May Author: Esteban Bernal. Automatic Storage Management Industry's first and only database file system

ASM ON LINUX. May Author: Esteban Bernal. Automatic Storage Management Industry's first and only database file system ASM ON LINUX. May 2008 Automatic Storage Management Industry's first and only database file system Author: Esteban Bernal ASM ON LINUX Configuring Automatic Storage Management On Linux. There are 3 storage

More information

Installation Oracle Applications R on OEL 5.2

Installation Oracle Applications R on OEL 5.2 Installation Oracle Applications R12.1.1 on OEL 5.2 Metalink Note Oracle E-Business Suite Release 12 Installation Guidelines [ID 405565.1] Oracle E-Business Suite Installation and Upgrade Notes Release

More information

RAC Installation and Configuration. Oracle Database 10g

RAC Installation and Configuration. Oracle Database 10g RAC Installation and Configuration Oracle Database 10g 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. DATABASE INSTALLATION...

More information

Making the transition from a Sun SPARC Solaris server to a newer and faster Intel based Dell PowerEdge server running Red Hat Enterprise Linux is a

Making the transition from a Sun SPARC Solaris server to a newer and faster Intel based Dell PowerEdge server running Red Hat Enterprise Linux is a Making the transition from a Sun SPARC Solaris server to a newer and faster Intel based Dell PowerEdge server running Red Hat Enterprise Linux is a complex process. This guide will highlight key steps

More information

Oracle 12c Flex ASM & Flex Cluster

Oracle 12c Flex ASM & Flex Cluster Oracle 12c Flex ASM & Flex Cluster PRESENTER Yenugula Venkata Ravikumar OCM, Head-Database Practice, 8th NOVEMBER 2014 BENGALURU, INDIA 1 2 ABOUT ME AGENDA The History of ASM Benefits Of ASM Automatic

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

Oracle Communication Policy Controller. Lab Environment Preparation

Oracle Communication Policy Controller. Lab Environment Preparation Oracle Communication Policy Controller Edition 1.0 April 2013 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary information and is protected

More information

RAC Attack Lab Handbook

RAC Attack Lab Handbook RAC Attack Lab Handbook Jeremy Schneider Chicago, Illinois, United States http://www.ardentperf.com Contributers DAN NORRIS (DANNORRIS.COM) PARTO JALILI This work includes screenshots and text output,

More information

Installing and Patching Oracle

Installing and Patching Oracle APPENDIXA This section provides supporting information to assist you with the Oracle 11g installation. Note Oracle 11g is available only for a 64-bit architecture. Use the information in this section in

More information

Author A.Kishore Convert 11gR2 non-rac database to RAC database using rconfig

Author A.Kishore   Convert 11gR2 non-rac database to RAC database using rconfig Convert 11gR2 non-rac database to RAC database using rconfig I ve installed the new 11gR2 clustered ORACLE_HOME at /d01/oracle/app/oracle/product/11.2.0/dbhome_1 on both the nodes linux1 and linux2 New

More information

HOL6749: Deploy Oracle RAC in Minutes on Oracle OpenStack for Oracle Solaris

HOL6749: Deploy Oracle RAC in Minutes on Oracle OpenStack for Oracle Solaris HOL6749: Deploy Oracle RAC in Minutes on Oracle OpenStack for Oracle Solaris Bruno Philippe Sales Consultant, Oracle France Christophe Pauliat Sales Consultant, EMEA Solution Center, Oracle Eric Bezille

More information

Oracle 11g Real Application Clusters for Administrators. Student Workbook

Oracle 11g Real Application Clusters for Administrators. Student Workbook Oracle 11g Real Application Clusters for Administrators Student Workbook Oracle 11g RAC for Administrators Published by ITCourseware, LLC., 7245 South Havana Street, Suite 100, Centennial, CO 80112 Contributing

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

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

RG-MACC-BASE_v2.01. Installation Guide

RG-MACC-BASE_v2.01. Installation Guide RG-MACC-BASE_v2.01 Preface Thank you for using our products. Audience This manual is intended for: Network engineers Technical support and servicing engineers Network administrators Symbols Important information.

More information

Oracle 11g RAC on Dell Compellent Storage Center. Dell Best Practices

Oracle 11g RAC on Dell Compellent Storage Center. Dell Best Practices Oracle 11g RAC on Dell Compellent Storage Center Dell Document Revision Table 1. Revision History Date Revision Description 1/16/2012 A Initial 4/19/2012 B Content and format change THIS TECHNICAL TIP

More information

Deploying Rubrik Datos IO to Protect MongoDB Database on GCP

Deploying Rubrik Datos IO to Protect MongoDB Database on GCP DEPLOYMENT GUIDE Deploying Rubrik Datos IO to Protect MongoDB Database on GCP TABLE OF CONTENTS INTRODUCTION... 1 OBJECTIVES... 1 COSTS... 2 BEFORE YOU BEGIN... 2 PROVISIONING YOUR INFRASTRUCTURE FOR THE

More information

Note: - the OS on which you will install VirtualBox is called the host OS. - the OS you will install on VirtualBox (later) is called the guest OS.

Note: - the OS on which you will install VirtualBox is called the host OS. - the OS you will install on VirtualBox (later) is called the guest OS. Get VirtualBox Go to www.virtualbox.org and select Downloads: VirtualBox/CentOS Setup 1 Note: - the OS on which you will install VirtualBox is called the host OS. - the OS you will install on VirtualBox

More information

Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview

Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview This Oracle 11g Release 2 RAC & Grid Infrastructure Administration course provides an introduction to the general features

More information

Oracle VM. Installation and Upgrade Guide for Release 3.0.3

Oracle VM. Installation and Upgrade Guide for Release 3.0.3 Oracle VM Installation and Upgrade Guide for Release 3.0.3 E18548-04 January 2012 Oracle VM: Installation and Upgrade Guide for Release 3.0.3 Copyright 2009, 2012, Oracle and/or its affiliates. All rights

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

Preparing Your Environment

Preparing Your Environment Overview, page 1 Hardware Requirements, page 1 Operating System Installation, page 1 Overview This chapter describes the requirements and dependencies for installing Prime Home successfully. It includes

More information

Installing and Patching Oracle

Installing and Patching Oracle CHAPTER 4 The Oracle procedures described in this section should be performed only as directed in the checklist provided in 1.3.1 Installation Scenarios and Checklists, page 1-3 for the installation setup

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 11g R2. Installation and Configuration Guide. Abstract

Oracle 11g R2. Installation and Configuration Guide. Abstract Oracle 11g R2 Installation and Configuration Guide Abstract This guide contains configuration information for installing and managing an Oracle Database 11g R2 for IMC on the Linux operating system. Part

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

$ export DISPLAY=192.168.56.1:0.0 $ which xclock /usr/openwin/bin/xclock $ xclock & [1] 830 $ $./runinstaller Starting Oracle Universal Installer... Checking Temp space: must be greater than 180 MB. Actual

More information

Oracle Clustering: Oracle 11g Real Application Clusters for Administrators

Oracle Clustering: Oracle 11g Real Application Clusters for Administrators Oracle Clustering: Oracle 11g Real Application Clusters for Administrators Duration: 40Hrs (8 Hours per Day * 5 Days) Oracle 11g Clustering Overview Introduction to Oracle 11g Clusters for Administrators

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

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

1 Certification Information

1 Certification Information Oracle Database Release Notes 10g Release 2 (10.2) for HP Tru64 UNIX B25299-06 February 2012 This document contains important information that was not included in the platform-specific or product-specific

More information

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions Welcome to getting started with Ubuntu 12.04 Server. This System Administrator Manual guide to be simple to follow, with step by step instructions with screenshots INDEX 1.Installation of Ubuntu 12.04

More information

Method of Procedure to Upgrade RMS OS to Red Hat Enterprise Linux 6.7

Method of Procedure to Upgrade RMS OS to Red Hat Enterprise Linux 6.7 First Published: November 20, 2015 Contents Scope of MOP... 4 Release Components... 4 Pre Requisites... 4 Assumptions... 4 Process Information... 5 Upgrade Timing... 5 Requirements... 5 Pre Maintenance...

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

Oracle Database 10g Linux Deployment Guide Version 2.0

Oracle Database 10g Linux Deployment Guide Version 2.0 Dell PowerEdge Systems Oracle Database 10g Linux Deployment Guide Version 2.0 www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better use

More information

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration. Buy Full Product

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration. Buy Full Product Oracle EXAM - 1Z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Buy Full Product http://www.examskey.com/1z0-058.html Examskey Oracle 1Z0-058 exam demo product

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

Configuring a Standalone VCL Environment using VMware Server 2.0

Configuring a Standalone VCL Environment using VMware Server 2.0 Configuring a Standalone VCL Environment using VMware Server 2.0 DISCLAIMER! This document provides instuctions for configuring a standalone VCL environment running on a single computer which is able to

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

Setting Up Oracle for Prime Fulfillment

Setting Up Oracle for Prime Fulfillment APPENDIXA This appendix describes how to set up an Oracle Database 11g, Enterprise Edition Release 11.2.0.1.0-64 bit Production server that works with Cisco Prime Fulfillment. This appendix is written

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

SCSI RDMA Protocol. Introduction. Configuring SRP CHAPTER

SCSI RDMA Protocol. Introduction. Configuring SRP CHAPTER 4 CHAPTER This chapter describes SCSI RDMA protocol and includes the following sections: Introduction, page 4-1 Configuring SRP, page 4-1 Verifying SRP, page 4-7 See the Root and Non-root Conventions in

More information

Preparing for the Prime Home Installation

Preparing for the Prime Home Installation Prerequisites and Verifications, page 1 Verify Default OS Configurations, page 1 Additional OS Configurations, page 7 Prerequisites and Verifications Before installing Prime Home, verify that the servers

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 10g Release 2 (10.2) for Linux x86 B15659-05 February 2006 This document contains important information that was not included in the platform-specific or product-specific

More information

ELE409 SPRING2018 LAB0

ELE409 SPRING2018 LAB0 ELE409 SPRING2018 LAB0 Getting familiar with the LXDE system Objectives: Pre-Lab: 1. Burn the linux system onto a micro-sd card 2. Get familiar with basic linux commands 3. Be able to communicate with

More information

WLM1200-RMTS User s Guide

WLM1200-RMTS User s Guide WLM1200-RMTS User s Guide Copyright 2011, Juniper Networks, Inc. 1 WLM1200-RMTS User Guide Contents WLM1200-RMTS Publication Suite........................................ 2 WLM1200-RMTS Hardware Description....................................

More information

Dell Storage Integration Tools for VMware

Dell Storage Integration Tools for VMware Dell Storage Integration Tools for VMware Version 4.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP Chapter 1 : Microsoft SQL Server Step by Step - PDF Free Download - Fox ebook Your hands-on, step-by-step guide to building applications with Microsoft SQL Server Teach yourself the programming fundamentals

More information

Installing or Upgrading ANM Virtual Appliance

Installing or Upgrading ANM Virtual Appliance CHAPTER 2 This chapter describes how to deploy Cisco ANM Virtual Appliance 4.3 (new installation) and how to upgrade from ANM software version 4.1 or 4.2 to software version 4.3. This chapter includes

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

Chapter 02: Working with Oracle VM VirtualBox 5

Chapter 02: Working with Oracle VM VirtualBox 5 True / False 1. Operating systems are grouped by type within the VirtualBox Manager. a. True b. False ANSWER: True REFERENCES: Creating a Virtual Machine QUESTION TYPE: True / False 2. When a VirtualBox

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

Installing Connector on Linux

Installing Connector on Linux CHAPTER 3 Revised: July 15, 2010 Overview This chapter provides a step-by-step guide to installing the Linux Connector on x86 and x86-64 servers running either Red Hat Enterprise Linux version 5 or Cent

More information

Oracle Real User Experience Insight

Oracle Real User Experience Insight Oracle Real User Experience Insight Installation Guide Release 5.0 for Linux x86-64 E12487-08 April 2009 Oracle Real User Experience Insight Installation Guide, Release 5.0 for Linux x86-64 E12487-08 Copyright

More information

Oracle Database Appliance Kit for WebLogic Server

Oracle Database Appliance Kit for WebLogic Server Oracle Database Appliance Kit for WebLogic Server Release Notes Release 12.1.2.2.0 E56823-03 August 2015 This document contains the release notes for Oracle Database Appliance Kit for WebLogic Server version

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

Oracle 11gR2 New Features for RAC. OTN APAC Tour (Thailand, China, Philippines, New Zealand)

Oracle 11gR2 New Features for RAC. OTN APAC Tour (Thailand, China, Philippines, New Zealand) Oracle 11gR2 New Features for RAC OTN APAC Tour - 2011 (Thailand, China, Philippines, New Zealand) About me Independent Oracle Consultant - Summersky Enterprises e-mail: murali.vallath@summersky.biz blog:

More information