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

Size: px
Start display at page:

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

Transcription

1 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. reach me at Page 1

2 Step 1: Pre-requisites Before Start my installation, the below recommanded Memory Configuration needed for you. In this case onle you can smoothly install RAC. If you re plan to Install Two node RAC on your virtual machine, Each node want atleast minimum 2GB RAM as per Oracle 11gR2 Installation recommand. So you need atelast minimum 6GB RAM for your laptop. 4 GB for Virtual Machine, remaining for your windows. Recommanded Browser : Mozilla Firefox 3.5 or Minimum version. The upgrade version nor support for Vmware Server 2.0. Internet Explorer 7 or 6, I hope IE 9 not support for VMware Server 2.0. Step 2: Download Software Download VMware Server and Install ware%20server%20download&aq=f&aqi=g10&aql=&oq= Download Oracle Enterprise Linux 32 Bit Download Oracle Software Grid Infrastructure and Database Software html Step 3: Install Oracle Enterprise Linux We need to Install Oracle Enterprise Linux for Vmware Server infrastructure environment. Follow procedure for further installation. Create Virtual Machine Name of the Virtual Machine racha1 Page 2

3 Choose Linux Operating System Red Hat Enterprise Linux 5(32-bit). Page 3

4 Allocate Virtual Machine RAM memory 2048MB (Oracle 11gR2 recommand) Create New Virtual DISK (Hard Disk), Size 30 GB Page 4

5 Add a Network Adapter first with bridged Network (RAC Environment We need to configure TWO adapter, Add another adapter later ). Page 5

6 If you want to use Linux CD Choose Physical Drive OR If you plan to use ISO image file, you can use ISO image and after chooses it, you can select your first disc ISO image using browser option. The software file should be in Virtual Machine Datastore. Page 6

7 Add a USB Controller Page 7

8 Add another one Network Adapter using with bridged network. Now new virtual machine hardware configuration finished. Page 8

9 Power on Virtual Machine : Page 9

10 Click on console window, the new remote console window will appear. If it s not appear, it will ask you to install REMOTE plugin console. Just you install it. Click Skip option. Page 10

11 Page 11

12 Page 12

13 Page 13

14 Page 14

15 Select eth0 put it manual IP, disable IPv6 Your server name with localdomain name Page 15

16 Select eth1 ipaddress Page 16

17 Page 17

18 GNOME Desktop Environment Editors Graphical Internet Text-based Internet Development Libraries Development Tools Server Configuration Tools Administration Tools Base System Tools X Window System Page 18

19 Page 19

20 Page 20

21 Page 21

22 Page 22

23 Page 23

24 Page 24

25 Page 25

26 Page 26

27 Page 27

28 Installation Completed. Step 4: Install VMware tools, Click right side panel Install VMware Tools Page 28

29 Go to Linux node 1 machine, Install vmware tools like below [root@racha1 ~]# cd /media/vmware\ Tools/ [root@racha1 ~]# cp VMwareTools tar.gz /tmp cd /tmp [root@racha1 tmp]# tar -zxvf VMwareTools tar.gz [root@racha1 tmp]# cd vmware-tools-distrib/ [root@racha1 vmware-tools-distrib]# ls bin doc etc FILES INSTALL installer lib vmware-install.pl [root@racha1 vmware-tools-distrib]#./vmware-install.pl Creating a new VMware Tools installer database using the tar4 format. Installing VMware Tools. In which directory do you want to install the binary files? [/usr/bin] What is the directory that contains the init directories (rc0.d/ to rc6.d/)? [/etc/rc.d] **Here choose virtual machine screen resolution also and after installation complete, Reboot machine. vmware-toolbox Step 5 : Oracle Installation Prerequisites. Make sure the shared memory file system is big enough for Automatic Memory Manager to work. Page 29

30 ~]# umount tmpfs ~]# mount -t tmpfs shmfs -o size=1500m /dev/shm ~]# vi /etc/fstab tmpfs /dev/shm tmpfs size=1500m 0 0 Install RPM Package : [root@racha1 rpm]# ls binutils el5.i386.rpm compat-libstdc i386.rpm elfutils-libelf-devel el5.i386.rpm elfutils-libelf-devel-static el5.i386.rpm gcc el5.i386.rpm gcc-c el5.i386.rpm glibc-devel i386.rpm glibc-headers i386.rpm kernel-headers el5.i386.rpm libacl-devel el5.i386.rpm libaio-devel i386.rpm libgomp el5.i386.rpm libstdc++-devel el5.i386.rpm sysstat el5.i386.rpm unixodbc i386.rpm unixodbc-devel i386.rpm [root@racha1 rpm]# rpm -Uvh unixodbc-* warning: unixodbc i386.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] 1:unixODBC ########################################### [ 50%] 2:unixODBC-devel ########################################### [100%] [root@racha1 rpm]# Likewise Install Other rpm packages also. Add ipaddress in /etc/hosts file [root@racha1 ~]# vi /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail localhost.localdomain localhost # Public racha1.localdomain racha1 Page 30

31 racha2.localdomain racha2 # Private racha1-priv.localdomain racha1-priv racha2-priv.localdomain racha2-priv # Virtual racha1-vip.localdomain racha1-vip racha2-vip.localdomain racha2-vip # SCAN rac-scan.localdomain rac-scan The SCAN address should not really be defined in the hosts file. Instead is should be defined on the DNS to round-robin between 3 addresses on the same subnet as the public IPs. For this installation, we will compromise and use the hosts file. More Detail about SCAN &p_cat=documents_new&p_user=YURY&p_company= /etc/sysctl.conf [root@racha1 ~]# vi /etc/sysctl.conf fs.aio-max-nr = fs.file-max = kernel.shmall = kernel.shmmax = kernel.shmmni = 4096 # semaphores: semmsl, semmns, semopm, semmni kernel.sem = net.ipv4.ip_local_port_range = net.core.rmem_default= net.core.rmem_max= net.core.wmem_default= net.core.wmem_max= [root@racha1 ~]# /sbin/sysctl -p net.ipv4.ip_forward = 0 net.ipv4.conf.default.rp_filter = 1 net.ipv4.conf.default.accept_source_route = 0 kernel.sysrq = 0 kernel.core_uses_pid = 1 net.ipv4.tcp_syncookies = 1 kernel.msgmnb = Page 31

32 kernel.msgmax = fs.aio-max-nr = fs.file-max = kernel.shmall = kernel.shmmax = kernel.shmmni = 4096 kernel.sem = net.ipv4.ip_local_port_range = net.core.rmem_default = net.core.rmem_max = net.core.wmem_default = net.core.wmem_max = [root@racha1 ~]# [root@racha1 ~]# vi /etc/security/limits.conf oracle soft nproc 2047 oracle hard nproc oracle soft nofile 1024 oracle hard nofile [root@racha1 ~]# vi /etc/pam.d/login session required pam_limits.so [root@racha1 ~]# cat /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - SELinux is fully disabled. SELINUX=disabled # SELINUXTYPE= type of policy in use. Possible values are: # targeted - Only targeted network daemons are protected. # strict - Full SELinux protection. SELINUXTYPE=targeted [root@racha1 ~]# Page 32

33 The Oracle Cluster Time Synchronization Service (ctssd) can synchronize the times of the RAC nodes. In this case we will deconfigure NTP. ~]# service ntpd stop Shutting down ntpd: [FAILED] ~]# chkconfig ntpd off ~]# mv /etc/ntp.conf /etc/ntp.conf.org ~]# rm /var/run/ntpd.pid rm: cannot lstat `/var/run/ntpd.pid': No such file or directory User and Group Add ~]# groupadd -g 500 oinstall ~]# groupadd -g 501 dba ~]# groupadd -g 502 oper ~]# groupadd -g 503 asmadmin ~]# useradd -u g oinstall -G dba,oper,asmadmin oracle ~]# passwd oracle Changing password for user oracle. New UNIX password: BAD PASSWORD: it is based on a dictionary word Retype new UNIX password: passwd: all authentication tokens updated successfully. [root@racha1 ~]# Make Directory [root@racha1 ~]# mkdir -p /u01/app/11.2.0/grid [root@racha1 ~]# mkdir -p /u01/app/oracle/product/11.2.0/dbhome_1 [root@racha1 ~]# chown -R oracle:oinstall /u01 [root@racha1 ~]# chmod -R 775 /u01 Bash Profile Log on as Oracle User. # Oracle Settings TMP=/tmp; export TMP TMPDIR=$TMP; export TMPDIR Page 33

34 ORACLE_HOSTNAME=racha1.localdomain; export ORACLE_HOSTNAME ORACLE_UNQNAME=RAC; export ORACLE_UNQNAME ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1; export ORACLE_HOME ORACLE_SID=RAC1; export ORACLE_SID ORACLE_TERM=xterm; export ORACLE_TERM BASE_PATH=/usr/sbin:$PATH; export BASE_PATH PATH=$ORACLE_HOME/bin:$BASE_PATH; export PATH 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 ulimit -n else ulimit -u n fi fi Shutdown NODE 1 machine. [root@racha1 ~]#shutdown h now Create three shared DISK Making directory for sharing disk in host OS. Page 34

35 C:\Users\Azar>mkdir d:\shareasm On the VMware Infrastructure web access panel, click Add Hardware and click Add hard disk Page 35

36 10GB allocate for new harddisk Page 36

37 Create other two hard disk as the same above procedure. After added three disks, Then see your racha1.vmx file, you need to modify like this. Page 37

38 Now Restart the NODE 1 racha1 machine and after restarted, partition your disks like below [root@racha1 ~]# cd /dev/ [root@racha1 dev]# ls sd* sda sda1 sda2 sdb sdc sdd [root@racha1 dev]# fdisk 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. 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: Page 38

39 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): 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 sdb: 10.7 GB, bytes 255 heads, 63 sectors/track, 1305 cylinders Units = cylinders of * 512 = bytes Device Boot Start End Blocks Id System sdb Linux Command (m for help): w The partition table has been altered! Calling ioctl() to re-read partition table. Syncing disks. [root@racha1 dev]# Do It as same again procedure for other remaining Disks. ASMLIB Install Download ASMLIB rpm package for your OS requirements [root@racha1 ~]# cp /media/azar/asmlib/*.rpm /install/asmlib [root@racha1 ~]# cd /install/asmlib [root@racha1 asmlib]# ls Page 39

40 oracleasm el el5.i686.rpm oracleasmlib el5.i386.rpm oracleasm-support el5.i386.rpm asmlib]# rpm -Uvh oracleasm-support el5.i386.rpm warning: oracleasm-support el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] 1:oracleasm-support ########################################### [100%] asmlib]# rpm -Uvh oracleasm el el5.i686.rpm warning: oracleasm el el5.i686.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] 1:oracleasm el########################################### [100%] asmlib]# rpm -Uvh oracleasm el5-debuginfo el5.i686.rpm warning: oracleasm el5-debuginfo el5.i686.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] 1:oracleasm el########################################### [100%] ~]# oracleasm configure -i 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 []: oracle Default group to own the driver interface []: dba Start Oracle ASM library driver on boot (y/n) [n]: y Scan for Oracle ASM disks on boot (y/n) [y]: y Writing Oracle ASM library driver configuration: done [root@racha1 ~]# /usr/sbin/oracleasm init Creating /dev/oracleasm mount point: /dev/oracleasm Loading module "oracleasm": oracleasm Mounting ASMlib driver filesystem: /dev/oracleasm Page 40

41 ~]# /usr/sbin/oracleasm createdisk DISK1 /dev/sdb1 Writing disk header: done Instantiating disk: done ~]# /usr/sbin/oracleasm createdisk DISK2 /dev/sdc1 Writing disk header: done Instantiating disk: done ~]# /usr/sbin/oracleasm createdisk DISK3 /dev/sdd1 Writing disk header: done Instantiating disk: done Unzip Grid Infrastruture Software ~]# chown -R oracle:oinstall /install ~]# cd /install install]# ls asmlib linux_11gr2_grid.zip rpm install]# unzip linux_11gr2_grid.zip Shutdown Node 1 racha1 [root@racha1 install]# shutdown -h now Copy racha1 the same location and rename folder racha2 Edit the contents of d:\racha2\racha1.vmx displayname = "racha2" Page 41

42 In the VMware Infrastructure Web Access Console, select the "Virtual Machine > Add Virtual Machine to Inventory" and browser for the d:\racha2\racha1.vmx Start the racha2 machine, just choose i_copied it option and click ok. Now the another cloned copy of node1 virtual machine running. Log on to the virtual machine racha2 System > Administration > Network Remove the devices with the "%.bak" nicknames. To do this, highlight a device, deactivate, then delete it. This will leave just the regular "eth0" and "eth1" devices. Highlight the "eth0" interface and click the "Edit" button on the toolbar. Page 42

43 Page 43

44 Eth1 Configure Add ip address, subnet mask and Don t add default gateway ip address here. Page 44

45 If you want restart your network service,you need to use below commands. service network restart Edit Bash_profile of Node 2 Oracle user path correct to ORACLE_SID and HOSTNAME [root@racha1 ~]# su - oracle [oracle@racha1 ~]$ vi.bash_profile ORACLE_HOSTNAME=racha2.localdomain; export ORACLE_HOSTNAME ORACLE_UNQNAME=RAC; export ORACLE_UNQNAME ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1; export ORACLE_HOME ORACLE_SID=RAC2; export ORACLE_SID Page 45

46 PING NETWORK : Node 1: [root@racha1 ~]# ping -c 3 racha2 PING racha2.localdomain ( ) 56(84) bytes of data. 64 bytes from racha2.localdomain ( ): icmp_seq=1 ttl=64 time=62.2 ms 64 bytes from racha2.localdomain ( ): icmp_seq=2 ttl=64 time=0.196 ms 64 bytes from racha2.localdomain ( ): icmp_seq=3 ttl=64 time=0.150 ms --- racha2.localdomain ping statistics packets transmitted, 3 received, 0% packet loss, time 4053ms rtt min/avg/max/mdev = 0.150/20.874/62.276/ ms [root@racha1 ~]# ping -c 3 racha2-priv PING racha2-priv.localdomain ( ) 56(84) bytes of data. 64 bytes from racha2-priv.localdomain ( ): icmp_seq=1 ttl=64 time=0.923 ms 64 bytes from racha2-priv.localdomain ( ): icmp_seq=2 ttl=64 time=0.180 ms 64 bytes from racha2-priv.localdomain ( ): icmp_seq=3 ttl=64 time=0.141 ms --- racha2-priv.localdomain ping statistics packets transmitted, 3 received, 0% packet loss, time 3159ms rtt min/avg/max/mdev = 0.141/0.414/0.923/0.360 ms [root@racha1 ~]# Node 2: [root@racha2 ~]# ping -c 3 racha1 PING racha1.localdomain ( ) 56(84) bytes of data. Page 46

47 64 bytes from racha1.localdomain ( ): icmp_seq=1 ttl=64 time=0.500 ms 64 bytes from racha1.localdomain ( ): icmp_seq=2 ttl=64 time=0.160 ms 64 bytes from racha1.localdomain ( ): icmp_seq=3 ttl=64 time=0.161 ms --- racha1.localdomain ping statistics packets transmitted, 3 received, 0% packet loss, time 2862ms rtt min/avg/max/mdev = 0.160/0.273/0.500/0.161 ms [root@racha2 ~]# ping -c 3 racha1-priv PING racha1-priv.localdomain ( ) 56(84) bytes of data. 64 bytes from racha1-priv.localdomain ( ): icmp_seq=1 ttl=64 time=0.430 ms 64 bytes from racha1-priv.localdomain ( ): icmp_seq=2 ttl=64 time=0.176 ms 64 bytes from racha1-priv.localdomain ( ): icmp_seq=3 ttl=64 time=0.166 ms SSH Configuration : Manual SSH configuration not need for Oracle 11gr2, because of During grid infrastructure It will ask SSH setup. But here I just configured ssh manually. Node 1 : [root@racha1 ~]# su - oracle [oracle@racha1 ~]$ mkdir ~/.ssh [oracle@racha1 ~]$ chmod 700 ~/.ssh [oracle@racha1 ~]$ /usr/bin/ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/home/oracle/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/oracle/.ssh/id_rsa. Page 47

48 Your public key has been saved in /home/oracle/.ssh/id_rsa.pub. The key fingerprint is: cf:36:68:1b:be:18:51:7d:7a:67:ee:b7:ee:8e:ca:0b Node 2: ~]# su - oracle [oracle@racha2 ~]$ mkdir ~/.ssh [oracle@racha2 ~]$ chmod 700 ~/.ssh [oracle@racha2 ~]$ /usr/bin/ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/home/oracle/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/oracle/.ssh/id_rsa. Your public key has been saved in /home/oracle/.ssh/id_rsa.pub. The key fingerprint is: 7b:69:c1:7d:7e:b1:e8:62:72:1d:3d:ee:9b:d6:26:c6 oracle@racha2.localdomain Node 1: [oracle@racha1 ~]$ cd ~/.ssh [oracle@racha1.ssh]$ cat id_rsa.pub >> authorized_keys [oracle@racha1.ssh]$ scp authorized_keys racha2:/home/oracle/.ssh The authenticity of host 'racha2 ( )' can't be established. RSA key fingerprint is fd:dd:51:77:0d:46:69:f8:55:fe:2c:53:77:75:90:e0. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'racha2, ' (RSA) to the list of known hosts. oracle@racha2's password: Page 48

