![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 1531815.1 : Can Not Start Resource EnterpriseController-network On Super Cluster
Created from <SR 3-6841506911> Applies to:SPARC SuperCluster T4-4 Full Rack - Version All Versions and laterOracle Solaris on SPARC (64-bit) SymptomsNot able to start ops center enterprise controller network resource . When try to start using crsctl 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 CauseThis 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.
/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 SolutionWorkaround: 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
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 11Attachments This solution has no attachment |
||||||||||||
|