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

Size: px
Start display at page:

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

Transcription

1 PART 1 of 4 - GRID INFRASTRUCTURE INSTALLATION Environment details: Red Hat Enterprise Linux Server release 6.4 (Santiago) Oracle PSU4 Preinstallation Steps ## Information provided by OS admin: [root@laguna2:/u01/orainst]# nslookup laguna-scan.turkcell.tgc Server: Address: #53 Name: laguna-scan.turkcell.tgc Address: Name: laguna-scan.turkcell.tgc Address: Name: laguna-scan.turkcell.tgc Address: [root@laguna2:~]# oracleasm listdisks CONF1 CONF2 CONF3 CONF4 CONF5 PROD1 PROD2 PROD3 Laguna1.turkcell.tgc Root pass: ## OS version [grid@laguna1 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 [grid@laguna1 raw]$ cat /etc/*-release LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics- 4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch Red Hat Enterprise Linux Server release 6.4 (Santiago) root:oinstall /u01

2 root:oinstall /u01/app oracle ORACLE_BASE oracle:oinstall /u01/app/oracle oracle ORACLE_HOME oracle:oinstall /u01/app/oracle/product/11.2.0/dbhome_1 grid ORACLE_HOME root:oinstall /u01/app/11.2.0/grid grid $ORACLE_BASE grid:oinstall /u01/app/grid #### Creating required directories #### mkdir /u01/app chown root:oinstall /u01/app ## Create grid OB directory on both nodes. mkdir /u01/app/grid chown grid:oinstall /u01/app/grid ## Create grid OH directory on both nodes. mkdir -p /u01/app/11.2.0/grid chown -R grid:oinstall /u01/app/11.2.0/grid ## Create oracle OB directory on both nodes. mkdir /u01/app/oracle chown oracle:oinstall /u01/app/oracle ## Create oracle OH directory on both nodes. mkdir -p /u01/app/oracle/product/11.2.0/dbhome_1 chown -R oracle:oinstall /u01/app/oracle/product/11.2.0/dbhome_1 ## additioal rights &ownership chmod -R 775 /u01 chown grid:oinstall /u01 mkdir /u01/app chown root:oinstall /u01/app mkdir /u01/app/oracle chown oracle:oinstall /u01/app/oracle mkdir -p /u01/app/oracle/product/11.2.0/dbhome_1 chown -R oracle:oinstall /u01/app/oracle/product/11.2.0/dbhome_1 mkdir -p /u01/app/11.2.0/grid chown -R grid:oinstall /u01/app/11.2.0/grid mkdir /u01/app/grid chown grid:oinstall /u01/app/grid chmod -R 775 /u01/ chown grid:oinstall /u01

3 ## Continue from below installation documentation. ##Oracle Grid Infrastructure Installation Guide 11g Release 2 (11.2) for Linux E ## Manual preinstallation checks, on both nodes. #Verify System Requirements grep MemTotal /proc/meminfo grep SwapTotal /proc/meminfo [root@laguna1:/u01/app]# grep MemTotal /proc/meminfo MemTotal: kb [root@laguna1:/u01/app]# [root@laguna1:/u01/app]# grep SwapTotal /proc/meminfo SwapTotal: kb [root@laguna2:/u01/orainst]# grep MemTotal /proc/meminfo MemTotal: kb [root@laguna2:/u01/orainst]# grep SwapTotal /proc/meminfo SwapTotal: kb [root@laguna2:/u01/orainst]# # Ensure you have at least 6.5 GB of space for the Oracle Grid Infrastructure /u01 disk # Ensure that you have at least 1 GB of space in /tmp [root@laguna1:/u01/app]# df -h /tmp Filesystem Size Used Avail Use% Mounted on /dev/mapper/vgroot-lvroot 20G 4.1G 15G 22% / [root@laguna2:/u01/orainst]# df -h /tmp Filesystem Size Used Avail Use% Mounted on /dev/mapper/vgroot-lvroot 20G 4.1G 15G 22% / [root@laguna1:/u01/app]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vgroot-lvroot 20G 4.1G 15G 22% / tmpfs 64G 0 64G 0% /dev/shm /dev/sda1 485M 87M 373M 19% /boot /dev/mapper/oravg-u01lv 99G 7.0G 87G 8% /u01 [root@laguna2:/u01/orainst]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vgroot-lvroot 20G 4.1G 15G 22% / tmpfs 64G 0 64G 0% /dev/shm

4 /dev/sda1 485M 87M 373M 19% /boot /dev/mapper/oravg-u01lv 99G 5.9G 88G 7% /u01 ## 2.Advanced Installation Oracle Grid Infrastructure for a Cluster Preinstallation Tasks Navigate to /u01/orainst/grid, unzipped GI installation files folder. [grid@laguna1 grid]$ /u01/orainst/grid/runcluvfy.sh stage -pre crsinst -n laguna1,laguna2 -fixup -verbose /u01/orainst/cvu/bin/cluvfy stage -pre crsinst -n laguna1,laguna2 -fixup -verbose Performing pre-checks for cluster services setup Checking node reachability... Check: Node reachability from node "laguna1" Destination Node Reachable? laguna1 yes laguna2 yes Result: Node reachability check passed from node "laguna1" Checking user equivalence... Check: User equivalence for user "grid" Node Name Status laguna2 failed laguna1 failed Result: PRVF-4007 : User equivalence check failed for user "grid" ERROR: User equivalence unavailable on all the specified nodes Verification cannot proceed Pre-check for cluster services setup was unsuccessful on all the nodes. [grid@laguna1 grid]$ id grid uid=1100(grid) gid=1000(oinstall) groups=1000(oinstall),1020(asmadmin),1021(asmdba),1022(asmoper) [grid@laguna2 grid]$ id grid uid=1100(grid) gid=1000(oinstall) groups=1000(oinstall),1020(asmadmin),1021(asmdba),1022(asmoper) ==> SSH connectivity issue ### setup grid passwordless ssh connection for each node. example below is for grid@laguna1 to grid@laguna2. ### [grid@laguna1 grid]$ cd ~ [grid@laguna1 ~]$ cd.ssh [grid@laguna1.ssh]$ ls -ltr total 0 [grid@laguna1.ssh]$

5 ls -las total 8 4 drwx grid oinstall 4096 May 8 14:30. 4 drwx grid oinstall 4096 May 8 14:40.. [grid@laguna1.ssh]$ [grid@laguna1.ssh]$ ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/home/grid/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/grid/.ssh/id_rsa. Your public key has been saved in /home/grid/.ssh/id_rsa.pub. The key fingerprint is: 95:9f:af:20:5e:ef:28:22:bf:42:dc:b0:91:1b:c7:33 grid@laguna1 The key's randomart image is: +--[ RSA 2048] o o = E.... O os o =.... o. o...o +. +oo [grid@laguna1.ssh]$ ls -las total 16 4 drwx grid oinstall 4096 May 8 14:54. 4 drwx grid oinstall 4096 May 8 14: rw grid oinstall 1675 May 8 14:54 id_rsa 4 -rw-r--r-- 1 grid oinstall 394 May 8 14:54 id_rsa.pub [grid@laguna1.ssh]$ ssh ssh ssh-add ssh-agent ssh-copy-id sshd ssh-keygen sshkeyscan [grid@laguna1.ssh]$ ssh-copy-id Usage: /usr/bin/ssh-copy-id [-i [identity_file]] [user@]machine [grid@laguna1.ssh]$ ssh-copy-id -i id_rsa.pub grid@laguna2.turkcell.tgc The authenticity of host 'laguna2.turkcell.tgc ( )' can't be established. RSA key fingerprint is e5:c8:18:3f:af:7b:a2:85:d0:25:21:da:f2:03:81:e2. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'laguna2.turkcell.tgc, ' (RSA) to the list of known hosts... grid@laguna2.turkcell.tgc's password: Now try logging into the machine, with "ssh 'grid@laguna2.turkcell.tgc'", and check in:.ssh/authorized_keys to make sure we haven't added extra keys that you weren't expecting. [grid@laguna1.ssh]$ ssh grid@laguna2 The authenticity of host 'laguna2 ( )' can't be established. RSA key fingerprint is e5:c8:18:3f:af:7b:a2:85:d0:25:21:da:f2:03:81:e2. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'laguna2' (RSA) to the list of known hosts.

6 .. ~]$ grid]$ export DISPLAY= :0.0 grid]$ ### setup oracle passwordless ssh connection for each node. example below is for to ### ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/home/oracle/.ssh/id_rsa): /home/oracle/.ssh/id_rsa already exists. Overwrite (y/n)? y 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: d8:31:d3:34:07:f5:58:3e:9e:5d:c4:99:cb:46:fc:bf oracle@laguna2 The key's randomart image is: +--[ RSA 2048] oo o.+ o o = *. +.. * + o +. Bo. S + o.. E [oracle@laguna2.ssh]$ [oracle@laguna2.ssh]$ ssh-copy-id -i id_rsa.pub oracle@laguna1.turkcell.tgc The authenticity of host 'laguna1.turkcell.tgc ( )' can't be established. RSA key fingerprint is cf:28:91:95:74:1c:4e:eb:80:5f:02:22:a9:26:55:1a. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'laguna1.turkcell.tgc, ' (RSA) to the list of known hosts. oracle@laguna1.turkcell.tgc's password: Now try logging into the machine, with "ssh 'oracle@laguna1.turkcell.tgc'", and check in:.ssh/authorized_keys to make sure we haven't added extra keys that you weren't expecting. [oracle@laguna2.ssh]$ ssh laguna1 The authenticity of host 'laguna1 ( )' can't be established. RSA key fingerprint is cf:28:91:95:74:1c:4e:eb:80:5f:02:22:a9:26:55:1a. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'laguna1' (RSA) to the list of known hosts. [oracle@laguna1 ~]$

7 ssh-copy-id -i id_rsa.pub ### setup root passwordless ssh connection for each node. example below is for to ### ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is: 06:f5:74:89:2b:6b:7e:3e:a9:54:4f:1f:15:e7:62:e9 The key's randomart image is: +--[ RSA 2048] o... oo... + o... o o So.. E.o. o.. o [root@laguna2:~]# [root@laguna2:~]# cd.ssh [root@laguna2:~/.ssh]# ls -las total 20 4 drwx root root 4096 May 21 13:50. 4 dr-xr-x root root 4096 May 21 00: rw root root 1675 May 21 13:50 id_rsa 4 -rw-r--r-- 1 root root 394 May 21 13:50 id_rsa.pub 4 -rw-r--r-- 1 root root 629 May 8 17:19 known_hosts [root@laguna2:~/.ssh]# [root@laguna2:~/.ssh]# ssh-copy-id -i id_rsa.pub root@laguna1.turkcell.tgc The authenticity of host 'laguna1.turkcell.tgc ( )' can't be established. RSA key fingerprint is cf:28:91:95:74:1c:4e:eb:80:5f:02:22:a9:26:55:1a. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'laguna1.turkcell.tgc' (RSA) to the list of known hosts. root@laguna1.turkcell.tgc's password: Now try logging into the machine, with "ssh 'root@laguna1.turkcell.tgc'", and check in:.ssh/authorized_keys to make sure we haven't added extra keys that you weren't expecting. [root@laguna2:~/.ssh]#

8 ### 2.8 additional manual package check ### rpm -qa grep elfutils-libelf-devel rpm -qa grep elfutils-libelf-devel rpm -qa grep gcc rpm -qa grep gcc-c++ rpm -qa grep glibc rpm -qa grep glibc-common rpm -qa grep glibc-devel rpm -qa grep glibc-headers rpm -qa grep kernel-headers rpm -qa grep ksh rpm -qa grep libaio rpm -qa grep libaio-devel rpm -qa grep libgcc rpm -qa grep libgomp rpm -qa grep libstdc++ rpm -qa grep libstdc++-devel rpm -qa grep make rpm -qa grep sysstat rpm -qa grep unixodbc rpm -qa grep unixodbc-devel rpm -qa grep glibc-common glibc-common el6.x86_64 rpm -qa grep glibc-devel glibc-devel el6.x86_64 rpm -qa grep glibc-headers glibc-headers el6.x86_64 compat-glibc-headers x86_64 rpm -qa grep kernel-headers kernel-headers el6.x86_64 rpm -qa grep ksh rpm -qa grep ksh mksh-39-7.el6.x86_64 ksh el6.x86_64 rpm -qa grep libaio libaio-devel el6.x86_64 libaio el6.x86_64 rpm -qa grep libaio-devel libaio-devel el6.x86_64 rpm -qa grep libgcc libgcc el6.i686 libgcc el6.x86_64 rpm -qa grep libgomp libgomp el6.x86_64 rpm -qa grep libstdc++ compat-libstdc el6.i686 libstdc++-devel el6.x86_64 compat-libstdc el6.x86_64 libstdc el6.x86_64 libstdc el6.i686 rpm -qa grep libstdc++-devel libstdc++-devel el6.x86_64 rpm -qa grep make makebootfat el6.x86_64 make el6.x86_64 rpm -qa grep sysstat sysstat el6.x86_64 rpm -qa grep unixodbc unixodbc-devel el6_3.x86_64

9 unixodbc el6_3.x86_64 rpm -qa grep unixodbc-devel unixodbc-devel el6_3.x86_64 ## Verifying UDP and TCP Kernel Parameters cat /proc/sys/net/ipv4/ip_local_port_range cat /proc/sys/net/ipv4/ip_local_port_range ## Check Resource Limits for the Oracle Software Installation Users ## grid]$ ulimit -Sn grid]$ ulimit -Hn grid]$ ulimit -Su 8192 grid]$ ulimit -Hu grid]$ ulimit -Ss grid]$ ulimit -Hs unlimited grid]$ oracleasm listdisks CONF1 CONF2 CONF3 CONF4 CONF5 PROD1 PROD2 PROD3 PROD4 oracleasm status Checking if ASM is loaded: yes Checking if /dev/oracleasm is mounted: yes grid]$./runinstaller Starting Oracle Universal Installer... Checking Temp space: must be greater than 120 MB. Actual MB Passed Checking swap space: must be greater than 150 MB. Actual 4095 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 grid]$

10 Installation Steps

11

12

13

14

15 Admin123

16

17

18

19

20

21

22

23

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

25 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 Adding Clusterware entries to upstart CRS-2672: Attempting to start 'ora.mdnsd' on 'laguna1' CRS-2676: Start of 'ora.mdnsd' on 'laguna1' succeeded CRS-2672: Attempting to start 'ora.gpnpd' on 'laguna1' CRS-2676: Start of 'ora.gpnpd' on 'laguna1' succeeded CRS-2672: Attempting to start 'ora.cssdmonitor' on 'laguna1' CRS-2672: Attempting to start 'ora.gipcd' on 'laguna1' CRS-2676: Start of 'ora.cssdmonitor' on 'laguna1' succeeded CRS-2676: Start of 'ora.gipcd' on 'laguna1' succeeded CRS-2672: Attempting to start 'ora.cssd' on 'laguna1' CRS-2672: Attempting to start 'ora.diskmon' on 'laguna1' CRS-2676: Start of 'ora.diskmon' on 'laguna1' succeeded CRS-2676: Start of 'ora.cssd' on 'laguna1' succeeded ASM created and started successfully. Disk Group CONFIG 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 6dae7976ff034f6abf23a9eeb07866c5. Successful addition of voting disk 1d807080e86c4fe2bf0acf6d2f3dc3fe. Successful addition of voting disk 453f08f20d4b4f92bff4d6bcf979b655. Successful addition of voting disk 4fe8507cb22f4ff6bf2a6934eb56a330. Successful addition of voting disk 832af fd0bf2e8cf4a865b9b7. Successfully replaced voting disk group with +CONFIG. CRS-4256: Updating the profile CRS-4266: Voting file(s) successfully replaced ## STATE File Universal Id File Name Disk group ONLINE 6dae7976ff034f6abf23a9eeb07866c5 (ORCL:CONF1) [CONFIG] 2. ONLINE 1d807080e86c4fe2bf0acf6d2f3dc3fe (ORCL:CONF2) [CONFIG] 3. ONLINE 453f08f20d4b4f92bff4d6bcf979b655 (ORCL:CONF3) [CONFIG]

26 4. ONLINE 4fe8507cb22f4ff6bf2a6934eb56a330 (ORCL:CONF4) [CONFIG] 5. ONLINE 832af fd0bf2e8cf4a865b9b7 (ORCL:CONF5) [CONFIG] Located 5 voting disk(s). CRS-2672: Attempting to start 'ora.asm' on 'laguna1' CRS-2676: Start of 'ora.asm' on 'laguna1' succeeded CRS-2672: Attempting to start 'ora.config.dg' on 'laguna1' CRS-2676: Start of 'ora.config.dg' on 'laguna1' succeeded Configure Oracle Grid Infrastructure for a Cluster... succeeded [root@laguna1:~]# [root@laguna2:~]# /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 laguna1, number 1, and is terminating An active cluster was found during exclusive startup, restarting to join the cluster Configure Oracle Grid Infrastructure for a Cluster... succeeded [root@laguna2:~]#

27 ### Oracle Cluster Verification Utility NTP related error: There are three problems: 1) ntpd daemon is dead. Restarting ntpd process resolved the problem. service ntpd status service ntpd stop service ntpd start 2) ntp server entry is not valid /etc/ntp.conf Deleting invalid server names, inserting valid server, resolved. 3) time is beyond drift value: adjust date according to ntp server. ntpdate <ntp server ip> ntpdate After getting NTP related error: INFO: CTSS is in Observer state. Switching over to clock synchronization checks using NTP INFO: Starting Clock synchronization checks using Network Time Protocol(NTP)... INFO: NTP Configuration file check started... INFO: NTP Configuration file check passed INFO: Checking daemon liveness... INFO: Liveness check passed for "ntpd" INFO: Check for NTP daemon or service alive passed on all nodes INFO: NTP daemon slewing option check failed on some nodes INFO: Check failed on nodes: INFO: laguna2 INFO: PRVF-5436 : The NTP daemon running on one or more nodes lacks the slewing option "-x" [root@laguna2:~/.ssh]# service ntpd status ntpd dead but pid file exists [root@laguna2:~/.ssh]# ^C [root@laguna2:~/.ssh]# service ntpd stop Shutting down ntpd: [FAILED] [root@laguna2:~/.ssh]# service ntpd start Starting ntpd: [ OK ] [root@laguna2:~/.ssh]# [root@laguna2:~/.ssh]# service ntpd status ntpd (pid 47784) is running... [root@laguna2:~/.ssh]# service ntpd stop Shutting down ntpd: [ OK ] [root@laguna2:~/.ssh]# service ntpd start Starting ntpd: [ OK ] [root@laguna2:~/.ssh]# service ntpd status ntpd (pid 48323) is running... [root@laguna2:~/.ssh]# vi /etc/ntp.conf ### NTP server ntp.conf file was containing illegal server entries. [root@laguna2:~/.ssh]# service ntpd stop Shutting down ntpd: [ OK ] ### ntpdate command for updating date accoring to supplied ntp server.

28 ntpdate 22 May 09:26:29 ntpdate[61843]: no servers can be used, exiting ntpdate May 09:26:40 ntpdate[62471]: step time server offset sec ### After pressing Retry it successfully finished the step: Oracle Cluster Verification Utility

29 [It is not over, continueing in other page...]

30 ### It worths seeing the change in ifconfig output before and after GI installation: ###BEFORE ifconfig bond0 Link encap:ethernet HWaddr AC:16:2D:B0:29:74 inet addr: Bcast: Mask: inet6 addr: fe80::ae16:2dff:feb0:2974/64 Scope:Link UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets:68500 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes: (68.5 MiB) TX bytes: (64.2 MiB) bond1 eth0 eth1 eth2 eth3 lo Link encap:ethernet HWaddr AC:16:2D:B0:29:76 inet addr: Bcast: Mask: inet6 addr: fe80::ae16:2dff:feb0:2976/64 Scope:Link UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 RX packets:69690 errors:0 dropped:0 overruns:0 frame:0 TX packets:224 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes: (3.9 MiB) TX bytes:10704 (10.4 KiB) Link encap:ethernet HWaddr AC:16:2D:B0:29:74 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets:68500 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (62.4 MiB) TX bytes: (64.2 MiB) Interrupt:69 Link encap:ethernet HWaddr AC:16:2D:B0:29:74 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (6.1 MiB) TX bytes:0 (0.0 b) Interrupt:73 Link encap:ethernet HWaddr AC:16:2D:B0:29:76 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets:34843 errors:0 dropped:0 overruns:0 frame:0 TX packets:224 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (1.9 MiB) TX bytes:10704 (10.4 KiB) Interrupt:77 Link encap:ethernet HWaddr AC:16:2D:B0:29:76 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets:34847 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (1.9 MiB) TX bytes:0 (0.0 b) Interrupt:81 Link encap:local Loopback inet addr: Mask:

31 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:96832 errors:0 dropped:0 overruns:0 frame:0 TX packets:96832 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes: (22.1 MiB) TX bytes: (22.1 MiB) ### AFTER ifconfig bond0 Link encap:ethernet HWaddr AC:16:2D:B0:29:74 inet addr: Bcast: Mask: inet6 addr: fe80::ae16:2dff:feb0:2974/64 Scope:Link UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes: (240.1 MiB) TX bytes: (4.6 GiB) bond0:1 bond0:3 bond0:4 bond1 bond1:1 eth0 eth1 Link encap:ethernet HWaddr AC:16:2D:B0:29:74 inet addr: Bcast: Mask: UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 Link encap:ethernet HWaddr AC:16:2D:B0:29:74 inet addr: Bcast: Mask: UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 Link encap:ethernet HWaddr AC:16:2D:B0:29:74 inet addr: Bcast: Mask: UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 Link encap:ethernet HWaddr AC:16:2D:B0:29:76 inet addr: Bcast: Mask: inet6 addr: fe80::ae16:2dff:feb0:2976/64 Scope:Link UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes: (1.8 GiB) TX bytes: (1.3 GiB) Link encap:ethernet HWaddr AC:16:2D:B0:29:76 inet addr: Bcast: Mask: UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 Link encap:ethernet HWaddr AC:16:2D:B0:29:74 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (228.0 MiB) TX bytes: (4.6 GiB) Interrupt:69 Link encap:ethernet HWaddr AC:16:2D:B0:29:74 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0

32 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (12.0 MiB) TX bytes:0 (0.0 b) Interrupt:73 eth2 eth3 lo Link encap:ethernet HWaddr AC:16:2D:B0:29:76 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (1.8 GiB) TX bytes: (1.3 GiB) Interrupt:77 Link encap:ethernet HWaddr AC:16:2D:B0:29:76 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets:68709 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (3.9 MiB) TX bytes:0 (0.0 b) Interrupt:81 Link encap:local Loopback inet addr: Mask: inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes: (225.0 MiB) TX bytes: (225.0 MiB) ### 2 scan names and vip is up in first node. [root@laguna1:~]# nslookup laguna1vip.turkcell.tgc Server: Address: #53 Name: laguna1vip.turkcell.tgc Address: [root@laguna1:~]# nslookup laguna-scan Server: Address: #53 Name: laguna-scan.turkcell.tgc Address: Name: laguna-scan.turkcell.tgc Address: Name: laguna-scan.turkcell.tgc Address: [root@laguna1:~]#

33 ### The orher san ip and laguna2vip is up in laguna2 node. nslookup laguna2vip.turkcell.tgc Server: Address: #53 Name: laguna2vip.turkcell.tgc Address: ifconfig bond0 Link encap:ethernet HWaddr AC:16:2D:BC:8D:50 inet addr: Bcast: Mask: inet6 addr: fe80::ae16:2dff:febc:8d50/64 Scope:Link UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes: (3.2 GiB) TX bytes: (67.7 MiB) bond0:1 bond0:2 bond1 bond1:1 eth0 eth1 eth2 Link encap:ethernet HWaddr AC:16:2D:BC:8D:50 inet addr: Bcast: Mask: UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 Link encap:ethernet HWaddr AC:16:2D:BC:8D:50 inet addr: Bcast: Mask: UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 Link encap:ethernet HWaddr AC:16:2D:BC:8D:52 inet addr: Bcast: Mask: inet6 addr: fe80::ae16:2dff:febc:8d52/64 Scope:Link UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes: (1.3 GiB) TX bytes: (1.8 GiB) Link encap:ethernet HWaddr AC:16:2D:BC:8D:52 inet addr: Bcast: Mask: UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 Link encap:ethernet HWaddr AC:16:2D:BC:8D:50 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (12.0 MiB) TX bytes:0 (0.0 b) Interrupt:71 Link encap:ethernet HWaddr AC:16:2D:BC:8D:50 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (3.2 GiB) TX bytes: (67.7 MiB) Interrupt:75 Link encap:ethernet HWaddr AC:16:2D:BC:8D:52

34 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (1.3 GiB) TX bytes: (1.8 GiB) Interrupt:79 eth3 lo Link encap:ethernet HWaddr AC:16:2D:BC:8D:52 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets:68909 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (3.9 MiB) TX bytes:0 (0.0 b) Interrupt:83 Link encap:local Loopback inet addr: Mask: inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes: (95.8 MiB) TX bytes: (95.8 MiB) Post Installation Steps Back Up the root.sh Script for both nodes. cp /u01/app/11.2.0/grid/root.sh /u01/orainst/root.shbackup_gi_inst Creating the Fast Recovery Area Disk Group grid]$ cd /u01/app/11.2.0/grid/bin bin]$ bin]$ bin]$./asmca

35

36

37 A.7 About Using CVU Cluster Healthchecks After Installation bin]$ cd /u01/orainst/cvu/bin bin]$./cluvfy comp healthcheck -collect cluster -bestpractice deviations Verifying OS Best Practice Verifying Hardware Clock synchronization at shutdown...not met Verifying Clusterware Best Practice *********************************************************************************** ******* Summary of environment *********************************************************************************** ******* Date (mm/dd/yyyy) : 05/23/2013 Time (hh:mm:ss) : 16:40:45 Cluster name : laguna-cluster Clusterware version : Grid home : /u01/app/11.2.0/grid Grid User : grid Operating system : Linux el6.x86_64 *********************************************************************************** ******* System recommendations *********************************************************************************** ******* Verification Check : Hardware Clock synchronization at shutdown Verification Description : Checks whether Hardware Clock is synchronized with the system clock during system shutdown Verification Result : NOT MET Verification Summary : Check for Hardware Clock synchronization at shutdown failed Node Status Expected Value Actual Value laguna2 FAILED HWCLOCKSYNC=1 HWCLOCKSYNC=0 laguna1 FAILED HWCLOCKSYNC=1 HWCLOCKSYNC=0 [grid@laguna1 bin]$

38 bin]$./cluvfy comp healthcheck -collect cluster -mandatory -save - savedir /u01/orainst/cvu/bin [grid@laguna1 bin]$./cluvfy comp healthcheck -collect cluster -mandatory -save - savedir /u01/orainst/cvu/bin cvucheckreport_ txt

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

Create Test Environment

Create Test Environment Create Test Environment Describes how to set up the Trafodion test environment used by developers and testers Prerequisites Python Passwordless ssh If you already have an existing set of ssh keys If you

More information

Let us ping! First we will learn the Hello World of a networked machine.

Let us ping! First we will learn the Hello World of a networked machine. AN INTRODUCTION TO LINUX NETWORKING In this article, we ll explore networking under GNU/Linux. You ll find it interesting to manage the entire network through certain valid keystrokes known as commands.

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

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

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

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

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

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

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

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

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

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

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

ssh keys, yum, ntp, rsync

ssh keys, yum, ntp, rsync ssh keys, yum, ntp, rsync 1 CST8177 Linux Operating Systems II Saturday 25-April-15 9:00-11:00 T119/T126 2 ifconfig to find your VM's ip address so you can ssh to it ssh key login yum ntp tar scp rsync

More information

Network Configuration for Cisco UCS Director Baremetal Agent

Network Configuration for Cisco UCS Director Baremetal Agent Network Configuration for Cisco UCS Director Baremetal Agent This chapter contains the following sections: About the Network Configuration Options, page 1 Single Network for Management and PXE, page 1

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

Access Server: User's and Developer's Guide <<< Previous Next >>>

Access Server: User's and Developer's Guide <<< Previous Next >>> 1 of 14 12/9/2008 10:18 AM Access Server: User's and Developer's Guide > Chapter 2. Getting Started with Access Server Access Server can be controlled in three ways: by using the WWW

More information

Clustered Data ONTAP 8.3 Update 2, IPspaces. Self-paced Lab NETAPP UNIVERSITY. NetApp University - Do Not Distribute

Clustered Data ONTAP 8.3 Update 2, IPspaces. Self-paced Lab NETAPP UNIVERSITY. NetApp University - Do Not Distribute NETAPP UNIVERSITY Clustered Data ONTAP 8.3 Update 2, IPspaces Self-paced Lab Course ID: STRSW-SPL-CDOT83UPD2 Content Version: 1.0 ATTENTION The information contained in this course is intended only for

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

IP over IB Protocol. Introduction CHAPTER

IP over IB Protocol. Introduction CHAPTER CHAPTER 3 The following sections appear in this chapter: Introduction, page 3-1 Manually Configure IPoIB for Default IB Partition, page 3-2 Subinterfaces, page 3-2 Verify IPoIB Functionality, page 3-5

More information

Hosting Applications Using Configuration Management Tools

Hosting Applications Using Configuration Management Tools Hosting Applications Using Configuration Management Tools Configuration management tools are used to automate manual tasks, such as setting up servers and network devices. As application delivery requirements

More information

Newsreader virtual machines Technical Report NWR

Newsreader virtual machines Technical Report NWR Newsreader virtual machines Technical Report NWR-2014-4 Version FINAL Aitor Soroa 1, Enrique Fernández 2 1 University of Basque Country Donostia, Basque Country a.soroa@ehu.es 2 University of Basque Country

More information

TABLE OF CONTENTS. ACI Solutions Team by Tomas de Leon 2

TABLE OF CONTENTS. ACI Solutions Team by Tomas de Leon 2 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 LAB REFERENCE & TOPOLOGY INFORMATION... 3 3 DELETE THE EXISTING OUT OF BAND NODE MANAGEMENT ADDRESSES CONFIGURATION FOR YOUR DESIGNATED ACI FABRIC... 4 4 CONFIGURE

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

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

~]# uname -a Linux app el6.x86_64 #1 SMP Tue Mar 25 19:59:55 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

~]# uname -a Linux app el6.x86_64 #1 SMP Tue Mar 25 19:59:55 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Alternate Titles: VPN Client Setup on Centos Author: Muhammad Zeeshan Bhatti [LPI, VCP, OCP (DBA), MCSA, SUSE CLA,] (http://zeeshanbhatti.com) (admin@zeeshanbhatti.com) [root@app-01 ~]# uname -a Linux

More information

These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement

These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement Copyright 2017, fp Technologies, Inc. All Rights Reserved These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement You will need to

More information

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 UNIX MODULE NO: CPU5003

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 UNIX MODULE NO: CPU5003 [CRT09] UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 MODULE NO: CPU5003 Date: Wednesday 21 st January 2015 Time: 10:00 13:00 INSTRUCTIONS

More information

NVIDIA Professional Application Center

NVIDIA Professional Application Center NVIDIA Professional Application Center Network Licensing Guide 5 May 2017 Document version 2.0 Copyright Information 2017 NVIDIA Corporation. All rights reserved. This document is protected under copyright

More information

Enabling CDC-ETHER Connection for Skywire CAT1

Enabling CDC-ETHER Connection for Skywire CAT1 Enabling CDC-ETHER Connection for Skywire CAT1 NimbeLink Corp Updated: May 2017 PN 30111 rev 5 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction 2 1.1 Orderable

More information

Getting Started with PetaLinux SDK

Getting Started with PetaLinux SDK Getting Started with PetaLinux SDK November 26, 2009 Table of Contents Table of Contents...2 About This Guide...3 Related PetaLinux Documents...3 Getting Started...3 Prerequisites...3 Installation...4

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

Using Shell Commands

Using Shell Commands This chapter contains the following sections: General Administration, page 1 Working with Databases, page 9 Importing Certificates, page 13 Accessing Root Privileges, page 14 Using a Multi-Node Setup,

More information

Accessing the Networking Stack

Accessing the Networking Stack The Cisco IOS XR Software serves as a networking stack for communication. This section explains how applications on IOS XR can communicate with internal processes, and with servers or outside devices.

More information

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010 GM8126 MAC DRIVER User Guide Rev.: 1.0 Issue Date: December 2010 REVISION HISTORY Date Rev. From To Dec. 2010 1.0 - Original Copyright 2010 Grain Media, Inc. All Rights Reserved. Printed in Taiwan 2010

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

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

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

HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide

HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide Part Number 733-0207 www.hp.com/networking Revision A www.netscout.com September 28, 2010 Copyright 2008 Hewlett-Packard

More information

High Availability of IBM Security Directory Server using Heartbeat A highly available authentication system

High Availability of IBM Security Directory Server using Heartbeat A highly available authentication system High Availability of IBM Security Directory Server using Heartbeat A highly available authentication system Prabir Meher IBM India Software Lab, Pune 2014/02/20, 1.0 Abstract: The purpose of this article

More information

CHAPTER 7 DEMONSTRATE THE PAN IN LINUX

CHAPTER 7 DEMONSTRATE THE PAN IN LINUX CHAPTER 7 DEMONSTRATE THE PAN IN LINUX SYSTEM The new model - Network Access Point Group Network 7.1 DEMONSTRATION Software: All machines are installed with Linux Redhat 8.0 Hardware list:- There are two

More information

Using Juju with a Local Provider with KVM and LXC in Ubuntu LTS

Using Juju with a Local Provider with KVM and LXC in Ubuntu LTS Using Juju with a Local Provider with KVM and LXC in Ubuntu 14.04 LTS A Dell and Canonical Technical White Paper Mark Wenning Canonical Field Engineer Jose De la Rosa Dell Software Engineer 2 THIS WHITE

More information

Blueprints. Quick Start Guide for installing and running KVM

Blueprints. Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Note Before using this information and the product it supports, read the information

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

Hostname and IP Address

Hostname and IP Address 1/19 IP Addressing Surasak Sanguanpong nguan@ku.ac.th http://www.cpe.ku.ac.th/~nguan Last updated: 27 June 2002 Hostname and IP Address 2/19 browser What is the IP address of www.isoc.org? www.isoc.org

More information

Getting Started with Application Hosting

Getting Started with Application Hosting This section introduces application hosting and the Linux environment used for hosting applications on the Cisco IOS XR Operating System. Need for Application Hosting, page 1 Deep Dive Into Application

More information

FUJITSU Server PRIMEQUEST 2000 Series. Basic Installation Guide for Linux/KVM

FUJITSU Server PRIMEQUEST 2000 Series. Basic Installation Guide for Linux/KVM CA92344-0706-01 FUJITSU Server PRIMEQUEST 2000 Series Basic Installation Guide for Linux/KVM FUJITSU LIMITED Preface This manual is a guide to assist in the configuration and installation of the PRIMEQUEST

More information

XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents

XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents XE2000/XE3000 (2U 19'' width unit) Power cord Support hardware for 19'' cabinet Prerequisites You need a computer equipped with Internet browser.

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

Wi-Fi Guide: Edimax USB Adapter on BBG

Wi-Fi Guide: Edimax USB Adapter on BBG Wi-Fi Guide: Edimax USB Adapter on BBG August 3 rd 2017 Table of Contents: Page 1: Page 2: Page 3: Page 4: Page 5: Introduction & Hardware requirements Getting Started Connecting to a network using Network

More information

WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200

WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200 WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200 Picture 1: DNP9200 + eval board SK23, external mini USB2.0 Hub with a 11Mbps WLAN USB Adapter and 1GB high speed(192x) USB SWAP device. Attention:

More information

UCS IPv6 Management Configuration Example

UCS IPv6 Management Configuration Example UCS IPv6 Management Configuration Example Document ID: 118784 Contributed by Padmanabhan Ramaswamy and Shankar Prasath, Cisco TAC Engineers. Mar 06, 2015 Contents Introduction Prerequisites Requirements

More information

This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green with the host.

This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green with the host. Networking Guide for BeagleBone (Black or Green) by Brian Fraser Last update: Nov 17, 2017 This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green

More information

CIS Test 1- Practice - Fall 2011

CIS Test 1- Practice - Fall 2011 CIS 192 - Test 1- Practice - Fall 2011 Name Each question worth 2 points: Tip: When not logged in as root, you can still use many of the network commands but you must preface them with /sbin/ because you

More information

Replace HyperFlex Self-Signed SSL Certificates with CA-issued Certificates

Replace HyperFlex Self-Signed SSL Certificates with CA-issued Certificates Replace HyperFlex Self-Signed SSL Certificates with CA-issued Certificates Contents Google Chrome Mozila FireFox Software Credentials HX Cluster DNS Server Certificate Authority vcenter Server 1. Create

More information

Networking Approaches in. a Container World. Flavio Castelli Engineering Manager

Networking Approaches in. a Container World. Flavio Castelli Engineering Manager Networking Approaches in a Container World Flavio Castelli Engineering Manager fcastelli@suse.com Rossella Sblendido Engineering Manager rsblendido@suse.com Disclaimer There a many container engines, I

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

Application Hosting Configuration Guide for Cisco ASR 9000 Series Routers

Application Hosting Configuration Guide for Cisco ASR 9000 Series Routers Application Hosting Configuration Guide for Cisco ASR 9000 Series Routers First Published: 2016-11-01 Last Modified: 2017-09-05 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

More information

Sirindhorn International Institute of Technology Thammasat University

Sirindhorn International Institute of Technology Thammasat University 1 Name...ID....Section. Seat No.. Sirindhorn International Institute of Technology Thammasat University Midterm Examination: Semester 2/2007 Course Title : ITS 332 Information Technology II Lab (Networking)

More information

Enabling CDC_ETHER Connection for Skywire GSM CAT1

Enabling CDC_ETHER Connection for Skywire GSM CAT1 Enabling CDC_ETHER Connection for Skywire GSM CAT1 NimbeLink Corp Updated: February 2018 PN 30262 rev 4 NimbeLink Corp. 2018. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction

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

Linux. Computer networks - Administration 1DV202. fredag 30 mars 12

Linux. Computer networks - Administration 1DV202. fredag 30 mars 12 Linux Computer networks - Administration 1DV202 Configuration files /etc/hosts /etc/resolv.conf /etc/network/interfaces /etc/hosts 127.0.0.1 localhost.localdomain localhost 127.0.1.1 lokal.kalmar.se lokal

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

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

Quick guide for configuring a system with multiple IP-LINKs

