SlideShare a Scribd company logo
1 of 5
Exadata Cell metrics
Exadata CELLSRV periodically records important runtime properties,
called metrics, for cell components such as CPUs, cell disks, grid
disks, flash cache, and IORM statistics. These metrics are recorded
in memory. Based on its own metric collection schedule, the
Management Server (MS) gets the set of metric data accumulated by
CELLSRV.
Management Server (MS) provides Exadata cell management and
configuration functions. MS is responsible for sending alerts and
collects some statistics in addition to those collected by CELLSRV.
Each cell is individually managed with Exadata cell command-line
interface (CellCLI).
Locate the MS process
-------------------------------$ ps -ef | grep ms.err
1000
3940 3723 0 01:42 pts/0
00:00:00 grep ms.err
root
24541 24540
0 Sep28 ?
00:01:32
/usr/java/jdk1.5.0_15/bin/java
-Xms256m
-Xmx512m
Djava.library.path=/opt/oracle/
Check the Alert History
-----------------------MS triggers an alert when it discovers a:
Cell hardware issue
Cell software or configuration issue
CELLSRV internal error
Metric that has exceeded a threshold defined in the cell
CellCLI> list alerthistory
1
2013-09-26T22:51:15-04:00
critical
"ORA-00700: soft internal error, arguments: [main_6a], [3], [Invalid
IP addresses in cellinit.ora file], [], [], [], [], [], [], [], [],
[]"
2_1
2013-09-26T22:52:07-04:00
warning
"Hugepage allocation failure in service cellsrv. Number of
Hugepages allocated is 0, failed to allocate 110"
3
2013-09-26T22:54:08-04:00
critical
"ORA-00700: soft internal error, arguments: [main_6a], [3], [Invalid
IP addresses in cellinit.ora file], [], [], [], [], [], [], [], [],
[]"
4
2013-09-28T13:05:21-04:00
critical
"RS-7445 [Serv RS_BACKUP is absent] [It will be restarted] [] [] []
[] [] [] [] [] [] []"
5
2013-09-28T22:05:38-04:00
critical
"RS-7445 [Serv CELLSRV is absent] [It will be restarted] [] [] [] []
[] [] [] [] [] []"
Create and check for disk I/O errors
---------------------------ellCLI> create threshold CD_IO_ERRS_MIN comparison='>', warning=0, > occurrences=1, observation=1
Threshold CD_IO_ERRS_MIN successfully created
CellCLI> list threshold CD_IO_ERRS_MIN detail
name:
CD_IO_ERRS_MIN
comparison:
>
observation:
1
occurrences:
1
warning:
0.0
ellCLI> list alerthistory where severity='warning';
2_1
2013-09-26T23:02:12-04:00
warning
"Hugepage allocation failure in service cellsrv. Number of
Hugepages allocated is 0, failed to allocate 110"
CellCLI> list alerthistory where severity='critical';
1
2013-09-26T23:01:18-04:00
critical
"ORA-00700: soft internal error, arguments: [main_6a], [3],
IP addresses in cellinit.ora file], [], [], [], [], [], [],
[]"
3
2013-09-26T23:04:11-04:00
critical
"ORA-00700: soft internal error, arguments: [main_6a], [3],
IP addresses in cellinit.ora file], [], [], [], [], [], [],
[]"
4
2013-10-01T06:42:39-04:00
critical
"RS-7445 [Serv CELLSRV is absent] [It will be restarted] []
[] [] [] [] [] []"

[Invalid
[], [],
[Invalid
[], [],
[] [] []

CellCLI> list alerthistory where severity='clear';
CellCLI> list alerthistory where severity='info';
MetricType:
- cumulative: Cumulative statistics since the metric was created
- instantaneous: Value at the time that the metric is collected
- rate: Rates computed by averaging statistics over observation
periods
- transition: Collected at the time when the value of the metrics
has changed, and typically captures important transitions in
hardware status
CellCLI> list metriccurrent attributes
name,metrictype,metricobjectname,metricvalue,collectionTime where
metrictype='Rate'

Monitoring Exadata with Active Requests
---------------------------------------CellCLI> LIST ACTIVEREQUEST WHERE IoType = 'predicate pushing'
DETAIL
ioType identifies the type of active request file initialization
Possible values are read, write, predicate pushing, filtered backup
read, predicate push read
Check retention period for metric and alert history
------------------------------------------------------CellCLI> list cell attributes metricHistoryDays
7
CellCLI> alter cell metrichistorydays=5
Cell qr03cel02 successfully altered
CellCLI> list cell attributes metrichistorydays
5
CellCLI> list cell attributes name,interconnectCount
qr03cel02
2
configure the cell to automatically send an email and/or SNMP
message to a designated set of Exadata administrator.
-----------------------------------------------------------------------------------------------------------------alter cell smtpServer='my_mail.example.com', smtpFromAddr='monowar.mukul@example.com', smtpFrom='monowar mukul', smtpToAddr='jane.smith@example.com', notificationPolicy='critical,warning,clear', notificationMethod='mail'
Watching for Undelivered Alerts
--------------------------------It is important to periodically check the storage servers just to
make sure that raised alerts have actually been delivered (via email
and/or to Grid or Cloud Control).
CellCLI>LIST
examinedBy=''

ALERTHISTORY

where

notificationState

dcli
-g
cell_group
cellcli
-e
"LIST
notificationState != 1 and examinedBy='' "

!=

ALERTHISTORY

1
2013-09-26T23:01:18-04:00
critical
"ORA-00700: soft internal error, arguments: [main_6a], [3],
IP addresses in cellinit.ora file], [], [], [], [], [], [],
[]"
2_1
2013-09-26T23:02:12-04:00
warning
"Hugepage allocation failure in service cellsrv. Number of
Hugepages allocated is 0, failed to allocate 110"
3
2013-09-26T23:04:11-04:00
critical
"ORA-00700: soft internal error, arguments: [main_6a], [3],
IP addresses in cellinit.ora file], [], [], [], [], [], [],
[]"
4
2013-10-01T06:42:39-04:00
critical
"RS-7445 [Serv CELLSRV is absent] [It will be restarted] []
[] [] [] [] [] []"
Drop Alert History
--------------------CellCLI> drop alerthistory all
Alert 1 successfully dropped
Alert 2_1 successfully dropped
Alert 3 successfully dropped
Checking Threshold
------------------CellCLI> list threshold
cl_fsut./

1

and
where

[Invalid
[], [],

[Invalid
[], [],
[] [] []
cl_fsut./u01
CellCLI> create threshold cl_tst."/u01" comparison='>', warning=80
Threshold cl_fsut."/u01" successfully created
CellCLI> list threshold detail
name:
comparison:
warning:
name:
comparison:
warning:

cl_fsut./
>
70.0
cl_fsut./u01
>
80.0

CellCLI> alter threshold cl_fsut."/" comparison='>', warning=50
Threshold cl_fsut."/" successfully altered
CellCLI> list threshold detail
name:
comparison:
warning:
name:
comparison:
warning:

cl_fsut./
>
50.0
cl_fsut./u01
>
80.0

Execute the following command inside the cell operating system. It
creates a 512-MB file on the root file system which will increase
the utilization metric. After the metric crosses the threshold , an
alert will be generated.
$ dd if=/dev/zero of=/tmp/file.out bs=1024 count=500000
[celladmin@qr03cel02 ~]$ dd if=/dev/zero of=/tmp/file.out bs=1024
count=500000
500000+0 records in
500000+0 records out
512000000 bytes (512 MB) copied, 4.25551 seconds, 120 MB/s
[celladmin@qr03cel02 ~]$ cellcli
CellCLI: Release 11.2.3.1.0 - Production on Mon Sep 30 01:36:45 EDT
2013
Copyright (c) 2007, 2011, Oracle.
Cell Efficiency Ratio: 26M

All rights reserved.

CellCLI> list alerthistory
1_1
2013-09-30T01:32:46-04:00
warning
"The warning threshold for the following metric has been crossed.
Metric Name
: CL_FSUT
Metric Description : Percentage of
total space on this file system that is currently used Object Name
: / Current Value
: 56.0 % Threshold Value
: 50.0 % "
CellCLI> alter alerthistory 1_1 examinedby='investigator'
Alert 1_1 successfully altered
CellCLI> list alerthistory detail
name:
1_1
alertMessage:
"The warning threshold for the
following metric has been crossed. Metric Name
: CL_FSUT
Metric Description : Percentage of total space on this file system
that is currently used Object Name
: / Current Value
:
56.0 % Threshold Value
: 50.0 % "
alertSequenceID:
1
alertShortName:
CL_FSUT
alertType:
Stateful
beginTime:
2013-09-30T01:32:46-04:00
endTime:
examinedBy:
investigator
metricObjectName:
"/"
metricValue:
56.0
notificationState:
0
sequenceBeginTime:
2013-09-30T01:32:46-04:00
severity:
warning
alertAction:
"Examine the metric value that is
violating the specified threshold, and take appropriate actions if
needed."
The value of the name attribute is a composite of abbreviations.
• CL_ (cell)
• CD_ (cell disk)
• GD_ (grid disk)
• FC_ (flash cache)
• DB_ (database)
• CG_ (consumer group)
• CT_ (category)
• N_ (interconnect network)
-- Monitoring IORM with cellcli command.
I/O-related metric:
• IO_RQ (number of requests)
• IO_BY (number of MB)
• IO_TM (I/O latency)
• IO_WT (I/O wait time)
_R for read
_W for write.
_SM small I/O
_LG large I/O
_SEC signify per second
_RQ to signify per request
• CD_IO_WT_R_SM is the cell disk (CD_) I/O wait time (IO_WT) to read
(_R) small blocks (_SM).
• GD_IO_RQ_W_LG_SEC is the grid disk (GD_) number of requests
(IO_RQ) to write (_W) of large block (_LG) I/O per second (_SEC) on
a grid disk.

More Related Content

What's hot

Wp intelli cache_reduction_iops_xd5.6_fp1_xs6.1
Wp intelli cache_reduction_iops_xd5.6_fp1_xs6.1Wp intelli cache_reduction_iops_xd5.6_fp1_xs6.1
Wp intelli cache_reduction_iops_xd5.6_fp1_xs6.1Nuno Alves
 
Basic MySQL Troubleshooting for Oracle DBAs
Basic MySQL Troubleshooting for Oracle DBAsBasic MySQL Troubleshooting for Oracle DBAs
Basic MySQL Troubleshooting for Oracle DBAsSveta Smirnova
 
Demystifying cost based optimization
Demystifying cost based optimizationDemystifying cost based optimization
Demystifying cost based optimizationRiyaj Shamsudeen
 
pstack, truss etc to understand deeper issues in Oracle database
pstack, truss etc to understand deeper issues in Oracle databasepstack, truss etc to understand deeper issues in Oracle database
pstack, truss etc to understand deeper issues in Oracle databaseRiyaj Shamsudeen
 
Riyaj: why optimizer_hates_my_sql_2010
Riyaj: why optimizer_hates_my_sql_2010Riyaj: why optimizer_hates_my_sql_2010
Riyaj: why optimizer_hates_my_sql_2010Riyaj Shamsudeen
 
Dataguard fsfo-implementation
Dataguard fsfo-implementationDataguard fsfo-implementation
Dataguard fsfo-implementationمسلم islam
 
Trouble shooting apachecloudstack
Trouble shooting apachecloudstackTrouble shooting apachecloudstack
Trouble shooting apachecloudstackSailaja Sunil
 
Group3 sap nw3 7.0 install
Group3  sap nw3 7.0 installGroup3  sap nw3 7.0 install
Group3 sap nw3 7.0 installdkeerthan
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Raheel Syed
 
Kernel在多核机器上的负载均衡机制
Kernel在多核机器上的负载均衡机制Kernel在多核机器上的负载均衡机制
Kernel在多核机器上的负载均衡机制Hao(Robin) Dong
 
Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)
Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)
Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)Power System Operation
 
