Wednesday, September 28, 2011

11.2.0.3 GI diskmon will be OFFLINE by default in Non-Exadata

I tested to install and upgrade for Grid Infrastructure 11.2.0.3. I had not written something about "ora.diskmon" resource. OK!!! If You installed or upgraded to GI 11.2.0.3, You will see "ora.diskmon" be OFFLINE status. Thank you @ricky_zhu - He told me: it's disabled in non-exadata env. So just ignore it.
# crsctl stat res ora.diskmon
NAME=ora.diskmon
TYPE=ora.diskmon.type
TARGET=OFFLINE
STATE=OFFLINE

# crsctl start res ora.diskmon
CRS-2672: Attempting to start 'ora.diskmon' on 'mytest'
CRS-2676: Start of 'ora.diskmon' on 'mytest' succeeded

# crsctl stat res ora.diskmon
NAME=ora.diskmon
TYPE=ora.diskmon.type
TARGET=ONLINE
STATE=ONLINE on mytest

# crsctl stat res ora.diskmon
NAME=ora.diskmon
TYPE=ora.diskmon.type
TARGET=OFFLINE
STATE=OFFLINE
Checked in orarootagent_oracle.log file.
2011-09-28 12:48:23.175: [ AGFW][3031931104] Starting the agent: /u01/app/oracle/product/11.2.0/grid/log/mytest/agent/ohasd/orarootagent_oracle/
2011-09-28 12:48:23.177: [ AGENT][3031931104] Agent framework initialized, Process Id = 3033
2011-09-28 12:48:23.185: [ USRTHRD][3031931104] Utils::getCrsHome crsHome /u01/app/oracle/product/11.2.0/grid
2011-09-28 12:48:23.186: [ USRTHRD][3031931104] Process::convertPidToString pid = 3033
2011-09-28 12:48:23.189: [ AGFW][3031931104] SERVER IPC CONNECT STR: (ADDRESS=(PROTOCOL=IPC)(KEY=OHASD_IPC_SOCKET_11))
2011-09-28 12:48:23.189: [ AGFW][3031931104] Agent' version is: 2
2011-09-28 12:48:23.189: [CLSFRAME][3031931104] Inited lsf context 0xa1ce6c8
2011-09-28 12:48:23.190: [CLSFRAME][3031931104] Initing CLS Framework messaging
2011-09-28 12:48:23.191: [CLSFRAME][3031931104] New Framework state: 2
2011-09-28 12:48:23.191: [CLSFRAME][3031931104] M2M is starting...
2011-09-28 12:48:23.199: [ CRSCOMM][3031931104] Ipc: Starting send thread
2011-09-28 12:48:23.204: [ CRSCOMM][3021994864] Ipc: sendWork thread started.
2011-09-28 12:48:23.210: [ CRSCOMM][3017800560] IpcC: IPC Client thread started listening
2011-09-28 12:48:23.212: [ CRSCOMM][3017800560] IpcC: Received member number of 8
2011-09-28 12:48:23.213: [CLSFRAME][3031931104] New IPC Member:{Relative|Node:0|Process:0|Type:2}:OHASD:mytest
2011-09-28 12:48:23.213: [CLSFRAME][3031931104] New process connected to us ID:{Relative|Node:0|Process:0|Type:2} Info:OHASD:mytest
2011-09-28 12:48:23.223: [CLSFRAME][3031931104] Tints initialized with nodeId: 0 procId: 8
2011-09-28 12:48:23.224: [CLSFRAME][3031931104] Starting thread model named: MultiThread
2011-09-28 12:48:23.226: [CLSFRAME][3031931104] Starting thread model named: TimerSharedTM
2011-09-28 12:48:23.227: [CLSFRAME][3031931104] New Framework state: 3
2011-09-28 12:48:23.229: [ AGFW][3031931104] Agent Framework started successfully
2011-09-28 12:48:23.230: [ AGFW][3007294320] {0:8:2} Agfw engine module has enabled...
2011-09-28 12:48:23.231: [CLSFRAME][3007294320] {0:8:2} Module Enabling is complete
2011-09-28 12:48:23.232: [CLSFRAME][3031931104] M2M is now powered by a doWork() thread.
2011-09-28 12:48:23.232: [CLSFRAME][3007294320] {0:8:2} New Framework state: 6
2011-09-28 12:48:23.235: [ AGFW][3007294320] {0:8:2} Agent is started with userid: oracle , expected user: oracle
2011-09-28 12:48:23.235: [ AGENT][3007294320] {0:8:2} Static Version 11.2.0.3.0
2011-09-28 12:48:23.236: [ AGFW][3007294320] {0:8:2} Agent sending message to PE: AGENT_HANDSHAKE[Proxy] ID 20484:11
2011-09-28 12:48:23.257: [ AGFW][3007294320] {0:8:2} Agent received the message: RESTYPE_ADD[ora.crs.type] ID 8196:568
2011-09-28 12:48:23.258: [ AGFW][3007294320] {0:8:2} Added new restype: ora.crs.type
2011-09-28 12:48:23.261: [ AGFW][3007294320] {0:8:2} Agent sending last reply for: RESTYPE_ADD[ora.crs.type] ID 8196:568
2011-09-28 12:48:23.283: [ AGFW][3007294320] {0:8:2} Agent received the message: RESTYPE_ADD[ora.ctss.type] ID 8196:569
2011-09-28 12:48:23.284: [ AGFW][3007294320] {0:8:2} Added new restype: ora.ctss.type
2011-09-28 12:48:23.285: [ AGFW][3007294320] {0:8:2} Agent sending last reply for: RESTYPE_ADD[ora.ctss.type] ID 8196:569
2011-09-28 12:48:23.305: [ AGFW][3007294320] {0:8:2} Agent received the message: RESTYPE_ADD[ora.diskmon.type] ID 8196:570
2011-09-28 12:48:23.305: [ AGFW][3007294320] {0:8:2} Added new restype: ora.diskmon.type
2011-09-28 12:48:23.305: [ AGFW][3007294320] {0:8:2} Agent sending last reply for: RESTYPE_ADD[ora.diskmon.type] ID 8196:570
2011-09-28 12:48:23.317: [ AGFW][3007294320] {0:8:2} Agent received the message: RESOURCE_ADD[ora.diskmon 1 1] ID 4356:571
2011-09-28 12:48:23.317: [ AGFW][3007294320] {0:8:2} Added new resource: ora.diskmon 1 1 to the agfw
2011-09-28 12:48:23.319: [ AGFW][3007294320] {0:8:2} Agent sending last reply for: RESOURCE_ADD[ora.diskmon 1 1] ID 4356:571
2011-09-28 12:48:23.331: [ AGFW][3007294320] {0:0:127} Agent received the message: RESOURCE_START[ora.diskmon 1 1] ID 4098:572
2011-09-28 12:48:23.331: [ AGFW][3007294320] {0:0:127} Preparing START command for: ora.diskmon 1 1
2011-09-28 12:48:23.331: [ AGFW][3007294320] {0:0:127} ora.diskmon 1 1 state changed from: UNKNOWN to: STARTING
2011-09-28 12:48:23.336: [ora.diskmon][3011496816] {0:0:127} [start] (:CLSN00107:) clsn_agent::start {
2011-09-28 12:48:23.336: [ora.diskmon][3011496816] {0:0:127} [start] getResAttrib: attrib name VERSION value 11.2.0.3.0 len 10
2011-09-28 12:48:23.336: [ora.diskmon][3011496816] {0:0:127} [start] getResAttrib: attrib name USR_ORA_ENV value ORACLE_USER=oracle len 18
2011-09-28 12:48:23.339: [ora.diskmon][3011496816] {0:0:127} [start] getResAttrib: attrib name DAEMON_LOGGING_LEVELS value len 0
2011-09-28 12:48:23.339: [ora.diskmon][3011496816] {0:0:127} [start] getResAttrib: attrib name DAEMON_TRACING_LEVELS value len 0
2011-09-28 12:48:23.340: [ora.diskmon][3011496816] {0:0:127} [start] DaemonAgent{
2011-09-28 12:48:23.340: [ora.diskmon][3011496816] {0:0:127} [start] }DaemonAgent
2011-09-28 12:48:23.341: [ora.diskmon][3011496816] {0:0:127} [start] DiskmonAgent::DiskmonAgent {
2011-09-28 12:48:23.343: [ora.diskmon][3011496816] {0:0:127} [start] CELL communication is configured to use 0 interface(s):

2011-09-28 12:48:23.344: [ora.diskmon][3011496816] {0:0:127} [start] DiskmonAgent::DiskmonAgent diskmon is disabled
2011-09-28 12:48:23.345: [ora.diskmon][3011496816] {0:0:127} [start] InitAttrs {
2011-09-28 12:48:23.345: [ora.diskmon][3011496816] {0:0:127} [start] __IS_HASD_AGENT=TRUE
2011-09-28 12:48:23.345: [ora.diskmon][3011496816] {0:0:127} [start] }InitAttrs
2011-09-28 12:48:23.345: [ora.diskmon][3011496816] {0:0:127} [start] DiskmonAgent::DiskmonAgent }
2011-09-28 12:48:23.345: [ora.diskmon][3011496816] {0:0:127} [start] getResAttrib: attrib name USR_ORA_ENV value ORACLE_USER=oracle len 18
2011-09-28 12:48:23.346: [ora.diskmon][3011496816] {0:0:127} [start] getResAttrib: attrib name DAEMON_LOGGING_LEVELS value len 0
2011-09-28 12:48:23.346: [ora.diskmon][3011496816] {0:0:127} [start] getResAttrib: attrib name DAEMON_TRACING_LEVELS value len 0
2011-09-28 12:48:23.346: [ora.diskmon][3011496816] {0:0:127} [start] DiskmonAgent::start {
2011-09-28 12:48:23.348: [ora.diskmon][3011496816] {0:0:127} [start] DiskmonAgent::start }-
2011-09-28 12:48:23.348: [ora.diskmon][3011496816] {0:0:127} [start] (:CLSN00107:) clsn_agent::start }
2011-09-28 12:48:23.349: [ AGFW][3011496816] {0:0:127} Command: start for resource: ora.diskmon 1 1 completed with status: SUCCESS
2011-09-28 12:48:23.350: [CLSFRAME][3031931104] TM [MultiThread] is changing desired thread # to 3. Current # is 2
2011-09-28 12:48:23.351: [ AGFW][3007294320] {0:0:127} Agent sending reply for: RESOURCE_START[ora.diskmon 1 1] ID 4098:572
2011-09-28 12:48:23.359: [ora.diskmon][3011496816] {0:0:127} [check] DiskmonAgent::check {
2011-09-28 12:48:23.359: [ora.diskmon][3011496816] {0:0:127} [check] DiskmonAgent::check }- 0
2011-09-28 12:48:23.361: [ AGFW][3007294320] {0:0:127} ora.diskmon 1 1 state changed from: STARTING to: ONLINE
2011-09-28 12:48:23.361: [ AGFW][3007294320] {0:0:127} Started implicit monitor for [ora.diskmon 1 1] interval=3000 delay=3000
2011-09-28 12:48:23.361: [ AGFW][3007294320] {0:0:127} Agent sending last reply for: RESOURCE_START[ora.diskmon 1 1] ID 4098:572
2011-09-28 12:48:26.367: [ora.diskmon][3015699312] {0:0:127} [check] DiskmonAgent::check {
2011-09-28 12:48:26.368: [ora.diskmon][3015699312] {0:0:127} [check] DiskmonAgent::check }- 2
2011-09-28 12:48:26.369: [ AGFW][3007294320] {0:0:127} ora.diskmon 1 1 state changed from: ONLINE to: PLANNED_OFFLINE
2011-09-28 12:48:26.369: [ AGFW][3007294320] {0:8:3} Generating new Tint for unplanned state change. Original Tint: {0:0:127}
2011-09-28 12:48:26.370: [ AGFW][3007294320] {0:8:3} Agent sending message to PE: RESOURCE_STATUS[Proxy] ID 20481:29
2011-09-28 12:48:26.370: [ AGFW][3007294320] {0:8:3} Agent has no resources to be monitored, Shutting down ..
2011-09-28 12:48:26.393: [ AGFW][3007294320] {0:8:3} Agent sending message to PE: AGENT_SHUTDOWN_REQUEST[Proxy] ID 20486:30
2011-09-28 12:48:26.403: [ AGFW][3007294320] {0:8:3} Agent is shutting down.
2011-09-28 12:48:26.406: [ AGFW][3007294320] {0:8:3} Agent is exiting with exit code: 1

However, You can find out at 11.2.0.3 Grid Infrastructure diskmon Will be Offline by Default in Non-Exadata Environment [ID 1346881.1]

Related Post:
Just Test - Install Oracle GI (standalone server) on OL6
Upgrade Grid Infrastructure for cluster (11.2.0.2 to 11.2.0.3)

No comments: