Problem in grid installation, problems in communicationn crs - sapctl

I want to protect the SAP standalone enqueue server with Oracle cluster (11.2.0.2).
The script toolset "sapctl" is invoked by the crs agents. Somehow the connection between crs and sapctl does not work properly - funny enough, the manual invocation of crssapactions.pl is successful (see below) .
I am thankful for any hints how to trace the sapctl invocation
[root@rac11a ~]# crsctl status res -t
sap.QRC.ERS71.startsrv
1 OFFLINE OFFLINE
sap.QRC.SCS51.javaenq
1 OFFLINE OFFLINE
sap.QRC.SCS51.startsrv
1 ONLINE UNKNOWN rac11a
sap.QRC.javavip
1 ONLINE ONLINE rac11aWhen I want to start the sapstartsrv with crs, an error occurs[root@rac11a ~]# crsctl start res sap.QRC.SCS51.startsrv -n rac11a
CRS-2679: Attempting to clean 'sap.QRC.SCS51.startsrv' on 'rac11a'
CRS-2680: Clean of 'sap.QRC.SCS51.startsrv' on 'rac11a' failed
CRS-4000: Command Start failed, or completed with errors.This is the log:[tail oracle/LOCAL/GRID/11202/log/
rac11a/agent/crsd/sap_startsrv_type_qrcadm/sap_startsrv_type_qrcadm.log:
2012-02-18 11:34:48.166: [    AGFW][1169709376] Preparing CLEAN command for: sap.QRC.SCS51.startsrv 1 1
2012-02-18 11:34:48.166: [    AGFW][1169709376] sap.QRC.SCS51.startsrv 1 1 state changed from: UNKNOWN to: CLEANING
2012-02-18 11:34:48.168: [    AGFW][1148729664] Executing command: clean for resource: sap.QRC.SCS51.startsrv 1 1
2012-02-18 11:34:48.170: [    AGFW][1148729664] Entering script entry point...
2012-02-18 11:34:48.170: [sap.QRC.SCS51.startsrv][1148729664] [clean] Executing action script: /usr/sap/sapctl/bin/crssapactions.pl[clean]
2012-02-18 11:34:48.169: [CRSTIMER][1190689088] Timer Thread Starting.
2012-02-18 11:34:48.243: [    AGFW][1148729664] Command: clean for resource: sap.QRC.SCS51.startsrv 1 1 completed with invalid status: 206
2012-02-18 11:34:48.244: [    AGFW][1159219520] Executing command: check for resource: sap.QRC.SCS51.startsrv 1 1
2012-02-18 11:34:48.244: [    AGFW][1159219520] Entering script entry point...
2012-02-18 11:34:48.245: [sap.QRC.SCS51.startsrv][1159219520] [check] Executing action script: /usr/sap/sapctl/bin/crssapactions.pl[check]
2012-02-18 11:34:48.249: [    AGFW][1169709376] Agent sending reply for: RESOURCE_CLEAN[sap.QRC.SCS51.startsrv 1 1] ID 4100:3734
*2012-02-18 11:34:48.301: [    AGFW][1159219520] Received unknown resource status code: 206*
2012-02-18 11:34:48.301: [    AGFW][1159219520] check for resource: sap.QRC.SCS51.startsrv 1 1 completed with status: UNKNOWN
2012-02-18 11:34:48.303: [    AGFW][1169709376] sap.QRC.SCS51.startsrv 1 1 state changed from: CLEANING to: UNKNOWNA manual invocation of crssapactions.pl (as I assume it's invoked by crs) works successfully (check,stop and start):[root@rac11a ~]# export CRSCRS_HOME=/oracle/LOCAL/GRID/11202
[root@rac11a ~]# export CRSSAPCONTROL=/sapmnt/QRC/exe/sapcontrol
[root@rac11a ~]# export CRSSAPLIBPATH=/sapmnt/QRC/exe
[root@rac11a ~]# export CRSNAME=sap.QRC.SCS51.startsrv
[root@rac11a ~]# /usr/sap/sapctl/bin/crssapactions.pl check
Sat Feb 18 11:41:37 2012| CHHECK sapstarsrv SCS51 begin
Sat Feb 18 11:41:37 2012| Suchmuster: START_SCS51 QRC_SCS51
Sat Feb 18 11:41:37 2012| Executing /sapmnt/QRC/exe/cleanipc 51 remove
Sat Feb 18 11:41:37 2012| Deleting named pipe /tmp/.sapstream55113
Sat Feb 18 11:41:37 2012| Action exiting, RC=1This is how the crs resource was defined:crsctl add resource sap.QRC.SCS51.startsrv -type sap.startsrv.type
-attr "ACTION_SCRIPT=/usr/sap/sapctl/bin/crssapactions.pl,
PLACEMENT=restricted, SERVER_POOLS=SAP_SP_QRC, SAPLIBPATH=, SAPCONTROL=/usr/sap/QRC/SYS/exe/run/sapcontrol,
START_DEPENDENCIES='hard(sap.QRC.javavip) pullup(sap.QRC.javavip) attraction(sap.QRC.ERS71.javarep)',
CHECK_INTERVAL=60,RESTART_ATTEMPTS=0"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe it's because you have a variable or ORA_CRS_HOME CRS_HOME, see this portion of the code:
# Make sure CRS_HOME is set
if ( exists( $ENV{"ORA_CRS_HOME"} ) ) {
    $CRS_HOME = $ENV{"ORA_CRS_HOME"};
$CRS_HOME_BIN    = $CRS_HOME;
If it was not, do the following to the node of clusterware:
1. Kill all processes sap, use the command:
ps-ef | grep-i sap | awk-F "" {'print $ 2'} | xargs kill -9
2. Delete files sockets. Sap / tmp
rm / tmp / * .sap
3. Start sapctl with the command:
$ Su - qrcadm
# su
# Sapctl start all-sapsid QRC
I have a publication of the implementation of sapctl on my homepage.
However, this Ligua written in Portuguese, any questions, please contact me.

Similar Messages

  • Grid Installer Wizard step 9 of 10 - execute script root.sh problem

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6)
    and according to the tutorial http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    The Virtual Disk for each VM is 20 GB whose raw device is /dev/sda (partition /dev/sda1 is the same size).
    In order to install Grid Infrastructure, I add 5 Hard Disks into the first VM rac1 and 10GB for each Hard Disk.
    Then create 5 ASM disks respectively as a Disk Group. Let me describe them as follows:
    OS Phyysical file: C:\VM_RAC\sharerac\asmdisk1.vmdk (asmdisk2.vmdk asmdisk3.vmdk asmdisk4.vmdk asmdisk5.vmdk)
    Corresponding raw devices: /dev/sdb (sdc sdd sde sdf)
    Corresponding partition: /dev/sdb1 (sdc1 sdd1 sde1 sdf1)
    Corresponding ASM disk: ASMDISK1 (ASMDISK2 ASMDISK3 ASMDISK4 ASMDISK5)
    When I run Grid installer step 5 of 8, I select all of 5 ASMDISK as ASM disk group in the Wizard.
    The clusterware files are supposed to be stored in the ASM disk group.
    The 2 VMs rac1 and rac2 should use the same ASM disk group.
    By here, I don't do anything regarding ASM disk group in the second VM rac2.
    When run the Grid Installer step 9 of 10, execute script root.sh in the 2 VMs rac1 and rac2. The script root.sh runs in the first VM rac1 successfully. But when the script root.sh runs in the second VM rac2, the error message comes up as following:
    ORA-15018: disk group cannot be created.
    ORA-15031: disk specification 'ORCL:ASMDISK5' matches no disks.
    ORA-15031: disk specification 'ORCL:ASMDISK4' matches no disks.
    ORA-15031: disk specification 'ORCL:ASMDISK3' matches no disks.
    ORA-15031: disk specification 'ORCL:ASMDISK2' matches no disks.
    ORA-15031: disk specification 'ORCL:ASMDISK1' matches no disks.
    Configuration of ASM failed.
    Did not successfully configure and start ASM.
    Initial cluster configuration failed.
    From the above error message, it seems that we need to connect the second VM rac2 with the ASM disk group created in rac1 so that 2 VMs use the same set of the ASM disks.
    But I don't see anything about doing ASM disk group in the second VM rac2 in the tutorial
    http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html.
    My question is:
    Do any folk understand how to solve ASM disks issue in the second VM rac2 when run the script root.sh in rac2 on step 9 of 10 in Installer Wizard ?
    Thanks.

    Hi,
    One of mandatory requirement for RAC is shared storage. Check if you have shared storage across all nodes.
    Run oracleasm listdisk on node2 to see if it can see the same disks on node 1. Otherwise you didn't follow that tutorial correctly
    Cheers

  • Local node not included in the list of host names for grid installation

    I'm attempting to install clusterware on Solaris 11 on 2 nodes. I've tried tweaking the /etc/hosts file in a few different ways by including the fully-qualified name and without it for the localhost, but it still gives me this error every time. The runcluvfy.sh script doesn't run on Solaris 11. Does anyone know how to get around this problem?
    I've tried this using the silent install and with OUI, but got the same error both ways. This is the format of the node names:
    oracle.install.crs.config.clusterNodes=myLocalNode:myLocalNode-vip1,myOtherNode:myOtherNode-vip2
    [FATAL] [INS-40907] Local node not included in the list of host names for grid installation.
    CAUSE: The local node (the node where you are running the installer) was missing from the list of host names you provided.
    ACTION: Include the local node in the list of host names for grid installation.
    Edited by: 982828 on Jan 18, 2013 1:18 PM

    Hi,
    what Oracle Version are you trying to install?
    Best to directly start with 11.2.0.3 and look in MOS for certification, hints requirements.
    Regards
    Sebastian

  • Grid installation issue with GNS - 12c on oel6

    I am trying to install the Grid (CW) for 12c on oel 6, on 2 nodes, using *static configuration*, for a flex cluster.
    My nodes are all running dnsmasq as DNS, and the /etc/hosts file is edited to be the same on them. The public/private/VIP/scan addresses are all resolvable (I have checked them all using 'nslookup'). I do *NOT* have DHCP (as I am going with static configuration).
    The grid installation wizard fails, once running root scripts, and trying to start ora.gns service:
    PRCR-1079 : Failed to start resource ora.gns
    CRS-2674: Start of 'ora.gns' on 'ol6-121-rac1' failed
    CRS-2632: There are no more servers to try to place resource 'ora.gns' on that would satisfy its placement policy
    2015/02/16 19:45:20 CLSRSC-107: Start of GNS failed
    2015/02/16 19:45:21 CLSRSC-287: FirstNode configuration failed
    I am using the following settings, in the installation wizard, for the GNS:
    > Custer name:        ol6-121-cluster
    > SCAN Name:        ol6-121-scan
    > GNS VIP Address:        ol6-121-rac1-vip
    > GNS Sub Domain:        ol6-121.localdomain
    and here is the contents of /etc/hosts is as following: (public and private addresses are already assigned to different NICs on each machine, and the machines can ping each other's public/private addresses successfully):
    # Public
    192.168.56.101   ol6-121-rac1.localdomain        ol6-121-rac1
    192.168.56.102   ol6-121-rac2.localdomain        ol6-121-rac2
    # Private
    192.168.1.101   ol6-121-rac1-priv.localdomain   ol6-121-rac1-priv
    192.168.1.102   ol6-121-rac2-priv.localdomain   ol6-121-rac2-priv
    # Virtual
    192.168.56.103   ol6-121-rac1-vip.localdomain    ol6-121-rac1-vip
    192.168.56.104   ol6-121-rac2-vip.localdomain    ol6-121-rac2-vip
    # SCAN
    192.168.56.105   ol6-121-scan.localdomain ol6-121-scan
    192.168.56.106   ol6-121-scan.localdomain ol6-121-scan
    192.168.56.107   ol6-121-scan.localdomain ol6-121-scan
    I am just wondering what could be missing here which causes the problem ?
    - Do I need to start/set anything specific for VIP or SCAN addresses ? (As with the static configuration, domain delegation is not happening to CW).
    - Or is there anything wrong/missing with the cluster name or GNS sub domain ?
    Any help or hint would be highly appreciated.

    Software hasn't extracted properly, please use unzip version 6 to dowload the software and extract under one dir as given in the download url
    http://www.oracle.com/technetwork/oem/grid-control/downloads/aix5lsoft-091214.html
    Oracle Enterprise Manager Cloud Control 12c Release 2 Plugin Update 1 (12.1.0.2)
    for IBM AIX on POWER Systems (64-bit)
    Download the complete files
    em12cr2p1_aix64_disk1.zip (2,169,268,773 bytes) (cksum - 3052516559)
    em12cr2p1_aix64_disk2.zip (2,271,955,980 bytes) (cksum - 13147947)
    em12cr2p1_aix64_disk3.zip (2,563,046,862 bytes) (cksum - 1681333195)
    Directions
    1. All files are in the .zip format. There is an unzip utility for this platform here if you need one and we recommend you to use unzip version 6.
    2. Download the files and unzip them into the same directory

  • 11.2.0.2 Grid Installation for a Standalone Server FAILED!

    OS: OEL-5.5 x86_64 (kernel-2.6.18-194.17.4.0.1.el5, glibc-2.5-49.el5_5.7)
    Product: Oracle 11gR2 (11.2.0.2.0) x86_64 for Linux
    Hi,
    I was trying to perform a clean and full 11.2.0.2 installation for a Standalone Server (Single database + ASM + Restart), but unlike 11.2.0.1, this standalone patch, shipped as set of full installation files, has serious flaws mainly due to insane installation and configuration scripts. My environment is as follows:
    ORACLE_BASE=/opt/oracle
    ORACLE_HOME=/opt/oracle/product/11.2.0/db_1
    GRID_HOME=/opt/oracle/product/11.2.0/grid
    all owned by oracle:dba. ASMLib was configured with four 256 GB partitions on four physical disks.
    1. During grid installation the Prepare, Copy files, Link binaries, Setup files, Execute Root Scripts (root.sh), Update Inventory, Oracle Net Configuration Assistant all succeeded, but ASM Configuration Assistant FAILED and installation couldn't continue. That was because root.sh script (and inside it calling scripts) changed the ownership of ORACLE_BASE and GRID_HOME to root:dba, so that admin and diag directories creations in ORACLE_BASE were not permitted. After fixing that manually as root (immediately after executing root.sh), the installation continues and succeeds.
    2. During installation of Client software the error message window appears stating that cannot find the /opt/oracle/product/11.2.0/db_1/oui/bin/runInstaller.var file. By pressing the Continue button the installation continues ignoring this.
    3. If Oracle Scheduler Agent is selected for installation during Client software installation, the Oracle Enterprise Manager 11g Database Control Release 11.2.0.2.0 cannot start (https problem - cannot establish connection). To fix this, I had to deinstall Client software and install it again without Oracle Scheduler Agent.
    4. The Performance window in Enterprise Manager 11g Database Control Release 11.2.0.2.0 cannot display any graph ("Initializing" and "Transferring data from localhost..." never end).
    Are those issues known issues? If they are, why did Oracle ship that standalone patch without testing it before? Given that prior release (11.2.0.1) was free of any errors above, it is really beyond me to figure out this negligence.
    NJ

    Are those issues known issues? Have you created service request ? That would be much better to be sure about the workaround you found.
    Nicolas.

  • 11.2.0.3 grid installation fails while selecting OCFS2 for ocr files

    We are installing 11GR2 (11.2.0.3) cluster on a 64 bit system. we have OCFS2 filesystem for shared devices. version 1.6.3.
    While selecting ocr file locations , we get the following error
    [INS-41321] Invalid oracle cluster register [OCR] Location
    Cause- The installer detects that the storage type of location is not supported for Oracle Cluster registery
    Action - Provide a supported storage location for the Oracle Cluster Registry
    Additional information
    /crp2db01/OCR/ocr_1 is not shared
    However , this mountpoint is shared across both the nodes.
    Note: 11201 grid installation was successful and it accepted the above locations for OCR. however ,we need 11.2.0.3 cluster for 11.2.0.3 database

    As for your current problem, just because Oracle "allows" OCFS2 in a GRID environment, I would never suggest nor implement that. It adds a layer of complexity that is totally unnecessary when a GRID/ASM implementation performs circles around OCFS2. ASM is much easier to manage, maintain, expand and shrink than OCFS2. Especially at version 11.2.0.3. When working at a large telco a few years ago, we had a 300TB+ ASM environment. OCFS2 could not even begin to be that big. ASM will provide you a MUCH more stable environment than OCFS2. And with ASM there is a lot of "magic" that happens with OCR/Voting that makes your life MUCH easier. If you "require" shared application files, then use ASM/ACFS. It is a much better "volume manager" than OCFS2.
    Since you must present devices to the system for OCFS2, you should not have any problems doing the same for ASM. (and don't use ASMLib as it is going away and is not necessary - just make sure you use a partition that skips the first 1M (usually cylinder 1) and you should be good to go!)
    I also would not use a "shared ORACLE_HOME" on either ACFS or OCFS2. The biggest reason is that you lose the ability to do a "rolling" upgrade and when you have a VLC, that becomes much more important that saving a few GB worth of storage.
    I would also pay attention to this:
    http://docs.oracle.com/cd/E11882_01/install.112/e22489/storage.htm#CDEDAHGB
    3.1.4.2 General Storage Considerations for Oracle RAC
    Use the following guidelines when choosing the storage options to use for each file type:
    You can choose any combination of the supported storage options for each file type provided that you satisfy all requirements listed for the chosen storage options.
    If you plan to install an Oracle RAC home on a shared OCFS2 location, then you must upgrade OCFS2 to at least version 1.4.1, which supports shared writable mmaps.
    Oracle recommends that you choose Oracle ASM as the storage option for database and recovery files.
    For Standard Edition Oracle RAC installations, Oracle ASM is the only supported storage option for database or recovery files.

  • VMware slices Crash during Grid installation [ Ora 11 G R2,VMware Linux ]

    Hi,
    Iam using Windows Xp [ 32 bit  ] with 4 GB RAM and 150 GB Hard-disk.
    I have installed VMWare Server with 2 RAC nodes [ along with the shared disk ], following the steps given at oracle-base.com.
    However, during the grid installation, vmware slices [ RAC1, RAC2 ] are getting closed automatically, when i run "root.sh" on rac2 node.
    The script ran fine on node1 [ rac1 ] and this problem is occuring only during rac2 run.
    I have kept the memory as 2GB each and allocated 45 GB each with 10 GB for each shared disk.
    Requesting help/info on the above, as why the nodes come down, during the installation.
    Also, wanted to know, lets say, if grid installation failed and we found/fixed the problem. Can we re-run the grid installation from the point, it failed ?
    Regards
    Roopesh M.

    VMWare is not supported for Oracle Clusterware/RAC. That may itself be the reason. Oracle VM is tested and supported. Perhaps you may want to try that
    Regards,
    Anil Nair
    Global Tech Lead/Oracle Clusterware and RAC
    Oracle Support

  • Error installing Oracle11gR2 grid installer on AIX 6.1

    Hi,
    I am trying to install Oracle 11gR2 RAC on AIX6.1 system using NFS. I had a successfull run of cluster verify tool and after proceeding with the grid installer i am getting following error . The error is occurring during setup part of grid installer.
    "Exception String: Error in invoking target 'itnsping' of makefile '/u01/app/crs/
    product/11.2.0/crs/network/lib/ins_net_client.mk'. See '/u01/app/oracle/product/
    11.2.0/oraInventory/logs/installActions2010-10-30_05-14-51AM.log' for details.
    Exception Severity: 1 "
    The install log also has a large number of symbol table errors and warnings. Below attached is a snippet of the error logs:
    "ld: 0711-870 WARNING: Symbol table entry 8 in object /u01/app/crs/product/11.2.
    /crs/lib//libgeneric11.a[qcs.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 17 in object /u01/app/crs/product/11.2
    0/crs/lib//libgeneric11.a[qcs.o]:
    Unknown symbol type 0.
    INFO: The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 18 in object /u01/app/crs/product/11.2
    0/crs/lib//libgeneric11.a[qcs.o]:
    Unknown symbol type 22. The symbol is being copied to the output file.
    INFO: ld: 0711-870 WARNING: Symbol table entry 390 in object /u01/app/crs/produ
    t/11.2.0/crs/lib//libgeneric11.a[qcs.o]:
    Unknown symbol type 5. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 391 in object /u01/app/crs/product/11.
    .0/crs/lib//libgeneric11.a[qcs.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 408 in object /u01/app/crs/product/11.
    .0/crs/lib//libgeneric11.a[qcs.o]:
    Unknown symbol type 9. T
    INFO: he symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 415 in object /u01/app/crs/product/11.
    .0/crs/lib//libgeneric11.a[qcs.o]:"
    Please let me know how to fix this issue.

    Okay , I will check the libm.a file and probably will re install AIX. But can anyone let me know whether installing RAC on NFS file share is supported on AIX or not ? We need this setup for testing with min size databases.
    These are the configuration:
    OS: AIX6.1-TL-06
    Oracle: 11gR2 grid & Database
    NFS server : Linux NFS server. (Set up is for testing with minimal data)
    --Amith                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Final Step of Grid Installer - Cluster VerificationUtility failed

    Hi,
    In the final step of my grid installer, I am getting an error :
    When I executed the below command, this is my output:
    [oracle@falcen6a grid]$ ./runcluvfy.sh stage -post crsinst -n falcen6a,falcen6b -verbose
    Performing post-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "falcen6a"
    Destination Node Reachable? falcen6a yes
    falcen6b yes
    Result: Node reachability check passed from node "falcen6a"
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    falcen6b passed
    falcen6a passed
    Result: User equivalence check passed for user "oracle"
    Checking time zone consistency...
    Time zone consistency check passed.
    Checking Cluster manager integrity...
    Checking CSS daemon...
    Node Name Status
    falcen6b running
    falcen6a running
    Oracle Cluster Synchronization Services appear to be online.
    Cluster manager integrity check passed
    UDev attributes check for OCR locations started...
    Result: UDev attributes check passed for OCR locations
    UDev attributes check for Voting Disk locations started...
    Result: UDev attributes check passed for Voting Disk locations
    Check default user file creation mask
    Node Name Available Required Comment
    falcen6b 0022 0022 passed
    falcen6a 0022 0022 passed
    Result: Default user file creation mask check passed
    Checking cluster integrity...
    Cluster is divided into 2 partitions
    Partition 1 consists of the following members:
    Node Name falcen6b
    Partition 2 consists of the following members:
    Node Name falcen6a
    Cluster integrity check failed. Cluster is divided into 2 partition(s).
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    All nodes free of non-clustered, local-only configurations
    ERROR:
    PRVF-4193 : Asm is not running on the following nodes. Proceeding with the remaining nodes.
    Checking OCR config file "/etc/oracle/ocr.loc"...
    OCR config file "/etc/oracle/ocr.loc" check successful
    ERROR:
    PRVF-4195 : Disk group for ocr location "+DATA" not available on the following nodes:
    Checking size of the OCR location "+DATA" ...
    Size check for OCR location "+DATA" successful...
    OCR integrity check failed
    Checking CRS integrity...
    ERROR:
    PRVF-5316 : Failed to retrieve version of CRS installed on node "falcen6b"
    The Oracle clusterware is healthy on node "falcen6b"
    The Oracle clusterware is healthy on node "falcen6a"
    CRS integrity check failed
    Checking node application existence...
    Checking existence of VIP node application
    Node Name Required Status Comment
    falcen6b yes unknown failed
    falcen6a yes unknown failed
    Result: Check failed.
    Checking existence of ONS node application
    Node Name Required Status Comment falcen6b no unknown ignored
    falcen6a no online passed
    Result: Check ignored.
    Checking existence of GSD node application
    Node Name Required Status Comment falcen6b no unknown ignored
    falcen6a no does not exist ignored
    Result: Check ignored.
    Checking existence of EONS node application
    Node Name Required Status Comment falcen6b no unknown ignored
    falcen6a no online passed
    Result: Check ignored.
    Checking existence of NETWORK node application
    Node Name Required Status Comment falcen6b no unknown ignored
    falcen6a no online passed
    Result: Check ignored.
    Checking Single Client Access Name (SCAN)...
    SCAN VIP name Node Running? ListenerName Port Running?
    falcen6-scan unknown false LISTENER 1521 false
    WARNING:
    PRVF-5056 : Scan Listener "LISTENER" not running
    Checking name resolution setup for "falcen6-scan"...
    SCAN Name IP Address Status Comment falcen6-scan 192.168.100.210 passed
    falcen6-scan 192.168.100.208 passed
    falcen6-scan 192.168.100.209 passed
    Verification of SCAN VIP and Listener setup failed
    OCR detected on ASM. Running ACFS Integrity checks...
    Starting check to see if ASM is running on all cluster nodes...
    PRVF-5137 : Failure while checking ASM status on node "falcen6b"
    Starting Disk Groups check to see if at least one Disk Group configured...
    Disk Group Check passed. At least one Disk Group configured
    Task ACFS Integrity check failed
    Checking Oracle Cluster Voting Disk configuration...
    Oracle Cluster Voting Disk configuration check passed
    Checking to make sure user "oracle" is not in "root" group
    Node Name Status Comment falcen6b does not exist passed
    falcen6a 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 falcen6b passed
    falcen6a passed
    Result: CTSS resource check passed
    Querying CTSS for time offset on all nodes...
    Result: Query of CTSS for time offset passed
    Check CTSS state started...
    Check: CTSS state
    Node Name State
    falcen6b Observer
    falcen6a Observer
    CTSS is in Observer state. Switching over to clock synchronization checks using NTP
    Starting Clock synchronization checks using Network Time Protocol(NTP)...
    NTP Configuration file check started...
    The NTP configuration file "/etc/ntp.conf" is available on all nodes
    NTP Configuration file check passed
    Checking daemon liveness...
    Check: Liveness for "ntpd"
    Node Name Running?
    falcen6b yes
    falcen6a yes
    Result: Liveness check passed for "ntpd"
    Checking NTP daemon command line for slewing option "-x"
    Check: NTP daemon command line
    Node Name Slewing Option Set? falcen6b yes
    falcen6a yes
    Result:
    NTP daemon slewing option check passed
    Checking NTP daemon's boot time configuration, in file "/etc/sysconfig/ntpd", for slewing option "-x"
    Check: NTP daemon's boot time configuration
    Node Name Slewing Option Set? falcen6b yes
    falcen6a yes
    Result:
    NTP daemon's boot time configuration check for slewing option passed
    NTP common Time Server Check started...
    NTP Time Server "133.243.236.19" is common to all nodes on which the NTP daemon is running
    NTP Time Server "133.243.236.18" is common to all nodes on which the NTP daemon is running
    NTP Time Server "210.173.160.86" is common to all nodes on which the NTP daemon is running
    NTP Time Server ".LOCL." is common to all nodes on which the NTP daemon is running
    Check of common NTP Time Server passed
    Clock time offset check from NTP Time Server started...
    Checking on nodes "[falcen6b, falcen6a]"...
    Check: Clock time offset from NTP Time Server
    Time Server: 133.243.236.19
    Time Offset Limit: 1000.0 msecs
    Node Name Time Offset Status falcen6b 15.332 passed
    falcen6a -1.503 passed
    Time Server "133.243.236.19" has time offsets that are within permissible limits for nodes "[falcen6b, falcen6a]".
    Time Server: 133.243.236.18
    Time Offset Limit: 1000.0 msecs
    Node Name Time Offset Status falcen6b 15.115 passed
    falcen6a -1.614 passed
    Time Server "133.243.236.18" has time offsets that are within permissible limits for nodes "[falcen6b, falcen6a]".
    Time Server: 210.173.160.86
    Time Offset Limit: 1000.0 msecs
    Node Name Time Offset Status falcen6b 15.219 passed
    falcen6a -1.527 passed
    Time Server "210.173.160.86" has time offsets that are within permissible limits for nodes "[falcen6b, falcen6a]".
    Time Server: .LOCL.
    Time Offset Limit: 1000.0 msecs
    Node Name Time Offset Status falcen6b 0.0 passed
    falcen6a 0.0 passed
    Time Server ".LOCL." has time offsets that are within permissible limits for nodes "[falcen6b, falcen6a]".
    Clock time offset check passed
    Result: Clock synchronization check using Network Time Protocol(NTP) passed
    Oracle Cluster Time Synchronization Services check passed
    Post-check for cluster services setup was unsuccessful on all the nodes.
    [oracle@falcen6a grid]$
    Any suggestions?

    This is my output for ocr check from both the nodes:
    [oracle@falcen6a bin]$ ./ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 3
    Total space (kbytes) : 262120
    Used space (kbytes) : 2204
    Available space (kbytes) : 259916
    ID : 960988220
    Device/File Name : +DATA
    Device/File integrity check succeeded
    Device/File not configured
    Device/File not configured
    Device/File not configured
    Device/File not configured
    Cluster registry integrity check succeeded
    Logical corruption check bypassed due to non-privileged user
    RAC2:
    [oracle@falcen6b bin]$ ./ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 3
    Total space (kbytes) : 262120
    Used space (kbytes) : 2056
    Available space (kbytes) : 260064
    ID : 1720050235
    Device/File Name : +DATA
    Device/File integrity check succeeded
    Device/File not configured
    Device/File not configured
    Device/File not configured
    Device/File not configured
    Cluster registry integrity check succeeded
    Logical corruption check bypassed due to non-privileged user

  • Two questions on ASM for Grid Installation

    Grid Infrastructure version : 11.2.0.3
    Platform : Oracle Enterprise Linux 5.6
    Question1.
    oracle:dba will be owner of our Grid software (not grid user). What should be permission set for LUNs ( /dev/sda1, ..) before the grid installation ?
    Question2.
    Currently, the shared LUNs appear as
    /dev/sdb ,
    /dev/sdc,
    /dev/sdd
    does a single partition need to be created before presenting LUN to ASM ?
    For example, I should choose p (primary partition ) below. Right ?
    # fdisk /dev/sdb
    Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
    Building a new DOS disklabel with disk identifier 0x8b157fd2.
    Changes will remain in memory only, until you decide to write them.
    After that, of course, the previous content won't be recoverable.
    Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
    WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
             switch off the mode (command 'c') and change display units to
             sectors (command 'u').
    Command (m for help): c
    DOS Compatibility flag is not set
    Command (m for help): u
    Changing display/entry units to sectors
    Command (m for help): n
    Command action
       e   extended
      p   primary partition (1-4)

    Check the step 5 here.You use oracleasm utility which changes permission.
    Installing Grid Infrastructure for a Standalone Server
    Ta
    Jag

  • ASM LABLED DISK NOT SHOWN IN GRID INSTALLATION

    Hi Guru,
    Im new to oracle,just started, we are installing ORCALE 11gr2 11.2.0.3 single node cluster for an test environment on RHEL 6.2.
    we installed oracle prerequisite with yum provided by oracle with following command.
    yum install "oracle-rdbms-server-11gR2-preinstall" ##did all pathch,rpm & parameter set automatically.
    create users oracle & grid with required group.
    part-ion disk
    #fdisk /dev/sd*
    n,p,1,<>,<>,w
    #partprob /dev/sd*
    Install oracleasm with "yum install kmod-oracleasm" including support & asmlib file .
    oracleasm configure
    ORACLEASM_ENABLED=true
    ORACLEASM_UID=grid
    ORACLEASM_GID=asmdba
    ORACLEASM_SCANBOOT=true
    ORACLEASM_SCANORDER=""
    ORACLEASM_SCANEXCLUDE=""
    ORACLEASM_USE_LOGICAL_BLOCK_SIZE="false"
    oracleasm listdisks
    DATA01
    DATA02
    VOTE01
    VOTE02
    VOTE03
    ls -ltr /dev/oracleasm/disks/*
    brw-rw---- 1 grid asmdba 8, 17 May 17 15:58 /dev/oracleasm/disks/VOTE01
    brw-rw---- 1 grid asmdba 8, 33 May 17 15:58 /dev/oracleasm/disks/VOTE02
    brw-rw---- 1 grid asmdba 8, 49 May 17 15:58 /dev/oracleasm/disks/VOTE03
    brw-rw---- 1 grid asmdba 8, 65 May 17 15:59 /dev/oracleasm/disks/DATA01
    brw-rw---- 1 grid asmdba 8, 81 May 17 15:59 /dev/oracleasm/disks/DATA02
    started grid installation with (grid, asmdba) ./runInstaller
    Every things seems good till the time.
    while it looks for asmdisk during installation it will not show asm labled disk there with discovery string "/dev/oracleasm/disks/*" -----"OCRL:*"
    Please help, im stuck in this issue from 5 days.
    Regards
    Sumit Sharma

    Hello,
    To resolve this issue, first reconfigure your ASMlib using following steps:
    [root@host02 ~]# ll -ltr /dev/oracleasm/disks/ASMDISK0*
    brw-rw---- 1 grid asmadmin 8, 17 May 15 11:05 /dev/oracleasm/disks/ASMDISK01
    brw-rw---- 1 grid asmadmin 8, 18 May 15 11:05 /dev/oracleasm/disks/ASMDISK02
    brw-rw---- 1 grid asmadmin 8, 19 May 15 11:05 /dev/oracleasm/disks/ASMDISK03
    brw-rw---- 1 grid asmadmin 8, 21 May 15 11:05 /dev/oracleasm/disks/ASMDISK04
    brw-rw---- 1 grid asmadmin 8, 22 May 15 11:05 /dev/oracleasm/disks/ASMDISK05
    brw-rw---- 1 grid asmadmin 8, 23 May 15 11:05 /dev/oracleasm/disks/ASMDISK06
    brw-rw---- 1 grid asmadmin 8, 24 May 15 11:05 /dev/oracleasm/disks/ASMDISK07
    brw-rw---- 1 grid asmadmin 8, 25 May 15 11:05 /dev/oracleasm/disks/ASMDISK08
    If the permission is not like this then do the following:
    *[root@host02 ~]# oracleasm configure -i*
    Configuring the Oracle ASM library driver.
    Default user to own the driver interface [asd]: grid
    Default group to own the driver interface [asd]: asmadmin
    Start Oracle ASM library driver on boot (y/n) [y]: y
    Scan for Oracle ASM disks on boot (y/n) [y]: y
    Writing Oracle ASM library driver configuration: done
    [root@host02 ~]# oracleasm exit
    [root@host02 ~]#
    [root@host02 ~]#
    [root@host02 ~]# oracleasm init
    Loading module "oracleasm": oracleasm
    Mounting ASMlib driver filesystem: /dev/oracleasm
    [root@host02 ~]#
    [root@host02 ~]#
    [root@host02 ~]#
    [root@host02 ~]# oracleasm scandisks
    Reloading disk partitions: done
    Cleaning any stale ASM disks...
    Scanning system for ASM disks...
    Instantiating disk "ASMDISK01"
    Instantiating disk "ASMDISK02"
    Instantiating disk "ASMDISK03"
    Instantiating disk "ASMDISK04"
    Instantiating disk "ASMDISK05"
    Instantiating disk "ASMDISK06"
    [root@host02 ~]#
    [root@host02 ~]#
    [root@host02 ~]#
    [root@host02 ~]# oracleasm listdisks
    ASMDISK01
    ASMDISK02
    ASMDISK03
    ASMDISK04
    ASMDISK05
    ASMDISK06
    Hope it will work.
    Thanks,
    Ashish Shukla

  • Can grid installer GUI install 3-node cluster at a time ?

    Grid version: 11.2.0.3
    OS : OEL 6.3
    We are planning to create a 3-node cluster.
    Can I use the grid installer GUI to create a 3-node cluster ? Or is it possible to create only a 2-node RAC at a time and the add the 3rd node using addNode.sh ?

    Q: Can I use the grid installer GUI to create a 3-node cluster ? Or is it possible to create only a 2-node RAC at a time and the add the 3rd node using addNode.sh ?
                A:  Yes it is possible .The easiest way : "You can do with the GUI"  ...As Max said, "No need of addNode.sh"
    Thank you

  • Can we have multiple grid installations on a RAC configuration

    Hi,
    I just want to check whether we can have multiple grid installations running in parallel on same configuration. For eg: A 3 node RAC having 11g and 12c RAC configurations running in parallel.
    I understand that we can have multiple oracle database installations under a grid , but not sure of multiple grid installations.
    Can someone guide me here ?
    --Amith

    Hi,
    You can not have multiple GI running on same server.
    Please review the following  note:
    11gR2 Clusterware and Grid Home - What You Need to Know (Doc ID 1053147.1)
    Specifically:
    11gR2 Clusterware Key Facts
    "Only one set of clusterware daemons can be running per node."
    Also refer the following RAC faq note and you may get answer for most of question
    RAC: Frequently Asked Questions (Doc ID 220970.1)

  • 11gR2 Grid Installation "SSH Passwordless Problem" on AIX 7.1

    Hello,
    The installer was able to setup passwordless SSH connection between the nodes but when I tried to test it then I got the below error:
    [INS-06006] Passwordless SSH connectivity not set up between the following node(s): [node1, node2].
    I tried to connect .ssh passwordless from node1 to node2. This worked.
    But when i tried to connect .ssh passwordless from node2 to node1. This did not work. SSH requested for a password.
    On node1 there were amongst others id_rsa, id_rsa.pub and identity and identity.pub. But on node2 there were only identity and identity.pub.
    any help will be greatly appreciated.
    Thanks

    When you configure RAC it is a mandatory task to configure the Secure Shell (SSH) passwordless connectivity between the nodes. SSH connectivity configuration is essential between the nodes of a cluster as the OUI uses the ssh and scp commands internally during the installation phase to perform remote operations in which it copies the software from the local to other nodes.
    I would suggest that you try one more time the configuration. Below i am giving the steps:
    1) Log in as Oracle user on the first node of the cluster (in our example, it will be on the raclinux1), and execute the following sequence of commands:
    [orac1e@raclinux1 -]$ mkdir ~/.ssh
    [orac1e@raclinux1 -]$ chmod 700 ~/.ssh
    [orac1e@raclinux1 -]$ /usr/bin/ssh-keygen -t rsa
    Generating public/private rsa key pair.
    Enter file in which to save the key (/home/oracle/.ssh/id_rsa):
    Enter passphrase (empty for no passphrase): Enter same passphrase again:
    Your identification has been saved in /home/oracle/.ssh/id rsa.
    Your public key has been saved in /home/oracle/.ssh/id_rsa.pub.
    The key fingerprint is: f0:89:ac:ba:83:31:c4:43:97:3e:9a:a5:60:c1:8e:e6 [email protected]
    2) When prompted for the key location, accept the default settings by hitting the Enter key. Once this setup is done on the first node, repeat the same steps on the rest of the nodes (in our example, repeat the same step on the raclinux2 node).
    3) Now, switch back to the first node (raclinux1) and execute the following command to add authorization keys. After adding the authorization keys, copy the authorized_keys file to the other nodes using the scp command, and enter Yes when prompted.
    [orac1e@raclinux1 -]$ cd ~/.ssh
    [orac1e@raclinux1 -]$ cat id rsa.pub >> authorized_keys
    [orac1e@raclinux1 -]$ scp authorized_keys raclinux2:/home/oracle/.ssh
    The authenticity of host 'raclinux2 (192.168.2.202) can't be established.
    RSA key fingerprint is 52:13:31:e8:ce:ec:47:b8:06:09:4b:c9:aa:c5:35:81.
    Are you sure you want to continue connecting (yes/no)? yes
    Warning: Permanently added 'raclinux2,192.168.2.202' (RSA) to the list of known hosts.
    Oracle@raclinux2's password:
    authorized keys 100% 406 0.4K8/s 00:00
    4)  Now, switch back to the second node, (raclinux2) and run the following command:
    [orac1e@raclinux2 -]$ cd ~/.ssh
    [orac1e@raclinux2 -]$ cat id rsa.pub >> authorized_keys
    [orac1e@raclinux2 -]$ scp authorized_keys raclinux1:/home/oracle/.ssh
    The authenticity of host 'raclinux2 (192.168.2.201) can't be established.
    RSA key fingerprint is 52:13:31:e8:ce:ec:47:b8:06:09:4b:c9:aa:c5:35:81.
    Are you sure you want to continue connecting (yes/no)? yes
    Warning: Permanently added 'raclinux2,192.168.2.201' (RSA) to the list of known hosts.
    Oracle@raclinux1's password:
    authorized keys 100% 406 0.4K8/s 00:00
    5) After adding the authorization keys on the second node, copy the file to the other nodes using the scp command, as demonstrated in the preceding example, and enter Yes when prompted.
    6) After configuring the SSH setup successfully across all nodes, let's run the following test on each node, starting from the first node, to establish a passwordless connection between all the nodes to meet the Oracle recommendations:
    ssh raclinux1 date
    ssh raclinux2 date
    ssh raclinux1-priv date
    ssh raclinux2-priv date
    ssh raclinux1-sjh.com date
    ssh raclinux2-sjh.com date
    - taken from Oracle 11g R1/R2 Real Application Clusters Essentials - Ben Prusinski, Syed Jaffer Hussain

  • Asmca hangs during grid installation on windows server 2008 r2 x64

    Hi all,
    searched the web, but did not found a solution to this right now.
    The Grid Infrastructure installation (11.2.0.2) hangs every time i tried the installation (Basic, Advanced) on a two node configuration. Had the same issue with 11.2.0.1.
    Environment:
    - W2K8 Server EE x64, all patches installed
    - FC Storage attached
    - UAC disabled
    - Firewall diabled
    - Prereqs implemented as recommended by RAC Assurance Team
    - Using Domain-User (Member of the local Administrator Group) for installation
    - Public-IPs and SCAN-IPs in DNS has been configured
    - GNS and IMPI not used
    Used diskpart to create extended partition and logical partition as described in the manuals. Stamped GRID-disk using asmtoolg.
    Whatever I tried, asmca seems to hang while creating the diskgroup for OCR/Voting ...
    ... maybe someone out there has an idea what may cause this?
    Some logs that explain the problem:
    cluvfy
    C:\install\11.2.0.2\grid>runcluvfy.bat stage -pre crsinst -n BKO-dbqc01,BKO-dbqc
    02 -verbose
    Vorpr³fungen f³r Cluster-Services-Setup werden ausgef³hrt.
    Knotenzugõnglichkeit wird gepr³ft...
    Pr³fung: Knotenzugõnglichkeit von Knoten "BKO-dbqc01"
    Zielknoten Zugõnglich?
    BKO-dbqc02 ja
    BKO-dbqc01 ja
    Ergebnis: Pr³fung auf Knotenzugõnglichkeit von Knoten "BKO-dbqc01" erfolgreich
    Benutzerõquivalenz wird ³berpr³ft...
    Pr³fung: Benutzerõquivalenz f³r Benutzer "sup-bko-him"
    Knotenname Kommentar
    BKO-dbqc02 erfolgreich
    BKO-dbqc01 erfolgreich
    Ergebnis: Pr³fung auf Benutzerõquivalenz erfolgreich f³r Benutzer "sup-bko-him"
    Knotenkonnektivitõt wird gepr³ft...
    Schnittstelleninformationen f³r Knoten "BKO-dbqc02"
    Name IP-Adresse Subnet Gateway Standard-Gateway HW-Adre
    sse MTU
    PublicLAN 10.0.145.35 10.0.144.0 On-link UNKNOWN D4:85
    :64:C8:A3:FA 1500
    PrivateLAN 192.168.123.4 192.168.123.0 On-link UNKNOWN D4:8
    5:64:C8:A3:FE 1500
    Schnittstelleninformationen f³r Knoten "BKO-dbqc01"
    Name IP-Adresse Subnet Gateway Standard-Gateway HW-Adre
    sse MTU
    PublicLAN 10.0.145.32 10.0.144.0 On-link UNKNOWN D4:85
    :64:C9:28:3E 1500
    PrivateLAN 192.168.123.2 192.168.123.0 On-link UNKNOWN D4:8
    5:64:C9:28:42 1500
    Pr³fung: Knotenkonnektivitõt von Subnet "10.0.144.0"
    Quelle Ziel Angemeldet?
    BKO-dbqc02[10.0.145.35] BKO-dbqc01[10.0.145.32] ja
    Ergebnis: Pr³fung auf Knotenkonnektivitõt f³r Subnet "10.0.144.0" mit Knoten BKO
    -dbqc02,BKO-dbqc01 erfolgreich
    Pr³fung: TCP-Konnektivitõt von Subnet "10.0.144.0"
    Quelle Ziel Angemeldet?
    BKO-dbqc01:10.0.145.32 BKO-dbqc02:10.0.145.35 erfolgreich
    Ergebnis: Pr³fung der TCP-Konnektivitõt f³r Subnet "10.0.144.0" erfolgreich
    Pr³fung: Knotenkonnektivitõt von Subnet "192.168.123.0"
    Quelle Ziel Angemeldet?
    BKO-dbqc02[192.168.123.4] BKO-dbqc01[192.168.123.2] ja
    Ergebnis: Pr³fung auf Knotenkonnektivitõt f³r Subnet "192.168.123.0" mit Knoten
    BKO-dbqc02,BKO-dbqc01 erfolgreich
    Pr³fung: TCP-Konnektivitõt von Subnet "192.168.123.0"
    Quelle Ziel Angemeldet?
    BKO-dbqc01:192.168.123.2 BKO-dbqc02:192.168.123.4 erfolgreich
    Ergebnis: Pr³fung der TCP-Konnektivitõt f³r Subnet "192.168.123.0" erfolgreich
    Folgende Schnittstellen wurden auf Subnet "10.0.144.0" gefunden, die f³r ein Pri
    vate Interconnect in Frage kommen:
    BKO-dbqc02 PublicLAN:10.0.145.35
    BKO-dbqc01 PublicLAN:10.0.145.32
    Folgende Schnittstellen wurden auf Subnet "192.168.123.0" gefunden, die f³r ein
    Private Interconnect in Frage kommen:
    BKO-dbqc02 PrivateLAN:192.168.123.4
    BKO-dbqc01 PrivateLAN:192.168.123.2
    WARNING:
    Es konnte keine geeignete Schnittstellengruppe f³r VIPs gefunden werden
    Ergebnis: Pr³fung auf Knotenkonnektivitõt erfolgreich
    Pr³fen: Gesamter Speicher
    Knotenname Verf³gbar Erforderlich Kommentar
    BKO-dbqc02 7,99GB (8378164.0KB) 922MB (944128.0KB) erfolgreich
    BKO-dbqc01 7,99GB (8378164.0KB) 922MB (944128.0KB) erfolgreich
    Ergebnis: Gesamter Speicher ▄berpr³fung erfolgreich
    Pr³fen: Verf³gbarer Speicher
    Knotenname Verf³gbar Erforderlich Kommentar
    BKO-dbqc02 6,6797GB (7004176.0KB) 50MB (51200.0KB) erfolgreich
    BKO-dbqc01 5,7739GB (6054412.0KB) 50MB (51200.0KB) erfolgreich
    Ergebnis: Verf³gbarer Speicher ▄berpr³fung erfolgreich
    Pr³fen: Swap-Bereich
    Knotenname Verf³gbar Erforderlich Kommentar
    BKO-dbqc02 15,9783GB (1.6754428E7KB) 7,99GB (8378164.0KB) erfolgreich
    BKO-dbqc01 15,9783GB (1.6754428E7KB) 7,99GB (8378164.0KB) erfolgreich
    Ergebnis: Swap-Bereich ▄berpr³fung erfolgreich
    Pr³fen: Freier Datentrõgerspeicher f³r "BKO-dbqc02:C:\Windows\temp"
    Pfad Knotenname Mount Point Verf³gbar Erforderlich Komm
    entar
    C:\Windows\temp BKO-dbqc02 C 105,3048GB 1GB erfo
    lgreich
    Ergebnis: Freier Datentrõgerspeicher ▄berpr³fung erfolgreich f³r "BKO-dbqc02:C:\
    Windows\temp"
    Pr³fen: Freier Datentrõgerspeicher f³r "BKO-dbqc01:C:\Windows\temp"
    Pfad Knotenname Mount Point Verf³gbar Erforderlich Komm
    entar
    C:\Windows\temp BKO-dbqc01 C 91,5306GB 1GB erfo
    lgreich
    Ergebnis: Freier Datentrõgerspeicher ▄berpr³fung erfolgreich f³r "BKO-dbqc01:C:\
    Windows\temp"
    Pr³fen: Systemarchitektur
    Knotenname Verf³gbar Erforderlich Kommentar
    BKO-dbqc02 64-bit 64-bit erfolgreich
    BKO-dbqc01 64-bit 64-bit erfolgreich
    Ergebnis: Systemarchitektur ▄berpr³fung erfolgreich
    Lõnge des Wertes der Umgebungsvariable "PATH" wird gepr³ft
    Pr³fung: Lõnge des Wertes der Umgebungsvariable "PATH"
    Knotenname Festgelegt? Maximale Lõnge Aktuelle Lõnge Kommentar
    BKO-dbqc02 ja 1023 136 erfolgreich
    BKO-dbqc01 ja 1023 189 erfolgreich
    Ergebnis: Pr³fung auf Lõnge des Wertes der Umgebungsvariable "PATH" erfolgreich.
    Pr³fung auf Media Sensing-Status von TCP/IP
    Knotenname Aktiviert? Kommentar
    BKO-dbqc02 nein erfolgreich
    BKO-dbqc01 nein erfolgreich
    Ergebnis: Pr³fung auf Media Sensing-Status von TCP/IP erfolgreich
    Uhrensynchronisationspr³fungen mit dem Network Time Protocol (NTP) werden gestar
    tet...
    Es wird gepr³ft, ob Daemon aktiv ist...
    Pr³fung: Aktiv f³r "W32Time"
    Knotenname Wird ausgef³hrt?
    BKO-dbqc02 ja
    BKO-dbqc01 ja
    Ergebnis: Aktivitõtspr³fung erfolgreich f³r "W32Time"
    Pr³fung, ob der NTP-Daemon oder -Service aktiv ist, war auf allen Knoten erfolgr
    eich
    Ergebnis: Uhrensynchronisationspr³fung mit Network Time Protocol (NTP) erfolgrei
    ch
    Es wird gepr³ft, ob der aktuelle Benutzer ein Domain-Benutzer ist ...
    Es wird gepr³ft, ob Benutzer "sup-bko-him" ein Domain-Benutzer ist
    Ergebnis: Benutzer "sup-bko-him" ist Bestandteil der Domain "EUROPE"
    Pr³fen: Zeitzonenkonsistenz
    Ergebnis: Zeitzonenkonsistenz ▄berpr³fung erfolgreich
    Pr³fung auf Status des Features zur automatischen Bereitstellung
    Knotenname Aktiviert? Kommentar
    BKO-dbqc02 ja erfolgreich
    BKO-dbqc01 ja erfolgreich
    Ergebnis: Pr³fung auf Status des Features zur automatischen Bereitstellung erfol
    greich
    Vorpr³fung f³r Cluster-Services-Setup war erfolgreich.
    C:\install\11.2.0.2\grid>
    * All tests were successful, sorry for the german :-) *
    rootcrs log
    ... cutted ...
    2010-12-22 21:21:01: Executing cmd: C:\grid\bin\crsctl check css
    2010-12-22 21:21:01: Command output:
    CRS-4529: Cluster Synchronization Services ist online
    End Command output2010-12-22 21:21:01: CRS-2672: Versuch, "ora.mdnsd" auf "bko-dbqc01" zu starten
    2010-12-22 21:21:01: CRS-2676: Starten von "ora.mdnsd" auf "bko-dbqc01" erfolgreich
    2010-12-22 21:21:01: CRS-2672: Versuch, "ora.gpnpd" auf "bko-dbqc01" zu starten
    2010-12-22 21:21:01: CRS-2676: Starten von "ora.gpnpd" auf "bko-dbqc01" erfolgreich
    2010-12-22 21:21:01: CRS-2672: Versuch, "ora.cssdmonitor" auf "bko-dbqc01" zu starten
    2010-12-22 21:21:01: CRS-2672: Versuch, "ora.gipcd" auf "bko-dbqc01" zu starten
    2010-12-22 21:21:01: CRS-2676: Starten von "ora.gipcd" auf "bko-dbqc01" erfolgreich
    2010-12-22 21:21:01: CRS-2676: Starten von "ora.cssdmonitor" auf "bko-dbqc01" erfolgreich
    2010-12-22 21:21:01: CRS-2672: Versuch, "ora.cssd" auf "bko-dbqc01" zu starten
    2010-12-22 21:21:01: CRS-2676: Starten von "ora.cssd" auf "bko-dbqc01" erfolgreich
    2010-12-22 21:21:01: Querying for existing CSS voting disks
    2010-12-22 21:21:01: Performing initial configuration for cluster
    2010-12-22 21:21:01: Executing cmd: C:\grid\bin\crsctl start resource ora.ctssd -init
    2010-12-22 21:21:04: Command output:
    CRS-2672: Versuch, "ora.ctssd" auf "bko-dbqc01" zu starten
    CRS-2676: Starten von "ora.ctssd" auf "bko-dbqc01" erfolgreich
    End Command output2010-12-22 21:21:04: Start of resource "ora.ctssd" Succeeded
    2010-12-22 21:21:04: Configuring ASM via ASMCA
    2010-12-22 21:21:05: Executing as europe\sup-bko-him: C:\grid\bin\asmca -silent -diskGroupName GRID -diskList '\\.\ORCLDISKGRID0' -redundancy EXTERNAL -configureLocalASM
    2010-12-22 21:21:05: Running as user europe\sup-bko-him: C:\grid\bin\asmca -silent -diskGroupName GRID -diskList '\\.\ORCLDISKGRID0' -redundancy EXTERNAL -configureLocalASM
    2010-12-22 21:21:05: s_run_as_user: Running C:\grid\bin\asmca -silent -diskGroupName GRID -diskList '\\.\ORCLDISKGRID0' -redundancy EXTERNAL -configureLocalASM
    2010-12-22 21:21:05: Executing C:\grid\bin\asmca -silent -diskGroupName GRID -diskList '\\.\ORCLDISKGRID0' -redundancy EXTERNAL -configureLocalASM
    2010-12-22 21:21:05: Executing cmd: C:\grid\bin\asmca -silent -diskGroupName GRID -diskList '\\.\ORCLDISKGRID0' -redundancy EXTERNAL -configureLocalASM
    *^^ hangs here*
    asmca log:
    ... cutted ...
    [Finalizer] [ 2010-12-22 21:21:15.070 CET ] [ClusterUtil.finalize:102] ClusterUtil: finalized called for oracle.ops.mgmt.has.ClusterUtil@68814013
    [main] [ 2010-12-22 21:21:15.128 CET ] [OracleHome.getVersion:953] Current Version From Inventory: null
    [main] [ 2010-12-22 21:21:15.129 CET ] [OracleHome.getVersion:960] using sqlplus: C:\grid\bin\sqlplus.exe
    [main] [ 2010-12-22 21:21:15.174 CET ] [OracleHome.getVersion:1001] C:\grid\bin\sqlplus.exe Banner:
    SQL*Plus: Release 11.2.0.2.0 Production
    [main] [ 2010-12-22 21:21:15.174 CET ] [OracleHome.getVersion:1019] Current version from sqlplus: 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.175 CET ] [OracleHome.getVersion:885] OracleHome.getVersion called. Current Version: 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.175 CET ] [OracleHome.getVersion:953] Current Version From Inventory: 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.175 CET ] [OracleHome.getVersion:885] OracleHome.getVersion called. Current Version: 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.176 CET ] [OracleHome.getVersion:953] Current Version From Inventory: 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.176 CET ] [SQLPlusEngine.getCmmdParams:222] m_home 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.176 CET ] [SQLPlusEngine.getCmmdParams:223] version > 112 true
    [main] [ 2010-12-22 21:21:15.177 CET ] [SQLEngine.getEnvParams:552] Default NLS_LANG: GERMAN_GERMANY.AL32UTF8
    [main] [ 2010-12-22 21:21:15.177 CET ] [SQLEngine.getEnvParams:562] NLS_LANG: GERMAN_GERMANY.AL32UTF8
    [main] [ 2010-12-22 21:21:15.178 CET ] [SQLEngine.initialize:322] Execing SQLPLUS/SVRMGR process...
    [main] [ 2010-12-22 21:21:15.180 CET ] [SQLEngine.initialize:359] m_bReaderStarted: false
    [main] [ 2010-12-22 21:21:15.180 CET ] [SQLEngine.initialize:363] Starting Reader Thread...
    [main] [ 2010-12-22 21:21:15.226 CET ] [UsmcaLogger.logExit:123] Exiting oracle.sysman.assistants.usmca.backend.USMInstance Method : createSQLEngine
    [main] [ 2010-12-22 21:21:15.227 CET ] [OracleHome.getVersion:885] OracleHome.getVersion called. Current Version: null
    [main] [ 2010-12-22 21:21:15.229 CET ] [InventoryUtil.getOUIInvSession:347] setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [main] [ 2010-12-22 21:21:15.229 CET ] [OracleHome.getVersion:904] Homeinfo C:\grid,1
    [main] [ 2010-12-22 21:21:15.318 CET ] [OracleHome.getVersion:953] Current Version From Inventory: null
    [main] [ 2010-12-22 21:21:15.318 CET ] [OracleHome.getVersion:960] using sqlplus: C:\grid\bin\sqlplus.exe
    [main] [ 2010-12-22 21:21:15.369 CET ] [OracleHome.getVersion:1001] C:\grid\bin\sqlplus.exe Banner:
    SQL*Plus: Release 11.2.0.2.0 Production
    [main] [ 2010-12-22 21:21:15.369 CET ] [OracleHome.getVersion:1019] Current version from sqlplus: 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.370 CET ] [UsmcaLogger.logInfo:142] Role SYSASM
    [main] [ 2010-12-22 21:21:15.370 CET ] [UsmcaLogger.logInfo:142] OS Auth true
    [main] [ 2010-12-22 21:21:15.777 CET ] [SQLEngine.done:2167] Done called
    [main] [ 2010-12-22 21:21:15.778 CET ] [UsmcaLogger.logException:172] SEVERE:method oracle.sysman.assistants.usmca.backend.USMInstance:configureLocalASM
    [main] [ 2010-12-22 21:21:15.778 CET ] [UsmcaLogger.logException:173] ORA-01034: ORACLE not available
    [main] [ 2010-12-22 21:21:15.779 CET ] [UsmcaLogger.logException:174] oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01034: ORACLE not available
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1655)
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeQuery(SQLEngine.java:828)
    oracle.sysman.assistants.usmca.backend.USMInstance.configureLocalASM(USMInstance.java:3003)
    oracle.sysman.assistants.usmca.service.UsmcaService.configureLocalASM(UsmcaService.java:1049)
    oracle.sysman.assistants.usmca.model.UsmcaModel.performConfigureLocalASM(UsmcaModel.java:926)
    oracle.sysman.assistants.usmca.model.UsmcaModel.performOperation(UsmcaModel.java:779)
    oracle.sysman.assistants.usmca.Usmca.execute(Usmca.java:174)
    oracle.sysman.assistants.usmca.Usmca.main(Usmca.java:369)
    [main] [ 2010-12-22 21:21:15.779 CET ] [UsmcaLogger.logEntry:114] Entering oracle.sysman.assistants.usmca.backend.USMInstance Method : createSQLEngine
    [main] [ 2010-12-22 21:21:15.779 CET ] [SQLEngine.done:2167] Done called
    [main] [ 2010-12-22 21:21:15.780 CET ] [OracleHome.getVersion:885] OracleHome.getVersion called. Current Version: null
    [main] [ 2010-12-22 21:21:15.782 CET ] [InventoryUtil.getOUIInvSession:347] setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [main] [ 2010-12-22 21:21:15.783 CET ] [OracleHome.getVersion:904] Homeinfo C:\grid,1
    [main] [ 2010-12-22 21:21:15.874 CET ] [OracleHome.getVersion:953] Current Version From Inventory: null
    [main] [ 2010-12-22 21:21:15.874 CET ] [OracleHome.getVersion:960] using sqlplus: C:\grid\bin\sqlplus.exe
    [main] [ 2010-12-22 21:21:15.926 CET ] [OracleHome.getVersion:1001] C:\grid\bin\sqlplus.exe Banner:
    SQL*Plus: Release 11.2.0.2.0 Production
    [main] [ 2010-12-22 21:21:15.926 CET ] [OracleHome.getVersion:1019] Current version from sqlplus: 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.926 CET ] [OracleHome.getVersion:885] OracleHome.getVersion called. Current Version: 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.927 CET ] [OracleHome.getVersion:953] Current Version From Inventory: 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.927 CET ] [OracleHome.getVersion:885] OracleHome.getVersion called. Current Version: 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.927 CET ] [OracleHome.getVersion:953] Current Version From Inventory: 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.928 CET ] [SQLPlusEngine.getCmmdParams:222] m_home 11.2.0.2.0
    [main] [ 2010-12-22 21:21:15.928 CET ] [SQLPlusEngine.getCmmdParams:223] version > 112 true
    [main] [ 2010-12-22 21:21:15.928 CET ] [SQLEngine.getEnvParams:552] Default NLS_LANG: GERMAN_GERMANY.AL32UTF8
    [main] [ 2010-12-22 21:21:15.929 CET ] [SQLEngine.getEnvParams:562] NLS_LANG: GERMAN_GERMANY.AL32UTF8
    [main] [ 2010-12-22 21:21:15.929 CET ] [SQLEngine.initialize:322] Execing SQLPLUS/SVRMGR process...
    [main] [ 2010-12-22 21:21:15.931 CET ] [SQLEngine.initialize:359] m_bReaderStarted: false
    [main] [ 2010-12-22 21:21:15.932 CET ] [SQLEngine.initialize:363] Starting Reader Thread...
    [main] [ 2010-12-22 21:21:15.982 CET ] [UsmcaLogger.logExit:123] Exiting oracle.sysman.assistants.usmca.backend.USMInstance Method : createSQLEngine
    [main] [ 2010-12-22 21:21:15.983 CET ] [OracleHome.getVersion:885] OracleHome.getVersion called. Current Version: null
    [main] [ 2010-12-22 21:21:15.985 CET ] [InventoryUtil.getOUIInvSession:347] setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [main] [ 2010-12-22 21:21:15.986 CET ] [OracleHome.getVersion:904] Homeinfo C:\grid,1
    [main] [ 2010-12-22 21:21:16.079 CET ] [OracleHome.getVersion:953] Current Version From Inventory: null
    [main] [ 2010-12-22 21:21:16.079 CET ] [OracleHome.getVersion:960] using sqlplus: C:\grid\bin\sqlplus.exe
    [main] [ 2010-12-22 21:21:16.132 CET ] [OracleHome.getVersion:1001] C:\grid\bin\sqlplus.exe Banner:
    SQL*Plus: Release 11.2.0.2.0 Production
    [main] [ 2010-12-22 21:21:16.133 CET ] [OracleHome.getVersion:1019] Current version from sqlplus: 11.2.0.2.0
    [main] [ 2010-12-22 21:21:16.133 CET ] [UsmcaLogger.logInfo:142] Role SYSASM
    [main] [ 2010-12-22 21:21:16.133 CET ] [UsmcaLogger.logInfo:142] OS Auth true
    *^^no further entries here, so hangs, too*

    hmm, it is getting more misterious:
    if i enable DTrace on the asmca-commandline (-DTRACING.ENABLED=true -DTRACING.LEVEL=2), asmca works ...

Maybe you are looking for

  • OFFICIAL Feature/Fix suggestions for Palm Pre

    I invite all those who have suggestions to Palm about making the Pre even better... please do so here. Here are the sugestions so far: More launcher pages Better EAS (exchange activesync) support (for added security policies) Red button and back key

  • BrowserLab won't work with local files in DW CS5

    Any issue report you make about BrowserLab on these forums should minimally contain the following information. If it doesn't, the first response you get from us will likely just ask for the missing info anyway Subject A descriptive summary of the iss

  • Built-In Ethernet Port Doesn't Show Up In The Network Preference Pane

    My ethernet port no longer shows up in the Network preferences pane under Network Status. The status Airport and the Internal Modem are still displayed though. Plugging in an ethernet cable causes my machine to crash; sometimes I get a message that I

  • Why are my LabView Dialog Boxes no longer modal when using the Example LabVIEW Operator Interfaces?

    Hello, I have a step in my sequence that pops up a modal LabVIEW dialog box. My LabVIEW vi uses the TestStand - Start Modal Dialog.vi and TestStand - Stop Modal Dialog.vi as described in the example and it works as advertised when I'm using the TestS

  • I can't download the trial

    I have a MAC Book Pro And when I try to download the trial I get a screen that starts but never finishes : (         Any help appreciated greatly!!