SlideShare a Scribd company logo
1 of 11
Download to read offline
10/2/2015 11g R1 RAC Administration and Maintainance Tasks Utilities CRSCTL SRVCTL OCRCONFIG Changing Public IPs and VIP
http://www.oracledba.org/11g/rac/11g_RAC_Admin_Maintenance_Tasks.html 1/11
11g R1 RAC Administration and Maintenance Tasks and Utilities
By Bhavin Hingu
bhavin@oracledba.org
 
<<HOME>>
 
 
         Checking CRS Status
         Viewing Name Of the Cluster
         Viewing Nodes Configuration
         Checking Votedisk Information
         Checking OCR Disk information
         Timeout Settings in Cluster
         ADD/Remove OCR files
         ADD/Remove Votedisk
         Backing Up OCR
         Backing Up Votedisk
         Restoring OCR Devices
         Restoring Voting Disk Devices
         Changing Public IPs as well as Virtual IPs
 
 
Checking CRS Status:
 
The below two commands are generally used to check the status of CRS. The first command lists the
status of CRS on the local node where as the other command shows the CRS status across all the nodes in
Cluster.
 
crsctl check crs <<­­ for the local node
crsctl check cluster <<­­ for remote nodes in the cluster
 
[root@node1­pub ~]# crsctl check crs
Cluster Synchronization Services appears healthy
Cluster Ready Services appears healthy
Event Manager appears healthy
[root@node1­pub ~]#
 
For the below command to run, CSS needs to be running on the local node. The "ONLINE" status for
remote node says that CSS is running on that node. When CSS is down on the remote node, the status of
"OFFLINE" is displayed for that node.
 
[root@node1­pub ~]# crsctl check cluster
node1­pub    ONLINE
node2­pub    ONLINE
 
Viewing Cluster name:
 
I use below command to get the name of Cluster. The similar information can be retrieved from the
dump file.
 
10/2/2015 11g R1 RAC Administration and Maintainance Tasks Utilities CRSCTL SRVCTL OCRCONFIG Changing Public IPs and VIP
http://www.oracledba.org/11g/rac/11g_RAC_Admin_Maintenance_Tasks.html 2/11
ocrdump ­stdout ­keyname SYSTEM | grep ­A 1 clustername | grep ORATEXT | awk
'{print $3}'
 
OR
 
ocrconfig ­export /tmp/ocr_exp.dat ­s online
for i in `strings /tmp/ocr_exp.dat | grep ­A 1 clustername` ; do if [ $i !=
'SYSTEM.css.clustername' ]; then echo $i; fi; done
 
OR
 
Oracle creates a directory with the same name as Cluster under the $ORA_CRS_HOME/cdata.
 
No. Of Nodes configured in Cluster:
 
The below command can be used to find out the number of nodes registered into the cluster. It
also displays the node's Public name, Private name and Virtual name along with their numbers.
 
olsnodes ­n ­p ­i
 
[root@node1­pub ~]# olsnodes ­n ­p ­i
node1­pub       1       node1­prv       node1­vip
node2­pub       2       node2­prv       node2­vip
 
Viewing Votedisk Information:
 
The below command is used to view the no. of Voting disks configured in the Cluster.
 
crsctl query css votedisk
 
Viewing OCR Information:
 
The ocrcheck command displays the no. of OCR files configured in the Cluster. It is primarily
used to chck the integrity of the OCR files. It also displays the version of OCR as well as storage
space information. You can only have 2 OCR files at max.
 
[root@node1­pub ~]# ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          2
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       3848
         Available space (kbytes) :     258272
         ID                       :  744414276
         Device/File Name         : /u02/ocfs2/ocr/OCRfile_0
                                    Device/File integrity check succeeded
         Device/File Name         : /u02/ocfs2/ocr/OCRfile_1
                                    Device/File integrity check succeeded
 
         Cluster registry integrity check succeeded
 
Various Timeout Settings in Cluster:
 
Disktimeout: Disk Latencies in seconds from node‐to‐Votedisk. Default Value is 200. (Disk IO)
10/2/2015 11g R1 RAC Administration and Maintainance Tasks Utilities CRSCTL SRVCTL OCRCONFIG Changing Public IPs and VIP
http://www.oracledba.org/11g/rac/11g_RAC_Admin_Maintenance_Tasks.html 3/11
Misscount:     Network Latencies in second from node‐to‐node (Interconnect). Default Value is 60 Sec
(Linux) and 30 Sec in Unix platform. (Network IO) Misscount < Disktimeout
 
IF
  (Disk IO Time > Disktimeout) OR (Network IO time > Misscount)
THEN
   REBOOT NODE
ELSE
   DO NOT REBOOT
END IF;
 
crsctl get css disktimeout
crsctl get css misscount
crsctl get css  reboottime
 
[root@node1­pub ~]# crsctl get css disktimeout
200
[root@node1­pub ~]# crsctl get css misscount
Configuration parameter misscount is not defined.
 
The above message indicates that the Misscount is not set manually and it is set to its default Value
which is 60 seconds on Linux. It can be changed as below.
 
[root@node1­pub ~]# crsctl set css misscount 100
Configuration parameter misscount is now set to 100.
[root@node1­pub ~]# crsctl get css misscount
100
 
The below command sets the value of misscount back to its default value.
 
crsctl unset css misscount
[root@node1­pub ~]# crsctl unset css misscount
[root@node1­pub ~]# crsctl get css  reboottime
 
Add/Remove OCR file in Cluster:
 
Removing OCR File
 
(1) Get the Existing OCR file information by running ocrcheck utility.
 
[root@node1­pub ~]# ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          2
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       3852
         Available space (kbytes) :     258268
         ID                       :  744414276
         Device/File Name         : /u02/ocfs2/ocr/OCRfile_0 <­­ OCR
                                    Device/File integrity check
succeeded
         Device/File Name         : /u02/ocfs2/ocr/OCRfile_1 <­­ OCR
Mirror
                                    Device/File integrity check
succeeded
 
10/2/2015 11g R1 RAC Administration and Maintainance Tasks Utilities CRSCTL SRVCTL OCRCONFIG Changing Public IPs and VIP
http://www.oracledba.org/11g/rac/11g_RAC_Admin_Maintenance_Tasks.html 4/11
         Cluster registry integrity check succeeded
 
(2) The First command removes the OCR mirror (/u02/ocfs2/ocr/OCRfile_1). If you want to remove the
OCR file (/u02/ocfs2/ocr/OCRfile_1) run the next command.
 
ocrconfig ­replace ocrmirror
ocrconfig ­replace ocr
 
[root@node1­pub ~]# ocrconfig ­replace ocrmirror
[root@node1­pub ~]# ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          2
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       3852
         Available space (kbytes) :     258268
         ID                       :  744414276
         Device/File Name         : /u02/ocfs2/ocr/OCRfile_0 <<­­ OCR
File
                                    Device/File integrity check
succeeded
 
                                    Device/File not configured  <­­ OCR
Mirror not existed any more
 
         Cluster registry integrity check succeeded
 
Adding OCR
 
You need to add OCR or OCR mirror file in a case where you want to move the existing OCR file location
to the different devices. The below command add the OCR mirror file if OCR file already exists.
 
(1) Get the Current status of OCR:
 
[root@node1­pub ~]# ocrconfig ­replace ocrmirror
[root@node1­pub ~]# ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          2
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       3852
         Available space (kbytes) :     258268
         ID                       :  744414276
         Device/File Name         : /u02/ocfs2/ocr/OCRfile_0 <<­­ OCR
File
                                    Device/File integrity check
succeeded
 
                                    Device/File not configured  <­­ OCR
Mirror does not exist
 
         Cluster registry integrity check succeeded
 
As it can be seen, there is only one OCR file but not the second file (OCR Mirror). Below command adds
the second OCR file.
 
ocrconfig ­replace ocrmirror <File name>
10/2/2015 11g R1 RAC Administration and Maintainance Tasks Utilities CRSCTL SRVCTL OCRCONFIG Changing Public IPs and VIP
http://www.oracledba.org/11g/rac/11g_RAC_Admin_Maintenance_Tasks.html 5/11
 
[root@node1­pub ~]# ocrconfig ­replace ocrmirror
/u02/ocfs2/ocr/OCRfile_1
[root@node1­pub ~]# ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          2
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       3852
         Available space (kbytes) :     258268
         ID                       :  744414276
         Device/File Name         : /u02/ocfs2/ocr/OCRfile_0
                                    Device/File integrity check
