Cannot Start ASM Resource

Hi,
After successfully installing PSU 11.2.0.3.6 on Node the Services did not start automatically;
2 Node RAC on HP-UX 11.31
$ crsctl stat res -t -init
NAME           TARGET  STATE        SERVER                   STATE_DETAILS
Cluster Resources
ora.asm
      1        ONLINE  OFFLINE
ora.cluster_interconnect.haip
      1        ONLINE  ONLINE       proddb02
ora.crsd
      1        ONLINE  ONLINE       proddb02
ora.cssd
      1        ONLINE  ONLINE       proddb02
ora.cssdmonitor
      1        ONLINE  ONLINE       proddb02
ora.ctssd
      1        ONLINE  ONLINE       proddb02                 OBSERVER
ora.diskmon
      1        OFFLINE OFFLINE
ora.evmd
      1        ONLINE  ONLINE       proddb02
ora.gipcd
      1        ONLINE  ONLINE       proddb02
ora.gpnpd
      1        ONLINE  ONLINE       proddb02
ora.mdnsd
      1        ONLINE  ONLINE       proddb02
$ crsctl start resource ora.asm
CRS-2672: Attempting to start 'ora.asm' on proddb02'
CRS-2672: Attempting to start 'ora.asm' on 'proddb02'
CRS-5017: The resource action "ora.asm start" encountered the following error:
ORA-27504: IPC error creating OSD context
ORA-27300: OS system dependent operation:check if failed with status: 0
ORA-27301: OS failure message: Error 0
ORA-27302: failure occurred at: skgxpcini3
ORA-27303: additional information: requested interface lan1:801 interface not up _disable_interface_checking = TRUE to disable this check for single instance cluster. Check output from ifconfig c
. For details refer to "(:CLSN00107:)" in "/u01/app/oracle/11.2.0/grid/log/proddb02/agent/ohasd/oraagent_oracle/oraagent_oracle.log".
CRS-2674: Start of 'ora.asm' on 'proddb02' failed
CRS-2679: Attempting to clean 'ora.asm' on 'proddb02'
CRS-2681: Clean of 'ora.asm' on 'proddb02' succeeded
CRS-2674: Start of 'ora.asm' on 'proddb02' failed
CRS-4000: Command Start failed, or completed with errors.
$ crsctl stat res -t
NAME           TARGET  STATE        SERVER                   STATE_DETAILS
Local Resources
ora.DATADG.dg
               ONLINE  ONLINE       proddb01
               ONLINE  OFFLINE      proddb02
ora.FLASHDG.dg
               ONLINE  ONLINE       proddb01
               ONLINE  OFFLINE      proddb02
ora.LISTENER.lsnr
               ONLINE  ONLINE       proddb01
               ONLINE  ONLINE       proddb02
ora.asm
               ONLINE  ONLINE       proddb01                 Started
               ONLINE  OFFLINE      proddb02
ora.gsd
               OFFLINE OFFLINE      proddb01
               OFFLINE OFFLINE      proddb02
ora.net1.network
               ONLINE  ONLINE       proddb01
               ONLINE  ONLINE       proddb02
ora.ons
               ONLINE  ONLINE       proddb01
               ONLINE  ONLINE       proddb02
Cluster Resources
ora.LISTENER_SCAN1.lsnr
      1        ONLINE  ONLINE       proddb01
ora.cvu
      1        ONLINE  ONLINE       proddb01
ora.proddb01.vip
      1        ONLINE  ONLINE       proddb01
ora.proddb02.vip
      1        ONLINE  ONLINE       proddb02
ora.oc4j
      1        OFFLINE OFFLINE
ora.orcl.db
      1        ONLINE  ONLINE       proddb01                 Open
      2        ONLINE  OFFLINE                               Instance Shutdown
ora.orcl.orcltaf.svc
      1        ONLINE  ONLINE       proddb01
      2        ONLINE  OFFLINE
ora.scan1.vip
      1        ONLINE  ONLINE       proddb01The Interface lan1:801 is not correct, it was not there initially;
NODE2
$ oifcfg getif
lan1  192.168.1.0  global  cluster_interconnect
lan0  10.241.16.128  global  public
$ oifcfg iflist
lan1  192.168.1.0
lan1  169.254.0.0
lan0  10.141.15.128
NODE1
$ oifcfg getif
lan1  192.168.1.0  global  cluster_interconnect
lan0  10.141.15.128  global  public
$ oifcfg iflist
lan1  192.168.1.0
lan0  10.141.15.128
ORA-27303: additional information: requested interface lan1:801* interface not up disableinterface_checking = TRUE to disable this check for single instance cluster. Check output from ifconfig c*
Instead of looking for lan1 192.168.1.0 the clusterware is using lan1:801 and this was not there before installing the PSU 11.2.0.3.6.
may due to that the ASM service is not starting
Any help would be highly appreciated.

Trying to remove the virtual lan1:801
# netstat -inw
Name              Mtu        Network         Address         Ipkts               Ierrs      Opkts               Oerrs      Coll
lan1              1500       192.168.1.0     192.168.1.11    69344               0          73890               0          0
lan0              1500       10.141.15.128   10.141.15.136   7343                0          7293                0          0
lo0               32808      127.0.0.0       127.0.0.1       250567              0          250567              0          0
lan1:801          1500       169.254.0.0     169.254.150.220 138                 0          138                 0          0
lan0:801          1500       10.141.15.128   10.141.15.138   280                 0          0                   0          0# ifconfig lan1:801 0.0.0.0 down
As soon as the interface lan1:801 was down automatically a new interface lan1:802 came into existence with the same ip address
# netstat -inw
Name              Mtu        Network         Address         Ipkts               Ierrs      Opkts               Oerrs      Coll
lan1              1500       192.168.1.0     192.168.1.11    69423               0          73998               0          0
lan0              1500       10.141.15.128   10.141.15.136   7421                0          7351                0          0
lo0               32808      127.0.0.0       127.0.0.1       252055              0          252055              0          0
lan1:801*         1500       none            none            0                   0          0                   0          0
lan1:802          1500       169.254.0.0     169.254.150.220 0                   0          0                   0          0
lan0:801          1500       10.141.15.128   10.141.15.138   280                 0          0                   0          0# ifconfig lan1:802 0.0.0.0 down
As soon as the interface lan1:802 was down automatically a new interface lan1:803 came into existence with the same ip address
# netstat -inw
Name              Mtu        Network         Address         Ipkts               Ierrs      Opkts               Oerrs      Coll
lan1              1500       192.168.1.0     192.168.1.11    69491               0          74087               0          0
lan0              1500       10.141.15.128   10.141.15.136   7437                0          7367                0          0
lo0               32808      127.0.0.0       127.0.0.1       252208              0          252208              0          0
lan1:801*         1500       none            none            0                   0          0                   0          0
lan1:803          1500       169.254.0.0     169.254.150.220 0                   0          0                   0          0
lan1:802*         1500       none            none            0                   0          0                   0          0
lan0:801          1500       10.141.15.128   10.141.15.138   280                 0          0                   0          0the new virtual interface is getting created once the old one is disabled.
Brought down the interface lan1:803 and tried to start the "ora.asm" resource
# ifconfig lan1:803 down
# netstat -inw
Name              Mtu        Network         Address         Ipkts               Ierrs      Opkts               Oerrs      Coll
lan1              1500       192.168.1.0     192.168.1.11    74078               0          79108               0          0
lan0              1500       10.241.16.128   10.241.16.136   7817                0          7749                0          0
lo0               32808      127.0.0.0       127.0.0.1       266335              0          266335              0          0
lan1:801*         1500       none            none            0                   0          0                   0          0
lan1:803*         1500       none            none            0                   0          0                   0          0
lan1:802*         1500       none            none            0                   0          0                   0          0
lan0:801          1500       10.241.16.128   10.241.16.138   314                 0          0                   0          0Resource status
$ crsctl stat res -t -init
NAME           TARGET  STATE        SERVER                   STATE_DETAILS
Cluster Resources
ora.asm
      1        ONLINE  OFFLINE                               Instance Shutdown
ora.cluster_interconnect.haip
      1        ONLINE  ONLINE       proddb02
ora.crsd
      1        ONLINE  ONLINE       proddb02
ora.cssd
      1        ONLINE  ONLINE       proddb02
ora.cssdmonitor
      1        ONLINE  ONLINE       proddb02
ora.ctssd
      1        ONLINE  ONLINE       proddb02                 OBSERVER
ora.diskmon
      1        OFFLINE OFFLINE
ora.evmd
      1        ONLINE  ONLINE       proddb02
ora.gipcd
      1        ONLINE  ONLINE       proddb02
ora.gpnpd
      1        ONLINE  ONLINE       proddb02
ora.mdnsd
      1        ONLINE  ONLINE       proddb02
$
$ crsctl start resource ora.asm
CRS-2672: Attempting to start 'ora.asm' on 'proddb02'
CRS-2672: Attempting to start 'ora.asm' on 'proddb02'
CRS-5017: The resource action "ora.asm start" encountered the following error:
ORA-27504: IPC error creating OSD context
ORA-27300: OS system dependent operation:check if failed with status: 0
ORA-27301: OS failure message: Error 0
ORA-27302: failure occurred at: skgxpcini3
ORA-27303: additional information: requested interface lan1:803 interface not up _disable_interface_checking = TRUE to disable this check for single instance cluster. Check output from ifconfig c
. For details refer to "(:CLSN00107:)" in "/u01/app/oracle/11.2.0/grid/log/proddb02/agent/ohasd/oraagent_oracle/oraagent_oracle.log".
CRS-2674: Start of 'ora.asm' on 'proddb02' failed
CRS-2679: Attempting to clean 'ora.asm' on 'proddb02'
CRS-2681: Clean of 'ora.asm' on 'proddb02' succeeded
CRS-2674: Start of 'ora.asm' on 'proddb02' failed
CRS-4000: Command Start failed, or completed with errors.# ifconfig lan1:804 up
$ crsctl start resource ora.asm
CRS-2672: Attempting to start 'ora.asm' on 'proddb02'
CRS-2672: Attempting to start 'ora.asm' on 'proddb02'
CRS-5017: The resource action "ora.asm start" encountered the following error:
ORA-03113: end-of-file on communication channel
Process ID: 0
Session ID: 0 Serial number: 0
. For details refer to "(:CLSN00107:)" in "/u01/app/oracle/11.2.0/grid/log/proddb02/agent/ohasd/oraagent_oracle/oraagent_oracle.log".
CRS-2674: Start of 'ora.asm' on 'proddb02' failed
CRS-2679: Attempting to clean 'ora.asm' on 'proddb02'
CRS-2681: Clean of 'ora.asm' on 'proddb02' succeeded
CRS-2674: Start of 'ora.asm' on proddb02' failed
CRS-4000: Command Start failed, or completed with errors.