A MySQL Odyssey - A Blackhole Crossover
A MySQL Odyssey - A Blackhole CrossoverA MySQL Odyssey - A Blackhole Crossover
A MySQL Odyssey - A Blackhole CrossoverKeith Hollman
 
MySQL Replication: Demo Réplica en Español
MySQL Replication: Demo Réplica en EspañolMySQL Replication: Demo Réplica en Español
MySQL Replication: Demo Réplica en EspañolKeith Hollman
 
Understanding Query Optimization with ‘regular’ and ‘Exadata’ Oracle
Understanding Query Optimization with ‘regular’ and ‘Exadata’ OracleUnderstanding Query Optimization with ‘regular’ and ‘Exadata’ Oracle
Understanding Query Optimization with ‘regular’ and ‘Exadata’ OracleGuatemala User Group
 

What's hot (17)

Wp intelli cache_reduction_iops_xd5.6_fp1_xs6.1
Wp intelli cache_reduction_iops_xd5.6_fp1_xs6.1Wp intelli cache_reduction_iops_xd5.6_fp1_xs6.1
Wp intelli cache_reduction_iops_xd5.6_fp1_xs6.1
 
Basic MySQL Troubleshooting for Oracle DBAs
Basic MySQL Troubleshooting for Oracle DBAsBasic MySQL Troubleshooting for Oracle DBAs
Basic MySQL Troubleshooting for Oracle DBAs
 
Demystifying cost based optimization
Demystifying cost based optimizationDemystifying cost based optimization
Demystifying cost based optimization
 
pstack, truss etc to understand deeper issues in Oracle database
pstack, truss etc to understand deeper issues in Oracle databasepstack, truss etc to understand deeper issues in Oracle database
pstack, truss etc to understand deeper issues in Oracle database
 
Riyaj: why optimizer_hates_my_sql_2010
Riyaj: why optimizer_hates_my_sql_2010Riyaj: why optimizer_hates_my_sql_2010
Riyaj: why optimizer_hates_my_sql_2010
 
Dataguard fsfo-implementation
Dataguard fsfo-implementationDataguard fsfo-implementation
Dataguard fsfo-implementation
 
8i standby
8i standby8i standby
8i standby
 
Trouble shooting apachecloudstack
Trouble shooting apachecloudstackTrouble shooting apachecloudstack
Trouble shooting apachecloudstack
 
Platform administration guide-nos_v3_5
Platform administration guide-nos_v3_5Platform administration guide-nos_v3_5
Platform administration guide-nos_v3_5
 
Command reference nos-v3_5
Command reference nos-v3_5Command reference nos-v3_5
Command reference nos-v3_5
 
Group3 sap nw3 7.0 install
Group3  sap nw3 7.0 installGroup3  sap nw3 7.0 install
Group3 sap nw3 7.0 install
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
 
Kernel在多核机器上的负载均衡机制
Kernel在多核机器上的负载均衡机制Kernel在多核机器上的负载均衡机制
Kernel在多核机器上的负载均衡机制
 
Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)
Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)
Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)
 
A MySQL Odyssey - A Blackhole Crossover
A MySQL Odyssey - A Blackhole CrossoverA MySQL Odyssey - A Blackhole Crossover
A MySQL Odyssey - A Blackhole Crossover
 
MySQL Replication: Demo Réplica en Español
MySQL Replication: Demo Réplica en EspañolMySQL Replication: Demo Réplica en Español
MySQL Replication: Demo Réplica en Español
 
Understanding Query Optimization with ‘regular’ and ‘Exadata’ Oracle
Understanding Query Optimization with ‘regular’ and ‘Exadata’ OracleUnderstanding Query Optimization with ‘regular’ and ‘Exadata’ Oracle
Understanding Query Optimization with ‘regular’ and ‘Exadata’ Oracle
 

Viewers also liked

Exadata I/O Resource Manager (Exadata IORM)
Exadata I/O Resource Manager (Exadata IORM)Exadata I/O Resource Manager (Exadata IORM)
Exadata I/O Resource Manager (Exadata IORM)Monowar Mukul
 
Exadata - BULK DATA LOAD Testing on Database Machine
Exadata - BULK DATA LOAD Testing on Database Machine Exadata - BULK DATA LOAD Testing on Database Machine
Exadata - BULK DATA LOAD Testing on Database Machine Monowar Mukul
 
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobsMonowar Mukul
 
12c database migration from ASM storage to NON-ASM storage
12c database migration from ASM storage to NON-ASM storage12c database migration from ASM storage to NON-ASM storage
12c database migration from ASM storage to NON-ASM storageMonowar Mukul
 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installationMonowar Mukul
 
Oracle 12c far sync standby instance
Oracle 12c far sync standby instanceOracle 12c far sync standby instance
Oracle 12c far sync standby instanceMonowar Mukul
 
Oracle 12c RAC (Advanced installation - Flex ASM)
Oracle 12c RAC (Advanced installation - Flex ASM)Oracle 12c RAC (Advanced installation - Flex ASM)
Oracle 12c RAC (Advanced installation - Flex ASM)Monowar Mukul
 
Moving 12c database from NON-ASM to ASM
Moving 12c database from NON-ASM to ASMMoving 12c database from NON-ASM to ASM
Moving 12c database from NON-ASM to ASMMonowar Mukul
 
Advanced installation 12c rac
Advanced installation 12c racAdvanced installation 12c rac
Advanced installation 12c racMonowar Mukul
 
Edtc6341 63 esther_sauceda_practice_test5
Edtc6341 63 esther_sauceda_practice_test5Edtc6341 63 esther_sauceda_practice_test5
Edtc6341 63 esther_sauceda_practice_test5esauceda12
 
Upgrade database using cloud_control Provisioning
Upgrade database using cloud_control Provisioning Upgrade database using cloud_control Provisioning
Upgrade database using cloud_control Provisioning Monowar Mukul
 
Copyright Crash Course 1st revised ppt 6340.64 Sonia Aldape
Copyright Crash Course 1st revised ppt 6340.64 Sonia AldapeCopyright Crash Course 1st revised ppt 6340.64 Sonia Aldape
Copyright Crash Course 1st revised ppt 6340.64 Sonia Aldapesoniaaldape
 
TimesTen in memory database Creation
TimesTen in memory database Creation TimesTen in memory database Creation
TimesTen in memory database Creation Monowar Mukul
 
12c Flex ASM: Moving to Flex ASM
12c Flex ASM: Moving to Flex ASM12c Flex ASM: Moving to Flex ASM
12c Flex ASM: Moving to Flex ASMMonowar Mukul
 
Migration Database from SQL SERVER 2012 to Oracle12c with Pluggable Database
Migration Database from SQL SERVER 2012 to Oracle12c with Pluggable Database  Migration Database from SQL SERVER 2012 to Oracle12c with Pluggable Database
Migration Database from SQL SERVER 2012 to Oracle12c with Pluggable Database Monowar Mukul
 
4. java intro class
4. java intro class4. java intro class
4. java intro classQuan Ho
 
Oracle AWR baseline - Basic
Oracle AWR baseline - BasicOracle AWR baseline - Basic
Oracle AWR baseline - BasicMonowar Mukul
 
GMO OILBOOSTER Proposal (Eng)
GMO OILBOOSTER Proposal (Eng)GMO OILBOOSTER Proposal (Eng)
GMO OILBOOSTER Proposal (Eng)GMO OIL
 
SMS notification setup using EM12c
SMS notification setup using EM12cSMS notification setup using EM12c
SMS notification setup using EM12cMonowar Mukul
 

Viewers also liked (20)

Exadata I/O Resource Manager (Exadata IORM)
Exadata I/O Resource Manager (Exadata IORM)Exadata I/O Resource Manager (Exadata IORM)
Exadata I/O Resource Manager (Exadata IORM)
 
1247g3hg1238 2011
1247g3hg1238 20111247g3hg1238 2011
1247g3hg1238 2011
 
Exadata - BULK DATA LOAD Testing on Database Machine
Exadata - BULK DATA LOAD Testing on Database Machine Exadata - BULK DATA LOAD Testing on Database Machine
Exadata - BULK DATA LOAD Testing on Database Machine
 
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
 
12c database migration from ASM storage to NON-ASM storage
12c database migration from ASM storage to NON-ASM storage12c database migration from ASM storage to NON-ASM storage
12c database migration from ASM storage to NON-ASM storage
 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installation
 
Oracle 12c far sync standby instance
Oracle 12c far sync standby instanceOracle 12c far sync standby instance
Oracle 12c far sync standby instance
 
Oracle 12c RAC (Advanced installation - Flex ASM)
Oracle 12c RAC (Advanced installation - Flex ASM)Oracle 12c RAC (Advanced installation - Flex ASM)
Oracle 12c RAC (Advanced installation - Flex ASM)
 
Moving 12c database from NON-ASM to ASM
Moving 12c database from NON-ASM to ASMMoving 12c database from NON-ASM to ASM
Moving 12c database from NON-ASM to ASM
 
Advanced installation 12c rac
Advanced installation 12c racAdvanced installation 12c rac
Advanced installation 12c rac
 
Edtc6341 63 esther_sauceda_practice_test5
Edtc6341 63 esther_sauceda_practice_test5Edtc6341 63 esther_sauceda_practice_test5
Edtc6341 63 esther_sauceda_practice_test5
 
Upgrade database using cloud_control Provisioning
Upgrade database using cloud_control Provisioning Upgrade database using cloud_control Provisioning
Upgrade database using cloud_control Provisioning
 
Copyright Crash Course 1st revised ppt 6340.64 Sonia Aldape
Copyright Crash Course 1st revised ppt 6340.64 Sonia AldapeCopyright Crash Course 1st revised ppt 6340.64 Sonia Aldape
Copyright Crash Course 1st revised ppt 6340.64 Sonia Aldape
 
TimesTen in memory database Creation
TimesTen in memory database Creation TimesTen in memory database Creation
TimesTen in memory database Creation
 
12c Flex ASM: Moving to Flex ASM
12c Flex ASM: Moving to Flex ASM12c Flex ASM: Moving to Flex ASM
12c Flex ASM: Moving to Flex ASM
 
Migration Database from SQL SERVER 2012 to Oracle12c with Pluggable Database
Migration Database from SQL SERVER 2012 to Oracle12c with Pluggable Database  Migration Database from SQL SERVER 2012 to Oracle12c with Pluggable Database
Migration Database from SQL SERVER 2012 to Oracle12c with Pluggable Database
 
4. java intro class
4. java intro class4. java intro class
4. java intro class
 
Oracle AWR baseline - Basic
Oracle AWR baseline - BasicOracle AWR baseline - Basic
Oracle AWR baseline - Basic
 
GMO OILBOOSTER Proposal (Eng)
GMO OILBOOSTER Proposal (Eng)GMO OILBOOSTER Proposal (Eng)
GMO OILBOOSTER Proposal (Eng)
 
SMS notification setup using EM12c
SMS notification setup using EM12cSMS notification setup using EM12c
SMS notification setup using EM12c
 

Similar to Exadata Cell metrics

Troubleshooting Complex Performance issues - Oracle SEG$ contention
Troubleshooting Complex Performance issues - Oracle SEG$ contentionTroubleshooting Complex Performance issues - Oracle SEG$ contention
Troubleshooting Complex Performance issues - Oracle SEG$ contentionTanel Poder
 
Mod03 linking and accelerating
Mod03 linking and acceleratingMod03 linking and accelerating
Mod03 linking and acceleratingPeter Haase
 
Thomas+Niewel+ +Oracletuning
Thomas+Niewel+ +OracletuningThomas+Niewel+ +Oracletuning
Thomas+Niewel+ +Oracletuningafa reg
 
Troubleshooting Complex Oracle Performance Problems with Tanel Poder
Troubleshooting Complex Oracle Performance Problems with Tanel PoderTroubleshooting Complex Oracle Performance Problems with Tanel Poder
Troubleshooting Complex Oracle Performance Problems with Tanel PoderTanel Poder
 
Why is my_oracle_e-biz_database_slow_a_million_dollar_question
Why is my_oracle_e-biz_database_slow_a_million_dollar_questionWhy is my_oracle_e-biz_database_slow_a_million_dollar_question
Why is my_oracle_e-biz_database_slow_a_million_dollar_questionAjith Narayanan
 
Your tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Your tuning arsenal: AWR, ADDM, ASH, Metrics and AdvisorsYour tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Your tuning arsenal: AWR, ADDM, ASH, Metrics and AdvisorsJohn Kanagaraj
 
Scylla Summit 2017: Cry in the Dojo, Laugh in the Battlefield: How We Constan...
Scylla Summit 2017: Cry in the Dojo, Laugh in the Battlefield: How We Constan...Scylla Summit 2017: Cry in the Dojo, Laugh in the Battlefield: How We Constan...
Scylla Summit 2017: Cry in the Dojo, Laugh in the Battlefield: How We Constan...ScyllaDB
 
My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)Gustavo Rene Antunez
 
More than 12 More things about Oracle Database 12c
More than 12 More things about Oracle Database 12cMore than 12 More things about Oracle Database 12c
More than 12 More things about Oracle Database 12cGuatemala User Group
 
你所不知道的Oracle后台进程Smon功能
你所不知道的Oracle后台进程Smon功能你所不知道的Oracle后台进程Smon功能
你所不知道的Oracle后台进程Smon功能maclean liu
 
Oracle Open World Thursday 230 ashmasters
Oracle Open World Thursday 230 ashmastersOracle Open World Thursday 230 ashmasters
Oracle Open World Thursday 230 ashmastersKyle Hailey
 
An introduction to_rac_system_test_planning_methods
An introduction to_rac_system_test_planning_methodsAn introduction to_rac_system_test_planning_methods
An introduction to_rac_system_test_planning_methodsAjith Narayanan
 
OSMC 2015: Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015: Linux Performance Profiling and Monitoring by Werner FischerOSMC 2015: Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015: Linux Performance Profiling and Monitoring by Werner FischerNETWAYS
 
OSMC 2015 | Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015 | Linux Performance Profiling and Monitoring by Werner FischerOSMC 2015 | Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015 | Linux Performance Profiling and Monitoring by Werner FischerNETWAYS
 
BRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdf
BRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdfBRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdf
BRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdfaaajjj4
 

Similar to Exadata Cell metrics (20)

Troubleshooting Complex Performance issues - Oracle SEG$ contention
Troubleshooting Complex Performance issues - Oracle SEG$ contentionTroubleshooting Complex Performance issues - Oracle SEG$ contention
Troubleshooting Complex Performance issues - Oracle SEG$ contention
 
Mod03 linking and accelerating
Mod03 linking and acceleratingMod03 linking and accelerating
Mod03 linking and accelerating
 