succeeded
         Device/File Name         : /u02/ocfs2/ocr/OCRfile_1
                                    Device/File integrity check
succeeded
 
         Cluster registry integrity check succeeded
 
You can have at most 2 OCR devices (OCR itself and its single Mirror) in a cluster. Adding extra Mirror
gives you below error message
 
[root@node1­pub ~]# ocrconfig ­replace ocrmirror /u02/ocfs2/ocr/OCRfile_2
PROT­21: Invalid parameter
[root@node1­pub ~]#
Add/Remove Votedisk file in Cluster:
 
Add/Remove Voting Disk in Cluster:
 
Adding Votedisk:
 
Get the existing Vote Disks associated into the cluster. To be safe, Bring crs cluster stack down on all
the nodes but one on which you are going to add votedisk from.
 
(1)    Stop CRS on all the nodes in cluster but one.
 
[root@node2­pub ~]# crsctl stop crs
 
(2)    Get the list of Existing Vote Disks
 
crsctl query css votedisk
 
[root@node1­pub ~]# crsctl query css votedisk
 0.     0    /u02/ocfs2/vote/VDFile_0
 1.     0    /u02/ocfs2/vote/VDFile_1
 2.     0    /u02/ocfs2/vote/VDFile_2
Located 3 voting disk(s).
 
(3)    Backup the Votedisk file
 
Backup the existing votedisks as below as oracle:
 
dd if=/u02/ocfs2/vote/VDFile_0 of=$ORACLE_BASE/bkp/vd/VDFile_0
 
10/2/2015 11g R1 RAC Administration and Maintainance Tasks Utilities CRSCTL SRVCTL OCRCONFIG Changing Public IPs and VIP
http://www.oracledba.org/11g/rac/11g_RAC_Admin_Maintenance_Tasks.html 6/11
[root@node1­pub ~]# su ­ oracle
[oracle@node1­pub ~]$ dd if=/u02/ocfs2/vote/VDFile_0
of=$ORACLE_BASE/bkp/vd/VDFile_0
41024+0 records in
41024+0 records out
[oracle@node1­pub ~]$
 
(4)     Add an Extra Votedisk into the Cluster:
 
  If it is a OCFS, then touch the file as oracle. On raw devices, initialize the raw devices using "dd"
command
 
touch /u02/ocfs2/vote/VDFile_3 <<­­ as oracle
crsctl add css votedisk /u02/ocfs2/vote/VDFile_3 <<­­ as oracle
crsctl query css votedisks
 
[root@node1­pub ~]# su ­ oracle
[oracle@node1­pub ~]$ touch /u02/ocfs2/vote/VDFile_3
[oracle@node1­pub ~]$ crsctl add css votedisk /u02/ocfs2/vote/VDFile_3
Now formatting voting disk: /u02/ocfs2/vote/VDFile_3.
Successful addition of voting disk /u02/ocfs2/vote/VDFile_3.
 
(5)     Confirm that the file has been added successfully:
 
[root@node1­pub ~]# ls ­l /u02/ocfs2/vote/VDFile_3
­rw­r­­­­­  1 oracle oinstall 21004288 Oct  6 16:31
/u02/ocfs2/vote/VDFile_3
[root@node1­pub ~]# crsctl query css votedisks
Unknown parameter: votedisks
[root@node1­pub ~]# crsctl query css votedisk
 0.     0    /u02/ocfs2/vote/VDFile_0
 1.     0    /u02/ocfs2/vote/VDFile_1
 2.     0    /u02/ocfs2/vote/VDFile_2
 3.     0    /u02/ocfs2/vote/VDFile_3
Located 4 voting disk(s).
 
Removing Votedisk:
 
Removing Votedisk from the cluster is very simple. The below command removes the given
votedisk from cluster configuration.
 
crsctl delete css votedisk /u02/ocfs2/vote/VDFile_3
 
[root@node1­pub ~]# crsctl delete css votedisk /u02/ocfs2/vote/VDFile_3
Successful deletion of voting disk /u02/ocfs2/vote/VDFile_3.
[root@node1­pub ~]#
 
[root@node1­pub ~]# crsctl query css votedisk
 0.     0    /u02/ocfs2/vote/VDFile_0
 1.     0    /u02/ocfs2/vote/VDFile_1
 2.     0    /u02/ocfs2/vote/VDFile_2
Located 3 voting disk(s).
[root@node1­pub ~]#
 
Backing up OCR:
10/2/2015 11g R1 RAC Administration and Maintainance Tasks Utilities CRSCTL SRVCTL OCRCONFIG Changing Public IPs and VIP
http://www.oracledba.org/11g/rac/11g_RAC_Admin_Maintenance_Tasks.html 7/11
 
Oracle performs physical backup of OCR devices every 4 hours under the default backup directory
$ORA_CRS_HOME/cdata/<CLUSTER_NAME>  and then it rolls that forward to Daily, weekly and monthly
backup. You can get the backup information by executing below command.
 
ocrconfig ­showbackup
 
[root@node1­pub ~]# ocrconfig ­showbackup
node2­pub     2007/09/03 17:46:47     /u01/app/crs/cdata/test­crs/backup00.ocr
node2­pub     2007/09/03 13:46:45     /u01/app/crs/cdata/test­crs/backup01.ocr
node2­pub     2007/09/03 09:46:44     /u01/app/crs/cdata/test­crs/backup02.ocr
node2­pub     2007/09/03 01:46:39     /u01/app/crs/cdata/test­crs/day.ocr
node2­pub     2007/09/03 01:46:39     /u01/app/crs/cdata/test­crs/week.ocr
[root@node1­pub ~]#
 
Manually backing up the OCR
 
ocrconfig ­manualbackup <<‐‐Physical Backup of OCR
 
The above command backs up OCR under the default Backup directory. You can export the contents of
the OCR using below command (Logical backup).
 
ocrconfig ­export /tmp/ocr_exp.dat ­s online <<‐‐ Logical Backup of OCR
 
Restoring OCR:
 
The below command is used to restore the OCR from the physical backup. Shutdown CRS on all nodes.
 
ocrconfig ­restore <file name>
 
Locate the available Backups
 
[root@node1­pub ~]# ocrconfig ­showbackup
node2­pub     2007/09/03 17:46:47     /u01/app/crs/cdata/test­crs/backup00.ocr
node2­pub     2007/09/03 13:46:45     /u01/app/crs/cdata/test­crs/backup01.ocr
node2­pub     2007/09/03 09:46:44     /u01/app/crs/cdata/test­crs/backup02.ocr
node2­pub     2007/09/03 01:46:39     /u01/app/crs/cdata/test­crs/day.ocr
node2­pub     2007/09/03 01:46:39     /u01/app/crs/cdata/test­crs/week.ocr
node1­pub     2007/10/07 13:50:41     /u01/app/crs/cdata/test­
crs/backup_20071007_135041.ocr
 
Perform Restore from previous Backup
 
[root@node2­pub ~]# ocrconfig ­restore /u01/app/crs/cdata/test­crs/week.ocr
 
The logical backup of OCR (taken using export option) can be imported using the below command.
 
ocrconfig ­import /tmp/ocr_exp.dat
 
Restoring Votedisks:
 
         Shutdown CRS on all the nodes in Cluster.
10/2/2015 11g R1 RAC Administration and Maintainance Tasks Utilities CRSCTL SRVCTL OCRCONFIG Changing Public IPs and VIP
http://www.oracledba.org/11g/rac/11g_RAC_Admin_Maintenance_Tasks.html 8/11
         Locate the current location of the Votedisks
         Restore each of the votedisks using "dd" command from the previous good backup of Votedisk
taken using the same "dd" command.
         Start CRS on all the nodes.
 
crsctl stop crs
crsctl query css votedisk
dd if=<backup of Votedisk> of=<Votedisk file> <<­­ do this for all
the votedisks
crsctl start crs
 
Changing Public and Virtual IP Address:
 
 
 
 
Current Config                                               Changed
to
 
Node 1:
 
Public IP:       216.160.37.154                             
192.168.10.11
VIP:             216.160.37.153                             
192.168.10.111
subnet:          216.160.37.159                             
192.168.10.0
Netmask:         255.255.255.248 
                           255.255.255.0
Interface used:  eth0                                        eth0
Hostname:        node1­pub.hingu.net                         node1­
pub.hingu.net
 
Node 2:
 
Public IP:       216.160.37.156                          
   192.168.10.22
VIP:             216.160.37.157                             
192.168.10.222
subnet:          216.160.37.159                             
192.168.10.0
Netmask:         255.255.255.248                            
255.255.255.0
Interface used:  eth0                                        eth0
Hostname:        node1­pub.hingu.net                         node2­
pub.hingu.net
 
 
(A)   Take the Services, Database, ASM Instances and nodeapps down on both the Nodes in Cluster. Also
disable the nodeapps, asm and database instances to prevent them from restarting in case if this
node gets rebooted during this process.
 
10/2/2015 11g R1 RAC Administration and Maintainance Tasks Utilities CRSCTL SRVCTL OCRCONFIG Changing Public IPs and VIP
http://www.oracledba.org/11g/rac/11g_RAC_Admin_Maintenance_Tasks.html 9/11
srvctl stop service ­d test
srvctl stop database ­d test
srvctl stop asm ­n node1­pub
srvctl stop asm ­n node2­pub
srvctl stop nodeapps ­n node1­pub,node1­pub2
srvctl disable instance ­d test ­i test1,test2
srvctl disable asm ­n node1­pub
srvctl disable asm ­n node2­pub
srvctl disable nodeapps ­n node1­pub
srvctl disable nodeapps ­n node2­pub
 
 
(B)   Modify the /etc/hosts and/or DNS, ifcfg‐eth0 (local node) with the new IP values on All the Nodes
 
(C)   Restart the specific network interface in order to use the new IP.
 
ifconfig eth0 down
ifconfig eth0 up
 
Or, you can restart the network. CAUTION: on NAS, restarting entire network may cause the node to be
rebooted.
 
(D)   Update the OCR with the New Public IP information. 
        In case of public IP, you have to delete the interface first and then add it back with the new IP
address. As oracle user, Issue the below command:
 
oifcfg delif ­global eth0
oifcfg setif ­global eth0/192.168.10.0:public
 
(E)    Update the OCR with the New Virtual IP.
 
        Virtual IP is part of the nodeapps and so you can modify the nodeapps to update the Virtual IP
information. As privileged user (root), Issue the below commands:
 
srvctl modify nodeapps ­n node1­pub ­A
192.168.10.111/255.255.255.0/eth0 <‐‐ for Node 1
srvctl modify nodeapps ­n node1­pub ­A
192.168.10.222/255.255.255.0/eth0 <‐‐ for Node 2
 
(F)    Enable the nodeapps, ASM, database Instances for all the Nodes.
 
srvctl enable instance ­d test ­i test1,test2
srvctl enable asm ­n node1­pub
srvctl enable asm ­n node2­pub
srvctl enable nodeapps ­n node1­pub
srvctl enable nodeapps ­n node2­pub
 
(G)  Update the listener.ora file on each nodes with the correct IP addresses in case if it uses the IP
address instead of the hostname.
 
(H)    Restart the Nodeapps, ASM and Database instance
 
10/2/2015 11g R1 RAC Administration and Maintainance Tasks Utilities CRSCTL SRVCTL OCRCONFIG Changing Public IPs and VIP
http://www.oracledba.org/11g/rac/11g_RAC_Admin_Maintenance_Tasks.html 10/11
 
Name
srvctl start nodeapps ­n node1­pub
srvctl start nodeapps ­n node2­pub
srvctl start asm ­n node1­pub
srvctl start asm ­n node2­pub
srvctl start database ­d test
 
 
<<HOME>>
 
 
Comments
Enter your comment here
Comment  
(Sept 11, 2014) RICHARD SANCHEZ said:
good info ....
 
2 
(Feb 21, 2014) Anonymous said:
very very good info
 
1 
(Sept 4, 2013) KG said:
Nice, very nice.
 
1 
(July 15, 2013) Anonymous said:
Very Useful !!!
 
1 
(Apr 30, 2013) JPJ said:
Good Info ,,, olsnodes ­c ­­> give cluster name
 
2 
(Feb 3, 2013) Anonymous said:
very good 
 
2 
(May 16, 2012) Kish said: 2 
10/2/2015 11g R1 RAC Administration and Maintainance Tasks Utilities CRSCTL SRVCTL OCRCONFIG Changing Public IPs and VIP
http://www.oracledba.org/11g/rac/11g_RAC_Admin_Maintenance_Tasks.html 11/11
(Showing 1 to 10) 
Excellent Bro 
 
(May 7, 2012) Gurvinder Singh said:
Super
 
3 
(Apr 16, 2012) Anonymous said:
great great...! 
 
2 
(Mar 29, 2012) pnair said:
wonderfull!!! thx...
 
4 

More Related Content

What's hot

3.4 use streams, pipes and redirects v2
3.4 use streams, pipes and redirects v23.4 use streams, pipes and redirects v2
3.4 use streams, pipes and redirects v2Acácio Oliveira
 
LF_OVS_17_OVS-DPDK Installation and Gotchas
LF_OVS_17_OVS-DPDK Installation and GotchasLF_OVS_17_OVS-DPDK Installation and Gotchas
LF_OVS_17_OVS-DPDK Installation and GotchasLF_OpenvSwitch
 
Loadbalancing In-depth study for scale @ 80K TPS
Loadbalancing In-depth study for scale @ 80K TPS Loadbalancing In-depth study for scale @ 80K TPS
Loadbalancing In-depth study for scale @ 80K TPS Shrey Agarwal
 
LF_OVS_17_OVN and Containers - An update.
LF_OVS_17_OVN and Containers - An update.LF_OVS_17_OVN and Containers - An update.
LF_OVS_17_OVN and Containers - An update.LF_OpenvSwitch
 
2015 FOSDEM - OVS Stateful Services
2015 FOSDEM - OVS Stateful Services2015 FOSDEM - OVS Stateful Services
2015 FOSDEM - OVS Stateful ServicesThomas Graf
 
101 3.4 use streams, pipes and redirects v2
101 3.4 use streams, pipes and redirects v2101 3.4 use streams, pipes and redirects v2
101 3.4 use streams, pipes and redirects v2Acácio Oliveira
 
Open vswitch datapath implementation
Open vswitch datapath implementationOpen vswitch datapath implementation
Open vswitch datapath implementationVishal Kapoor
 
debugging openstack neutron /w openvswitch
debugging openstack neutron /w openvswitchdebugging openstack neutron /w openvswitch
debugging openstack neutron /w openvswitch어형 이
 
Deeper dive in Docker Overlay Networks
Deeper dive in Docker Overlay NetworksDeeper dive in Docker Overlay Networks
Deeper dive in Docker Overlay NetworksLaurent Bernaille
 
2014 OpenStack Summit - Neutron OVS to LinuxBridge Migration
2014 OpenStack Summit - Neutron OVS to LinuxBridge Migration2014 OpenStack Summit - Neutron OVS to LinuxBridge Migration
2014 OpenStack Summit - Neutron OVS to LinuxBridge MigrationJames Denton
 
vSAN Performance and Resiliency at Scale
vSAN Performance and Resiliency at ScalevSAN Performance and Resiliency at Scale
vSAN Performance and Resiliency at ScaleSumit Lahiri
 
OpenStack networking juno l3 h-a, dvr
OpenStack networking   juno l3 h-a, dvrOpenStack networking   juno l3 h-a, dvr
OpenStack networking juno l3 h-a, dvrSim Janghoon
 
Debug dpdk process bottleneck & painpoints
Debug dpdk process bottleneck & painpointsDebug dpdk process bottleneck & painpoints
Debug dpdk process bottleneck & painpointsVipin Varghese
 
DPDK in Containers Hands-on Lab
DPDK in Containers Hands-on LabDPDK in Containers Hands-on Lab
DPDK in Containers Hands-on LabMichelle Holley
 
101 1.3 runlevels, shutdown, and reboot v2
101 1.3 runlevels, shutdown, and reboot v2101 1.3 runlevels, shutdown, and reboot v2
101 1.3 runlevels, shutdown, and reboot v2Acácio Oliveira
 
101 1.3 runlevels , shutdown, and reboot
101 1.3 runlevels , shutdown, and reboot101 1.3 runlevels , shutdown, and reboot
101 1.3 runlevels , shutdown, and rebootAcácio Oliveira
 
Open vSwitch - Stateful Connection Tracking & Stateful NAT
Open vSwitch - Stateful Connection Tracking & Stateful NATOpen vSwitch - Stateful Connection Tracking & Stateful NAT
Open vSwitch - Stateful Connection Tracking & Stateful NATThomas Graf
 

What's hot (19)

3.4 use streams, pipes and redirects v2
3.4 use streams, pipes and redirects v23.4 use streams, pipes and redirects v2
3.4 use streams, pipes and redirects v2
 
LF_OVS_17_OVS-DPDK Installation and Gotchas
LF_OVS_17_OVS-DPDK Installation and GotchasLF_OVS_17_OVS-DPDK Installation and Gotchas
LF_OVS_17_OVS-DPDK Installation and Gotchas
 
Loadbalancing In-depth study for scale @ 80K TPS
Loadbalancing In-depth study for scale @ 80K TPS Loadbalancing In-depth study for scale @ 80K TPS
Loadbalancing In-depth study for scale @ 80K TPS
 
LF_OVS_17_OVN and Containers - An update.
LF_OVS_17_OVN and Containers - An update.LF_OVS_17_OVN and Containers - An update.
LF_OVS_17_OVN and Containers - An update.
 
2015 FOSDEM - OVS Stateful Services
2015 FOSDEM - OVS Stateful Services2015 FOSDEM - OVS Stateful Services
2015 FOSDEM - OVS Stateful Services
 
Dpdk performance
Dpdk performanceDpdk performance
Dpdk performance
 
101 3.4 use streams, pipes and redirects v2
101 3.4 use streams, pipes and redirects v2101 3.4 use streams, pipes and redirects v2
101 3.4 use streams, pipes and redirects v2
 
Open vswitch datapath implementation
Open vswitch datapath implementationOpen vswitch datapath implementation
Open vswitch datapath implementation
 
debugging openstack neutron /w openvswitch
debugging openstack neutron /w openvswitchdebugging openstack neutron /w openvswitch
debugging openstack neutron /w openvswitch
 
Deeper dive in Docker Overlay Networks
Deeper dive in Docker Overlay NetworksDeeper dive in Docker Overlay Networks
Deeper dive in Docker Overlay Networks
 
2014 OpenStack Summit - Neutron OVS to LinuxBridge Migration
2014 OpenStack Summit - Neutron OVS to LinuxBridge Migration2014 OpenStack Summit - Neutron OVS to LinuxBridge Migration
2014 OpenStack Summit - Neutron OVS to LinuxBridge Migration
 
vSAN Performance and Resiliency at Scale
vSAN Performance and Resiliency at ScalevSAN Performance and Resiliency at Scale
vSAN Performance and Resiliency at Scale
 
OpenStack networking juno l3 h-a, dvr
OpenStack networking   juno l3 h-a, dvrOpenStack networking   juno l3 h-a, dvr
OpenStack networking juno l3 h-a, dvr
 
Debug dpdk process bottleneck & painpoints
Debug dpdk process bottleneck & painpointsDebug dpdk process bottleneck & painpoints
Debug dpdk process bottleneck & painpoints
 
DPDK in Containers Hands-on Lab
DPDK in Containers Hands-on LabDPDK in Containers Hands-on Lab
DPDK in Containers Hands-on Lab
 
101 1.3 runlevels, shutdown, and reboot v2
101 1.3 runlevels, shutdown, and reboot v2101 1.3 runlevels, shutdown, and reboot v2
101 1.3 runlevels, shutdown, and reboot v2
 
101 1.3 runlevels , shutdown, and reboot
101 1.3 runlevels , shutdown, and reboot101 1.3 runlevels , shutdown, and reboot
101 1.3 runlevels , shutdown, and reboot
 
DPDK In Depth
DPDK In DepthDPDK In Depth
DPDK In Depth
 
Open vSwitch - Stateful Connection Tracking & Stateful NAT
Open vSwitch - Stateful Connection Tracking & Stateful NATOpen vSwitch - Stateful Connection Tracking & Stateful NAT
Open vSwitch - Stateful Connection Tracking & Stateful NAT
 

Similar to 11g r1 rac administration and maintainance tasks utilities crsctl srvctl ocrconfig changing public i ps and vip

RAC - The Savior of DBA
RAC - The Savior of DBARAC - The Savior of DBA
RAC - The Savior of DBANikhil Kumar
 
Cloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Cloug Troubleshooting Oracle 11g Rac 101 Tips And TricksCloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Cloug Troubleshooting Oracle 11g Rac 101 Tips And TricksScott Jenner
 
Revision control system (RCS)
Revision control system (RCS)Revision control system (RCS)
Revision control system (RCS)Abu Sufian
 
Upgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 ClusterwareUpgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 ClusterwareNikhil Kumar
 
BIND DNS IPWorks Introduction To Advanced
BIND DNS IPWorks Introduction To AdvancedBIND DNS IPWorks Introduction To Advanced
BIND DNS IPWorks Introduction To AdvancedMustafa Golam
 
Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...
Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...
Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...Marco Vigelini
 
Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Santosh Kangane
 
oracle 11G RAC Trianing Noida Delhi NCR
oracle 11G RAC Trianing Noida Delhi NCRoracle 11G RAC Trianing Noida Delhi NCR
oracle 11G RAC Trianing Noida Delhi NCRShri Prakash Pandey
 
101 apend. networking linux
101 apend. networking linux101 apend. networking linux
101 apend. networking linuxAcácio Oliveira
 
10 windows 7 commands every administrator should know
10 windows 7 commands every administrator should know10 windows 7 commands every administrator should know
10 windows 7 commands every administrator should knowRavi Kumar Lanke
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environmentscooby_doo
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响maclean liu
 
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linuxUpgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linuxmaclean liu
 
DNS Troubleshooting.pdf
DNS Troubleshooting.pdfDNS Troubleshooting.pdf
DNS Troubleshooting.pdfRitish H
 
Oracle Real Application Cluster ( RAC )
Oracle Real Application Cluster ( RAC )Oracle Real Application Cluster ( RAC )
Oracle Real Application Cluster ( RAC )varasteh65
 
Polyteda Power DRC/LVS July 2016
Polyteda Power DRC/LVS July 2016Polyteda Power DRC/LVS July 2016
Polyteda Power DRC/LVS July 2016Oleksandra Nazola
 
COSCUP 2019 - CDN in an Edge Box
COSCUP 2019 - CDN in an Edge BoxCOSCUP 2019 - CDN in an Edge Box
COSCUP 2019 - CDN in an Edge BoxShihta Kuan
 

Similar to 11g r1 rac administration and maintainance tasks utilities crsctl srvctl ocrconfig changing public i ps and vip (20)

RAC - The Savior of DBA
RAC - The Savior of DBARAC - The Savior of DBA
RAC - The Savior of DBA
 
Cloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Cloug Troubleshooting Oracle 11g Rac 101 Tips And TricksCloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Cloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
 
Revision control system (RCS)
Revision control system (RCS)Revision control system (RCS)
Revision control system (RCS)
 
Upgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 ClusterwareUpgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 Clusterware
 
Rac questions
Rac questionsRac questions
Rac questions
 
BIND DNS IPWorks Introduction To Advanced
BIND DNS IPWorks Introduction To AdvancedBIND DNS IPWorks Introduction To Advanced
BIND DNS IPWorks Introduction To Advanced
 
Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...
Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...
Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...
 
Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0
 
Apend. networking linux
Apend. networking linuxApend. networking linux
Apend. networking linux
 
oracle 11G RAC Trianing Noida Delhi NCR
oracle 11G RAC Trianing Noida Delhi NCRoracle 11G RAC Trianing Noida Delhi NCR
oracle 11G RAC Trianing Noida Delhi NCR
 
101 apend. networking linux
101 apend. networking linux101 apend. networking linux
101 apend. networking linux
 
10 windows 7 commands every administrator should know
10 windows 7 commands every administrator should know10 windows 7 commands every administrator should know
10 windows 7 commands every administrator should know
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environment
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响
 
Rac on NFS
Rac on NFSRac on NFS
Rac on NFS
 
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linuxUpgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
 
DNS Troubleshooting.pdf
DNS Troubleshooting.pdfDNS Troubleshooting.pdf
DNS Troubleshooting.pdf
 
Oracle Real Application Cluster ( RAC )
Oracle Real Application Cluster ( RAC )Oracle Real Application Cluster ( RAC )
Oracle Real Application Cluster ( RAC )
 
Polyteda Power DRC/LVS July 2016
Polyteda Power DRC/LVS July 2016Polyteda Power DRC/LVS July 2016
Polyteda Power DRC/LVS July 2016
 
COSCUP 2019 - CDN in an Edge Box
COSCUP 2019 - CDN in an Edge BoxCOSCUP 2019 - CDN in an Edge Box
COSCUP 2019 - CDN in an Edge Box
 

Recently uploaded

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 

Recently uploaded (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 

11g r1 rac administration and maintainance tasks utilities crsctl srvctl ocrconfig changing public i ps and vip