49 authorized_keys 100% KB/s 00:00 Node 2: ~]$ cd ~/.ssh cat id_rsa.pub >> authorized_keys scp authorized_keys racha1:/home/oracle/.ssh The authenticity of host 'racha1 ( )' can't be established. RSA key fingerprint is fd:dd:51:77:0d:46:69:f8:55:fe:2c:53:77:75:90:e0. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'racha1, ' (RSA) to the list of known hosts. password: authorized_keys 100% KB/s 00:00 Check below for each node Node 1: ssh date racha1 ssh racha2 date ssh racha2-priv date ssh racha1-priv date Node 2: ssh date racha1 ssh racha2 date ssh racha2-priv date ssh racha1-priv date Cluvfy pre requisites check 11gR2 we would probably use the "runcluvfy.sh" utility in the clusterware root directory to check the prerequisites have been met. Page 49

50 grid]$./runcluvfy.sh stage -pre crsinst -n racha1,racha2 -verbose Performing pre-checks for cluster services setup Checking node reachability... Check: Node reachability from node "racha1" Destination Node Reachable? racha1 yes racha2 yes Result: Node reachability check passed from node "racha1" Checking user equivalence... Check: User equivalence for user "oracle" Node Name Comment racha1 passed racha2 passed Result: User equivalence check passed for user "oracle" Starting Clock synchronization checks using Network Time Protocol(NTP)... NTP Configuration file check started... Network Time Protocol(NTP) configuration file not found on any of the nodes. Oracle Cluster Time Synchronization Service(CTSS) can be used instead of NTP for time synchronization on the cluster nodes Result: Clock synchronization check using Network Time Protocol(NTP) passed Pre-check for cluster services setup was successful. Oracle Grid Infrastructure installation [oracle@racha1 grid]$ Install Grid Infrastructure [root@racha1 ~]# chown -R oracle:oinstall /install/grid [root@racha1 ~]# xhost + access control disabled, clients can connect from any host [root@racha1 ~]# su - oracle Page 50

51 ~]$ cd /install/grid grid]$ ls doc response runcluvfy.sh sshsetup welcome.html install rpm runinstaller stage grid]$./runinstaller Starting Oracle Universal Installer... Checking Temp space: must be greater than 80 MB. Actual MB Checking swap space: must be greater than 150 MB. Actual 4031 MB Passed Passed Checking monitor: must be configured to display at least 256 colors. Actual Passed Preparing to launch Oracle Universal Installer from /tmp/orainstall _ am. Please grid]$ Page 51

52 Add Second node hostname and virtual ip name Page 52

53 Test SSH Connectivity, Here I was already configured SSH. Page 53

54 Choose ASM storage Select Disks, If its not show, choose change recovery path and add correct disk path here. These disks are should be oracle permission. Page 54

55 Page 55

56 Page 56

57 Run the above screenshot shown root script as a root user in both nodes like below. Node 1: [root@racha1 ~]# /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. [root@racha1 ~]# Node 2: [root@racha2 ~]# /u01/app/orainventory/orainstroot.sh Changing permissions of /u01/app/orainventory. Adding read,write permissions for group. Removing read,write,execute permissions for world. Page 57

58 Changing groupname of /u01/app/orainventory to oinstall. The execution of the script is complete. ~]# Node 1: ~]# /u01/app/11.2.0/grid/root.sh Running Oracle 11g root.sh script... The following environment variables are set as: ORACLE_OWNER= oracle 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.sh script. Now product-specific root actions will be performed :43:57: Parsing the host name :43:57: Checking for super user privileges :43:57: User has super user privileges Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params Creating trace directory LOCAL ADD MODE Creating OCR keys for user 'root', privgrp 'root'.. Operation 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 Page 58

59 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 Adding daemon to inittab CRS-4123: Oracle High Availability Services has been started. ohasd is starting CRS-2672: Attempting to start 'ora.gipcd' on 'racha1' CRS-2672: Attempting to start 'ora.mdnsd' on 'racha1' CRS-2676: Start of 'ora.gipcd' on 'racha1' succeeded CRS-2676: Start of 'ora.mdnsd' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.gpnpd' on 'racha1' CRS-2676: Start of 'ora.gpnpd' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.cssdmonitor' on 'racha1' CRS-2676: Start of 'ora.cssdmonitor' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.cssd' on 'racha1' CRS-2672: Attempting to start 'ora.diskmon' on 'racha1' CRS-2676: Start of 'ora.diskmon' on 'racha1' succeeded CRS-2676: Start of 'ora.cssd' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.ctssd' on 'racha1' CRS-2676: Start of 'ora.ctssd' on 'racha1' succeeded ASM created and started successfully. DiskGroup DATA created successfully. clscfg: -install mode specified Successfully accumulated necessary OCR keys. Creating OCR keys for user 'root', privgrp 'root'.. Operation successful. CRS-2672: Attempting to start 'ora.crsd' on 'racha1' CRS-2676: Start of 'ora.crsd' on 'racha1' succeeded CRS-4256: Updating the profile Successful addition of voting disk 0cf9af f43bf110fdde04e726a. 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 0cf9af f43bf110fdde04e726a (/dev/oracleasm/disks/disk1) [DATA] Located 1 voting disk(s). CRS-2673: Attempting to stop 'ora.crsd' on 'racha1' CRS-2677: Stop of 'ora.crsd' on 'racha1' succeeded CRS-2673: Attempting to stop 'ora.asm' on 'racha1' Page 59

60 CRS-2677: Stop of 'ora.asm' on 'racha1' succeeded CRS-2673: Attempting to stop 'ora.ctssd' on 'racha1' CRS-2677: Stop of 'ora.ctssd' on 'racha1' succeeded CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'racha1' CRS-2677: Stop of 'ora.cssdmonitor' on 'racha1' succeeded CRS-2673: Attempting to stop 'ora.cssd' on 'racha1' CRS-2677: Stop of 'ora.cssd' on 'racha1' succeeded CRS-2673: Attempting to stop 'ora.gpnpd' on 'racha1' CRS-2677: Stop of 'ora.gpnpd' on 'racha1' succeeded CRS-2673: Attempting to stop 'ora.gipcd' on 'racha1' CRS-2677: Stop of 'ora.gipcd' on 'racha1' succeeded CRS-2673: Attempting to stop 'ora.mdnsd' on 'racha1' CRS-2677: Stop of 'ora.mdnsd' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.mdnsd' on 'racha1' CRS-2676: Start of 'ora.mdnsd' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.gipcd' on 'racha1' CRS-2676: Start of 'ora.gipcd' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.gpnpd' on 'racha1' CRS-2676: Start of 'ora.gpnpd' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.cssdmonitor' on 'racha1' CRS-2676: Start of 'ora.cssdmonitor' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.cssd' on 'racha1' CRS-2672: Attempting to start 'ora.diskmon' on 'racha1' CRS-2676: Start of 'ora.diskmon' on 'racha1' succeeded CRS-2676: Start of 'ora.cssd' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.ctssd' on 'racha1' CRS-2676: Start of 'ora.ctssd' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.asm' on 'racha1' CRS-2676: Start of 'ora.asm' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.crsd' on 'racha1' CRS-2676: Start of 'ora.crsd' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.evmd' on 'racha1' CRS-2676: Start of 'ora.evmd' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.asm' on 'racha1' CRS-2676: Start of 'ora.asm' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.data.dg' on 'racha1' CRS-2676: Start of 'ora.data.dg' on 'racha1' succeeded CRS-2672: Attempting to start 'ora.registry.acfs' on 'racha1' CRS-2676: Start of 'ora.registry.acfs' on 'racha1' succeeded racha1 2011/07/25 14:57:56 /u01/app/11.2.0/grid/cdata/racha1/backup_ _ olr Preparing packages for installation... cvuqdisk Configure Oracle Grid Infrastructure for a Cluster... succeeded Updating inventory properties for clusterware Starting Oracle Universal Installer... Checking swap space: must be greater than 500 MB. Actual 4031 MB Passed Page 60

61 The inventory pointer is located at /etc/orainst.loc The inventory is located at /u01/app/orainventory 'UpdateNodeList' was successful. ~]# Node 2: ~]# /u01/app/11.2.0/grid/root.sh ]Running Oracle 11g root.sh script... The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /u01/app/11.2.0/grid Enter the full pathname of the local bin directory: [/usr/local/bin]: Creating ] directory... Copying dbhome to ]... Copying oraenv to ]... Copying coraenv to ]... 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.sh script. Now product-specific root actions will be performed :35:41: Parsing the host name :35:41: Checking for super user privileges :35:41: User has super user privileges Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params LOCAL ADD MODE Creating OCR keys for user 'root', privgrp 'root'.. Operation successful. Page 61

62 Adding daemon to inittab CRS-4123: Oracle High Availability Services has been started. ohasd is starting CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node racha1, number 1, and is terminating An active cluster was found during exclusive startup, restarting to join the cluster CRS-2672: Attempting to start 'ora.mdnsd' on 'racha2' CRS-2676: Start of 'ora.mdnsd' on 'racha2' succeeded CRS-2672: Attempting to start 'ora.gipcd' on 'racha2' CRS-2676: Start of 'ora.gipcd' on 'racha2' succeeded CRS-2672: Attempting to start 'ora.gpnpd' on 'racha2' CRS-2676: Start of 'ora.gpnpd' on 'racha2' succeeded CRS-2672: Attempting to start 'ora.cssdmonitor' on 'racha2' CRS-2676: Start of 'ora.cssdmonitor' on 'racha2' succeeded CRS-2672: Attempting to start 'ora.cssd' on 'racha2' CRS-2672: Attempting to start 'ora.diskmon' on 'racha2' CRS-2676: Start of 'ora.diskmon' on 'racha2' succeeded CRS-2676: Start of 'ora.cssd' on 'racha2' succeeded CRS-2672: Attempting to start 'ora.ctssd' on 'racha2' CRS-2676: Start of 'ora.ctssd' on 'racha2' succeeded CRS-2672: Attempting to start 'ora.drivers.acfs' on 'racha2' CRS-2676: Start of 'ora.drivers.acfs' on 'racha2' succeeded CRS-2672: Attempting to start 'ora.asm' on 'racha2' CRS-2676: Start of 'ora.asm' on 'racha2' succeeded CRS-2672: Attempting to start 'ora.crsd' on 'racha2' CRS-2676: Start of 'ora.crsd' on 'racha2' succeeded CRS-2672: Attempting to start 'ora.evmd' on 'racha2' CRS-2676: Start of 'ora.evmd' on 'racha2' succeeded Page 62

63 racha2 2011/07/26 09:41:40 /u01/app/11.2.0/grid/cdata/racha2/backup_ _ olr Preparing packages for installation... cvuqdisk Configure Oracle Grid Infrastructure for a Cluster... succeeded Updating inventory properties for clusterware Starting Oracle Universal Installer... Checking swap space: must be greater than 500 MB. Actual 4031 MB Passed The inventory pointer is located at /etc/orainst.loc The inventory is located at /u01/app/orainventory 'UpdateNodeList' was successful. [root@racha2 ~]# We expect the verification phase to fail with an error relating to the SCAN, assuming you are not using DNS. Page 63

64 Page 64

65 Check Cluster status for both nodes ~]$ export GRID_HOME=/u01/app/11.2.0/grid ~]$ export PATH=/u01/app/11.2.0/grid/bin ~]$ crsctl check cluster -all ************************************************************** racha1: CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is online CRS-4533: Event Manager is online ************************************************************** racha2: CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is online CRS-4533: Event Manager is online ~]$ olsnodes racha1 racha2 ~]$ crs_stat -t -v Name Type R/RA F/FT Target State Host ora.data.dg ora...up.type 0/5 0/ ora...er.lsnr ora...er.type 0/5 0/ ONLINE ONLINE racha1 ONLINE ONLINE racha1 ora...n1.lsnr ora...er.type 0/5 0/0 ONLINE ONLINE racha2 Page 65

66 ora.asm ora.asm.type 0/5 0/ ONLINE ONLINE racha1 ora.eons ora.eons.type 0/3 0/ ONLINE ONLINE racha1 ora.gsd ora.gsd.type 0/5 0/ OFFLINE OFFLINE ora...network ora...rk.type 0/5 0/ ONLINE ONLINE racha1 ora.oc4j ora.oc4j.type 0/5 0/0 OFFLINE OFFLINE ora.ons ora.ons.type 0/3 0/ ONLINE ONLINE racha1 ora.rac.db ora...se.type 0/2 0/1 ONLINE ONLINE racha1 ora...sm1.asm application 0/5 0/0 ONLINE ONLINE racha1 ora...a1.lsnr application 0/5 0/0 ONLINE ONLINE racha1 ora.racha1.gsd application 0/5 0/0 OFFLINE OFFLINE ora.racha1.ons application 0/3 0/0 ONLINE ONLINE racha1 ora.racha1.vip ora...t1.type 0/0 0/0 ONLINE ONLINE racha1 ora...sm2.asm application 0/5 0/0 ONLINE ONLINE racha2 ora...a2.lsnr application 0/5 0/0 ONLINE ONLINE racha2 ora.racha2.gsd application 0/5 0/0 OFFLINE OFFLINE ora.racha2.ons application 0/3 0/0 ONLINE ONLINE racha2 ora.racha2.vip ora...t1.type 0/0 0/0 ONLINE ONLINE racha2 ora...ry.acfs ora...fs.type 0/5 0/ ONLINE ONLINE racha1 ora.scan1.vip ora...ip.type 0/0 0/0 ONLINE ONLINE racha2 ~]$ Oracle 11gR2 database Installation Go to Node 1 Unzip Oracle 11g Software database. [oracle@racha1 install]$ unzip linux_11gr2_database_1of2.zip Page 66

67 install]$ unzip linux_11gr2_database_2of2.zip Database Installation ~]# xhost + access control disabled, clients can connect from any host [root@racha1 ~]# su - oracle [oracle@racha1 ~]$ cd /install/database [oracle@racha1 database]$ ls doc install response rpm runinstaller sshsetup stage welcome.html [oracle@racha1 database]$./runinstaller Starting Oracle Universal Installer... Checking Temp space: must be greater than 80 MB. Actual 9852 MB Passed Checking swap space: must be greater than 150 MB. Actual 3887 MB Passed Checking monitor: must be configured to display at least 256 colors. Actual Passed Preparing to launch Oracle Universal Installer from /tmp/orainstall _ pm. Please wait... Page 67

68 Page 68

69 Page 69

70 Page 70

71 Page 71

72 During Database creation, suppose to be you may face listener issues like below words cluster database creation requires default listener configured In this case, you need to create listener using netca from node 1. Page 72

73 Page 73

74 The below errors showing, we need to set Unique name in Node 2 environment and start dbconsole. However this is not issues, you can start further process. Page 74

75 Node 1: ~]# /u01/app/oracle/product/11.2.0/dbhome_1/root.sh Running Oracle 11g root.sh script... 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 file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: Page 75

76 The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: 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.sh script. Now product-specific root actions will be performed. Finished product-specific root actions. [root@racha1 ~]# Node 2: [root@racha2 ~]# /u01/app/oracle/product/11.2.0/dbhome_1/root.sh Running Oracle 11g root.sh script... 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 file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: Page 76

77 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.sh script. Now product-specific root actions will be performed. Finished product-specific root actions. [root@racha2 ~]# Two Node RAC Installation Successfully completed. Just Check Node 1: [root@racha1 ~]# su - oracle [oracle@racha1 ~]$ export ORACLE_SID=RAC1 [oracle@racha1 ~]$ sqlplus Page 77

78 SQL*Plus: Release Production on Tue Jul 26 13:00: Copyright (c) 1982, 2009, Oracle. All rights reserved. Enter user-name: / as sysdba Connected to: Oracle Database 11g Enterprise Edition Release Production With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP, Data Mining and Real Application Testing options SQL> select name from v$database; NAME RAC SQL> select instance_name from v$instance; INSTANCE_NAME RAC1 SQL> create user test identified by test; User created. Page 78

79 SQL> grant connect,resource to test; Grant succeeded. SQL> conn test/test; Connected. SQL> create table emp(empno number); Table created. SQL> insert into emp values(001); 1 row created. SQL> insert into emp values(002); 1 row created. SQL> insert into emp values(003); 1 row created. SQL> insert into emp values(004); 1 row created. Page 79

80 SQL> commit; Commit complete. SQL> select * from emp; EMPNO Node 2: [root@racha2 ~]# su - oracle [oracle@racha2 ~]$ export ORACLE_SID=RAC [oracle@racha2 ~]$ export ORACLE_SID=RAC2 [oracle@racha2 ~]$ sqlplus SQL*Plus: Release Production on Tue Jul 26 13:06: Copyright (c) 1982, 2009, Oracle. All rights reserved. Enter user-name: / as sysdba Connected to: Oracle Database 11g Enterprise Edition Release Production Page 80

81 With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP, Data Mining and Real Application Testing options ;SQL>select instance_name from v$instance; INSTANCE_NAME RAC2 SQL> conn test/test; Connected. SQL> select * from emp; EMPNO Page 81

82 More Details About RAC, my recommended book Page 82

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

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

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

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

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

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

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

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

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

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

Author A.Kishore   Introduction Oracle RAC Software Oracle VirtualBox Software... 4 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

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

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

(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

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

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

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

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

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

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

#########oracle 11g installation on RHEL 5################

#########oracle 11g installation on RHEL 5################ #########oracle 11g installation on RHEL 5################ ********DAY-1 5April2011************** Step 1: Network settings: vi /etc/hosts For

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

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

Oracle RAC Database 11g Documentation

Oracle RAC Database 11g Documentation Oracle RAC Database 11g Documentation User Name = root Password = dks2010 Username = oracle Password = oracle Enterprise Manager user name = system Password = manager, profile = Normal Final Migration

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

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

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

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 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

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

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

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

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

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

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

Oracle RAC with ASM. IBM Systems and Technology Group IBM Oracle Center march 2012

Oracle RAC with ASM. IBM Systems and Technology Group IBM Oracle Center march 2012 Oracle RAC with ASM ioc@fr.ibm.com IBM Systems and Technology Group IBM Oracle Center march 2012 Unofficial documentation (IBM Internal) 1/53 IBM Oracle Center (IOC) I. Table of Contents I. TABLE OF CONTENTS...

More information

Oracle Database. Quick Installation Guide. November g Release 2 (10.2) for Linux on POWER B

Oracle Database. Quick Installation Guide. November g Release 2 (10.2) for Linux on POWER B Oracle Database Quick Installation Guide 10g Release 2 (10.2) for Linux on POWER B25148-01 November 2005 Oracle Database Quick Installation Guide, 10g Release 2 (10.2) for Linux on POWER B25148-01 Copyright

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Quick Installation Guide 11g Release 2 (11.2) for Linux x86-64 E24326-09 September 2017 This guide describes how to quickly install Oracle Database 11g Release 2 (11.2) on Linux x86-64

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

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

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

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

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Quick Installation Guide 12c Release 1 (12.1) for Linux x86-64 E54543-04 October 2014 This guide describes how to quickly install Oracle Database 12c Release 1 (12.1) on Linux x86-64 systems.

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Database Quick Installation Guide 10g Release 2 (10.2) for IBM zseries Based Linux B28935-01 May 2006 This guide describes how to quickly install Oracle Database 10g on IBM zseries Based

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Quick Installation Guide 12c Release 1 (12.1) for IBM: Linux on System z E56895-04 May 2017 This guide describes how to quickly install Oracle Database 12c Release 1 (12.1) on IBM: Linux

More information

Enabling IBM Storwize V7000 Unified storage for Oracle x86 Linux RAC databases A reference guide for storage and database administrators

Enabling IBM Storwize V7000 Unified storage for Oracle x86 Linux RAC databases A reference guide for storage and database administrators Enabling IBM Storwize V7000 Unified storage for Oracle x86 Linux RAC databases A reference guide for storage and database administrators Shashank Shingornikar IBM Systems and Technology Group ISV Enablement

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

RAC Attack - Oracle Cluster Database at Home

RAC Attack - Oracle Cluster Database at Home RAC Attack - Oracle Cluster Database at Home Edited by Jeremy Schneider Wikibooks.org Sponsored by Pythian April 5, 2013 On the 28th of April 2012 the contents of the English as well as German Wikibooks

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Quick Installation Guide 12c Release 1 (12.1) for Linux x86-64 E54543-10 July 2017 This guide describes how to quickly install Oracle Database 12c Release 1 (12.1) on Linux x86-64 systems.

More information

HP Intelligent Management Center

HP Intelligent Management Center HP Intelligent Management Center Oracle 11g Installation and Configuration Guide Abstract This guide contains configuration information for installing and managing an Oracle Database 11g for IMC on the

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Client Quick Installation Guide 11g Release 2 (11.2) for IBM: Linux on System z E24327-03 November 2016 This guide describes how to quickly install Oracle Database Client 11g Release 2

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

1 Reviewing Information About this Guide

1 Reviewing Information About this Guide Oracle Database Client Quick Installation Guide 10g Release 2 (10.2) for Linux Itanium B15677-01 November 2005 This guide describes how to quickly install Oracle Database Client on Linux x86-64 systems.

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

Author A.Kishore Installation Guide for Oracle on Sun Solaris 8

Author A.Kishore   Installation Guide for Oracle on Sun Solaris 8 Installation Guide for Oracle 9.2.0.5 on Sun Solaris 8 HISTORY Rev Author Description 1.0 A.Kishore Draft 2.0 A.Kishore Included the screen shots and the upgrade screen shot from 9.2.0.1 to 9.2.0.5 on

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

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

Oracle Audit Vault. Server Installation Guide Release for Linux x86 E September Beta Draft

Oracle Audit Vault. Server Installation Guide Release for Linux x86 E September Beta Draft Oracle Audit Vault Server Installation Guide Release 10.2.3 for Linux x86 E11055-03 September 2008 Beta Draft Oracle Audit Vault Server Installation Guide, Release 10.2.3 for Linux x86 E11055-03 Copyright

More information

Oracle Audit Vault. Server Installation Guide Release for Linux x86-64 E

Oracle Audit Vault. Server Installation Guide Release for Linux x86-64 E Oracle Audit Vault Server Installation Guide Release 10.2.3.2 for Linux x86-64 E14464-01 October 2009 Oracle Audit Vault Server Installation Guide, Release 10.2.3.2 for Linux x86-64 E14464-01 Copyright

More information

Install Oracle 10g Cluster RCS on Redhat Advance 3.0 Update 2

Install Oracle 10g Cluster RCS on Redhat Advance 3.0 Update 2 Install Oracle 10g Cluster RCS on Redhat Advance 3.0 Update 2 By: Loc Huynh Date: 15 June 2004 This outlines some basic instruction on installing Oracle 10g on RedHat Advance 3.0 with update 2 Cluster

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

Virtual Data Center (vdc) Manual

Virtual Data Center (vdc) Manual Virtual Data Center (vdc) Manual English Version 1.0 Page 1 of 43 Content 1 HOW TO USE CLOUD PORTAL (VMWARE VIRTUAL DATA CENTER)... 3 2 VMWARE SYSTEM DETAILS... 5 3 HOW TO MANAGE VIRTUAL MACHINE... 6 Edit

More information

ORACLE 11gR2 ( ) RAC install for HP-UX

ORACLE 11gR2 ( ) RAC install for HP-UX ORACLE 11gR2 (11.2.0.2) RAC install for HP-UX Author 조훈 Creation Date 2011-01-30 Last Updated Version 1.0 Copyright(C) 2004 Goodus Inc. All Rights Reserved Version 변경일자변경자 ( 작성자 ) 주요내용 1 2011-01-30 조훈문서최초작성

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

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

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Client Quick Installation Guide 12c Release 1 (12.1) for IBM: Linux on System z E56896-01 November 2014 This guide describes how to quickly install Oracle Database Client 12c Release 1

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

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

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

v7.0 HP Intelligent Management Center

v7.0 HP Intelligent Management Center v7.0 HP Intelligent Management Center Oracle 11g Installation and Configuration Guide Abstract This guide contains configuration information for installing and managing an Oracle Database 11g for IMC on

More information

INSTALLATION. Security of Information and Communication Systems

INSTALLATION. Security of Information and Communication Systems Security of Information and Communication Systems INSTALLATION Table of contents 1.Introduction...2 2.Installation...3 2.1.Hardware requirement...3 2.2.Installation of the system...3 2.3.Installation of

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

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

Deploying Oracle 11g RAC Release 2 with IBM Storwize V7000 on Red Hat Enterprise Linux

Deploying Oracle 11g RAC Release 2 with IBM Storwize V7000 on Red Hat Enterprise Linux Deploying Oracle 11g RAC Release 2 with IBM Storwize V7000 on Red Hat Enterprise Linux IBM Systems and Technology Group ISV Enablement October 2010 Copyright IBM Corporation, 2010. 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

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

Using IDS v10 on Linux Kernel 2.6

Using IDS v10 on Linux Kernel 2.6 M01 Using IDS v10 on Linux Kernel 2.6 Tips and Tricks Ajay Gupta IBM 08, May, 2006 10:00 a.m. 11:30 a.m. New features have been implemented in the IBM Informix Dynamic Server v10 for Linux which exploit

More information

This section describes the procedures needed to add a new disk to a VM. vmkfstools -c 4g /vmfs/volumes/datastore_name/vmname/xxxx.

This section describes the procedures needed to add a new disk to a VM. vmkfstools -c 4g /vmfs/volumes/datastore_name/vmname/xxxx. Adding a New Disk, page 1 Mounting the Replication Set from Disk to tmpfs After Deployment, page 3 Manage Disks to Accommodate Increased Subscriber Load, page 5 Adding a New Disk This section describes

More information

An Oracle Technical White Paper October Installing Oracle Real Application Clusters 11g Release 2 on Oracle Solaris 10 Containers

An Oracle Technical White Paper October Installing Oracle Real Application Clusters 11g Release 2 on Oracle Solaris 10 Containers An Oracle Technical White Paper October 2011 Installing Oracle Real Application Clusters 11g Release 2 on Oracle Solaris 10 Containers Overview... 2 Prerequisites... 2 Servers... 2 Network... 3 Storage...

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

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems This is Worksheet and Assignment 12 This is a combined Worksheet and Assignment.. Quizzes and tests may refer to work done in this Worksheet and Assignment; save your answers. You will use a checking program

More information

Oracle Audit Vault. Server Installation Guide 10g Release 2 (10.2.2) for Linux x86 B

Oracle Audit Vault. Server Installation Guide 10g Release 2 (10.2.2) for Linux x86 B Oracle Audit Vault Server Installation Guide 10g Release 2 (10.2.2) for Linux x86 B25322-02 August 2007 Oracle Audit Vault Server Installation Guide, 10g Release 2 (10.2.2) for Linux x86 B25322-02 Copyright

More information

Figure 1 0: AMI Instances

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

More information

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

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Client Quick Installation Guide 12c Release 1 (12.1) for Linux x86-64 E55098-08 July 2017 This guide describes how to quickly install Oracle Database Client 12c Release 1 (12.1) on Linux

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

How To Resize ext3 Partitions Without Losing Data

How To Resize ext3 Partitions Without Losing Data By Falko Timme Published: 2007-01-07 17:12 How To Resize ext3 Partitions Without Losing Data Version 1.0 Author: Falko Timme Last edited 12/31/2006 This article is about

More information

Changing user login password on templates

Changing user login password on templates Changing user login password on templates 1. Attach an ISO via the cloudstack interface and boot the VM to rescue mode. Click on attach iso icon highlighted below: A popup window appears from which select

More information

Linux Systems Administration Getting Started with Linux

Linux Systems Administration Getting Started with Linux Linux Systems Administration Getting Started with Linux Network Startup Resource Center www.nsrc.org These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International

More information

11gR2 Grid Infrastructure What is it?

11gR2 Grid Infrastructure What is it? 11gR2 Grid Infrastructure What is it? Sridhar Avantsa, Associate Practice Director Rolta TUSC Infrastructure Services Copyright 2010 Rolta International, Inc., All Rights Reserved Introductions - About

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

Grid Control Patch Set Step by Step Install On Linux

Grid Control Patch Set Step by Step Install On Linux Grid Control Patch Set 10.2.0.3 Step by Step Install On Linux Alejandro Vargas 11/02/2007 INDEX About This Document...2 1. Check your Grid Control Database Version...2 2. Download the last Patch Set for

More information

Installing Oracle9i on IBM xseries 450 with Red Hat Enterprise Linux AS 2.1 for the Itanium Processor

Installing Oracle9i on IBM xseries 450 with Red Hat Enterprise Linux AS 2.1 for the Itanium Processor Installing Oracle9i on IBM xseries 450 with Red Hat Enterprise Linux AS 2.1 for the Itanium Processor July 11, 2003 By: Stephen R. Poon IBM / Oracle International Competency Center San Mateo, California

More information

Configuring the Cisco NAM 2220 Appliance

Configuring the Cisco NAM 2220 Appliance CHAPTER 5 This section describes how to configure the Cisco NAM 2220 appliance to establish network connectivity, configure IP parameters, and how to perform other required administrative tasks using the

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

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 Prime Optical

Installing Prime Optical 5 CHAPTER This section describes how to install Cisco Prime Optical 9.8 with an Oracle 11g database. To ensure a successful installation, use the checklist provided in the Installation Scenarios and Checklists,

More information

Control-M Workload Automation

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

More information

Oracle Database Vault

Oracle Database Vault Oracle Database Vault Installation Guide 10g Release 2 (10.2) for Linux on POWER B32494-02 February 2007 Oracle Database Vault Installation Guide, 10g Release 2 (10.2) for Linux on POWER B32494-02 Copyright

More information