OpenSolaris

Printable Version Enter a New Search
Bug ID 6502061
Synopsis [ID 297493 daemon.error] Validate - Applications directory %s does not exist
State 10-Fix Delivered (Fix available in build)
Category:Subcategory suncluster:ha-oracle_ebs
Keywords
Responsible Engineer Neil Garthwaite
Reported Against
Duplicate Of
Introduced In
Commit to Fix 3.2u1_03
Fixed In 3.2u1_03
Release Fixed 3.2u1_fcs(3.2u1_03)
Related Bugs
Submit Date 7-December-2006
Last Update Date 29-June-2007
Description
When running with locale ja_JP.PCK, the validate fails for the Oracle E-Business Suite resource. 

My customer's system locale is set to "ja_JP.PCK".
In this system, scrgadm is expressed by Japanese!

so, Line 73rd in /opt/SUNWscebs/bin/control_ebs
---------------------------------------------------------------------------
LHOST=`/usr/cluster/bin/scrgadm -pvv -j ${SCLH} | /usr/bin/grep
HostnameList | \
/usr/bin/grep value: | /usr/bin/awk -F: '{print $4}' | /usr/bin/tr -d " "`
---------------------------------------------------------------------------
LHOST must be empty.

It can be solved by changing system locale from "ja_JP.PCK" to "C".
but my customer's application requirement is not accept this modification.
Work Around
See suggested fix.
Comments
N/A