Sun Microsystems, Inc.  Sun System Handbook - ISO 4.1 October 2012 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-1338225.1
Update Date:2012-05-24
Keywords:

Solution Type  Problem Resolution Sure

Solution  1338225.1 :   Exadata: Oracle ILOM Server target status never changes to DOWN on Grid Control even when ILOM was shutdown.  


Related Items
  • Exadata Database Machine X2-2 Hardware
  •  
  • Enterprise Manager for Miscellaneous Plug-ins
  •  
  • Oracle Exadata Hardware
  •  
Related Categories
  • PLA-Support>Database Technology>Engineered Systems>Oracle Exadata>DB: Exadata_EST
  •  
  • .Old GCS Categories>ST>EM>ThirdPartyPlugins>Troubleshooting Guides
  •  
  • .Old GCS Categories>ST>Server>Engineered Systems>Exadata>Troubleshooting and Debugging
  •  




Created from <SR 3-3925932561>

Applies to:

Exadata Database Machine X2-2 Hardware - Version Not Applicable and later
Enterprise Manager for Miscellaneous Plug-ins - Version 11.1.0.1 to 11.1.0.1 [Release 11.1]
Oracle Exadata Hardware - Version 11.2.0.1 and later
Information in this document applies to any platform.

Symptoms

Grid Control Oracle Management Service 11.1.0.1 on Linux x86-64.
Grid Control Oracle Management Agent 11.1.0.1 on Linux x86-64.
Oracle ILOM Monitoring plug-in 11.1.0.2.0

Oracle ILOM Server target status never changes to DOWN on Grid Control
even though ILOM was shutdown.

Cause


Issue reported in the following Oracle Bug

<Bug 12683281> : ORACLE ILOM SERVER TARGET STATUS NEVER CHANGES TO DOWN.

Solution

As a  Workaround , perform the follwoing steps

1. backup $AGENT_HOME/sysman/admin/scripts/emx/oracle_x2cn/NodeStatusCheck.pl
2. modify $AGENT_HOME/sysman/admin/scripts/emx/oracle_x2cn/NodeStatusCheck.pl

Before modify

use Net::Ping;

$host = shift;
$p = Net::Ping->new();
if ($p->ping($host)) {
print "online\n";
} else {
print "offline\n";



After modify

use Net::Ping;

$host = shift;
$p = Net::Ping->new();
if ($p->ping($host)) {
print "online";
} else {
print "offline";




In other words, the action is to remove the "\n"

References

<BUG:12683281> - ORACLE ILOM SERVER TARGET STATUS NEVER CHANGES TO DOWN.

Attachments
This solution has no attachment
  Copyright © 2012 Sun Microsystems, Inc.  All rights reserved.
 Feedback