Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-1531815.1
Update Date:2013-03-21
Keywords:

Solution Type  Problem Resolution Sure

Solution  1531815.1 :   Can Not Start Resource EnterpriseController-network On Super Cluster  


Related Items
  • SPARC SuperCluster T4-4 Full Rack
  •  
Related Categories
  • PLA-Support>Eng Systems>Exadata/ODA/SSC>SPARC SuperCluster>DB: SuperCluster_EST
  •  




Created from <SR 3-6841506911>

Applies to:

SPARC SuperCluster T4-4 Full Rack - Version All Versions and later
Oracle Solaris on SPARC (64-bit)

Symptoms

Not able to start ops center enterprise controller network resource . When try to start using crsctl
it gives following error:

root@greendb01:/u01/app/11.2.0.3/grid/log/greendb01/crsd# /u01/app/11.2.0.3/grid/bin/crsctl start res EnterpriseController-network
CRS-2672: Attempting to start 'EnterpriseController-network' on 'greendb01'
CRS-2674: Start of 'EnterpriseController-network' on 'greendb01' failed
CRS-2679: Attempting to clean 'EnterpriseController-network' on 'greendb01'
CRS-2678: 'EnterpriseController-network' on 'greendb01' has experienced an unrecoverable failure
CRS-0267: Human intervention required to resume its availability.
CRS-4000: Command Start failed, or completed with errors.
root@greendb01:/u01/app/11.2.0.3/grid/log/greendb01/crsd# /u01/app/11.2.0.3/grid/bin/crsctl stop res EnterpriseController-network -f
CRS-2679: Attempting to clean 'EnterpriseController-network' on 'greendb01'
CRS-2681: Clean of 'EnterpriseController-network' on 'greendb01' succeeded
root@greendb01:/u01/app/11.2.0.3/grid/log/greendb01/crsd# /u01/app/11.2.0.3/grid/bin/crsctl start res EnterpriseController-network
CRS-2672: Attempting to start 'EnterpriseController-network' on 'greendb01'
CRS-2674: Start of 'EnterpriseController-network' on 'greendb01' failed
CRS-2679: Attempting to clean 'EnterpriseController-network' on 'greendb01'
CRS-2678: 'EnterpriseController-network' on 'greendb01' has experienced an unrecoverable failure
CRS-0267: Human intervention required to resume its availability.
CRS-4000: Command Start failed, or completed with errors.

Cause

This issue is happening because of following bug:

<Bug 14086692>: VIP FAILS TO START ON SOLARIS 11

Here racvip script is using /usr/ucb/whoami for WHOAMI parameter.


 
racg/EnterpriseCntroller-network.log shows following error:

/u01/app/11.2.0.3/grid/bin/racgvip[142]: /usr/ucb/whoami: not found [No such file or directory]
It must be run as root user
/u01/app/11.2.0.3/grid/bin/racgvip[142]: /usr/ucb/whoami: not found [No such file or directory]
It must be run as root user
/u01/app/11.2.0.3/grid/bin/racgvip[142]: /usr/ucb/whoami: not found [No such file or directory]
It must be run as root user
/u01/app/11.2.0.3/grid/bin/racgvip[142]: /usr/ucb/whoami: not found [No such file or directory]
It must be run as root user
/u01/app/11.2.0.3/grid/bin/racgvip[142]: /usr/ucb/whoami: not found [No such file or directory]
It must be run as root user
/u01/app/11.2.0.3/grid/bin/racgvip[142]: /usr/ucb/whoami: not found [No such file or directory]
It must be run as root user

 
 

Solution

Workaround:

Either create a symlink to /usr/bin/whoami or Manually modify the racgvip script to use the correct path for Solaris 11 for 

whoami.

Note: 

racgvip script get overwritten after BP update. Reliable workaround is OS symbolic link that would
persist through BP updates



To create symbolic link  run the following command

ln -s /usr/bin/whoami /usr/ucb/whoami

  

<Bug 14086692> is fixed in version 11.2.0.4

 

References

<BUG:14086692> - VIP FAILS TO START ON SOLARIS 11

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback