Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

getting 'trace' type output from asmca

EdStevensAug 23 2012 — edited Aug 27 2012
Oracle GI 11.2.0.2.0
Oracle Linux 5.6 x86-64

Another one for the "Gee, I've never seen this before"

Connecting to my server as oralce (ssh connection via putty) I fire up asmca, and after a short delay the GUI pops up just fine.
Connecting under my own credentials, I fire up asmca, and after a short delay the GUI pops up just fine. But during that 'short delay' I'm getting what amounts to a trace writing to my terminal. Here's an excerpt to show what I mean:
estevens:dwdev$ . oraenv
ORACLE_SID = [dwdev] ? +ASM
The Oracle base remains unchanged with value /u01/app/oracle


estevens:+ASM$ asmca
[main] [ 2012-08-23 08:42:23.139 CDT ] [UsmcaCmdLineParser.discoverRAC:239]  Cluster Existence Check
[main] [ 2012-08-23 08:42:23.168 CDT ] [Version.isPre:465]  version to be checked 11.2.0.2.0 major version to check against10
[main] [ 2012-08-23 08:42:23.169 CDT ] [Version.isPre:476]  isPre.java: Returning FALSE
[main] [ 2012-08-23 08:42:23.173 CDT ] [OCR.loadLibrary:311]  
 Inside constructor of OCR
[main] [ 2012-08-23 08:42:23.192 CDT ] [OCR.loadLibrary:319]  Going to load the ocr library
[main] [ 2012-08-23 08:42:23.192 CDT ] [Library.load:188]  library.load
[main] [ 2012-08-23 08:42:23.193 CDT ] [sPlatform.isHybrid:66]  osName=Linux osArch=amd64 JVM=64 rc=false
[main] [ 2012-08-23 08:42:23.193 CDT ] [sPlatform.isHybrid:66]  osName=Linux osArch=amd64 JVM=64 rc=false
[main] [ 2012-08-23 08:42:23.194 CDT ] [Library.load:264]  Loading  library /u01/app/oracle/11.2.0/grid/lib/libsrvmocr11.so
[main] [ 2012-08-23 08:42:23.204 CDT ] [OCR.loadLibrary:321]  loaded ocr libraries
[main] [ 2012-08-23 08:42:23.204 CDT ] [OCR.isCluster:959]  Calling OCRNative for isCluster()
[main] [ 2012-08-23 08:42:23.207 CDT ] [OCR.isCluster:963]  OCR Result status = true
[main] [ 2012-08-23 08:42:23.207 CDT ] [OCR.isCluster:975]  Bolean result = false
There's quite a bit more, including a command and output of lsnrctl status.
Eventualy the GUI opens and works as expected.

I've examined the output of 'id' and find no anomolies. The oracle account has as its primary group 'oinstall', while my primary group is the same as my username (default linux behavior) but I also have oinstall as a secondary group membership.

I've examined the output of 'env|sort' for both accounts immediately prior to issuing the 'emca' command, and find no anomolies. All ORACL_* variables are identical, all PATH type variables are the same

Thinking it might be related to a permissions issue writing to a log/trace file, I executed asmca as the oracle user, the immediately did a 'find . -amin 2' but turned up no log or trace type files.

Ideas?
This post has been answered by Levi Pereira on Aug 24 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 24 2012
Added on Aug 23 2012
4 comments
984 views