Thomas+Niewel+ +Oracletuning
Thomas+Niewel+ +OracletuningThomas+Niewel+ +Oracletuning
Thomas+Niewel+ +Oracletuning
 
Rmoug ashmaster
Rmoug ashmasterRmoug ashmaster
Rmoug ashmaster
 
Troubleshooting Complex Oracle Performance Problems with Tanel Poder
Troubleshooting Complex Oracle Performance Problems with Tanel PoderTroubleshooting Complex Oracle Performance Problems with Tanel Poder
Troubleshooting Complex Oracle Performance Problems with Tanel Poder
 
Why is my_oracle_e-biz_database_slow_a_million_dollar_question
Why is my_oracle_e-biz_database_slow_a_million_dollar_questionWhy is my_oracle_e-biz_database_slow_a_million_dollar_question
Why is my_oracle_e-biz_database_slow_a_million_dollar_question
 
Your tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Your tuning arsenal: AWR, ADDM, ASH, Metrics and AdvisorsYour tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Your tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
 
Scylla Summit 2017: Cry in the Dojo, Laugh in the Battlefield: How We Constan...
Scylla Summit 2017: Cry in the Dojo, Laugh in the Battlefield: How We Constan...Scylla Summit 2017: Cry in the Dojo, Laugh in the Battlefield: How We Constan...
Scylla Summit 2017: Cry in the Dojo, Laugh in the Battlefield: How We Constan...
 
Techno-Fest-15nov16
Techno-Fest-15nov16Techno-Fest-15nov16
Techno-Fest-15nov16
 
My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)
 
Rac 12c optimization
Rac 12c optimizationRac 12c optimization
Rac 12c optimization
 
More than 12 More things about Oracle Database 12c
More than 12 More things about Oracle Database 12cMore than 12 More things about Oracle Database 12c
More than 12 More things about Oracle Database 12c
 
你所不知道的Oracle后台进程Smon功能
你所不知道的Oracle后台进程Smon功能你所不知道的Oracle后台进程Smon功能
你所不知道的Oracle后台进程Smon功能
 
Oracle Open World Thursday 230 ashmasters
Oracle Open World Thursday 230 ashmastersOracle Open World Thursday 230 ashmasters
Oracle Open World Thursday 230 ashmasters
 
An introduction to_rac_system_test_planning_methods
An introduction to_rac_system_test_planning_methodsAn introduction to_rac_system_test_planning_methods
An introduction to_rac_system_test_planning_methods
 
Oracle analysis 101_v1.0_ext
Oracle analysis 101_v1.0_extOracle analysis 101_v1.0_ext
Oracle analysis 101_v1.0_ext
 
OSMC 2015: Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015: Linux Performance Profiling and Monitoring by Werner FischerOSMC 2015: Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015: Linux Performance Profiling and Monitoring by Werner Fischer
 
OSMC 2015 | Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015 | Linux Performance Profiling and Monitoring by Werner FischerOSMC 2015 | Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015 | Linux Performance Profiling and Monitoring by Werner Fischer
 
BRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdf
BRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdfBRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdf
BRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdf
 
OOW13 JB KP ASH Deep Dive
OOW13 JB KP ASH Deep DiveOOW13 JB KP ASH Deep Dive
OOW13 JB KP ASH Deep Dive
 

Recently uploaded

Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17Celine George
 
Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).Mohamed Rizk Khodair
 
How to Analyse Profit of a Sales Order in Odoo 17
How to Analyse Profit of a Sales Order in Odoo 17How to Analyse Profit of a Sales Order in Odoo 17
How to Analyse Profit of a Sales Order in Odoo 17Celine George
 
The Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. HenryThe Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. HenryEugene Lysak
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjMohammed Sikander
 
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...Nguyen Thanh Tu Collection
 
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...Denish Jangid
 
Navigating the Misinformation Minefield: The Role of Higher Education in the ...
Navigating the Misinformation Minefield: The Role of Higher Education in the ...Navigating the Misinformation Minefield: The Role of Higher Education in the ...
Navigating the Misinformation Minefield: The Role of Higher Education in the ...Mark Carrigan
 
An overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismAn overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismDabee Kamal
 
philosophy and it's principles based on the life
philosophy and it's principles based on the lifephilosophy and it's principles based on the life
philosophy and it's principles based on the lifeNitinDeodare
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptxPoojaSen20
 
An Overview of the Odoo 17 Discuss App.pptx
An Overview of the Odoo 17 Discuss App.pptxAn Overview of the Odoo 17 Discuss App.pptx
An Overview of the Odoo 17 Discuss App.pptxCeline George
 
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING IIII BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING IIagpharmacy11
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文中 央社
 
An Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppAn Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppCeline George
 
UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024Borja Sotomayor
 
Features of Video Calls in the Discuss Module in Odoo 17
Features of Video Calls in the Discuss Module in Odoo 17Features of Video Calls in the Discuss Module in Odoo 17
Features of Video Calls in the Discuss Module in Odoo 17Celine George
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...Nguyen Thanh Tu Collection
 

Recently uploaded (20)

Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
 
Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).
 
How to Analyse Profit of a Sales Order in Odoo 17
How to Analyse Profit of a Sales Order in Odoo 17How to Analyse Profit of a Sales Order in Odoo 17
How to Analyse Profit of a Sales Order in Odoo 17
 
Word Stress rules esl .pptx
Word Stress rules esl               .pptxWord Stress rules esl               .pptx
Word Stress rules esl .pptx
 
The Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. HenryThe Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. Henry
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
 
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
 
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
 
Navigating the Misinformation Minefield: The Role of Higher Education in the ...
Navigating the Misinformation Minefield: The Role of Higher Education in the ...Navigating the Misinformation Minefield: The Role of Higher Education in the ...
Navigating the Misinformation Minefield: The Role of Higher Education in the ...
 
An overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismAn overview of the various scriptures in Hinduism
An overview of the various scriptures in Hinduism
 
philosophy and it's principles based on the life
philosophy and it's principles based on the lifephilosophy and it's principles based on the life
philosophy and it's principles based on the life
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptx
 
An Overview of the Odoo 17 Discuss App.pptx
An Overview of the Odoo 17 Discuss App.pptxAn Overview of the Odoo 17 Discuss App.pptx
An Overview of the Odoo 17 Discuss App.pptx
 
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING IIII BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
 
An Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppAn Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge App
 
UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024
 
Features of Video Calls in the Discuss Module in Odoo 17
Features of Video Calls in the Discuss Module in Odoo 17Features of Video Calls in the Discuss Module in Odoo 17
Features of Video Calls in the Discuss Module in Odoo 17
 
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
Operations Management - Book1.p  - Dr. Abdulfatah A. SalemOperations Management - Book1.p  - Dr. Abdulfatah A. Salem
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
 

Exadata Cell metrics

  • 1. Exadata Cell metrics Exadata CELLSRV periodically records important runtime properties, called metrics, for cell components such as CPUs, cell disks, grid disks, flash cache, and IORM statistics. These metrics are recorded in memory. Based on its own metric collection schedule, the Management Server (MS) gets the set of metric data accumulated by CELLSRV. Management Server (MS) provides Exadata cell management and configuration functions. MS is responsible for sending alerts and collects some statistics in addition to those collected by CELLSRV. Each cell is individually managed with Exadata cell command-line interface (CellCLI). Locate the MS process -------------------------------$ ps -ef | grep ms.err 1000 3940 3723 0 01:42 pts/0 00:00:00 grep ms.err root 24541 24540 0 Sep28 ? 00:01:32 /usr/java/jdk1.5.0_15/bin/java -Xms256m -Xmx512m Djava.library.path=/opt/oracle/ Check the Alert History -----------------------MS triggers an alert when it discovers a: Cell hardware issue Cell software or configuration issue CELLSRV internal error Metric that has exceeded a threshold defined in the cell CellCLI> list alerthistory 1 2013-09-26T22:51:15-04:00 critical "ORA-00700: soft internal error, arguments: [main_6a], [3], [Invalid IP addresses in cellinit.ora file], [], [], [], [], [], [], [], [], []" 2_1 2013-09-26T22:52:07-04:00 warning "Hugepage allocation failure in service cellsrv. Number of Hugepages allocated is 0, failed to allocate 110" 3 2013-09-26T22:54:08-04:00 critical "ORA-00700: soft internal error, arguments: [main_6a], [3], [Invalid IP addresses in cellinit.ora file], [], [], [], [], [], [], [], [], []" 4 2013-09-28T13:05:21-04:00 critical "RS-7445 [Serv RS_BACKUP is absent] [It will be restarted] [] [] [] [] [] [] [] [] [] []" 5 2013-09-28T22:05:38-04:00 critical "RS-7445 [Serv CELLSRV is absent] [It will be restarted] [] [] [] [] [] [] [] [] [] []" Create and check for disk I/O errors ---------------------------ellCLI> create threshold CD_IO_ERRS_MIN comparison='>', warning=0, > occurrences=1, observation=1
  • 2. Threshold CD_IO_ERRS_MIN successfully created CellCLI> list threshold CD_IO_ERRS_MIN detail name: CD_IO_ERRS_MIN comparison: > observation: 1 occurrences: 1 warning: 0.0 ellCLI> list alerthistory where severity='warning'; 2_1 2013-09-26T23:02:12-04:00 warning "Hugepage allocation failure in service cellsrv. Number of Hugepages allocated is 0, failed to allocate 110" CellCLI> list alerthistory where severity='critical'; 1 2013-09-26T23:01:18-04:00 critical "ORA-00700: soft internal error, arguments: [main_6a], [3], IP addresses in cellinit.ora file], [], [], [], [], [], [], []" 3 2013-09-26T23:04:11-04:00 critical "ORA-00700: soft internal error, arguments: [main_6a], [3], IP addresses in cellinit.ora file], [], [], [], [], [], [], []" 4 2013-10-01T06:42:39-04:00 critical "RS-7445 [Serv CELLSRV is absent] [It will be restarted] [] [] [] [] [] [] []" [Invalid [], [], [Invalid [], [], [] [] [] CellCLI> list alerthistory where severity='clear'; CellCLI> list alerthistory where severity='info'; MetricType: - cumulative: Cumulative statistics since the metric was created - instantaneous: Value at the time that the metric is collected - rate: Rates computed by averaging statistics over observation periods - transition: Collected at the time when the value of the metrics has changed, and typically captures important transitions in hardware status CellCLI> list metriccurrent attributes name,metrictype,metricobjectname,metricvalue,collectionTime where metrictype='Rate' Monitoring Exadata with Active Requests ---------------------------------------CellCLI> LIST ACTIVEREQUEST WHERE IoType = 'predicate pushing' DETAIL ioType identifies the type of active request file initialization Possible values are read, write, predicate pushing, filtered backup read, predicate push read Check retention period for metric and alert history ------------------------------------------------------CellCLI> list cell attributes metricHistoryDays 7 CellCLI> alter cell metrichistorydays=5
  • 3. Cell qr03cel02 successfully altered CellCLI> list cell attributes metrichistorydays 5 CellCLI> list cell attributes name,interconnectCount qr03cel02 2 configure the cell to automatically send an email and/or SNMP message to a designated set of Exadata administrator. -----------------------------------------------------------------------------------------------------------------alter cell smtpServer='my_mail.example.com', smtpFromAddr='monowar.mukul@example.com', smtpFrom='monowar mukul', smtpToAddr='jane.smith@example.com', notificationPolicy='critical,warning,clear', notificationMethod='mail' Watching for Undelivered Alerts --------------------------------It is important to periodically check the storage servers just to make sure that raised alerts have actually been delivered (via email and/or to Grid or Cloud Control). CellCLI>LIST examinedBy='' ALERTHISTORY where notificationState dcli -g cell_group cellcli -e "LIST notificationState != 1 and examinedBy='' " != ALERTHISTORY 1 2013-09-26T23:01:18-04:00 critical "ORA-00700: soft internal error, arguments: [main_6a], [3], IP addresses in cellinit.ora file], [], [], [], [], [], [], []" 2_1 2013-09-26T23:02:12-04:00 warning "Hugepage allocation failure in service cellsrv. Number of Hugepages allocated is 0, failed to allocate 110" 3 2013-09-26T23:04:11-04:00 critical "ORA-00700: soft internal error, arguments: [main_6a], [3], IP addresses in cellinit.ora file], [], [], [], [], [], [], []" 4 2013-10-01T06:42:39-04:00 critical "RS-7445 [Serv CELLSRV is absent] [It will be restarted] [] [] [] [] [] [] []" Drop Alert History --------------------CellCLI> drop alerthistory all Alert 1 successfully dropped Alert 2_1 successfully dropped Alert 3 successfully dropped Checking Threshold ------------------CellCLI> list threshold cl_fsut./ 1 and where [Invalid [], [], [Invalid [], [], [] [] []
  • 4. cl_fsut./u01 CellCLI> create threshold cl_tst."/u01" comparison='>', warning=80 Threshold cl_fsut."/u01" successfully created CellCLI> list threshold detail name: comparison: warning: name: comparison: warning: cl_fsut./ > 70.0 cl_fsut./u01 > 80.0 CellCLI> alter threshold cl_fsut."/" comparison='>', warning=50 Threshold cl_fsut."/" successfully altered CellCLI> list threshold detail name: comparison: warning: name: comparison: warning: cl_fsut./ > 50.0 cl_fsut./u01 > 80.0 Execute the following command inside the cell operating system. It creates a 512-MB file on the root file system which will increase the utilization metric. After the metric crosses the threshold , an alert will be generated. $ dd if=/dev/zero of=/tmp/file.out bs=1024 count=500000 [celladmin@qr03cel02 ~]$ dd if=/dev/zero of=/tmp/file.out bs=1024 count=500000 500000+0 records in 500000+0 records out 512000000 bytes (512 MB) copied, 4.25551 seconds, 120 MB/s [celladmin@qr03cel02 ~]$ cellcli CellCLI: Release 11.2.3.1.0 - Production on Mon Sep 30 01:36:45 EDT 2013 Copyright (c) 2007, 2011, Oracle. Cell Efficiency Ratio: 26M All rights reserved. CellCLI> list alerthistory 1_1 2013-09-30T01:32:46-04:00 warning "The warning threshold for the following metric has been crossed. Metric Name : CL_FSUT Metric Description : Percentage of total space on this file system that is currently used Object Name : / Current Value : 56.0 % Threshold Value : 50.0 % " CellCLI> alter alerthistory 1_1 examinedby='investigator' Alert 1_1 successfully altered CellCLI> list alerthistory detail name: 1_1
  • 5. alertMessage: "The warning threshold for the following metric has been crossed. Metric Name : CL_FSUT Metric Description : Percentage of total space on this file system that is currently used Object Name : / Current Value : 56.0 % Threshold Value : 50.0 % " alertSequenceID: 1 alertShortName: CL_FSUT alertType: Stateful beginTime: 2013-09-30T01:32:46-04:00 endTime: examinedBy: investigator metricObjectName: "/" metricValue: 56.0 notificationState: 0 sequenceBeginTime: 2013-09-30T01:32:46-04:00 severity: warning alertAction: "Examine the metric value that is violating the specified threshold, and take appropriate actions if needed." The value of the name attribute is a composite of abbreviations. • CL_ (cell) • CD_ (cell disk) • GD_ (grid disk) • FC_ (flash cache) • DB_ (database) • CG_ (consumer group) • CT_ (category) • N_ (interconnect network) -- Monitoring IORM with cellcli command. I/O-related metric: • IO_RQ (number of requests) • IO_BY (number of MB) • IO_TM (I/O latency) • IO_WT (I/O wait time) _R for read _W for write. _SM small I/O _LG large I/O _SEC signify per second _RQ to signify per request • CD_IO_WT_R_SM is the cell disk (CD_) I/O wait time (IO_WT) to read (_R) small blocks (_SM). • GD_IO_RQ_W_LG_SEC is the grid disk (GD_) number of requests (IO_RQ) to write (_W) of large block (_LG) I/O per second (_SEC) on a grid disk.