Similar Messages

  • Cannot start callcenter resource

    Hello,
    I am setting up a Win2k3 box with bea Weblogic and CCA. I managed to go through the installation without many problems, except that now, after I configured everything in the Network Manager the way the manual said, when I try to start the callcenter resource on my host it fails. I get only one error on the log :
    ERROR: TWCRSipStack::init(void) Unable to construct Sip Stack [ -1 ]
    Tried looking for that on Metalink but found nothing. Someone else has already posted this error on this forum but the thread seems to be abandoned now so I am posting it again. I do not know much about Voip so this message does not means much to me. Anyone knows what could be causing this?
    Thanks!

    Hi,
    I apologize for taking so long to answer. Here are my configurations:
    -IP
    192.168.20.17
    -CALLCENTER
    Uses Port: 50000
    -CALLCENTER ADVANCED
    not dedicated
    Hardware: Taw-voip
    ext. lenght: 4
    dial out: 9
    pbx. prefix: 10
    ani validation size: 10
    Auto answer call: checked
    country code: 55
    int. prefix, national prefix and private prefix: empty
    insert 0 to ani: unchecked
    strip country code: checked
    No local patterns
    no dial plan group
    -VOIP
    host: 192.168.20.17
    start port: 60000
    end port: 60101
    start reserved: 70000
    end reserved: 70101
    payload: mulaw
    bridge internally : empty
    frames per second: 160
    sip port: 50060
    no gatekeepers
    -VOIP INTERFACE
    name: sip
    interface: sip
    number of channels: 10
    default dnis: 0
    sip port: 50060
    enable takeback: unchecked
    ani/dnis Format: unchecked
    Outbound: checked
    Which OS config do you want? I had no idea of what to post here regarding that besides the IP.
    Thanks for the help!

  • CRS-0210: Could not find resource while start ASM on 10G RAC

    Dear All
    I'm trying to install 10g RAC on Redhat 4.1. At the point at which I try to start ASM it fails with the message
    ORA-03113: end-of-file on communication channel
    select value from v$parameter where name='instance_type'
    ERROR at line 1:
    ORA-01034: ORACLE not available
    This seems to be due to a failure CRS. The trace file shows:
    [Thread-11] [17:14:2:907] [HAOperationImpl.runCommand:1254] CRS cmd is: /u01/app/oracle/product/10.2.0/crs/bin/crs_stat -u ora.bfhxx-sql012.ASM1.asm
    [Thread-41] [17:14:2:964] [StreamReader.run:65] OUTPUT>CRS-0210: Could not find resource ora.bfhxx-sql012.ASM1.asm.
    Executing
    /u01/app/oracle/product/10.2.0/crs/bin/crs_stat
    produces:
    NAME=ora.bfhxx-sql012.LISTENER_BFHXX-SQL012.lsnr
    TYPE=application
    TARGET=ONLINE
    STATE=ONLINE on bfhxx-sql012
    NAME=ora.bfhxx-sql012.gsd
    TYPE=application
    TARGET=ONLINE
    STATE=ONLINE on bfhxx-sql012
    NAME=ora.bfhxx-sql012.ons
    TYPE=application
    TARGET=ONLINE
    STATE=ONLINE on bfhxx-sql012
    NAME=ora.bfhxx-sql012.vip
    TYPE=application
    TARGET=ONLINE
    STATE=ONLINE on bfhxx-sql012
    Is this a red herring or is it the reason ASM won't start? At what point should this entry have been created (ie should it already exist when ASM starts or should ASM create it)? Can I manually create the entry using crsstat.
    Many thanks
    Paul

    It all depends on what your mapping problem was and what you did to resolve it. Here are a couple of things you could try:
    -Make sure the orc.loc file on ebdb1 has the same entry as ebdb2. Also, say you are using shared raw devices for CRS: make sure your raw devices are consistent on both nodes.
    If the above does not work
    -Make sure the shared devices are consistent on both nodes and restore one of the OCR backups. I am sure at least one of the backups 4hrs/8hrs/1day/2day/1week some thing must be a worthwhile. If you do restore OCR from a backup make sure to run cluvfy before you start your CRS.
    Always a good practise to take a backup of status quo before you restore from the backups.
    It would be interesting to know what lead to your disk mapping problem in the first palce.
    Good Luck!

  • Root.sh fails on 11.2.0.3 clusterware while starting 'ora.asm' resource

    Dear all,
    I am trying to install clean Oracle 11.2.0.3 grid infrastructure on a two node cluster running on Solaris 5.10.
    - Cluster verification was successfully on both nodes; No warning or issues;
    - I am using 2 network cards for the public and 2 for the private interconnect;
    - OCR is stored on ASM
    - Firewall is disabled on both nodes
    - SCAN is being configured on the DNS (not added in /etc/hosts)
    - GNS is not used
    - hosts file is identical (except the primary hostname)
    The problem: root.sh fails on the 2nd (remote) node, because it fails to start the "ora.asm" resource. However, the root.sh has completed successfully on the 1st node.. Somehow, root.sh doesn't create +ASM2 instance on the remote (host2) node.
    root.sh was executed first on the local node (host1) and after the successful execution was started on the remote (host2) node.
    Output from host1 (working):
    ===================
    Adding Clusterware entries to inittab
    CRS-2672: Attempting to start 'ora.mdnsd' on 'host1'
    CRS-2676: Start of 'ora.mdnsd' on 'host1' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'host1'
    CRS-2676: Start of 'ora.gpnpd' on 'host1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'host1'
    CRS-2672: Attempting to start 'ora.gipcd' on 'host1'
    CRS-2676: Start of 'ora.cssdmonitor' on 'host1' succeeded
    CRS-2676: Start of 'ora.gipcd' on 'host1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'host1'
    CRS-2672: Attempting to start 'ora.diskmon' on 'host1'
    CRS-2676: Start of 'ora.diskmon' on 'host1' succeeded
    CRS-2676: Start of 'ora.cssd' on 'host1' succeeded
    ASM created and started successfully.
    Disk Group CRS created successfully.
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    CRS-4256: Updating the profile
    Successful addition of voting disk 4373be34efab4f01bf79f6c5362acfd3.
    Successful addition of voting disk 7fd725fa4d904f07bf76cecf96791547.
    Successful addition of voting disk a9c85297bdd74f3abfd86899205aaf17.
    Successfully replaced voting disk group with +CRS.
    CRS-4256: Updating the profile
    CRS-4266: Voting file(s) successfully replaced
    ## STATE File Universal Id File Name Disk group
    1. ONLINE 4373be34efab4f01bf79f6c5362acfd3 (/dev/rdsk/c4t600A0B80006E2CC40000C6674E82AA57d0s4) [CRS]
    2. ONLINE 7fd725fa4d904f07bf76cecf96791547 (/dev/rdsk/c4t600A0B80006E2CC40000C6694E82AADDd0s4) [CRS]
    3. ONLINE a9c85297bdd74f3abfd86899205aaf17 (/dev/rdsk/c4t600A0B80006E2F100000C7744E82AC7Ad0s4) [CRS]
    Located 3 voting disk(s).
    CRS-2672: Attempting to start 'ora.asm' on 'host1'
    CRS-2676: Start of 'ora.asm' on 'host1' succeeded
    CRS-2672: Attempting to start 'ora.CRS.dg' on 'host1'
    CRS-2676: Start of 'ora.CRS.dg' on 'host1' succeeded
    CRS-2672: Attempting to start 'ora.registry.acfs' on 'host1'
    CRS-2676: Start of 'ora.registry.acfs' on 'host1' succeeded
    Configure Oracle Grid Infrastructure for a Cluster ... succeeded
    Name Type Target State Host
    ora.CRS.dg ora....up.type ONLINE ONLINE host1
    ora....ER.lsnr ora....er.type ONLINE ONLINE host1
    ora....N1.lsnr ora....er.type ONLINE ONLINE host1
    ora....N2.lsnr ora....er.type ONLINE ONLINE host1
    ora....N3.lsnr ora....er.type ONLINE ONLINE host1
    ora.asm ora.asm.type ONLINE ONLINE host1
    ora....SM1.asm application ONLINE ONLINE host1
    ora....B1.lsnr application ONLINE ONLINE host1
    ora....db1.gsd application OFFLINE OFFLINE
    ora....db1.ons application ONLINE ONLINE host1
    ora....db1.vip ora....t1.type ONLINE ONLINE host1
    ora.cvu ora.cvu.type ONLINE ONLINE host1
    ora.gsd ora.gsd.type OFFLINE OFFLINE
    ora....network ora....rk.type ONLINE ONLINE host1
    ora.oc4j ora.oc4j.type ONLINE ONLINE host1
    ora.ons ora.ons.type ONLINE ONLINE host1
    ora....ry.acfs ora....fs.type ONLINE ONLINE host1
    ora.scan1.vip ora....ip.type ONLINE ONLINE host1
    ora.scan2.vip ora....ip.type ONLINE ONLINE host1
    ora.scan3.vip ora....ip.type ONLINE ONLINE host1
    Output from host2 (failing):
    ===================
    OLR initialization - successful
    Adding Clusterware entries to inittab
    CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node billdb1, number 1, and is terminating
    An active cluster was found during exclusive startup, restarting to join the cluster
    Start of resource "ora.asm" failed
    CRS-2672: Attempting to start 'ora.drivers.acfs' on 'host2'
    CRS-2676: Start of 'ora.drivers.acfs' on 'host2' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'host2'
    CRS-5017: The resource action "ora.asm start" encountered the following error:
    ORA-03113: end-of-file on communication channel
    Process ID: 0
    Session ID: 0 Serial number: 0
    *. For details refer to "(:CLSN00107:)" in "/u01/11.2.0/grid/log/host2/agent/ohasd/oraagent_grid/oraagent_grid.log".*
    CRS-2674: Start of 'ora.asm' on 'host2' failed
    CRS-2679: Attempting to clean 'ora.asm' on 'host2'
    CRS-2681: Clean of 'ora.asm' on 'host2' succeeded
    CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'host2'
    CRS-2677: Stop of 'ora.drivers.acfs' on 'host2' succeeded
    CRS-4000: Command Start failed, or completed with errors.
    Failed to start Oracle Grid Infrastructure stack
    Failed to start ASM at /u01/11.2.0/grid/crs/install/crsconfig_lib.pm line 1272.
    /u01/11.2.0/grid/perl/bin/perl -I/u01/11.2.0/grid/perl/lib -I/u01/11.2.0/grid/crs/install /u01/11.2.0/grid/crs/install/rootcrs.pl execution failed
    Contents of "/u01/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_host2.log"
    =============================================
    CRS-2672: Attempting to start 'ora.asm' on 'host2'
    CRS-5017: The resource action "ora.asm start" encountered the following error:
    ORA-03113: end-of-file on communication channel
    Process ID: 0
    Session ID: 0 Serial number: 0
    . For details refer to "(:CLSN00107:)" in "/u01/11.2.0/grid/log/host2/agent/ohasd/oraagent_grid/oraagent_grid.log".
    CRS-2674: Start of 'ora.asm' on 'host2' failed
    CRS-2679: Attempting to clean 'ora.asm' on 'host2'
    CRS-2681: Clean of 'ora.asm' on 'host2' succeeded
    CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'host2'
    CRS-2677: Stop of 'ora.drivers.acfs' on 'host2' succeeded
    CRS-4000: Command Start failed, or completed with errors.
    2011-10-24 19:36:54: Failed to start Oracle Grid Infrastructure stack
    2011-10-24 19:36:54: ###### Begin DIE Stack Trace ######
    2011-10-24 19:36:54: Package File Line Calling
    2011-10-24 19:36:54: --------------- -------------------- ---- ----------
    2011-10-24 19:36:54: 1: main rootcrs.pl 375 crsconfig_lib::dietrap
    2011-10-24 19:36:54: 2: crsconfig_lib crsconfig_lib.pm 1272 main::__ANON__
    2011-10-24 19:36:54: 3: crsconfig_lib crsconfig_lib.pm 1171 crsconfig_lib::start_cluster
    2011-10-24 19:36:54: 4: main rootcrs.pl 803 crsconfig_lib::perform_start_cluster
    2011-10-24 19:36:54: ####### End DIE Stack Trace #######
    Shortened output from "/u01/11.2.0/grid/log/host2/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2011-10-24 19:35:48.726: [ora.asm][9] {0:0:224} [start] clean {
    2011-10-24 19:35:48.726: [ora.asm][9] {0:0:224} [start] InstAgent::stop_option stop mode immediate option 1
    2011-10-24 19:35:48.726: [ora.asm][9] {0:0:224} [start] InstAgent::stop {
    2011-10-24 19:35:48.727: [ora.asm][9] {0:0:224} [start] InstAgent::stop original reason system do shutdown abort
    2011-10-24 19:35:48.727: [ora.asm][9] {0:0:224} [start] ConnectionPool::resetConnection s_statusOfConnectionMap 00ab1948
    2011-10-24 19:35:48.727: [ora.asm][9] {0:0:224} [start] ConnectionPool::resetConnection sid +ASM2 status  2
    2011-10-24 19:35:48.728: [ora.asm][9] {0:0:224} [start] Gimh::check OH /u01/11.2.0/grid SID +ASM2
    2011-10-24 19:35:48.728: [ora.asm][9] {0:0:224} [start] Gimh::check condition changes to (GIMH_NEXT_NUM) 0,1,7 exists
    2011-10-24 19:35:48.729: [ora.asm][9] {0:0:224} [start] (:CLSN00006:)AsmAgent::check failed gimh state 0
    2011-10-24 19:35:48.729: [ora.asm][9] {0:0:224} [start] AsmAgent::check ocrCheck 1 m_OcrOnline 0 m_OcrTimer 0
    2011-10-24 19:35:48.729: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet { entry
    2011-10-24 19:35:48.730: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet procr_get_conf: retval [0] configured [1] local only [0] error buffer []
    2011-10-24 19:35:48.730: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet procr_get_conf: OCR loc [0], Disk Group : [+CRS]
    2011-10-24 19:35:48.730: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet m_ocrDgpSet 015fba90 dgName CRS
    2011-10-24 19:35:48.731: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet ocrret 0 found 1
    2011-10-24 19:35:48.731: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet ocrDgpSet CRS
    2011-10-24 19:35:48.731: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet exit }
    2011-10-24 19:35:48.731: [ora.asm][9] {0:0:224} [start] DgpAgent::ocrDgCheck Entry {
    2011-10-24 19:35:48.732: [ora.asm][9] {0:0:224} [start] DgpAgent::getConnxn new pool
    2011-10-24 19:35:48.732: [ora.asm][9] {0:0:224} [start] DgpAgent::getConnxn new pool m_oracleHome:/u01/11.2.0/grid m_oracleSid:+ASM2 m_usrOraEnv:
    2011-10-24 19:35:48.732: [ora.asm][9] {0:0:224} [start] ConnectionPool::ConnectionPool 2 m_oracleHome:/u01/11.2.0/grid, m_oracleSid:+ASM2, m_usrOraEnv:
    2011-10-24 19:35:48.733: [ora.asm][9] {0:0:224} [start] ConnectionPool::addConnection m_oracleHome:/u01/11.2.0/grid m_oracleSid:+ASM2 m_usrOraEnv: pConnxn:
    01fcdf10
    2011-10-24 19:35:48.733: [ora.asm][9] {0:0:224} [start] Utils::getCrsHome crsHome /u01/11.2.0/grid
    2011-10-24 19:35:51.969: [ora.asm][14] {0:0:224} [check] makeConnectStr = (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/u01/11.2.0/grid/bin/oracle)(ARGV0=o
    racle+ASM2)(ENVS='ORACLE_HOME=/u01/11.2.0/grid,ORACLE_SID=+ASM2')(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=+ASM2)))
    2011-10-24 19:35:51.971: [ora.asm][14] {0:0:224} [check] ConnectionPool::getConnection 260 pConnxn 013e40a0
    2011-10-24 19:35:51.971: [ora.asm][14] {0:0:224} [check] DgpAgent::getConnxn connected
    2011-10-24 19:35:51.971: [ora.asm][14] {0:0:224} [check] InstConnection::connectInt: server not attached
    2011-10-24 19:35:52.190: [ora.asm][14] {0:0:224} [check] ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    2011-10-24 19:35:52.190: [ora.asm][14] {0:0:224} [check] InstConnection::connectInt (2) Exception OCIException
    2011-10-24 19:35:52.190: [ora.asm][14] {0:0:224} [check] InstConnection:connect:excp OCIException OCI error 1034
    2011-10-24 19:35:52.190: [ora.asm][14] {0:0:224} [check] DgpAgent::queryDgStatus excp ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    2011-10-24 19:35:52.190: [ora.asm][14] {0:0:224} [check] DgpAgent::queryDgStatus asm inst is down or going down
    2011-10-24 19:35:52.191: [ora.asm][14] {0:0:224} [check] DgpAgent::queryDgStatus dgName CRS ret 1
    2011-10-24 19:35:52.191: [ora.asm][14] {0:0:224} [check] (:CLSN00100:)DgpAgent::ocrDgCheck OCR dgName CRS state 1
    2011-10-24 19:35:52.192: [ora.asm][14] {0:0:224} [check] ConnectionPool::releaseConnection InstConnection 013e40a0
    2011-10-24 19:35:52.192: [ora.asm][14] {0:0:224} [check] AsmAgent::check ocrCheck 2 m_OcrOnline 0 m_OcrTimer 0
    2011-10-24 19:35:52.193: [ora.asm][14] {0:0:224} [check] CrsCmd::ClscrsCmdData::stat entity 1 statflag 32 useFilter 0
    2011-10-24 19:35:52.197: [ COMMCRS][23]clsc_connect: (1020d39d0) no listener at (ADDRESS=(PROTOCOL=IPC)(KEY=CRSD_UI_SOCKET))
    Please advice for any workaround or a metalink note.
    Thanks in advance!

    Thanks for the fast reply!
    - Yes, the shared storage is accessible.
    - The alert log for the +ASM2 clearly shows that ASM instance has started normally using default parameters and at one point PMON process dumped.
    - The system logs just shows that there is an error executing "crswrapexece.pl"
    System Log
    ===================
    *Oct 24 19:25:03 host2 root: [ID 702911 user.error] exec /u01/11.2.0/grid/perl/bin/perl -I/u01/11.2.0/grid/perl/lib /u01/11.2.0/grid/bin/crswrapexece.pl /*
    u01/11.2.0/grid/crs/install/s_crsconfig_host2_env.txt /u01/11.2.0/grid/bin/ohasd.bin "reboot"
    Oct 24 19:26:33 host2 oracleoks: [ID 902884 kern.notice] [Oracle OKS] mallocing log buffer, size=10485760
    Oct 24 19:26:33 host2 oracleoks: [ID 714332 kern.notice] [Oracle OKS] log buffer = 0x301780fcb50, size 10485760
    Oct 24 19:26:33 host2 oracleoks: [ID 400061 kern.notice] NOTICE: [Oracle OKS] ODLM hash size 16384
    Oct 24 19:26:33 host2 oracleoks: [ID 160659 kern.notice] NOTICE: OKSK-00004: Module load succeeded. Build information: (LOW DEBUG) USM_11.2.0.3.0_SOLAR
    IS.SPARC64_110803.1 2011/08/11 02:38:30
    Oct 24 19:26:33 host2 pseudo: [ID 129642 kern.info] pseudo-device: oracleadvm0
    Oct 24 19:26:33 host2 genunix: [ID 936769 kern.info] oracleadvm0 is /pseudo/oracleadvm@0
    Oct 24 19:26:33 host2 oracleoks: [ID 141287 kern.notice] NOTICE: ADVMK-00001: Module load succeeded. Build information: (LOW DEBUG) - USM_11.2.0.3.0_SOL
    ARIS.SPARC64_110803.1 built on 2011/08/11 02:40:17.
    Oct 24 19:26:33 host2 oracleacfs: [ID 202941 kern.notice] NOTICE: [Oracle ACFS] FCB hash size 16384
    Oct 24 19:26:33 host2 oracleacfs: [ID 671725 kern.notice] NOTICE: [Oracle ACFS] buffer cache size 511MB (79884 buckets)
    Oct 24 19:26:33 host2 oracleacfs: [ID 730054 kern.notice] NOTICE: [Oracle ACFS] DLM hash size 16384
    Oct 24 19:26:33 host2 oracleoks: [ID 617314 kern.notice] NOTICE: ACFSK-0037: Module load succeeded. Build information: (LOW DEBUG) USM_11.2.0.3.0_SOLAR
    IS.SPARC64_110803.1 2011/08/11 02:42:45
    Oct 24 19:26:33 host2 pseudo: [ID 129642 kern.info] pseudo-device: oracleacfs0
    Oct 24 19:26:33 host2 genunix: [ID 936769 kern.info] oracleacfs0 is /pseudo/oracleacfs@0
    Oct 24 19:26:36 host2 oracleoks: [ID 621795 kern.notice] NOTICE: OKSK-00010: Persistent OKS log opened at /u01/11.2.0/grid/log/host2/acfs/acfs.log.0.
    Oct 24 19:31:37 host2 last message repeated 1 time
    Oct 24 19:33:05 host2 CLSD: [ID 770310 daemon.notice] The clock on host host2 has been updated by the Cluster Time Synchronization Service to be synchr
    onous with the mean cluster time.
    ASM alert log
    ====================================================================
    <msg time='2011-10-24T19:35:48.776+01:00' org_id='oracle' comp_id='asm'
    client_id='' type='UNKNOWN' level='16'
    host_id='host2' host_addr='10.172.16.200' module=''
    pid='26406'>
    <txt>System state dump requested by (instance=2, osid=26396 (PMON)), summary=[abnormal instance termination].
    </txt>
    </msg>
    <msg time='2011-10-24T19:35:48.778+01:00' org_id='oracle' comp_id='asm'
    client_id='' type='UNKNOWN' level='16'
    host_id='host2' host_addr='10.172.16.200' module=''
    pid='26406'>
    <txt>System State dumped to trace file /u01/app/oracle/diag/asm/+asm/+ASM2/trace/+ASM2_diag_26406.trc
    </txt>
    </msg>
    <msg time='2011-10-24T19:35:48.927+01:00' org_id='oracle' comp_id='asm'
    type='UNKNOWN' level='16' host_id='host2'
    host_addr='10.172.16.200' pid='26470'>
    <txt>ORA-1092 : opitsk aborting process
    </txt>
    </msg>
    <msg time='2011-10-24T19:35:49.128+01:00' org_id='oracle' comp_id='asm'
    type='UNKNOWN' level='16' host_id='host2'
    host_addr='10.172.16.200' pid='26472'>
    <txt>ORA-1092 : opitsk aborting process
    </txt>
    </msg>
    Output from "/u01/app/oracle/diag/asm/+asm/+ASM2/trace/+ASM2_diag_26406.trc"
    REQUEST:system state dump at level 10, requested by (instance=2, osid=26396 (PMON)), summary=[abnormal instance termination].
    kjzdattdlm: Can not attach to DLM (LMON up=[TRUE], DB mounted=[FALSE]).
    ===================================================
    SYSTEM STATE (level=10)
    Orapids on dead process list: [count = 0]
    PROCESS 1:
    SO: 0x3df098b50, type: 2, owner: 0x0, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x3df098b50, name=process, file=ksu.h LINE:12616 ID:, pg=0
    (process) Oracle pid:1, ser:0, calls cur/top: 0x0/0x0
    flags : (0x20) PSEUDO
    flags2: (0x0), flags3: (0x10)
    intr error: 0, call error: 0, sess error: 0, txn error 0
    intr queue: empty
    ksudlp FALSE at location: 0
    (post info) last post received: 0 0 0
    last post received-location: No post
    last process to post me: none
    last post sent: 0 0 0
    last post sent-location: No post
    last process posted by me: none
    (latch info) wait_event=0 bits=0
    O/S info: user: , term: , ospid: (DEAD)
    OSD pid info: Unix process pid: 0, image: PSEUDO
    SO: 0x38000cef0, type: 5, owner: 0x3df098b50, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x0, name=kss parent, file=kss2.h LINE:138 ID:, pg=0
    PSO child state object changes :
    Dump of memory from 0x00000003DF722AC0 to 0x00000003DF722CC8
    3DF722AC0 00000000 00000000 00000000 00000000 [................]
    Repeat 31 times
    3DF722CC0 00000000 00000000 [........]
    PROCESS 2: PMON
    SO: 0x3df099bf8, type: 2, owner: 0x0, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x3df099bf8, name=process, file=ksu.h LINE:12616 ID:, pg=0
    (process) Oracle pid:2, ser:1, calls cur/top: 0x3db6c8d30/0x3db6c8d30
    flags : (0xe) SYSTEM
    flags2: (0x0), flags3: (0x10)
    intr error: 0, call error: 0, sess error: 0, txn error 0
    intr queue: empty
    ksudlp FALSE at location: 0
    (post info) last post received: 0 0 136
    last post received-location: kjm.h LINE:1228 ID:kjmdmi: pmon to attach
    last process to post me: 3df0a2138 1 6
    last post sent: 0 0 137
    last post sent-location: kjm.h LINE:1230 ID:kjiath: pmon attached
    last process posted by me: 3df0a2138 1 6
    (latch info) wait_event=0 bits=0
    Process Group: DEFAULT, pseudo proc: 0x3debbbf40
    O/S info: user: grid, term: UNKNOWN, ospid: 26396
    OSD pid info: Unix process pid: 26396, image: oracle@host2 (PMON)
    SO: 0x3d8800c18, type: 30, owner: 0x3df099bf8, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x3df099bf8, name=ges process, file=kji.h LINE:3669 ID:, pg=0
    GES MSG BUFFERS: st=emp chunk=0x0 hdr=0x0 lnk=0x0 flags=0x0 inc=0
    outq=0 sndq=0 opid=0 prmb=0x0
    mbg=(0 0) mbg=(0 0) mbg[r]=(0 0)
    fmq=(0 0) fmq=(0 0) fmq[r]=(0 0)
    mop[s]=0 mop[q]=0 pendq=0 zmbq=0
    nonksxp_recvs=0
    ------------process 3d8800c18--------------------
    proc version : 0
    Local inst : 2
    pid : 26396
    lkp_inst : 2
    svr_mode : 0
    proc state : KJP_FROZEN
    Last drm hb acked : 0
    flags : x50
    ast_rcvd_svrmod : 0
    current lock op : 0
    Total accesses : 1
    Imm. accesses : 0
    Locks on ASTQ : 0
    Locks Pending AST : 0
    Granted locks : 0
    AST_Q:
    PENDING_Q:
    GRANTED_Q:
    SO: 0x3d9835198, type: 14, owner: 0x3df099bf8, flag: INIT/-/-/0x00 if: 0x1 c: 0x1
    proc=0x3df099bf8, name=channel handle, file=ksr2.h LINE:367 ID:, pg=0
    (broadcast handle) 3d9835198 flag: (2) ACTIVE SUBSCRIBER,
    owner: 3df099bf8 - ospid: 26396
    event: 1, last message event: 1,
    last message waited event: 1,
    next message: 0(0), messages read: 0
    channel: (3d9934df8) PMON actions channel [name: 2]
    scope: 7, event: 1, last mesage event: 0,
    publishers/subscribers: 0/1,
    messages published: 0
    heuristic msg queue length: 0
    SO: 0x3d9835008, type: 14, owner: 0x3df099bf8, flag: INIT/-/-/0x00 if: 0x1 c: 0x1
    proc=0x3df099bf8, name=channel handle, file=ksr2.h LINE:367 ID:, pg=0
    (broadcast handle) 3d9835008 flag: (2) ACTIVE SUBSCRIBER,
    owner: 3df099bf8 - ospid: 26396
    event: 1, last message event: 1,
    last message waited event: 1,
    next message: 0(0), messages read: 0
    channel: (3d9941e40) scumnt mount lock [name: 157]
    scope: 1, event: 12, last mesage event: 0,
    publishers/subscribers: 0/12,
    messages published: 0
    heuristic msg queue length: 0
    SO: 0x3de4a2b80, type: 4, owner: 0x3df099bf8, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x3df099bf8, name=session, file=ksu.h LINE:12624 ID:, pg=0
    (session) sid: 33 ser: 1 trans: 0x0, creator: 0x3df099bf8
    flags: (0x51) USR/- flags_idl: (0x1) BSY/-/-/-/-/-
    flags2: (0x409) -/-/INC
    DID: , short-term DID:
    txn branch: 0x0
    oct: 0, prv: 0, sql: 0x0, psql: 0x0, user: 0/SYS
    ksuxds FALSE at location: 0
    service name: SYS$BACKGROUND
    Current Wait Stack:
    Not in wait; last wait ended 0.666415 sec ago
    Wait State:
    fixed_waits=0 flags=0x21 boundary=0x0/-1
    Session Wait History:
    elapsed time of 0.666593 sec since last wait
    0: waited for 'pmon timer'
    duration=0x12c, =0x0, =0x0
    wait_id=63 seq_num=64 snap_id=1
    wait times: snap=3.000089 sec, exc=3.000089 sec, total=3.000089 sec
    wait times: max=3.000000 sec
    wait counts: calls=1 os=1
    occurred after 0.002067 sec of elapsed time
    1: waited for 'pmon timer'
    duration=0x12c, =0x0, =0x0
    wait_id=62 seq_num=63 snap_id=1
    wait times: snap=3.010111 sec, exc=3.010111 sec, total=3.010111 sec
    wait times: max=3.000000 sec
    wait counts: calls=1 os=1
    occurred after 0.001926 sec of elapsed time
    2: waited for 'pmon timer'
    duration=0x12c, =0x0, =0x0
    wait_id=61 seq_num=62 snap_id=1
    wait times: snap=3.125286 sec, exc=3.125286 sec, total=3.125286 sec
    wait times: max=3.000000 sec
    wait counts: calls=1 os=1
    occurred after 0.003361 sec of elapsed time
    3: waited for 'pmon timer'
    duration=0x12c, =0x0, =0x0
    wait_id=60 seq_num=61 snap_id=1
    wait times: snap=3.000081 sec, exc=3.000081 sec, total=3.000081 sec
    wait times: max=3.000000 sec
    wait counts: calls=1 os=1
    occurred after 0.002102 sec of elapsed time
    4: waited for 'pmon timer'
    duration=0x12c, =0x0, =0x0

  • Error in start asm

    Hi,
    I had a cluster distributed on three nodes: server09 (node1), server08(node2) and server07(node3).
    I deleted erroneously many system files from server08 and now I need to start the cluster on the other nodes.
    I started the server09 and server07 but the asm does not start.
    I tried to execute this command but I receive:
    [oracle@server09 ~]$ su -c "crsctl stop crs -f"
    Password:
    CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'server09'
    CRS-2673: Attempting to stop 'ora.crsd' on 'server09'
    CRS-4548: Unable to connect to CRSD
    CRS-2675: Stop of 'ora.crsd' on 'server09' failed
    CRS-2679: Attempting to clean 'ora.crsd' on 'server09'
    CRS-4548: Unable to connect to CRSD
    CRS-2678: 'ora.crsd' on 'server09' has experienced an unrecoverable failure
    CRS-0267: Human intervention required to resume its availability.
    CRS-2795: Shutdown of Oracle High Availability Services-managed resources on 'server09' has failed
    CRS-4687: Shutdown command has completed with error(s).
    CRS-4000: Command Stop failed, or completed with errors.If I try to start asm I receiver:
    [oracle@server09 ~]$ su -c "crsctl start crs"
    Password:
    CRS-4640: Oracle High Availability Services is already active
    CRS-4000: Command Start failed, or completed with errors.Then I executed:
    [oracle@server09 ~]$ crsctl stat res -t
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4000: Command Status failed, or completed with errors.and
    [oracle@server09 ~]$ crsctl check crs
    CRS-4638: Oracle High Availability Services is online
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
    CRS-4533: Event Manager is onlinebut nothing.
    What can I do?
    I cannot use the server08 for some days so I need the cluster on on the other two instances.
    Thanks a lot,
    bye bye.

    My oracle version is 11.2.0
    in crsd.log I found:
    2012-09-18 13:34:14.937: [ CSSCLNT][2795496160]clssscConnect: gipc request failed with 29 (0x16)
    2012-09-18 13:34:14.937: [ CSSCLNT][2795496160]clsssInitNative: connect failed, rc 29
    2012-09-18 13:34:14.937: [  CRSRTI][2795496160] CSS is not ready. Received status 3 from CSS. Waiting for good status .. The I received this executing cluvfy stage -post crsinst -n server07,server08,server09 -verbose:
    Performing post-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "server09"
      Destination Node                      Reachable?             
      server08                              no                     
      server07                              yes                    
      server09                              yes                    
    Result: Node reachability check failed from node "server09"
    WARNING:
    These nodes cannot be reached:
         server08
    Verification will proceed with nodes:
         server09,server07
    Checking user equivalence...
    Check: User equivalence for user "oracle"
      Node Name                             Comment                
      server09                              passed                 
      server07                              passed                 
    Result: User equivalence check passed for user "oracle"
    Checking time zone consistency...
    Time zone consistency check passed.
    ERROR:
    Cluster manager integrity check failed
    PRVF-5434 : Cannot identify the current CRS software version
    UDev attributes check for OCR locations started...
    Checking udev settings for device "/dev/mapper/mpath2p1"
      Device            Owner         Group         Permissions   Result         
    PRVF-5184 : Check of following Udev attributes of "server09:/dev/mapper/mpath2p1" failed: "[Group: Found='root' Expected='oinstall', Permissions: Found='0600' Expected='0640']"
      Device            Owner         Group         Permissions   Result         
    PRVF-5184 : Check of following Udev attributes of "server07:/dev/mapper/mpath2p1" failed: "[Group: Found='root' Expected='oinstall', Permissions: Found='0600' Expected='0640']"
    Checking udev settings for device "/dev/mapper/mpath3p1"
      Device            Owner         Group         Permissions   Result         
    PRVF-5184 : Check of following Udev attributes of "server09:/dev/mapper/mpath3p1" failed: "[Group: Found='root' Expected='oinstall', Permissions: Found='0600' Expected='0640']"
      Device            Owner         Group         Permissions   Result         
    PRVF-5184 : Check of following Udev attributes of "server07:/dev/mapper/mpath3p1" failed: "[Group: Found='root' Expected='oinstall', Permissions: Found='0600' Expected='0640']"
    Result: UDev attributes check failed for OCR locations
    UDev attributes check for Voting Disk locations started...
    ERROR:
    PRVF-5197 : Failed to retrieve voting disk locations
    Result: UDev attributes check failed for Voting Disk locations
    Check default user file creation mask
      Node Name     Available                 Required                  Comment  
      server09      0022                      0022                      passed   
      server07      0022                      0022                      passed   
    Result: Default user file creation mask check passed
    Checking cluster integrity...
    Cluster integrity check failed This check did not run on the following node(s):
         server09,server07
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    All nodes free of non-clustered, local-only configurations
    Checking OCR config file "/etc/oracle/ocr.loc"...
    OCR config file "/etc/oracle/ocr.loc" check successful
    Checking OCR location "/dev/mapper/mpath2p1"...
    Check for OCR location "/dev/mapper/mpath2p1" successful
    Checking OCR location "/dev/mapper/mpath3p1"...
    Check for OCR location "/dev/mapper/mpath3p1" successful
    Checking OCR device "/dev/mapper/mpath2p1" for sharedness...
    ERROR:
    PRVF-4172 : Check of OCR device "/dev/mapper/mpath2p1" for sharedness failed
    Could not find the storage
    OCR integrity check failed
    Checking CRS integrity...
    ERROR:
    PRVF-5316 : Failed to retrieve version of CRS installed on node "server09"
    ERROR:
    PRVF-5316 : Failed to retrieve version of CRS installed on node "server07"
    ERROR:
    PRVF-5305 : The Oracle clusterware is not healthy on node "server09"
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
    CRS-4533: Event Manager is online
    ERROR:
    PRVF-5305 : The Oracle clusterware is not healthy on node "server07"
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
    CRS-4533: Event Manager is online
    CRS integrity check failed
    Checking node application existence...
    ERROR:
    Could not retrieve static nodelist. Verification cannot proceed
    Checking Single Client Access Name (SCAN)...
    ERROR:
    PRVF-5054 : Verification of SCAN VIP and Listener setup failed
    PRCR-1068 : Failed to query resources
    Cannot communicate with crsd
    Checking Oracle Cluster Voting Disk configuration...
    ERROR:
    PRVF-5434 : Cannot identify the current CRS software version
    PRVF-5431 : Oracle Cluster Voting Disk configuration check failed
    Checking to make sure user "oracle" is not in "root" group
      Node Name     Status                    Comment                
      server09      does not exist            passed                 
      server07      does not exist            passed                 
    Result: User "oracle" is not part of "root" group. Check passed
    Checking if Clusterware is installed on all nodes...
    Check of Clusterware install passed
    Checking if CTSS Resource is running on all nodes...
    Check: CTSS Resource running on all nodes
      Node Name                             Status                 
      server09                              failed                 
    PRVF-9671 : CTSS on node "server09" is not in ONLINE state, when checked with command "/u01/app/11.2.0/grid2/bin/crsctl stat resource ora.ctssd -init"
      server07                              failed                 
    PRVF-9671 : CTSS on node "server07" is not in ONLINE state, when checked with command "/u01/app/11.2.0/grid2/bin/crsctl stat resource ora.ctssd -init"
    Result: PRVF-9672 : All nodes for which CTSS state was checked failed the check: Nodes: "server09"
    PRVF-9652 : Cluster Time Synchronization Services check failed
    Post-check for cluster services setup was unsuccessful on all the nodes.

  • Srvctl start asm

    I have a strange issue.
    I ran the command "srvctl status asm -n fred0224 -a"
    The result is
    ASM is not running on fred0224
    ASM is enabled on node fred0224.
    So I issue the command "srvctl start asm -n fred0224"
    I get the message
    PRCC-1015 : asm was already running on fred0224
    I issued the command "srvctl stop asm -n fred0224 -f"
    Got
    PRCR-1014 : Failed to stop resource ora.asm
    PRCR-1065 : Failed to stop resource ora.asm
    CRS-2673: Attempting to stop 'ora.asm' on 'fred0224'
    ORA-15097: cannot SHUTDOWN ASM instance with connected client
    CRS-2675: Stop of 'ora.asm' on 'fred0224' failed
    CRS-2675: Stop of 'ora.asm' on 'fred0224' failed
    I issued the command "asmcmd lsof"
    Got
    Connected to an idle instance.
    ASMCMD-08102: no connection to ASM; command requires ASM to run
    Any help greatly appreciated.
    By the way I am using 11gR2

    So I issue the command "srvctl start asm -n fred0224"
    I get the message
    PRCC-1015 : asm was already running on fred0224
    I issued the command "srvctl stop asm -n fred0224 -f"
    Got
    PRCR-1014 : Failed to stop resource ora.asm
    PRCR-1065 : Failed to stop resource ora.asm
    CRS-2673: Attempting to stop 'ora.asm' on 'fred0224'
    ORA-15097: cannot SHUTDOWN ASM instance with connected client
    CRS-2675: Stop of 'ora.asm' on 'fred0224' failed
    you can't stop ASM using SRVCTL in 11g R2, you must use /crsctl stop crs
    in 11g R2, you can't stop using srvctl , please check below thread.
    how to stop ASM

  • Problem starting ASM on non-RAC environment on HP-UX 11.11

    I am trying to start ASM on single node running multiple database as I am planning to test setting up on of the db files with ASM.
    Wen I tried to start the ASM after I created the init+ASM.ora and exported the ORACLE _SID to +ASM; I got the error below;
    SQL> startup
    ORA-29701: unable to connect to Cluster Manager
    I realized the css was down and I tried to start without much success as shown below; by the way, the ASM home is the same as the Oracle 10g (10.2.0.3) binaries home.
    # $ORACLE_HOME/bin/localconfig add
    clscfg: EXISTING configuration version 3 detected.
    clscfg: version 3 is 10G Release 2.
    Successfully accumulated necessary OCR keys.
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Configuration for local CSS has been initialized
    Failed configure CSS. Fix the problem and rerun this script from destination Oracle home with 'reset' argument
    # $ORACLE_HOME/bin/localconfig reset $ORACLE_HOME
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'sys'..
    Operation successful.
    Configuration for local CSS has been initialized
    Adding to inittab
    Startup will be queued to init within 30 seconds.
    Checking the status of new Oracle init process...
    Expecting the CRS daemons to be up within 600 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    Oracle CSS service would not start as installed
    Automatic Storage Management(ASM) cannot be used until Oracle CSS service is started
    # $ORACLE_HOME/bin/crsctl set css misscount 600
    Failure 32 in main OCR context initialization: PROC-32: Cluster Ready Services on the local node is not running Messaging error [9]
    Please advice

    This is what I get when I run the localconfig add
    # $ORACLE_HOME/bin/localconfig add
    clscfg: EXISTING configuration version 3 detected.
    clscfg: version 3 is 10G Release 2.
    Successfully accumulated necessary OCR keys.
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Configuration for local CSS has been initialized
    Failed configure CSS. Fix the problem and rerun this script from destination Oracle home with 'reset' argument

  • Cannot start Safari; crashes every time I try to start it

    Since today i cannot start Safari (2.0.4) at all; it crashes within 10-15 seconds after starting it.
    I tried all the things that were suggested in other articles that were mentioning similar behaviors without luck.
    Here's my crashlog:
    Date/Time: 2007-06-28 16:09:59.690 +0200
    OS Version: 10.4.10 (Build 8R2218)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [70]
    Version: 2.0.4 (419.3)
    Build Version: 7
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 29544
    Thread: 2
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
    3 com.apple.HIToolbox 0x92dec8d8 RunCurrentEventLoopInMode + 285
    4 com.apple.HIToolbox 0x92debfe2 ReceiveNextEventCommon + 385
    5 com.apple.HIToolbox 0x92debe39 BlockUntilNextEventMatchingListInMode + 81
    6 com.apple.AppKit 0x93292465 _DPSNextEvent + 572
    7 com.apple.AppKit 0x93292056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    8 com.apple.Safari 0x00006cea 0x1000 + 23786
    9 com.apple.AppKit 0x9328bddb -[NSApplication run] + 512
    10 com.apple.AppKit 0x9327fd2f NSApplicationMain + 573
    11 com.apple.Safari 0x0005f54a 0x1000 + 386378
    12 com.apple.Safari 0x0005f471 0x1000 + 386161
    Thread 1:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92829d3a -[NSRunLoop runMode:beforeDate:] + 182
    4 com.apple.Foundation 0x92829c36 -[NSRunLoop run] + 75
    5 com.apple.WebKit 0x951d5d29 +[WebFileDatabase _syncLoop:] + 198
    6 com.apple.Foundation 0x927f42e0 forkThreadForFunction + 123
    7 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 2 Crashed:
    0 libobjc.A.dylib 0x90a594c7 objc_msgSend + 23
    1 com.apple.Foundation 0x9285658d -[NSHTTPURLProtocol retryWithRedirectedURLAndResultCode:] + 672
    2 com.apple.Foundation 0x928562e1 -[NSConnectionHTTPURLProtocol attemptRetryAfter3xxResponse] + 741
    3 com.apple.Foundation 0x92944047 -[NSConnectionHTTPURLProtocol performHTTPHeaderRead] + 827
    4 com.apple.Foundation 0x928558a9 readStreamCallback2 + 84
    5 com.apple.CoreFoundation 0x9087ab72 _CFStreamSignalEventSynch + 281
    6 com.apple.CoreFoundation 0x9082cf92 CFRunLoopRunSpecific + 1213
    7 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
    8 com.apple.Foundation 0x92829a0f +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    9 com.apple.Foundation 0x927f42e0 forkThreadForFunction + 123
    10 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92850bc2 +[NSURLCache _diskCacheSyncLoop:] + 206
    4 com.apple.Foundation 0x927f42e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x9001a1cc select + 12
    1 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.Foundation 0x9284a26c -[NSConditionLock lockWhenCondition:] + 39
    2 com.apple.Syndication 0x9a7ec966 -[AsyncDB _run:] + 181
    3 com.apple.Foundation 0x927f42e0 forkThreadForFunction + 123
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 2 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x928576ea ecx: 0x90ac80a4 edx: 0x0d4f48c0
    edi: 0x00000008 esi: 0x0d4fd260 ebp: 0xb019f778 esp: 0xb019f724
    ss: 0x0000001f efl: 0x00010206 eip: 0x90a594c7 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0xdbfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x555000 - 0x555fff com.piclens.plugin ??? (0.1.1) /Library/InputManagers/PicLens/PicLens.bundle/Contents/MacOS/PicLens
    0x55a000 - 0x575fff com.piclens.plugincore ??? (0.1.1) /Library/InputManagers/PicLens/PicLens.bundle/Contents/PlugIns/PicLensCore.bund le/Contents/MacOS/PicLensCore
    0x588000 - 0x5a4fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x5ab000 - 0x5cffff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1008000 - 0x1161fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x118d000 - 0x137bfff com.apple.ATIRadeonX1000GLDriver 1.4.56 (4.5.6) /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0xd6ad000 - 0xd6aefff com.apple.textencoding.unicode 2.1 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.26 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91046fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91074000 - 0x910f3fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91157000 - 0x91165fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91414000 - 0x9141bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9141f000 - 0x91445fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91520000 - 0x9154cfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170f000 - 0x917b8fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186a000 - 0x91885fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91890000 - 0x918cdfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e1000 - 0x918edfff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f4000 - 0x91934fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91947000 - 0x919f9fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a3f000 - 0x91a55fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5a000 - 0x91a78fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7d000 - 0x91adcfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aee000 - 0x91af2fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af4000 - 0x91b7afff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7e000 - 0x91bbbfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bc1000 - 0x91bdbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91be0000 - 0x91be2fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be4000 - 0x91cc2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91cdf000 - 0x91cdffff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce1000 - 0x91d6ffff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d76000 - 0x91d76fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d78000 - 0x91dd1fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dda000 - 0x91dfefff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e06000 - 0x9220ffff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92249000 - 0x925fdfff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262a000 - 0x92717fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92719000 - 0x92796fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927d7000 - 0x92a07fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b21000 - 0x92b38fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b43000 - 0x92b9bfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92baf000 - 0x92baffff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb1000 - 0x92bc1fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd0000 - 0x92bd8fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bde000 - 0x92be4fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bea000 - 0x92c7bfff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c8f000 - 0x92c93fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c96000 - 0x92cb4fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cc6000 - 0x92cccfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd2000 - 0x92d35fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d5c000 - 0x92d9dfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc4000 - 0x92dd2fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dd9000 - 0x92ddefff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de3000 - 0x930d8fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931de000 - 0x931e9fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931ee000 - 0x93209fff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93279000 - 0x93279fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9327b000 - 0x93931fff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93cb2000 - 0x93d2dfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d66000 - 0x93e20fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e63000 - 0x93e63fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e65000 - 0x94026fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9406c000 - 0x940adfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x940b5000 - 0x940effff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940f4000 - 0x9410afff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x941a2000 - 0x941e0fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x94224000 - 0x94235fff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94243000 - 0x94281fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9429d000 - 0x942acfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x942b3000 - 0x942befff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9430a000 - 0x94324fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947ab000 - 0x948f1fff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9497d000 - 0x9498cfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94993000 - 0x949bcfff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949c2000 - 0x949d1fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x949d5000 - 0x949fafff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94a06000 - 0x94a23fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x951d3000 - 0x95266fff com.apple.WebKit 419.2.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x952c0000 - 0x95342fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x9537b000 - 0x9565afff com.apple.WebCore 418.22.2 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x957d9000 - 0x957fcfff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x9702f000 - 0x97106fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97121000 - 0x97122fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x9a7ea000 - 0x9a821fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a83d000 - 0x9a84ffff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: iMac5,1, BootROM IM51.0090.B03, 2 processors, Intel Core 2 Duo, 2.16 GHz, 1 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 0/DIMM0, 512 MB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 512 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (4.80.79.1)
    Bluetooth: Version 1.9.0f8, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Network Service: Parallels Host-Guest, Ethernet, en2
    Network Service: Parallels NAT, Ethernet, en3
    Serial ATA Device: WDC WD2500JS-40TGB0, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R UJ-85J, 7.17 GB
    USB Device: iPod, Apple, Up to 480 Mb/sec, 500 mA
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Primax Electronics, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    iMac 2.16   Mac OS X (10.4.10)  

    Hi
    The one thing that stands out in the crash report is:
    0x555000 - 0x555fff com.piclens.plugin ??? (0.1.1) /Library/InputManagers/PicLens/PicLens.bundle/Contents/MacOS/PicLens
    Which version of Piclens are you using? - latest is 1.5.3 found here. I notice too it is a Beta version, which means not bug free.
    Go to your Main Library (/Library)>InputManagers folder and move the PicLens item to the desktop, then restart Safari. If Safari starts up, you found the culprit. If not, move the items back to its original location.
    Post back

  • Cannot start Photoshop CC 64 bit after update

    The PS CC 64 bit used to work, I tried to update the app using Creative Cloud, and it cannot start again.
    I have tried to uninstall and re-install it again and agin for several times, it still doesn't work.
    The above is the latest error message, it seems to be a bit different (error with different files) each time I reinstall the software.

    Hello,
    sometimes - for whatever reasons - CC doesn't "want" to work. In this case you should CC completely delete and reinstall by help of Adobe Creative Cloud Cleaner Tool. (A try to uninstall by own resources is not enough!) http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html and follow the prescribed sequence of operations. Sometimes the "opm.db file" is the culprit. In this case you should delete it.
    So far, so good –I also often gave this advice. This approach only allows to look at the symptoms of this malfunction. Therefore I started a thread “What's up with "Downloading, Installing, Setting Up"?” I asked for a improvement of the product, so it is not necessary to use Cleaner Tool. Preran a member of Adobe’s staff promised "many improvements". Here is the link: https://forums.adobe.com/message/6408998
    In order to accelerate the process I therefore call upon you to support my efforts. Most successful could be to click a „like“ in Prerans answer (see consecutive number 11)
    Thanks,
    Hans-Günter

  • Can't start ASM,help me

    Help I can't start ASM on rhel4(32bit) + oracle 10G 10.2 RAC
    Wed Jun 28 17:10:40 2006
    Error: KGXGN polling error (15)
    Wed Jun 28 17:10:40 2006
    Errors in file /oracle/product/10.2.0/db/admin/+ASM/bdump/+asm1_lmon_24375.trc:
    ORA-29702: error occurred in Cluster Group Service operation
    LMON: terminating instance due to error 29702
    Wed Jun 28 17:10:40 2006
    Dump system state for local instance only
    System State dumped to trace file /oracle/product/10.2.0/db/admin/+ASM/bdump/+asm1_diag_24363.trc
    Wed Jun 28 17:10:40 2006
    Trace dumping is performing id=[cdmp_20060628171040]
    Wed Jun 28 17:10:41 2006
    Shutting down instance (abort)
    License high water mark = 2
    Wed Jun 28 17:10:45 2006
    Instance terminated by LMON, pid = 24375
    Wed Jun 28 17:10:46 2006
    Instance terminated by USER, pid = 29540
    Wed Jun 28 17:10:47 2006
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    WARNING: No cluster interconnect has been specified. Depending on
    the communication driver configured Oracle cluster traffic
    may be directed to the public interface of this machine.
    Oracle recommends that RAC clustered databases be configured
    with a private interconnect for enhanced security and
    performance.
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as /oracle/product/10.2.0/db/dbs/arch
    Autotune of undo retention is turned off.
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    large_pool_size = 12582912
    spfile = /dev/raw/raw3
    instance_type = asm
    cluster_database = TRUE
    instance_number = 1
    remote_login_passwordfile= EXCLUSIVE
    background_dump_dest = /oracle/product/10.2.0/db/admin/+ASM/bdump
    user_dump_dest = /oracle/product/10.2.0/db/admin/+ASM/udump
    core_dump_dest = /oracle/product/10.2.0/db/admin/+ASM/cdump
    asm_diskgroups =
    Cluster communication is configured to use the following interface(s) for this instance
    203.144.222.81
    Wed Jun 28 17:10:48 2006
    cluster interconnect IPC version:Oracle UDP/IP
    IPC Vendor 1 proto 2
    PMON started with pid=2, OS id=29735
    DIAG started with pid=3, OS id=29737
    PSP0 started with pid=4, OS id=29739
    LMON started with pid=5, OS id=29741
    LMD0 started with pid=6, OS id=29743
    LMS0 started with pid=7, OS id=29745
    MMAN started with pid=8, OS id=29755
    DBW0 started with pid=9, OS id=29757
    LGWR started with pid=10, OS id=29759
    CKPT started with pid=11, OS id=29761
    SMON started with pid=12, OS id=29763
    RBAL started with pid=13, OS id=29765
    GMON started with pid=14, OS id=29767
    Wed Jun 28 17:10:48 2006
    lmon registered with NM - instance id 1 (internal mem no 0)
    Wed Jun 28 17:12:59 2006
    Error: KGXGN polling error (15)
    Wed Jun 28 17:12:59 2006
    Errors in file /oracle/product/10.2.0/db/admin/+ASM/bdump/+asm1_lmon_29741.trc:
    ORA-29702: error occurred in Cluster Group Service operation
    LMON: terminating instance due to error 29702
    Wed Jun 28 17:13:01 2006
    Shutting down instance (abort)
    License high water mark = 1
    Wed Jun 28 17:13:03 2006
    Instance terminated by LMON, pid = 29741
    and trace file
    /oracle/product/10.2.0/db/admin/+ASM/bdump/+asm1_lmon_29741.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    ORACLE_HOME = /oracle/product/10.2.0/db
    System name: Linux
    Node name: aadb01
    Release: 2.6.9-34.ELsmp
    Version: #1 SMP Fri Feb 24 16:54:53 EST 2006
    Machine: i686
    Instance name: +ASM1
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 5
    Unix process pid: 29741, image: oracle@aadb01 (LMON)
    *** SERVICE NAME:() 2006-06-28 17:10:48.174
    *** SESSION ID:(46.1) 2006-06-28 17:10:48.174
    GES resources 1890 pool 4
    GES enqueues 2510
    GES IPC: Receivers 2 Senders 2
    GES IPC: Buffers Receive 1000 Send (i:830 b:830) Reserve 81
    GES IPC: Msg Size Regular 388 Batch 4096
    Batching factor: enqueue replay 99, ack 110
    Batching factor: cache replay 71 size per lock 56
    kjxggin: receive buffer size = 32768
    *** 2006-06-28 17:10:48.509
    kjxgmrcfg: Reconfiguration started, reason 1
    kjxgmcs: Setting state to 0 0.
    *** 2006-06-28 17:10:48.509
    Name Service frozen
    kjxgmcs: Setting state to 0 1.
    kjfcpiora: published my fusion master weight 5622
    kjfcpiora: publish my flogb 9
    *** 2006-06-28 17:11:53.883
    =====================================================
    kjxgmpoll: CGS state (0 1) start 0x635d41bb cur 0x672b6877 diff 0x3ce26bc
    =====================================================
    Group name: +ASM
    Member id: 0
    Cached KGXGN event: 0
    Group State:
    State: 0 1
    Reconfig started start-tm 0x635d4173 tmout period 0x7270e00
    Commited Map: 0 1
    New Map: 0 1
    KGXGN Map: 0 1
    Master node: 0
    Memcnt 0 Rcvcnt 0
    Substate Proposal: false
    Inc Proposal:
    incarn 1 memcnt 2 master 0
    proposal true matched false
    map: 0 1
    Master Inc State:
    incarn 1 memcnt 2 agrees 1 flag 0xa
    wmap: 1
    nmap: 0 1
    ubmap:
    Substate Handler Execution State
    substate 0 status done
    substate 1 status done
    substate 2 status done
    substate 3 status done
    substate 4 status done
    substate 5 status done
    substate 6 status done
    *** 2006-06-28 17:12:59.243
    =====================================================
    kjxgmpoll: CGS state (0 1) start 0x635d41bb cur 0x6af9582a diff 0x79c166f
    =====================================================
    Group name: +ASM
    Member id: 0
    Cached KGXGN event: 0
    Group State:
    State: 0 1
    Reconfig started start-tm 0x635d4173 tmout period 0x7270e00
    Commited Map: 0 1
    New Map: 0 1
    KGXGN Map: 0 1
    Master node: 0
    Memcnt 0 Rcvcnt 0
    Substate Proposal: false
    Inc Proposal:
    incarn 1 memcnt 2 master 0
    proposal true matched false
    map: 0 1
    Master Inc State:
    incarn 1 memcnt 2 agrees 1 flag 0xa
    wmap: 1
    nmap: 0 1
    ubmap:
    Substate Handler Execution State
    substate 0 status done
    substate 1 status done
    substate 2 status done
    substate 3 status done
    substate 4 status done
    substate 5 status done
    substate 6 status done
    kjxgmpoll: terminate the CGS reconfig.
    Error: KGXGN polling error (15)
    error 29702 detected in background process
    ORA-29702: error occurred in Cluster Group Service operation
    ksuitm: waiting for [5] seconds before killing DIAG

    Modify the classpath as follows.
    set JAVA_HOME=C:\JDK1.3.1
    set ANT_HOME=C:\jakarta-tomcat
    set TOMCAT_HOME=C:\jakarta-tomcat
    set CLASSPATH=%CLASSPATH%;C:\jdk1.3.1\lib\tools.jar;JAVA_HOME\lib;
    Modify the Path as follows
    set PATH = %PATH%;%JAVA_HOME%\bin;%TOMCAT_HOME%\bin

  • Grid Infrastructure Does Not Start Cluster Resources

    Hello Gurus,
    I configured a 2 node RAC cluster using VirtualBox.It has been running fine all along and each time I started one of the nodes, I will definitely see all of other Cluster Resources will be started eventually.
    However, after I left it untouched for a month (VM is stopped), I found out that after starting up the machine, only local resource which is ONLINE.
    This is what I get:
    [grid@oel6-112-rac1 bin]$ ./crsctl status resource -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS      
    Local Resources
    ora.CRS.dg
                   ONLINE  ONLINE       oel6-112-rac1                               
    ora.DATADG.dg
                   ONLINE  ONLINE       oel6-112-rac1                               
    ora.FRADG.dg
                   ONLINE  ONLINE       oel6-112-rac1                               
    ora.LISTENER.lsnr
                   OFFLINE OFFLINE      oel6-112-rac1                               
    ora.asm
                   ONLINE  ONLINE       oel6-112-rac1            Started            
    ora.gsd
                   OFFLINE OFFLINE      oel6-112-rac1                               
    ora.net1.network
                   ONLINE  ONLINE       oel6-112-rac1                               
    ora.ons
                   ONLINE  ONLINE       oel6-112-rac1                               
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        OFFLINE OFFLINE                                                  
    ora.LISTENER_SCAN2.lsnr
          1        OFFLINE OFFLINE                                                  
    ora.LISTENER_SCAN3.lsnr
          1        OFFLINE OFFLINE                                                  
    ora.cvu
          1        OFFLINE OFFLINE                                                  
    ora.oc4j
          1        OFFLINE OFFLINE                                                  
    ora.oel6-112-rac1.vip
          1        OFFLINE OFFLINE                                                  
    ora.oel6-112-rac2.vip
          1        OFFLINE OFFLINE                                                  
    ora.racdb.db
          1        OFFLINE OFFLINE                               Instance Shutdown  
          2        OFFLINE OFFLINE                                                  
    ora.scan1.vip
          1        OFFLINE OFFLINE                                                  
    ora.scan2.vip
          1        OFFLINE OFFLINE                                                  
    ora.scan3.vip
          1        OFFLINE OFFLINE                                               
    and these are my other resources
    [grid@oel6-112-rac1 bin]$ ./crsctl status resource -t -init
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS    
    Cluster Resources
    ora.asm
          1        ONLINE  ONLINE       oel6-112-rac1            Started          
    ora.cluster_interconnect.haip
          1        ONLINE  ONLINE       oel6-112-rac1                             
    ora.crf
          1        ONLINE  ONLINE       oel6-112-rac1                             
    ora.crsd
          1        ONLINE  ONLINE       oel6-112-rac1                             
    ora.cssd
          1        ONLINE  ONLINE       oel6-112-rac1                             
    ora.cssdmonitor
          1        ONLINE  ONLINE       oel6-112-rac1                             
    ora.ctssd
          1        ONLINE  ONLINE       oel6-112-rac1            ACTIVE:0         
    ora.diskmon
          1        OFFLINE OFFLINE                                                
    ora.evmd
          1        ONLINE  ONLINE       oel6-112-rac1                             
    ora.gipcd
          1        ONLINE  ONLINE       oel6-112-rac1                             
    ora.gpnpd
          1        ONLINE  ONLINE       oel6-112-rac1                             
    ora.mdnsd
          1        ONLINE  ONLINE       oel6-112-rac1                       
    Where do I supposed to check to see why the Cluster Resource like SCAN Listener, Database and etc not running?
    I've been checking on the logs but I haven't figured out what I should be looking at.
    Can some body help me?
    Thank you in advanced,
    Adhika

    Hi Freddie,
    I saw these lines on that Clusterware alert log:
    2013-07-01 22:39:20.084
    [crsd(3338)]CRS-1012:The OCR service started on node oel6-112-rac1.
    2013-07-01 22:39:20.208
    [evmd(3145)]CRS-1401:EVMD started on node oel6-112-rac1.
    2013-07-01 22:39:21.549
    [crsd(3338)]CRS-1201:CRSD started on node oel6-112-rac1.
    2013-07-01 22:39:22.715
    [/u01/app/11203/grid/bin/oraagent.bin(3450)]CRS-5016:Process "/u01/app/11203/grid/bin/lsnrctl" spawned by agent "/u01/app/11203/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/11203/grid/log/oel6-112-rac1/agent/crsd/oraagent_grid/oraagent_grid.log"
    2013-07-01 22:39:22.728
    [/u01/app/11203/grid/bin/oraagent.bin(3450)]CRS-5016:Process "/u01/app/11203/grid/bin/lsnrctl" spawned by agent "/u01/app/11203/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/11203/grid/log/oel6-112-rac1/agent/crsd/oraagent_grid/oraagent_grid.log"
    2013-07-01 22:39:22.772
    [/u01/app/11203/grid/bin/oraagent.bin(3450)]CRS-5016:Process "/u01/app/11203/grid/bin/lsnrctl" spawned by agent "/u01/app/11203/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/11203/grid/log/oel6-112-rac1/agent/crsd/oraagent_grid/oraagent_grid.log"
    2013-07-01 22:39:22.811
    [/u01/app/11203/grid/bin/oraagent.bin(3450)]CRS-5016:Process "/u01/app/11203/grid/bin/lsnrctl" spawned by agent "/u01/app/11203/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/11203/grid/log/oel6-112-rac1/agent/crsd/oraagent_grid/oraagent_grid.log"
    2013-07-01 22:39:23.069
    [/u01/app/11203/grid/bin/oraagent.bin(3450)]CRS-5016:Process "/u01/app/11203/grid/opmn/bin/onsctli" spawned by agent "/u01/app/11203/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/11203/grid/log/oel6-112-rac1/agent/crsd/oraagent_grid/oraagent_grid.log"
    2013-07-01 22:39:23.567
    [crsd(3338)]CRS-2772:Server 'oel6-112-rac1' has been assigned to pool 'Generic'.
    2013-07-01 22:39:23.568
    [crsd(3338)]CRS-2772:Server 'oel6-112-rac1' has been assigned to pool 'ora.racdb'.
    The I started looking in the /u01/app/11203/grid/log/oel6-112-rac1/agent/crsd/oraagent_grid/oraagent_grid.log file and found out that at the same time (2013-07-01 22:39:22),
    I saw the following lines:
    2013-07-01 22:39:22.433: [ora.CRS.dg][1644160768] {1:13152:2} [check] DgpAgent::getConnxn connection failure 1
    2013-07-01 22:39:22.433: [ora.CRS.dg][1644160768] {1:13152:2} [check] DgpAgent::getConnxn failed CRS-5000: Expected resource ora.asm does not exist in agent process
    2013-07-01 22:39:22.434: [ora.CRS.dg][1644160768] {1:13152:2} [check] DgpAgent::getConnxn try getInstanceInforWhenASMFail
    2013-07-01 22:39:22.434: [ora.CRS.dg][1644160768] {1:13152:2} [check] CrsCmd::ClscrsCmdData::stat entity 1 statflag 33 useFilter 0
    But that does not prevent the asm from being started properly.
    The only local resource that didn't start up automatically was the LISTENER.
    The following command shows that the local LISTENER has hard dependency on ora.cluster_vip_net1.type which is the ora.oel6-112-rac1.vip
    [grid@oel6-112-rac1 bin]$ ./crsctl status resource ora.LISTENER.lsnr -p | grep -ie dependencies
    START_DEPENDENCIES=hard(type:ora.cluster_vip_net1.type) pullup(type:ora.cluster_vip_net1.type)
    STOP_DEPENDENCIES=hard(intermediate:type:ora.cluster_vip_net1.type)
    NAME=ora.oel6-112-rac1.vip
    TYPE=ora.cluster_vip_net1.type
    START_DEPENDENCIES=hard(ora.net1.network) pullup(ora.net1.network)
    STOP_DEPENDENCIES=hard(ora.net1.network)
    [grid@oel6-112-rac1 bin]$ ./crsctl status resource ora.net1.network -p | grep -ie dependencies
    START_DEPENDENCIES=
    STOP_DEPENDENCIES=
    The ora.net1.network resource started properly and I didn't see that this prevent the ora.oel6-112-rac1.vip from starting up.
    The following lines also show that the ora.asm resource is has a weak dependency only against the ora.LISTENER.lsnr
    [grid@oel6-112-rac1 bin]$ ./crsctl status resource ora.racdb.db -p | grep -ie dependencies
    START_DEPENDENCIES=hard(ora.DATADG.dg,ora.FRADG.dg) weak(type:ora.listener.type,global:type:ora.scan_listener.type,uniform:ora.ons,global:ora.gns) pullup(ora.DATADG.dg,ora.FRADG.dg)
    STOP_DEPENDENCIES=hard(intermediate:ora.asm,shutdown:ora.DATADG.dg,shutdown:ora.FRADG.dg)
    [grid@oel6-112-rac1 bin]$ ./crsctl status resource ora.CRS.dg -p | grep -ie dependenci
    START_DEPENDENCIES=hard(ora.asm) pullup(ora.asm)
    STOP_DEPENDENCIES=hard(intermediate:ora.asm)
    [grid@oel6-112-rac1 bin]$ ./crsctl status resource ora.DATADG.dg -p | grep -ie dependencies
    START_DEPENDENCIES=hard(ora.asm) pullup(ora.asm)
    STOP_DEPENDENCIES=hard(intermediate:ora.asm)
    [grid@oel6-112-rac1 bin]$ ./crsctl status resource ora.FRADG.dg -p | grep -ie dependencies
    START_DEPENDENCIES=hard(ora.asm) pullup(ora.asm)
    STOP_DEPENDENCIES=hard(intermediate:ora.asm)
    [grid@oel6-112-rac1 bin]$ ./crsctl status resource ora.asm -p | grep -ie dependencies
    START_DEPENDENCIES=weak(ora.LISTENER.lsnr)
    STOP_DEPENDENCIES=
    I'm a little lost here.
    A suggestion would be very much appreciated.
    Thank you,
    Adhika

  • I cannot start my OMS service on Windows 2000

    I tried starting Oracle8i OMS Service on Windows 2000. I cannot
    start it automatically so I started it manually. But Irecieved
    an error message saying No application Error, some configuration
    error with the Operating System.
    On searching forums for DBAs i recieved a solution to manually
    start by command 'oemctrl start OMS'. It did not help either as
    the resources.ora file was not present at the location
    C:\Oracle\admin\orb\resources.ora .
    I found a resources.ora at location c:\oracle\ora81
    \orb\admin\resources.ora but this file is empty.
    NOW Wwith the command 'oemctrl start OMS' I am getting the
    following error msg. Please send me the answer if possible at
    [email protected]. WHERE Can I find the content for
    resources.ora??
    C:\Documents and Settings\Administrator>oemctrl start OMS
    OEMCTRL for Windows NT: Version 2.1.0.1.0
    Copyright (c) 1998, 1999 Oracle Corporation. All rights
    reserved.
    Starting the Oracle Management Server... [main][2001-11-
    10:12:28:10:630] VdbSess
    ion.processError: errorCode >1017<
    [main][2001-11-10:12:28:10:710] VdbSession.processError:
    errorMsg >ORA-01017: i
    nvalid username/password; logon denied
    <
    [main][2001-11-10:12:28:10:830] ORA-01017: invalid
    username/password; logon den
    ied
    : ..../....@jdbc:oracle:oci8:@(DESCRIPTION=(ADDRESS=
    (PROTOCOL=TCP)(Host=linux)(P
    ort=1521))(CONNECT_DATA=(SID=oradb)))
    [main][2001-11-10:12:28:10:970] VdbSession.processError:
    invalid connect string
    [main][2001-11-10:12:28:11:381] VdbSession.processError:
    errorCode >1017<
    [main][2001-11-10:12:28:11:421] VdbSession.processError:
    errorMsg >ORA-01017: i
    nvalid username/password; logon denied
    <
    [main][2001-11-10:12:28:11:541] ORA-01017: invalid
    username/password; logon den
    ied
    : ..../....@jdbc:oracle:oci8:@(DESCRIPTION=(ADDRESS=
    (PROTOCOL=TCP)(Host=linux)(P
    ort=1521))(CONNECT_DATA=(SID=oradb)))
    [main][2001-11-10:12:28:11:691] VdbSession.processError:
    invalid connect string
    [main][2001-11-10:12:28:12:102] VdbSession.processError:
    errorCode >1017<
    [main][2001-11-10:12:28:12:142] VdbSession.processError:
    errorMsg >ORA-01017: i
    nvalid username/password; logon denied
    <
    [main][2001-11-10:12:28:12:262] ORA-01017: invalid
    username/password; logon den
    ied
    : ..../....@jdbc:oracle:oci8:@(DESCRIPTION=(ADDRESS=
    (PROTOCOL=TCP)(Host=linux)(P
    ort=1521))(CONNECT_DATA=(SID=oradb)))
    [main][2001-11-10:12:28:12:413] VdbSession.processError:
    invalid connect string
    [main][2001-11-10:12:28:12:493]
    Error starting Oracle Management Server.

    I got the same problem.

  • Cannot start Enterprise Manager for Fusion Middleware 11g

    Dear all,
    Because I want to install Oracle EGRCM v8.0.1 in Linux x86_64, so I installed Oracle Weblogic 11gR1 and SOA Suite 11g first.
    After installation successfully, I created a base_domain as default, and can start weblogic administration server ( http://localhost:7001/console ) successfully.
    Now I want to use Enterprise Manager for Fusion Middleware 11g. Per "*Oracle® Fusion Middleware Administrator's Guide 11g Release 1 (11.1.1)*", the EM should be available now and the access URL should be http://localhost:7001/em . But when I try to access it, the following error returned:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    +10.4.5 404 Not Found+
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    So I try to start with emctl in *$MW_HOME/oracle_common/bin/*, the error is as following:
    +./emctl: line 387 /d02/Middleware/oracle_common/perl/bin/perl: No such file or directory+.
    I check the path and find out that no directory named "perl" under */d02/Middleware/oracle_common*. So I try to copy the necessary dir from the dir installed Oracle Database 11g ( *$ORACLE_HOME* ), but it returns following error:
    OC4J Configuration issue. /d02/Middleware/oracle_common/sysman/j2ee not found.
    I try to copy necessary dir from *$ORACLE_HOME* but still cannot start EM.
    Please give some advise about how I can start EM for Fusion Middleware 11g, any idea is appreciate!
    Best Regards,
    Kenny Wang

    Ravi Jegga wrote:
    Hi Kenny
    See this post of mine: Re: Fusion Middleware Console
    For any SOA Domain, unless you have Enterprise Manager Facet enabled (during domain creation process or adding later on by extending it), you will not be able to access the EM Console. For quick testing, open config.xml file for your domain and check the modules specially em module as shown below. It should be there. This is for one of my SOA Cluster Domains with SOA on top of WLS 10.3.2
    <app-deployment>
    <name>em</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>C:\beawls1032\user_projects\applications\soaDomainCluster1/em.ear</source-path>
    <deployment-order>400</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    Thanks
    Ravi JeggaHello Ravi:
    I too like Kenny experienced the EXACT same thing this morning. I was trying to figure out how to modify the formsweb.cfg and I remembered from when I install Oracle9i/10g AS a few years back, that it was on the Enterprise Manager Console for forms (different than the EM for the database). Well that's different than the consoles for Weblogic Server and Weblogic Server for Forms. I ran into the same errors Kenny did, and I followed your steps except that I did install into the domain the Enterprise Manager so when I looked at the config.xml I do see the same code that you posted above. Yet I still get the error when accessing
    http://computer:7001/em
    Also when trying to run emctl (I copied the perl directory from the database) and same error as Kenny. Any tips/clues?
    I'm running on Red Hat Enterprise Linux 5, Oracle 11g (database, Fusion Middleware).
    Thanks,
    Gio

  • Cannot start a global transaction. A LocalTransactionContainment is already

    Getting 'javax.transaction.NotSupportedException: java.lang.IllegalStateException: Cannot start a global transaction. A LocalTransactionContainment is already active with work.' while running the following code using XA datasource.
    Setup: WAS 5.0.2, TopLink 9.0.4.4, Oracle JDBC Driver (XA), Oralce9i database flatform, using external transaction controller.
    Code:
    SessionManager sm = SessionManager.getManager();
    Server serverSession = (Server)sm.getSession("PersistenceUnitTest");
    ClientSession clientSession = serverSession.acquireClientSession();
    int key = 1003;
    Customer customerPK = new Customer();
    customerPK.setId(new Integer(key));
    ReadObjectQuery query =
    new ReadObjectQuery(customerPK.getClass());
    query.setSelectionKey(clientSession.keyFromObject(customerPK));
    Customer customer = null;
    try {
    customer = (Customer)clientSession.executeQuery(query);
    } catch (Exception e) {
    clientSession.release();
    InitialContext ctx = new InitialContext();
    UserTransaction userTxn = (UserTransaction) ctx.lookup("java:comp/UserTransaction");
    try {
    userTxn.begin();
    userTxn.rollback();
    } catch (Exception e) {
    e.printStackTrace();
    } finally {
    clientSession.release();
    Trace:
    2005.03.14 01:04:57.452--ServerSession(863114877)--Thread[Servlet.Engine.Transports : 0,5,main]--client acquired
    2005.03.14 01:04:57.462--ServerSession(863114877)--Thread[Servlet.Engine.Transports : 0,5,main]--Connection(1731483245)--SELECT PERSON_TYPE, ID, GENDER, VERSION, LAST_NAME, FIRST_NAME, MIDDLE_INITIAL, HOME_ADDRESS_ID, PREFERRED_CUSTOMER, DISCOUNT_RATE, CONTACT_NUMBER, WORK_ADDRESS_ID FROM USER04.PERSON WHERE ((ID = ?) AND (PERSON_TYPE = ?))
         bind => [1003, C]
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R javax.transaction.NotSupportedException: java.lang.IllegalStateException: Cannot start a global transaction. A LocalTransactionContainment is already active with work.
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at com.ibm.ejs.jts.jta.UserTransactionImpl.begin(UserTransactionImpl.java:173)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at com.ford.it.persistence.impl.toplink.unittest.GlobalTransactionTest.testXA(GlobalTransactionTest.java:808)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at java.lang.reflect.Method.invoke(Native Method)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at junit.framework.TestCase.runTest(TestCase.java:154)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at junit.framework.TestCase.runBare(TestCase.java:127)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at org.apache.cactus.ServletTestCase.runCactusTest(ServletTestCase.java:295)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at org.apache.cactus.ServletTestCase.runBare(ServletTestCase.java:263)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at org.apache.cactus.server.AbstractWebTestCaller.doTest(AbstractWebTestCaller.java:156)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at org.apache.cactus.server.AbstractWebTestController.handleRequest_aroundBody0(AbstractWebTestController.java:130)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at org.apache.cactus.server.AbstractWebTestController.handleRequest_aroundBody1$advice(AbstractWebTestController.java:158)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at org.apache.cactus.server.AbstractWebTestController.handleRequest(AbstractWebTestController.java)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody2(ServletTestRedirector.java:138)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody3$advice(ServletTestRedirector.java:158)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at org.apache.cactus.server.ServletTestRedirector.doPost(ServletTestRedirector.java)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody0(ServletTestRedirector.java:109)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody1$advice(ServletTestRedirector.java:158)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    [3/14/05 13:04:57:502 EST] 17d31642 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:530)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:201)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:431)
    [3/14/05 13:04:57:512 EST] 17d31642 SystemErr R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
    [3/14/05 13:04:57:492 EST] 17d31642 LocalTransact E WLTC0018E: Cannot begin a LocalTransactionContainment. A LocalTransactionContainment is already active.
    2005.03.14 01:04:57.512--ClientSession(1258968685)--Thread[Servlet.Engine.Transports : 0,5,main]--client released
    If we perform a query on a thread and then subsequently start a UserTransaction, we get the above failure on the begin() method of the UserTransaction
    Did anyone experience this before? Your inputs/comments are greatly appreciated.
    Haiwei

    James, thanks very much for your response.
    I hope you did not mis-understand my previous posts in this thread.
    In the example I provided, the database query was outside the UserTransaction. I could successfully perform rollback on an XA db connection after the query was executed. The rollback call cleans up the resources used in the local transaction that was created for the query; thus allows the UserTransaction to start following the query.
    The local transaction was created for the query because autoCommit property was false for XA datasource connections. If I set autoCommit to true after getting the connection from XA datasource, the query will finish with the commit of the local transaction that's created for the query. The WAS code appears to work correctly.
    If using non-XA datasource, the local transaction created for the query will be committed because the autoCommit is default to true for the non-XA connections.
    While using TopLink, there seems to be two options for solving my problem (which was stated at the begining of this thread):
    1) after the execution of a TopLink query, trap the connection.close() event and call the connection.rollback() before closing the connection to clean up the resources used in the local transaction; or
    2) trap the getConnection() event, and call conneciton.setAutoCommit(true) on the connection if the query is not part of the TopLink transaction or UserTransaction.
    I studied and experimented with the TopLink code. Option 1) is not do-able. After the execution of a TopLink qeury, TopLink's PreReleaseConnection event does not contain the connection that was used in the query. The connection was closed in the executeCall method of DatabaseAccessor.
    The postConnect event seems to provide some possibility of implementing option 2). However, when TopLink executes a query (at least, the ReadObjectQuery that I used in my testing), after getting a connection from DatabaseLogin, the executeCall method in DatabaseAccessoor never triggers the postConnect event.
    I posted a seperate note on the issue. Here is the link: postConnect event .
    or use a non-JTA DataSource for the TopLink session read login.<We use WAS connection pooling. Did you mean using non-XA datasource for TopLik read?
    your own TopLink ExternalConnectionPool subclass to workaround the issue<Could you elaborate the details? Or where can I find more information on the technique?
    Your help would be greatly appreciated.
    Haiwei
    Haiwei

  • ASM resource online and ASM idle instance

    Hi all,
    SO..........: CentOS 5.8 32bits (VM - VirtualBox)
    Oracle...: 11gR2 (11.2.0.1.0)
    On my test environment, i have a VM running Oracle Clusterware and 2 11g instances. The problem is: The ASM service appears online (through ./crsctl status resource -t, see below), but when a try to connect to the ASM instance as sysasm, it shows me that the instance is idle, and if i try to startup it, the message "ORA-15149: another ASM instance found running on the host" is shown to me.
    --output of ./crsctl status resource -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS      
    Local Resources
    ora.DATA.dg
                   ONLINE  ONLINE       vm-cent5                                    
    ora.DG_MANOBRA.dg
                   ONLINE  ONLINE       vm-cent5                                    
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       vm-cent5                                    
    ora.asm
                   ONLINE  OFFLINE      vm-cent5                 Instance Shutdown  
    Cluster Resources
    ora.auxdb.db
          1        ONLINE  ONLINE       vm-cent5                 Open               
    ora.cssd
          1        ONLINE  ONLINE       vm-cent5                                    
    ora.diskmon
          1        ONLINE  ONLINE       vm-cent5 If i try to start the ora.asm resource through ./crtctl start, the following output is shown:
    [root@VM-Cent5 bin]# ./crsctl start resource ora.asm
    CRS-2672: Attempting to start 'ora.asm' on 'vm-cent5'
    ORA-01012: not logged on
    CRS-2674: Start of 'ora.asm' on 'vm-cent5' failed
    CRS-2679: Attempting to clean 'ora.asm' on 'vm-cent5'
    CRS-2681: Clean of 'ora.asm' on 'vm-cent5' succeeded
    CRS-4000: Command Start failed, or completed with errors.I am probably doing something stupid, but i still could not see what i'm doing wrong.
    Any help will be appreciated. Thanks in advance.

    Just one thing that i saw in my recent tests. I restarted CRS (crsctl stop | start resource -all), and the asm service (ora.asm) was back online, both target and state, as you can see below:
    [root@VM-Cent5 bin]# ./crsctl status resource -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS      
    Local Resources
    ora.DATA.dg
                   ONLINE  ONLINE       vm-cent5                                    
    ora.DG_MANOBRA.dg
                   ONLINE  ONLINE       vm-cent5                                    
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       vm-cent5                                    
    ora.asm
                   ONLINE  ONLINE       vm-cent5                 Started            
    Cluster Resources
    ora.auxdb.db
          1        ONLINE  ONLINE       vm-cent5                 Open               
    ora.cssd
          1        ONLINE  ONLINE       vm-cent5                                    
    ora.diskmon
          1        ONLINE  ONLINE       vm-cent5                       ... but when i connect as sysasm using user oracle (sid +ASM), i see again the idle instance.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for