Quick guide for configuring a system with multiple IP-LINKs Quick guide for configuring a system with multiple IP-LINKs October 4 th 2005, KK. This guide will show an example configurations for a system with multiple IP-LINKs. Example 1, three devices connected

More information

Chapter 5 Network Layer

Chapter 5 Network Layer Chapter 5 Network Layer Network Layer IPv4 2 IP Header Application Header + data 3 IP IP IP IP 4 Focus on Transport Layer IP IP 5 Network Layer The Network layer (Layer 3) provides services to exchange

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

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

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

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

(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

GMSplus Customer Connection Test Procedure

GMSplus Customer Connection Test Procedure GMS-xx Customer Connection Test Procedure Page 1/14 GMSplus Customer Connection Test Procedure Company: Author: Checked: Approved: Distribution: GeoSIG Ltd Wiesenstrasse 39, 8952 Schlieren, Switzerland,

More information

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide StampA5D3x/PortuxA5/PanelA5 Quickstart Guide StampA5D3x/PortuxA5/PanelA5 StampA5D3x/PortuxA5/PanelA5: Quickstart Guide Copyright 2015 taskit GmbH All rights to this documentation and to the product(s)

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

FiberstoreOS IP Service Configuration Guide

FiberstoreOS IP Service Configuration Guide FiberstoreOS IP Service Configuration Guide Contents 1 Configuring ARP...4 1.1 Overview...4 1.2 Configuring ARP... 4 1.3 Validation commands...5 2 Configuring Proxy ARP... 7 2.1 Overview...7 2.2 Configuring

More information

John the Ripper on a Ubuntu MPI Cluster

John the Ripper on a Ubuntu MPI Cluster John the Ripper on a Ubuntu 10.04 MPI Cluster Pétur Ingi Egilsson petur [at] petur [.] eu 1 Table of Contents Foreword...3 History...3 Requirements...3 Configuring the Server...3 Requirements...3 Required

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

New System Setup Guide

New System Setup Guide New System Setup Guide Logging into PBXact UC Quick Setup Wizard STEP 1: Time Zone and Email STEP 2: Extension Creation STEP 3: Extension Customization Dashboard Module Configuration Extensions IVR Inbound

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

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch By Falko Timme Published: 2009-01-04 17:28 Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch Version 1.0 Author: Falko Timme

More information

Multiplying Your Server Ubuntu Server and Virtualization

Multiplying Your Server Ubuntu Server and Virtualization CHAPTER 12 Multiplying Your Server Ubuntu Server and Virtualization One of the hottest new technologies for servers is virtualization, which allows you to install multiple instances of one or more operating

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

1 Certification Information Oracle Database Release Notes 10g Release 2 (10.2) for IBM zseries Based Linux B25399-06 January 2008 This document contains important information that was not included in the platform-specific or product-specific

More information

APPLICATION NOTE. Scope. Reference Documents. Software Ethernet Bridge on SAMA5D3/D4. Atmel SMART SAMA5D3/D4 Series

APPLICATION NOTE. Scope. Reference Documents. Software Ethernet Bridge on SAMA5D3/D4. Atmel SMART SAMA5D3/D4 Series SMART APPLICATION NOTE Software Ethernet Bridge on SAMA5D3/D4 Atmel SMART SAMA5D3/D4 Series Scope The Atmel SMART SAMA5D3/D4 series are high-performance, power-efficient embedded MPUs based on the ARM

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

Load Balancing in Oracle Database Real Application Cluster

Load Balancing in Oracle Database Real Application Cluster IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 2, Ver. II (Mar.-Apr. 2017), PP 01-06 www.iosrjournals.org Load Balancing in Oracle Database Real Application

More information

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2017/2018 UNIX MODULE NO: CPU5003

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2017/2018 UNIX MODULE NO: CPU5003 [CRT06] UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2017/2018 UNIX MODULE NO: CPU5003 Date: Wednesday 17 th January 2018 Time: 10:00 12:00

More information

Hands-on Exercise Hadoop

Hands-on Exercise Hadoop Department of Economics and Business Administration Chair of Business Information Systems I Prof. Dr. Barbara Dinter Big Data Management Hands-on Exercise Hadoop Building and Testing a Hadoop Cluster by

More information

Quick Start Guide for BeagleBone Black. Table of Contents. by Brian Fraser Last update: Summer, 2015

Quick Start Guide for BeagleBone Black. Table of Contents. by Brian Fraser Last update: Summer, 2015 Quick Start Guide for BeagleBone Black by Brian Fraser Last update: Summer, 2015 This document guides the user through: 1. Installing Ubuntu in a virtual machine. 2. Connecting to the target using serial

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

Basics of GNS3 and Cisco IOS

Basics of GNS3 and Cisco IOS Lab00: Objectives: Basics of GNS3 and Cisco IOS IERG4090 Lab00 P.1 Upon completion of this lab, you will be able to: - Extract a given topology GNS3 archive - Start GNS3 - Open the given topology file

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

1 Certification Information

1 Certification Information Oracle Database Release Notes 12c Release 1 (12.1) for Linux E51263-16 March 2017 This document contains information that was not included in the platform-specific or product-specific documentation for

More information

These instructions describe the system requirements and process for installing and initial configuration of jbase on Linux operating systems.

These instructions describe the system requirements and process for installing and initial configuration of jbase on Linux operating systems. DOCUMENT SCOPE These instructions describe the system requirements and process for installing and initial configuration of jbase 5.5.1 on Linux operating systems. ABOUT THE JBASE DATABASE MANAGEMENT SYSTEM

More information

INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack

INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack Product Name: Hitachi Block Storage Driver for OpenStack Driver Version: 1.4.10 MOS Version: 7.0 OpenStack Version: Product Type: Kilo

More information