Asm createdisk error in root.sh

I get the following error in root.sh during RAC install
DiskGroup OCR creation failed with the following message:
ORA-15018: diskgroup cannot be created
ORA-15072: command requires at least 1 regular failure groups, discovered only 0
Configuration of ASM failed, see logs for details
Did not succssfully configure and start ASM
CRS-2500: Cannot stop resource 'ora.crsd' as it is not running
CRS-4000: Command Stop failed, or completed with errors.
Command return code of 1 (256) from command: /opt/app/11.2.0/grid/bin/crsctl stop resource ora.crsd -init
Stop of resource "ora.crsd -init" failed
In /opt/app/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_gaalt-ota-odc.log ....
2010-07-02 06:31:21: Successfully created CRS resources for cluster daemon and ASM
2010-07-02 06:31:21: Checking if initial configuration has been performed
2010-07-02 06:31:21: Starting CSS in exclusive mode
2010-07-02 06:31:47: CRS-2672: Attempting to start 'ora.gipcd' on 'gaalt-ota-odc'
2010-07-02 06:31:47: CRS-2672: Attempting to start 'ora.mdnsd' on 'gaalt-ota-odc'
2010-07-02 06:31:47: CRS-2676: Start of 'ora.gipcd' on 'gaalt-ota-odc' succeeded
2010-07-02 06:31:47: CRS-2676: Start of 'ora.mdnsd' on 'gaalt-ota-odc' succeeded
2010-07-02 06:31:47: CRS-2672: Attempting to start 'ora.gpnpd' on 'gaalt-ota-odc'
2010-07-02 06:31:47: CRS-2676: Start of 'ora.gpnpd' on 'gaalt-ota-odc' succeeded
2010-07-02 06:31:47: CRS-2672: Attempting to start 'ora.cssdmonitor' on 'gaalt-ota-odc'
2010-07-02 06:31:47: CRS-2676: Start of 'ora.cssdmonitor' on 'gaalt-ota-odc' succeeded
2010-07-02 06:31:47: CRS-2672: Attempting to start 'ora.cssd' on 'gaalt-ota-odc'
2010-07-02 06:31:47: CRS-2672: Attempting to start 'ora.diskmon' on 'gaalt-ota-odc'
2010-07-02 06:31:47: CRS-2676: Start of 'ora.diskmon' on 'gaalt-ota-odc' succeeded
2010-07-02 06:31:47: CRS-2676: Start of 'ora.cssd' on 'gaalt-ota-odc' succeeded
2010-07-02 06:31:47: Querying for existing CSS voting disks
2010-07-02 06:31:47: Performing initial configuration for cluster
2010-07-02 06:31:48: Start of resource "ora.ctssd -init" Succeeded
2010-07-02 06:31:48: Configuring ASM via ASMCA
2010-07-02 06:31:48: Executing as grid: /opt/app/11.2.0/grid/bin/asmca -silent -diskGroupName OCR -diskList ORCL:OCR -redundancy EXTERNAL -configureLocalASM
2010-07-02 06:31:48: Running as user grid: /opt/app/11.2.0/grid/bin/asmca -silent -diskGroupName OCR -diskList ORCL:OCR -redundancy EXTERNAL -configureLocalASM
2010-07-02 06:31:48: Invoking "/opt/app/11.2.0/grid/bin/asmca -silent -diskGroupName OCR -diskList ORCL:OCR -redundancy EXTERNAL -configureLocalASM" as user "grid"
2010-07-02 06:31:56: Configuration of ASM failed, see logs for details
2010-07-02 06:31:56: Did not succssfully configure and start ASM
2010-07-02 06:31:56: Exiting exclusive mode
2010-07-02 06:31:57: Command return code of 1 (256) from command: /opt/app/11.2.0/grid/bin/crsctl stop resource ora.crsd -init
2010-07-02 06:31:57: Stop of resource "ora.crsd -init" failed
2010-07-02 06:31:57: Failed to stop CRSD
2010-07-02 06:32:32: Initial cluster configuration failed. See /opt/app/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_gaalt-ota-odc.log for details
[root@GAALT-OTA-ODC oracledisks]#
So I tried the command manually , first I started CSS in exclusive mode and then ran the command from the logs above.....
crsctl start resource ora.cssd -init -env CSSD_MODE=-X
Then....
[grid@GAALT-OTA-ODC ~]$ /opt/app/11.2.0/grid/bin/asmca -silent -diskGroupName OCR -diskList ORCL:OCR -redundancy EXTERNAL -configureLocalASM
Error...
DiskGroup OCR creation failed with the following message:
ORA-15018: diskgroup cannot be created
ORA-15072: command requires at least 1 regular failure groups, discovered only 0
I think the issue lies somewhere in my oracleasm OCR disk creation step. The create command during root.sh works when I delete the disk and use oracleasm to recreate it locally . But then the create fails on the other node. In other words the node that uses oracleasm scandisks to pick up OCR will always fail with the error above
In other words, if I run "/usr/sbin/oracleasm createdisk OCR /dev/asm/OCR " on node1, root.sh wll fail with the above error on node2. Even though scandisks detects the OCR on node2
If I run this command on node2 first, root.sh will fail on node1 . Even though scandisks detects the OCR on node1
This is a nightmare would appreciate some advice on diagnosing where the problem is with my configuration of ASM before I roll back the root.sh again !
Thanks

Thanks Sebastian
I tried this but I also needed to recreate the OCR disk as root.sh throws an error that it is already created, so i ran a dd on the device , then deleted OCR using oraclasm
Then I tried to recreate on first node and got
/usr/sbin/oracleasm createdisk OCR /dev/mapper/mpath3
Unable to open device "/dev/mapper/mpath3": Device or resource busy
Tried it on other node and it worked
I rolled back root.sh and then ran it again and it thows the following error
DiskGroup OCR creation failed with the following message:
ORA-15018: diskgroup cannot be created
ORA-15017: diskgroup "OCR" cannot be mounted
ORA-15003: diskgroup "OCR" already mounted in another lock name space
I decided to reboot the machines to get around the busy device. Once rebooted I was able to run oracleasm createdisk without any errors. root.sh also did not throw errors but I am not 100% confident that the root.sh was ok on the second node. Anyway I have lost my install GUI during reboot so could not complete the install anyway
So now I will deinstall everything and start again , and I will update the forum to if there was no issue and problem resolved
Thanks a lot for the pointers and your time

Similar Messages

  • Import Error: The root directory does not exist

    Hi,
    I have some isuuses with importing the extended page. When I try to Import it throws an error.
    Root Directory does not exist.
    I am using the following command.
    import c:\jdev\jdevhome\jdev\myprojects\oracle\apps\asn\opportunity\webui\EMCOpptyDetPG.xml -includeSubpackages -validate -rootdir c:\prabhat\Jdev\jdevhome\jdev\myprojects -mmddir C:\prabhat\Jdev\jdevhome\jdev\myhtml\OA_HTML\jrad -userId 1 -username apps -password apps -dbconnection "(description = (address_list = (address = (community = tcp.world)(protocol = tcp)(host =xxxx)(port =xxx)))(connect_data = (sid = xxxx)))" -jdk13
    Importing /oracle/apps/asn/opportunity/webui/EMCOpptyDetPG
    Validation warnings in document "/oracle/apps/asn/opportunity/webui/EMCOpptyDetP
    G":
    Importing /oracle/apps/asn/opportunity/webui/EMCOpptyDetPG
    Validation warnings in document "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG":
    Invalid value "/oracle/apps/pv/opportunity/webui/PvOpptyPartnerRN" for property
    "Extends" on component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubt
    abPrmRN". Component "/oracle/apps/pv/opportunity/webui/PvOpptyPartnerRN" cannot
    be referenced from "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabPr
    mRN" because it violates scope restrictions.
    Invalid value "/oracle/apps/jtf/cac/task/webui/CacTaskSummRN" for property "Exte
    nds" on component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabTas
    kRN". Component "/oracle/apps/jtf/cac/task/webui/CacTaskSummRN" cannot be refere
    nced from "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabTaskRN" bec
    ause it violates scope restrictions.
    The component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabTaskRN"
    cannot contain "/oracle/apps/jtf/cac/task/webui/CacTaskSummRN.CacSmrTable" of t
    able style because it is inside "tableLayout".
    The component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabTaskRN"
    cannot contain "/oracle/apps/jtf/cac/task/webui/CacTaskSummRN.CacSmrTaskButtonR
    N" of stackLayout style because it is inside "tableLayout".
    Invalid value "/oracle/apps/pv/opportunity/webui/PvAbandonOpptyRN" for property
    "Extends" on component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNPrmS
    tack". Component "/oracle/apps/pv/opportunity/webui/PvAbandonOpptyRN" cannot be
    referenced from "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNPrmStack" b
    ecause it violates scope restrictions.
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Import completed.
    But After this when I try to see from the server there is no file with name EMCOpptyDetPG.xml exist. So I think this file is not imported.
    Could suggest how to solve this problem.
    Thanks
    Prabhat

    Hi Tapash
    while deploying a page to mds Repository i m getting the same error that root Directory does not exist but it also says that import completed successfully.
    when i see the same using jdr_utils.listDocuments('xxxx/oracle/apps/ak/server/webui/xxxPG')
    it says printing /xxxx/oracle/apps/ak/server/webui/xxxPG thus page is available in the mds repository and i m able to access the page at run time
    my concern is why i m getting this error
    my import command looks like this
    java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/xxxx/oracle/apps/ak/server/webui/xxxxPG.xml -jdk13 -mmddir $OA_HTML/jrad -username apps -password apps -rootdir $JAVA_TOP -validate -dbconnection " (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = xyxyxyxyxy)(PORT = xyxyx)) (CONNECT_DATA = (SID =yyy)))"
    could u pls suggest some solution.

  • Java.lang.IllegalStateException: INTERNAL ERROR: Global root folder for pre-installed component archives not defined.

    Hi Gurus,
    I am working on NWDS 7.01.00 after opening NWDS, I am getting this error. My error log file is:
    java.lang.IllegalStateException: INTERNAL ERROR: Global root folder for pre-installed component archives not defined.
    at com.sap.tc.devconf.impl.DevConfFileSystemLayout.getRootPathForCompartment(DevConfFileSystemLayout.java:202)
    at com.sap.tc.devconf.impl.DevConfFileSystemLayout.getAbsoluteSCRoot(DevConfFileSystemLayout.java:76)
    at com.sap.tc.devconf.impl.DevConfFileSystemLayout.getAbsoluteTopLevelDCsRoot(DevConfFileSystemLayout.java:169)
    at com.sap.tc.devconf.impl.LocalSCNode.initializeTopLevelDCNodeList(LocalSCNode.java:41)
    at com.sap.tc.devconf.impl.LocalSCNode.<init>(LocalSCNode.java:24)
    at com.sap.tc.devconf.impl._Factory.createLocalSCNode(_Factory.java:385)
    at com.sap.tc.devconf.impl.DevelopmentConfiguration.getTopLevelDCsForLocalCompartment(DevelopmentConfiguration.java:3415)
    at com.sap.tc.devconf.impl.syncdb.ComponentSyncDB._initializeLocalEntries(ComponentSyncDB.java:788)
    at com.sap.tc.devconf.impl.syncdb.ComponentSyncDB.initializeLocalEntries(ComponentSyncDB.java:759)
    at com.sap.tc.devconf.impl.syncdb.ComponentSyncDB.initialize(ComponentSyncDB.java:436)
    at com.sap.tc.devconf.impl.syncdb.ComponentSyncDB.retainEntriesFromCompartment(ComponentSyncDB.java:824)
    at com.sap.tc.devconf.impl.LocalDCScanner.refreshSyncDBForLocalDCs(LocalDCScanner.java:103)
    at com.sap.tc.devconf.impl.DevelopmentConfiguration.<init>(DevelopmentConfiguration.java:378)
    at com.sap.tc.devconf.impl._Factory.createDevelopmentConfiguration(_Factory.java:354)
    at com.sap.tc.devconf.Factory.createDevelopmentConfiguration(Factory.java:103)
    at com.sap.tc.devconf.DevelopmentConfigurationFactory._addConfiguration(DevelopmentConfigurationFactory.java:2062)
    at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:761)
    at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:696)
    at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:667)
    at com.sap.ide.eclipse.component.devconf.DevConfManager.createDefaultDevConf(DevConfManager.java:341)
    at com.sap.ide.eclipse.component.devconf.DevConfManager.getInstalledDevConfs(DevConfManager.java:442)
    at com.sap.ide.eclipse.component.devconf.DevConfManager.initializeDevConfs(DevConfManager.java:135)
    at com.sap.ide.eclipse.component.devconf.DevConfManager.initializeDevConfs(DevConfManager.java:109)
    at com.sap.ide.eclipse.component.provider.ComponentProviderPlugin$1.run(ComponentProviderPlugin.java:82)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1999)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1733)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
    at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
    at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
    at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
    at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
    at com.sap.ide.eclipse.startup.Main.main(Main.java:607)

    Maybe some plugins are missing. Try reinstall the latest version of the nwds that matches to you server version.
    http://wiki.scn.sap.com/wiki/display/Java/NWDS+Download+Links

  • PRKC-1023 : Invalid IP address format & PRCR-1001 Error in root.sh

    Hello All,
    At prompting to execute root.sh, I get the following errors. I am installating 11.2.0.1 Grid Software. I am not sure why it is taking the virtual IP name.
    The details give are on Specify Cluster configuration window is :-
    Scan name : rs1pre91cl
    Both nodes edited/added as below
    hostname Virtual IP name
    rs1pre91dvdbaa01.pre.ccosvc.com rs1pre91dvdbaa01vip.pre.ccosvc.com
    rs1pre91dvdbaa02.pre.ccosvc.com rs1pre91dvdbaa02vip.pre.ccosvc.com
    Identify network interfaces option used to show eth0 for public (172.) and eth1 for private (192)
    SSH connectivity already established, but tested using this screen.
    Error in root.sh
    PRKC-1023 : Invalid IP address format: rs1pre91dvdba01vip
    add nodeapps -n rs1pre91dvdba01 -A rs1pre91dvdba01vip/255.255.252.0/eth0 on node=rs1pre91dvdba01 ... failed
    PRCR-1001 : Resource ora.net1.network does not exist
    add scan=rs1pre91cl ... failed
    When running pre-checks installation -- it shows me successfull.
    ./runcluvfy.sh stage -pre crsinst -n rs1pre91dvdba01,rs1pre91dvdba02 -fixup -verbose > ~oracle/run_pre_install_cluvfy.out.1
    Has someone experienced this error and what are the steps to fixup
    Thanks

    We have also experienced similar issue with 11.2.0.2 on HPUX:
    srvctl add nodeapps -n host2 -A "host2-vip/255.255.252.0/lan0|lan3"
    PRKC-1023 : Invalid IP address format: host2-vip
    Replacing host2-vip with IP address works fine.
    More surprisingly, on one node, it accepts same command with vip format, whereas on others it is expecting IP address in command. ( although vip names are resolvable to its IP address from all nodes--checked using nslookup)

  • Error: [-9045]: System error: BD Root check

    Hi all,
    I have a MaxDB 7.6.0.37 running on SLES10 based on VmWare ESX 3.0
    The Database is a small test database which is in ONLINE state an can be easily switch OFFLINE/ADMIN/ONLINE all the way.
    I do an SELECT statement thru the SQL Studio and got correct result tables shown.
    I do the same thing via JDBC an get an Error: [-9045]: System error: BD Root check. The FAQ told that it may be an hardware error, but since we are on a vmware plattform, there can't be a real hardware error.
    What does this error mean and how could I solve them ?
    I tried to recover from backup but that doesn't work.
    Regards,
    Dirk

    Date       Time       TID Typ MsgID Label    Message-Text
    2008-05-13 16:35:55 18829     12781 INFO              Version:       'Linux thread implementation is more POSIX compliant (NPTL)'
    2008-05-13 16:35:55 18829     12781 INFO              Version:       'Linux thread implementation allows setting of individual thread stack size'
    2008-05-13 16:35:55 18832     12821 TASKING  Thread 18832 starting
    2008-05-13 16:35:55 18829     12600 VERSION  'Kernel    7.6.00   Build 037-121-149-748'
    2008-05-13 16:35:55 18829     12600 VERSION  'X32/LINUX 7.6.00   Build 037-121-149-748'
    2008-05-13 16:35:55 18829     12769 INFO     Starting SERVERDB:      'SAPDB02A'
    2008-05-13 16:35:55 18829     12770 INFO              SERVERNODE:    'sapdb02'
    2008-05-13 16:35:55 18829     12773 INFO              Date:          2008-05-13
    2008-05-13 16:35:55 18829     12771 INFO              Process ID:    18829
    2008-05-13 16:35:55 18829     12772 INFO              Owner:         'sdb'
    2008-05-13 16:35:55 18829     12772 INFO              Group:         'sdba'
    2008-05-13 16:35:55 18829     12781 INFO              Version:       '32BIT Kernel'
    2008-05-13 16:35:55 18829     12781 INFO              Version:       'X32/LINUX 7.6.00   Build 037-121-149-748'
    2008-05-13 16:35:55 18829     12781 INFO              Version:       'FAST'
    2008-05-13 16:35:55 18829     12806 INFO              Machine:       'i686'
    2008-05-13 16:35:55 18829     12775 INFO              Processors:       1
    2008-05-13 16:35:55 18829     12780 INFO              Current directory:         '/var/opt/sdb/data/wrk/SAPDB02A'
    2008-05-13 16:35:55 18829     12780 INFO              LD_LIBRARY_PATH: '/opt/sdb/7600/lib:/opt/sdb/7600/sap'
    2008-05-13 16:35:55 18829     20233 RTE      Dump of all kernel parameters start
    2008-05-13 16:35:55 18829     20206 RTE      Using mode NORMAL for data volume 1
    2008-05-13 16:35:55 18829     20234 RTE       ADMIN=1
    2008-05-13 16:35:55 18829     20234 RTE       AKDUMP_ALLOWED=YES
    2008-05-13 16:35:55 18829     20234 RTE       ALLOW_MULTIPLE_SERVERTASK_UKTS=NO
    2008-05-13 16:35:55 18829     20234 RTE       AUTHENTICATION_ALLOW=
    2008-05-13 16:35:55 18829     20234 RTE       AUTHENTICATION_DENY=
    2008-05-13 16:35:55 18829     20234 RTE       AUTOSAVE=1
    2008-05-13 16:35:55 18829     20234 RTE       AUTO_RECREATE_BAD_INDEXES=NO
    2008-05-13 16:35:55 18829     20234 RTE       BACKUPRESULT=1
    2008-05-13 16:35:55 18829     20234 RTE       BACKUP_BLOCK_CNT=64
    2008-05-13 16:35:55 18829     20234 RTE       BACKUPHISTFILE=dbm.knl
    2008-05-13 16:35:55 18829     20234 RTE       BACKUPMED_DEF=dbm.mdf
    2008-05-13 16:35:55 18829     20234 RTE       CACHE_IN_SHARED_MEMORY=NO
    2008-05-13 16:35:55 18829     20234 RTE       CACHE_SIZE=10000
    2008-05-13 16:35:55 18829     20234 RTE       CALLSTACKLEVEL=0
    2008-05-13 16:35:55 18829     20234 RTE       CATCACHE_MINSIZE=262144
    2008-05-13 16:35:55 18829     20234 RTE       CAT_CACHE_SUPPLY=3264
    2008-05-13 16:35:55 18829     20234 RTE       CHECKDATA=1
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_BACKUP=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_COMMON=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_CONVERTER=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_DATACACHE=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_DATAINDEX=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_DATAPAGELOG=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_FBM=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_HASHED_RESULTSET=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_IOMAN=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_KB_REGIONS=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOCK_SUPPLY=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOCK=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOGHISTORY=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOGPAGE=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOGTRANS=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOGVOLUME=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_REGIONS=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_SRVTASKS=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TABLE_WIDTH=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TASK_SPECIFIC_CATALOGCACHE=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TRANSLIST=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TREE_LOCKS=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TREE=NO
    2008-05-13 16:35:55 18829     20234 RTE       CLUSTERED_LOBS=NO
    2008-05-13 16:35:55 18829     20234 RTE       CLUSTER_WRITE_THRESHOLD=80
    2008-05-13 16:35:55 18829     20234 RTE       COLUMNCOMPRESSION=YES
    2008-05-13 16:35:55 18829     20234 RTE       _COMMENT=
    2008-05-13 16:35:55 18829     20234 RTE       CONTROLPASSWORD=***
    2008-05-13 16:35:55 18829     20234 RTE       CONTROLUSERID=DBM
    2008-05-13 16:35:55 18829     20234 RTE       CONVERTER_REGIONS=8
    2008-05-13 16:35:55 18829     20234 RTE       DATABASEFULL=1
    2008-05-13 16:35:55 18829     20234 RTE       DATACACHE_RGNS=8
    2008-05-13 16:35:55 18829     20234 RTE       DATA_IO_BLOCK_COUNT=64
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_GROUPS=1
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_MODE_0001=NORMAL
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_NAME_0001=/dev/raw/raw1
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_SIZE_0001=64000
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_TYPE_0001=R
    2008-05-13 16:35:55 18829     20234 RTE       DATE_TIME_FORMAT=INTERNAL
    2008-05-13 16:35:55 18829     20234 RTE       DBFILLINGABOVELIMIT=70L80M85M90H95H96H97H98H99H
    2008-05-13 16:35:55 18829     20234 RTE       DBFILLINGBELOWLIMIT=70L80L85L90L95L
    2008-05-13 16:35:55 18829     20234 RTE       DDLTRIGGER=YES
    2008-05-13 16:35:55 18829     20234 RTE       DEADLOCK_DETECTION=4
    2008-05-13 16:35:55 18829     20234 RTE       DEFAULT_CODE=ASCII
    2008-05-13 16:35:55 18829     20234 RTE       DELAYCOMMIT=NO
    2008-05-13 16:35:55 18829     20234 RTE       DELAYLOGWRITER=0
    2008-05-13 16:35:55 18829     20234 RTE       DIAG_HISTORY_NUM=2
    2008-05-13 16:35:55 18829     20234 RTE       DIAG_HISTORY_PATH=/var/opt/sdb/data/wrk/SAPDB02A/DIAGHISTORY
    2008-05-13 16:35:55 18829     20234 RTE       DIAGSEM=0
    2008-05-13 16:35:55 18829     20234 RTE       DWIO_AREA_FLUSH=50
    2008-05-13 16:35:55 18829     20234 RTE       DWIO_AREA_SIZE=50
    2008-05-13 16:35:55 18829     20234 RTE       DWLRU_TAIL_FLUSH=25
    2008-05-13 16:35:55 18829     20234 RTE       DYNTASK_STACK=NO
    2008-05-13 16:35:55 18829     20234 RTE       ENABLE_CHECK_INSTANCE=YES
    2008-05-13 16:35:55 18829     20234 RTE       ENABLE_SYSTEM_TRIGGERS=YES
    2008-05-13 16:35:55 18829     20234 RTE       ERROR=3
    2008-05-13 16:35:55 18829     20234 RTE       _EVENTFILE=knldiag.evt
    2008-05-13 16:35:55 18829     20234 RTE       _EVENTSIZE=0
    2008-05-13 16:35:55 18829     20234 RTE       EVENT=1
    2008-05-13 16:35:55 18829     20234 RTE       EXPAND_COM_TRACE=NO
    2008-05-13 16:35:55 18829     20234 RTE       EXTERNAL_DUMP_REQUEST=NO
    2008-05-13 16:35:55 18829     20234 RTE       FBMLOW_IO_RATE=10
    2008-05-13 16:35:55 18829     20234 RTE       FBM_VOLUME_BALANCE=10
    2008-05-13 16:35:55 18829     20234 RTE       FBM_VOLUME_COMPRESSION=50
    2008-05-13 16:35:55 18829     20234 RTE       FILEDIR_SPINLOCKPOOL_SIZE=10
    2008-05-13 16:35:55 18829     20234 RTE       FORBID_LOAD_BALANCING=YES
    2008-05-13 16:35:55 18829     20234 RTE       FORMATTING_MODE=PARALLEL
    2008-05-13 16:35:55 18829     20234 RTE       FORMAT_DATAVOLUME=YES
    2008-05-13 16:35:55 18829     20234 RTE       HASHED_RESULTSET_CACHESIZE=262144
    2008-05-13 16:35:55 18829     20234 RTE       HASHED_RESULTSET=YES
    2008-05-13 16:35:55 18829     20234 RTE       HEAP_CHECK_LEVEL=0
    2008-05-13 16:35:55 18829     20234 RTE       HIRES_TIMER_TYPE=CPU
    2008-05-13 16:35:55 18829     20234 RTE       HS_STORAGE_DLL=libhsscopy
    2008-05-13 16:35:55 18829     20234 RTE       HS_SYNC_INTERVAL=50
    2008-05-13 16:35:55 18829     20234 RTE       IDXFILELIST_SIZE=2048
    2008-05-13 16:35:55 18829     20234 RTE       INDEX_LEAF_CACHING=2
    2008-05-13 16:35:55 18829     20234 RTE       INIT_ALLOCATORSIZE=258048
    2008-05-13 16:35:55 18829     20234 RTE       INSTANCE_TYPE=OLTP
    2008-05-13 16:35:55 18829     20234 RTE       IOPROCSFOR_PRIO=0
    2008-05-13 16:35:55 18829     20234 RTE       IOPROCSFOR_READER=0
    2008-05-13 16:35:55 18829     20234 RTE       IOPROCSPER_DEV=2
    2008-05-13 16:35:55 18829     20234 RTE       IOPROCSSWITCH=2
    2008-05-13 16:35:55 18829     20234 RTE       JOIN_MAXTAB_LEVEL4=16
    2008-05-13 16:35:55 18829     20234 RTE       JOIN_MAXTAB_LEVEL9=5
    2008-05-13 16:35:55 18829     20234 RTE       JOIN_SEARCH_LEVEL=0
    2008-05-13 16:35:55 18829     20234 RTE       JOIN_TABLEBUFFER=128
    2008-05-13 16:35:55 18829     20234 RTE       _KERNELDIAGFILE=knldiag
    2008-05-13 16:35:55 18829     20234 RTE       KERNELDIAGSIZE=800
    2008-05-13 16:35:55 18829     20234 RTE       _KERNELDUMPFILE=knldump
    2008-05-13 16:35:55 18829     20234 RTE       _KERNELTRACEFILE=knltrace
    2008-05-13 16:35:55 18829     20234 RTE       KERNELTRACESIZE=710
    2008-05-13 16:35:55 18829     20234 RTE       KERNELVERSION=KERNEL    7.6.00   BUILD 037-121-149-748
    2008-05-13 16:35:55 18829     20234 RTE       LOAD_BALANCING_CHK=0
    2008-05-13 16:35:55 18829     20234 RTE       LOAD_BALANCING_DIF=10
    2008-05-13 16:35:55 18829     20234 RTE       LOAD_BALANCING_EQ=5
    2008-05-13 16:35:55 18829     20234 RTE       LOCAL_REDO_LOG_BUFFER_SIZE=0
    2008-05-13 16:35:55 18829     20234 RTE       LOCKSUPPLY_BLOCK=100
    2008-05-13 16:35:55 18829     20234 RTE       LOGABOVELIMIT=50L75L90M95M96H97H98H99H
    2008-05-13 16:35:55 18829     20234 RTE       LOGFULL=1
    2008-05-13 16:35:55 18829     20234 RTE       LOGSEGMENTFULL=1
    2008-05-13 16:35:55 18829     20234 RTE       LOG_BACKUP_TO_PIPE=NO
    2008-05-13 16:35:55 18829     20234 RTE       LOG_IO_BLOCK_COUNT=8
    2008-05-13 16:35:55 18829     20234 RTE       LOG_IO_QUEUE=50
    2008-05-13 16:35:55 18829     20234 RTE       LOG_MIRRORED=NO
    2008-05-13 16:35:55 18829     20234 RTE       LOG_QUEUE_COUNT=1
    2008-05-13 16:35:55 18829     20234 RTE       LOG_SEGMENT_SIZE=10666
    2008-05-13 16:35:55 18829     20234 RTE       LOG_VOLUME_NAME_001=/dev/raw/raw2
    2008-05-13 16:35:55 18829     20234 RTE       LOG_VOLUME_SIZE_001=32000
    2008-05-13 16:35:55 18829     20234 RTE       LOG_VOLUME_TYPE_001=R
    2008-05-13 16:35:55 18829     20234 RTE       LRU_FOR_SCAN=NO
    2008-05-13 16:35:55 18829     20234 RTE       MAXBACKUPDEVS=2
    2008-05-13 16:35:55 18829     20234 RTE       MAXCPU=1
    2008-05-13 16:35:55 18829     20234 RTE       MAXDATAVOLUMES=11
    2008-05-13 16:35:55 18829     20234 RTE       _MAXEVENTS=100
    2008-05-13 16:35:55 18829     20234 RTE       _MAXEVENTTASKS=2
    2008-05-13 16:35:55 18829     20234 RTE       MAXGARBAGECOLL=1
    2008-05-13 16:35:55 18829     20234 RTE       MAXLOCKS=4080
    2008-05-13 16:35:55 18829     20234 RTE       MAXLOGVOLUMES=2
    2008-05-13 16:35:55 18829     20234 RTE       MAXPAGER=11
    2008-05-13 16:35:55 18829     20234 RTE       MAXRGN_REQUEST=-1
    2008-05-13 16:35:55 18829     20234 RTE       MAXSERVERTASKS=28
    2008-05-13 16:35:55 18829     20234 RTE       MAXTASKSTACK=512
    2008-05-13 16:35:55 18829     20234 RTE       _MAXTRANS=408
    2008-05-13 16:35:55 18829     20234 RTE       MAXUSERTASKS=50
    2008-05-13 16:35:55 18829     20234 RTE       MAXVOLUMES=14
    2008-05-13 16:35:55 18829     20234 RTE       MAX_HASHTABLE_MEMORY=5120
    2008-05-13 16:35:55 18829     20234 RTE       MAX_LOG_QUEUE_COUNT=0
    2008-05-13 16:35:55 18829     20234 RTE       MAXMESSAGE_FILES=0
    2008-05-13 16:35:55 18829     20234 RTE       MAX_MESSAGE_LIST_LENGTH=100
    2008-05-13 16:35:55 18829     20234 RTE       MAX_RETENTION_TIME=480
    2008-05-13 16:35:55 18829     20234 RTE       MAX_SERVERTASK_STACK=500
    2008-05-13 16:35:55 18829     20234 RTE       MAX_SINGLE_HASHTABLE_SIZE=512
    2008-05-13 16:35:55 18829     20234 RTE       MAX_SPECIALTASK_STACK=500
    2008-05-13 16:35:55 18829     20234 RTE       MBLOCKDATA_SIZE=32768
    2008-05-13 16:35:55 18829     20234 RTE       MBLOCKQUAL_SIZE=32768
    2008-05-13 16:35:55 18829     20234 RTE       MBLOCKSTACK_SIZE=32768
    2008-05-13 16:35:55 18829     20234 RTE       MBLOCKSTRAT_SIZE=12288
    2008-05-13 16:35:55 18829     20234 RTE       MCOD=NO
    2008-05-13 16:35:55 18829     20234 RTE       MEMORY_ALLOCATION_LIMIT=0
    2008-05-13 16:35:55 18829     20234 RTE       MINREPLYSIZE=4096
    2008-05-13 16:35:55 18829     20234 RTE       MINSERVERTASKS=28
    2008-05-13 16:35:55 18829     20234 RTE       MIN_RETENTION_TIME=60
    2008-05-13 16:35:55 18829     20234 RTE       MONITOR_READ=2147483647
    2008-05-13 16:35:55 18829     20234 RTE       MONITOR_ROWNO=0
    2008-05-13 16:35:55 18829     20234 RTE       MONITOR_SELECTIVITY=0
    2008-05-13 16:35:55 18829     20234 RTE       MONITOR_TIME=2147483647
    2008-05-13 16:35:55 18829     20234 RTE       MPDISP_LOOPS=2
    2008-05-13 16:35:55 18829     20234 RTE       MPDISP_PRIO=DEFAULT
    2008-05-13 16:35:55 18829     20234 RTE       MPRGN_BUSY_WAIT=DEFAULT
    2008-05-13 16:35:55 18829     20234 RTE       MPRGN_DIRTY_READ=DEFAULT
    2008-05-13 16:35:55 18829     20234 RTE       MP_RGN_LOOP=-1
    2008-05-13 16:35:55 18829     20234 RTE       MPRGN_PRIO=DEFAULT
    2008-05-13 16:35:55 18829     20234 RTE       MPRGN_QUEUE=YES
    2008-05-13 16:35:55 18829     20234 RTE       NO_SYNC_TO_DISK_WANTED=NO
    2008-05-13 16:35:55 18829     20234 RTE       OFFICIAL_NODE=
    2008-05-13 16:35:55 18829     20234 RTE       OMS_HEAP_BLOCKSIZE=10000
    2008-05-13 16:35:55 18829     20234 RTE       OMS_HEAP_COUNT=1
    2008-05-13 16:35:55 18829     20234 RTE       OMS_HEAP_LIMIT=0
    2008-05-13 16:35:55 18829     20234 RTE       OMS_HEAP_THRESHOLD=100
    2008-05-13 16:35:55 18829     20234 RTE       OMSREGIONS=0
    2008-05-13 16:35:55 18829     20234 RTE       OMSRGNS=7
    2008-05-13 16:35:55 18829     20234 RTE       OMS_RUN_IN_UDE_SERVER=NO
    2008-05-13 16:35:55 18829     20234 RTE       OMS_STREAM_TIMEOUT=30
    2008-05-13 16:35:55 18829     20234 RTE       OMS_VERS_THRESHOLD=2097152
    2008-05-13 16:35:55 18829     20234 RTE       ONLINE=1
    2008-05-13 16:35:55 18829     20234 RTE       OPMSG1=/dev/console
    2008-05-13 16:35:55 18829     20234 RTE       OPMSG2=/dev/null
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_AGGREGATION=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_FETCH_REVERSE=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_FIRST_ROWS=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_HASHTABLE=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_HASH_MINIMAL_RATIO=1
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_ONEPHASE=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_OPERATOR_SORT=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_OUTER=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_PARALLEL_MINSIZE=1000000
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_PARALLEL_SERVERS=0
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_MIN_MAX=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_OPERATOR_JOIN_COSTFUNC=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_OPERATOR_JOIN=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_QUAL_ON_INDEX=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_QUERYREWRITE=STATEMENT
    2008-05-13 16:35:55 18829     20234 RTE       OPTIM_CACHE=NO
    2008-05-13 16:35:55 18829     20234 RTE       OPTIM_INV_ONLY=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIM_JOIN_FETCH=0
    2008-05-13 16:35:55 18829     20234 RTE       OPTIM_MAX_MERGE=500
    2008-05-13 16:35:55 18829     20234 RTE       OUTOFSESSIONS=3
    2008-05-13 16:35:55 18829     20234 RTE       PACKETSIZE=131072
    2008-05-13 16:35:55 18829     20234 RTE       PAGESIZE=8192
    2008-05-13 16:35:55 18829     20234 RTE       PREALLOCATE_IOWORKER=NO
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_COM=10
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_IOC=80
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_RAV=80
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_REX=40
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_U2U=100
    2008-05-13 16:35:55 18829     20234 RTE       PRIOFACTOR=80
    2008-05-13 16:35:55 18829     20234 RTE       PROTECT_DATACACHE_MEMORY=NO
    2008-05-13 16:35:55 18829     20234 RTE       READAHEADBLOBS=32
    2008-05-13 16:35:55 18829     20234 RTE       REQUEST_TIMEOUT=5000
    2008-05-13 16:35:55 18829     20234 RTE       RESERVEDSERVERTASKS=16
    2008-05-13 16:35:55 18829     20234 RTE       RESTARTTIME=600
    2008-05-13 16:35:55 18829     20234 RTE       ROWRGNS=8
    2008-05-13 16:35:55 18829     20234 RTE       _RTEDUMPFILE=rtedump
    2008-05-13 16:35:55 18829     20234 RTE       RTE_TEST_REGIONS=0
    2008-05-13 16:35:55 18829     20234 RTE       RUNDIRECTORY=/var/opt/sdb/data/wrk/SAPDB02A
    2008-05-13 16:35:55 18829     20234 RTE       SEQUENCE_CACHE=1
    2008-05-13 16:35:55 18829     20234 RTE       SERVERDBFOR_SAP=YES
    2008-05-13 16:35:55 18829     20234 RTE       SESSION_TIMEOUT=900
    2008-05-13 16:35:55 18829     20234 RTE       SET_VOLUME_LOCK=YES
    2008-05-13 16:35:55 18829     20234 RTE       SHAREDSQL_COMMANDCACHESIZE=262144
    2008-05-13 16:35:55 18829     20234 RTE       SHAREDSQL_EXPECTEDSTATEMENTCOUNT=1500
    2008-05-13 16:35:55 18829     20234 RTE       SHAREDSQL=YES
    2008-05-13 16:35:55 18829     20234 RTE       _SHMKERNEL=6236
    2008-05-13 16:35:55 18829     20234 RTE       SHOW_MAX_KB_STACK_USE=NO
    2008-05-13 16:35:55 18829     20234 RTE       SHOW_MAX_STACK_USE=NO
    2008-05-13 16:35:55 18829     20234 RTE       SIMULATE_VECTORIO=IF_OPEN_DIRECT_OR_RAW_DEVICE
    2008-05-13 16:35:55 18829     20234 RTE       STANDBY=1
    2008-05-13 16:35:55 18829     20234 RTE       SUBTREE_LOCKS=NO
    2008-05-13 16:35:55 18829     20234 RTE       SUPPRESS_CORE=YES
    2008-05-13 16:35:55 18829     20234 RTE       SYMBOL_DEMANGLING=NO
    2008-05-13 16:35:55 18829     20234 RTE       SYMBOL_RESOLUTION=YES
    2008-05-13 16:35:55 18829     20234 RTE       SYSTEMERROR=3
    2008-05-13 16:35:55 18829     20234 RTE       TABRGNS=8
    2008-05-13 16:35:55 18829     20234 RTE       TASKCLUSTER01=tw;al;ut;2000sv,100bup;10ev,10gc;
    2008-05-13 16:35:55 18829     20234 RTE       TASKCLUSTER02=ti,100dw;30000us;
    2008-05-13 16:35:55 18829     20234 RTE       TASKCLUSTER03=compress
    2008-05-13 16:35:55 18829     20234 RTE       TIME_MEASUREMENT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_AK=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_ALLOCATOR=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_CATALOG=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_CLIENTKERNELCOM=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_COMMON=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_COMMUNICATION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_CONVERTER=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DATACHAIN=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DATAINDEX=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DATAPAM=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DATATREE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DBPROC=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DEFAULT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DELETE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_FBM=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_FILEDIR=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_FRAMECTRL=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_INDEX=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_INSERT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_IOMAN=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_IPC=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_JOIN=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_KSQL=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOCK=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGACTION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGHISTORY=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGPAGE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGTRANS=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGVOLUME=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LONG=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_MEMORY=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_MESSAGES=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECTCONTAINER=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT_ADD=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT_ALTER=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT_FREE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT_GET=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_CONTAINERDIR=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_CONTEXT=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_ERROR=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_FLUSHCACHE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_INTERFACE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_KEYRANGE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_KEY=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_LOCK=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_MEMORY=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_NEWOBJ=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_SESSION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_STREAM=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_VAROBJECT=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_VERSION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OPTIMIZE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_ORDER_STANDARD=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_ORDER=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGER=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_BUP=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_EV=2
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_GC=20
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_LW=5
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_PG=3
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_SV=5
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_TI=2
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_US=10
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_UT=5
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PRIMARY_TREE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_QUERYREWRITE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_RUNTIME=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SELECT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SHAREDSQL=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SQLMANAGER=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SRVTASKS=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_STOP_ERRORCODE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SYNCHRONISATION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SYSVIEW=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_TABLE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_TIME=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_UPDATE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_VOLUME=0
    2008-05-13 16:35:55 18829     20234 RTE       TRANS_HISTORY_SIZE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRANSRGNS=8
    2008-05-13 16:35:55 18829     20234 RTE       TRANS_THRESHOLD_VALUE=60
    2008-05-13 16:35:55 18829     20234 RTE       UKT_CPU_RELATIONSHIP=NONE
    2008-05-13 16:35:55 18829     20234 RTE       _UNICODE=NO
    2008-05-13 16:35:55 18829     20234 RTE       UPDATESTAT_PARALLEL_SERVERS=0
    2008-05-13 16:35:55 18829     20234 RTE       UPDATESTAT_SAMPLE_ALGO=1
    2008-05-13 16:35:55 18829     20234 RTE       UPDSTATWANTED=1
    2008-05-13 16:35:55 18829     20234 RTE       USED_MAX_LOG_QUEUE_COUNT=1
    2008-05-13 16:35:55 18829     20234 RTE       USESELECTFETCH=YES
    2008-05-13 16:35:55 18829     20234 RTE       USEVARIABLEINPUT=NO
    2008-05-13 16:35:55 18829     20234 RTE       USE_COROUTINES=YES
    2008-05-13 16:35:55 18829     20234 RTE       USEIOPROCS_ONLY=NO
    2008-05-13 16:35:55 18829     20234 RTE       USE_OPEN_DIRECT=NO
    2008-05-13 16:35:55 18829     20234 RTE       USE_STACK_ON_STACK=YES
    2008-05-13 16:35:55 18829     20234 RTE       USE_SYSTEM_PAGE_CACHE=YES
    2008-05-13 16:35:55 18829     20234 RTE       USE_UCONTEXT=YES
    2008-05-13 16:35:55 18829     20234 RTE       UTILITYPROTFILE=dbm.utl
    2008-05-13 16:35:55 18829     20234 RTE       UTILITY_PROTSIZE=100
    2008-05-13 16:35:55 18829     20234 RTE       VOLUMENO_BIT_COUNT=8
    2008-05-13 16:35:55 18829     20234 RTE       WORKDATASIZE=8192
    2008-05-13 16:35:55 18829     20234 RTE       WORKSTACKSIZE=8192
    2008-05-13 16:35:55 18829     20234 RTE       XP_CONVERTER_REGIONS=0
    2008-05-13 16:35:55 18829     20234 RTE       XP_DATA_CACHE_RGNS=0
    2008-05-13 16:35:55 18829     20234 RTE       XP_MAXPAGER=0
    2008-05-13 16:35:55 18829     20235 RTE      Dump of all kernel parameters done
    2008-05-13 16:35:55 18829 WNG 11489 PARAM    Open system console '/dev/console' reports (13) Permission denied
    2008-05-13 16:35:55 18829 WNG 11489 PARAM    Modify parameter OPMSG1 or enable write access to prevent this message
    2008-05-13 16:35:55 18829     12770 INFO              SERVERNODE:    'sapdb02'
    2008-05-13 16:35:55 18829     12932 INFO     maximum cpu time: unlimited
    2008-05-13 16:35:55 18829     12933 INFO     maximum number of processes: 4096
    2008-05-13 16:35:55 18829     12891 INFO     maximum core size: 0 MB
    2008-05-13 16:35:55 18829     12892 INFO     maximum number of open files: 1024
    2008-05-13 16:35:55 18829     12934 INFO     maximum file size: unlimited
    2008-05-13 16:35:55 18829     12895 INFO     maximum number of threads: unlimited
    2008-05-13 16:35:55 18829     12935 INFO     maximum stack size: 8 MB
    2008-05-13 16:35:55 18829     12936 INFO     lockable memory size: 0 MB
    2008-05-13 16:35:55 18829     12893 INFO     maximum virtual memory size: unlimited
    2008-05-13 16:35:55 18829     12937 INFO     resident set size size: unlimited
    2008-05-13 16:35:55 18829     12894 INFO     maximum heap size: unlimited
    2008-05-13 16:35:55 18829     12898 ENVIRON  Environment dump start
    2008-05-13 16:35:55 18829     12898 ENVIRON   ACLOCAL_FLAGS=-I /opt/gnome/share/aclocal
    2008-05-13 16:35:55 18829     12898 ENVIRON   COLORTERM=1
    2008-05-13 16:35:55 18829     12898 ENVIRON   CPU=i686
    2008-05-13 16:35:55 18829     12898 ENVIRON   CSHEDIT=emacs
    2008-05-13 16:35:55 18829     12898 ENVIRON   DBROOT=/opt/sdb/7600
    2008-05-13 16:35:55 18829     12898 ENVIRON   DSM_CONFIG=/opt/tivoli/tsm/client/ba/bin/dsm.opt
    2008-05-13 16:35:55 18829     12898 ENVIRON   DSM_DIR=/opt/tivoli/tsm/client/ba/bin
    2008-05-13 16:35:55 18829     12898 ENVIRON   DSM_HOME=/opt/tivoli/tsm
    2008-05-13 16:35:55 18829     12898 ENVIRON   DSM_LOG=/var/log/dsm
    2008-05-13 16:35:55 18829     12898 ENVIRON   ENV=/etc/bash.bashrc
    2008-05-13 16:35:55 18829     12898 ENVIRON   FROM_HEADER=
    2008-05-13 16:35:55 18829     12898 ENVIRON   GNOME2_PATH=/usr/local:/opt/gnome:/usr
    2008-05-13 16:35:55 18829     12898 ENVIRON   GROFF_NO_SGR=yes
    2008-05-13 16:35:55 18829     12898 ENVIRON   G_BROKEN_FILENAMES=1
    2008-05-13 16:35:55 18829     12898 ENVIRON   HISTSIZE=1000
    2008-05-13 16:35:55 18829     12898 ENVIRON   HOME=/root
    2008-05-13 16:35:55 18829     12898 ENVIRON   HOST=sapdb02
    2008-05-13 16:35:55 18829     12898 ENVIRON   HOSTNAME=sapdb02
    2008-05-13 16:35:55 18829     12898 ENVIRON   HOSTTYPE=i386
    2008-05-13 16:35:55 18829     12898 ENVIRON   INFODIR=/usr/local/info:/usr/share/info:/usr/info
    2008-05-13 16:35:55 18829     12898 ENVIRON   INFOPATH=/usr/local/info:/usr/share/info:/usr/info:/opt/gnome/share/info
    2008-05-13 16:35:55 18829     12898 ENVIRON   INPUTRC=/etc/inputrc
    2008-05-13 16:35:55 18829     12898 ENVIRON   LANG=POSIX
    2008-05-13 16:35:55 18829     12898 ENVIRON   LC_CTYPE=de_DE.UTF-8
    2008-05-13 16:35:55 18829     12898 ENVIRON   LD_LIBRARY_PATH=/opt/sdb/7600/lib:/opt/sdb/7600/sap
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESS=-M -I
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESSCLOSE=lessclose.sh %s %s
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESSKEY=/etc/lesskey.bin
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESSOPEN=lessopen.sh %s
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESS_ADVANCED_PREPROCESSOR=no
    2008-05-13 16:35:55 18829     12898 ENVIRON   LOGNAME=root
    2008-05-13 16:35:55 18829     12898 ENVIRON   LS_COLORS=no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:*.
    2008-05-13 16:35:55 18829     12898 ENVIRON    cmd=00;32:.exe=01;32:.com=01;32:.bat=01;32:.btm=01;32:.dll=01;32:.tar=00;31:.tbz=00;31:.tgz=00;31:*.rpm=0
    2008-05-13 16:35:55 18829     12898 ENVIRON    0;31:.deb=00;31:.arj=00;31:.taz=00;31:.lzh=00;31:.zip=00;31:.zoo=00;31:.z=00;31:.Z=00;31:.gz=00;31:.bz2
    2008-05-13 16:35:55 18829     12898 ENVIRON    =00;31:.tb2=00;31:.tz2=00;31:.tbz2=00;31:.avi=01;35:.bmp=01;35:.fli=01;35:.gif=01;35:.jpg=01;35:*.jpeg=01
    2008-05-13 16:35:55 18829     12898 ENVIRON    ;35:.mng=01;35:.mov=01;35:.mpg=01;35:.pcx=01;35:.pbm=01;35:.pgm=01;35:.png=01;35:.ppm=01;35:.tga=01;35:
    2008-05-13 16:35:55 18829     12898 ENVIRON    .tif=01;35:.xbm=01;35:.xpm=01;35:.dl=01;35:.gl=01;35:.wmv=01;35:.aiff=00;32:.au=00;32:.mid=00;32:*.mp3=00
    2008-05-13 16:35:55 18829     12898 ENVIRON    ;32:.ogg=00;32:.voc=00;32:*.wav=00;32:
    2008-05-13 16:35:55 18829     12898 ENVIRON   LS_OPTIONS=-A -N --color=tty -T 0
    2008-05-13 16:35:55 18829     12898 ENVIRON   MACHTYPE=i686-suse-linux
    2008-05-13 16:35:55 18829     12898 ENVIRON   MAIL=/var/mail/root
    2008-05-13 16:35:55 18829     12898 ENVIRON   MANPATH=/usr/share/man:/usr/local/man:/usr/X11R6/man:/opt/gnome/share/man
    2008-05-13 16:35:55 18829     12898 ENVIRON   MINICOM=-c on
    2008-05-13 16:35:55 18829     12898 ENVIRON   MORE=-sl
    2008-05-13 16:35:55 18829     12898 ENVIRON   NNTPSERVER=news
    2008-05-13 16:35:55 18829     12898 ENVIRON   OSTYPE=linux
    2008-05-13 16:35:55 18829     12898 ENVIRON   PAGER=less
    2008-05-13 16:35:55 18829     12898 ENVIRON   PATH=/opt/sdb/7600/bin:/opt/sdb/programs/bin:/sbin:/usr/sbin:/usr/local/sbin:/opt/gnome/sbin:/root/bin:/usr/local/
    2008-05-13 16:35:55 18829     12898 ENVIRON    bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
    2008-05-13 16:35:55 18829     12898 ENVIRON   PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig:/opt/gnome/share/pkgconfig
    2008-05-13 16:35:55 18829     12898 ENVIRON   PROFILEREAD=true
    2008-05-13 16:35:55 18829     12898 ENVIRON   PWD=/etc/init.d
    2008-05-13 16:35:55 18829     12898 ENVIRON   PYTHONSTARTUP=/etc/pythonstart
    2008-05-13 16:35:55 18829     12898 ENVIRON   SERVERDB=SAPDB02A
    2008-05-13 16:35:55 18829     12898 ENVIRON   SHELL=/bin/bash
    2008-05-13 16:35:55 18829     12898 ENVIRON   SHLVL=3
    2008-05-13 16:35:55 18829     12898 ENVIRON   SSH_CLIENT=10.10.40.62 1385 22
    2008-05-13 16:35:55 18829     12898 ENVIRON   SSH_CONNECTION=10.10.40.62 1385 10.9.100.178 22
    2008-05-13 16:35:55 18829     12898 ENVIRON   SSH_TTY=/dev/pts/0
    2008-05-13 16:35:55 18829     12898 ENVIRON   TERM=xterm
    2008-05-13 16:35:55 18829     12898 ENVIRON   TEXINPUTS=:/root/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
    2008-05-13 16:35:55 18829     12898 ENVIRON   USER=root
    2008-05-13 16:35:55 18829     12898 ENVIRON   WINDOWMANAGER=
    2008-05-13 16:35:55 18829     12898 ENVIRON   XDG_CONFIG_DIRS=/usr/local/etc/xdg/:/etc/xdg/:/etc/opt/gnome/xdg/
    2008-05-13 16:35:55 18829     12898 ENVIRON   XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/etc/opt/kde3/share/:/opt/kde3/share/:/opt/gnome/share/
    2008-05-13 16:35:55 18829     12898 ENVIRON   XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
    2008-05-13 16:35:55 18829     12898 ENVIRON   XNLSPATH=/usr/X11R6/lib/X11/nls
    2008-05-13 16:35:55 18829     12898 ENVIRON   _=/opt/sdb/programs/bin/dbmcli
    2008-05-13 16:35:55 18829     12898 ENVIRON  Environment dump completed
    2008-05-13 16:35:55 18829     12883 DBSTATE  Core dump suppressed
    2008-05-13 16:35:55 18829     20219 RTE      Memory allocation not limited
    2008-05-13 16:35:55 18829     20220 RTE      System page cache usage enabled
    2008-05-13 16:35:55 18829     12927 TASKING  Using coroutines for tasks
    2008-05-13 16:35:55 18829     12927 TASKING  Using UKT stack for coroutine stack
    2008-05-13 16:35:55 18829     12927 TASKING  Using ucontext_t for coroutine context
    2008-05-13 16:35:55 18829     12692 TCLUSTER tw;al;ut;2000sv,100bup;10ev,10gc;ti,100dw;30000us;compress
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of 'BUP':   0
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' DW':  11
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' US':  50
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' SV':  28
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' EV':   2
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' GC':   1
    2008-05-13 16:35:55 18829     12692 TCLUSTER Total Number of UKT 7
    2008-05-13 16:35:55 18829     12692 TCLUSTER Number of UKT with User Tasks 1
    2008-05-13 16:35:55 18829     12698 IPC      Common RTE specific IPC key: 0x44000000
    2008-05-13 16:35:55 18829     11536 init_shm attached shared section at   0x50000000
    2008-05-13 16:35:55 18829     11537 init_shm shared section ends at       0x500A2000
    2008-05-13 16:36:02 18829     11521 PIPE_IO  Operating system does not support fstat for input check of pipes
    2008-05-13 16:36:02 18829     11522 PIPE_IO  Input check for pipe with poll supported
    2008-05-13 16:36:02 18829     11000 INITIAL  Verified that open of needed 165 file descriptors is possible
    2008-05-13 16:36:07 18835     12821 TASKING  Thread 18835 starting
    2008-05-13 16:36:07 18834     12767          CLOCK started
    2008-05-13 16:36:07 18836     12821 TASKING  Thread 18836 starting
    2008-05-13 16:36:08 18834     12769 INFO     Starting SERVERDB:      '+++++++++++++++++++++++++++++++++++++++++++++++++'
    2008-05-13 16:36:08 18834     12769 INFO     Starting SERVERDB:      '+++++++++++++++++++ Kernel Forked +++++++++++++++'
    2008-05-13 16:36:08 18834     12769 INFO     Starting SERVERDB:      'SAPDB02A'
    2008-05-13 16:36:08 18834     12771 INFO              Process ID:    18834
    2008-05-13 16:36:08 18834     12769 INFO     Starting SERVERDB:      '+++++++++++++++++++++++++++++++++++++++++++++++++'
    2008-05-13 16:36:08 18834     12811 EVENTING Suppressing output to 'knldiag.evt' 0 pages
    2008-05-13 16:36:08 18834     12812 EVENTING Eventbuffer 2 events 100 tasks
    2008-05-13 16:36:08 18837     12821 TASKING  Thread 18837 starting
    2008-05-13 16:36:08 18834     12885 MEMORY   10000 Pages allocated for I/O buffer cache
    2008-05-13 16:36:08 18834     12831 TRACE_IO Configured MAXMESSAGE_FILES:0
    2008-05-13 16:36:08 18834     12832 TRACE_IO Disabled: No TraceMessagefiles wanted
    2008-05-13 16:36:08 18838     12821 TASKING  Thread 18838 starting
    2008-05-13 16:36:08 18839     12821 TASKING  Thread 18839 starting
    2008-05-13 16:36:08 18840     12821 TASKING  Thread 18840 starting
    2008-05-13 16:36:08 18841     12821 TASKING  Thread 18841 starting
    2008-05-13 16:36:08 18842     12821 TASKING  Thread 18842 starting
    2008-05-13 16:36:08 18838     20213 RTE      CONSOLE thread started
    2008-05-13 16:36:08 18843     12821 TASKING  Thread 18843 starting
    2008-05-13 16:36:08 18844     12821 TASKING  Thread 18844 starting
    2008-05-13 16:36:08 18844     11565 startup  TIMER started
    2008-05-13 16:36:08 18845     12821 TASKING  Thread 18845 starting
    2008-05-13 16:36:08 18845     11565 startup  REQUESTOR started
    2008-05-13 16:36:08 18846     12821 TASKING  Thread 18846 starting
    2008-05-13 16:36:08 18846     11565 startup  DEV0 started
    2008-05-13 16:36:08 18847     12821 TASKING  Thread 18847 starting
    2008-05-13 16:36:08 18848     12821 TASKING  Thread 18848 starting
    2008-05-13 16:36:08 18849     12821 TASKING  Thread 18849 starting
    2008-05-13 16:36:08 18850     12821 TASKING  Thread 18850 starting
    2008-05-13 16:36:08 18851     12821 TASKING  Thread 18851 starting
    2008-05-13 16:36:08 18852     12821 TASKING  Thread 18852 starting
    2008-05-13 16:36:08 18853     12821 TASKING  Thread 18853 starting
    2008-05-13 16:36:08 18854     12821 TASKING  Thread 18854 starting
    2008-05-13 16:36:08 18855     12821 TASKING  Thread 18855 starting
    2008-05-13 16:36:09 18855     12627 TASKING  UKT1 started
    2008-05-13 16:36:10 18856     12821 TASKING  Thread 18856 starting
    2008-05-13 16:36:10 18856     12627 TASKING  UKT2 started
    2008-05-13 16:36:11 18857     12821 TASKING  Thread 18857 starting
    2008-05-13 16:36:11 18857     12627 TASKING  UKT3 started
    2008-05-13 16:36:11 18857     11554 COMMUNIC UKT3 attached big comseg at  0xB1890000
    2008-05-13 16:36:11 18857     11555 COMMUNIC UKT3 big comseg ends at      0xB18B0088
    2008-05-13 16:36:12 18858     12821 TASKING  Thread 18858 starting
    2008-05-13 16:36:12 18858     12627 TASKING  UKT4 started
    2008-05-13 16:36:13 18859     12821 TASKING  Thread 18859 starting
    2008-05-13 16:36:13 18859     12627 TASKING  UKT5 started
    2008-05-13 16:36:13 18859     11554 COMMUNIC UKT5 attached big comseg at  0xB084D000
    2008-05-13 16:36:13 18859     11555 COMMUNIC UKT5 big comseg ends at      0xB088D0D8
    2008-05-13 16:36:14 18860     12821 TASKING  Thread 18860 starting
    2008-05-13 16:36:14 18861     12821 TASKING  Thread 18861 starting
    2008-05-13 16:36:14 18861     12627 TASKING  UKT7 started
    2008-05-13 16:36:14 18861     11554 COMMUNIC UKT7 attached big comseg at  0xAE232000
    2008-05-13 16:36:14 18861     11555 COMMUNIC UKT7 big comseg ends at      0xAE872FD8
    2008-05-13 16:36:15 18834     12627 TASKING  No CPU binding, since only 1 processor configured
    2008-05-13 16:36:15 18860     12627 TASKING  UKT6 started
    2008-05-13 16:36:15 18860     12929 TASKING  Task T1 started
    2008-05-13 16:36:15 18860     11525 vdevsize Start formatting 0 pages
    2008-05-13 16:36:15 18860     11527 vdevsize Finished formatting 711 pages
    2008-05-13 16:36:15 18860     11000 vdevsize 'knltrace', 710 succeeded
    2008-05-13 16:36:15 18862     12821 TASKING  Thread 18862 starting
    2008-05-13 16:36:15 18862     11597 IO       Open 'knltrace' successfull, fd: 17
    2008-05-13 16:36:15 18862     11565 startup  DEVi started
    2008-05-13 16:36:15 18860     11000 vattach  'knltrace' devno 0 T1 succeeded
    2008-05-13 16:36:15 18860     20040 Admin    Kernel state: 'ADMIN' reached
    2008-05-13 16:36:15 18860         9 SrvTasks Available Servertasks: 28
    2008-05-13 16:36:15 18860     54003 dynpool  HIST_DIR  item size    :      8
    2008-05-13 16:36:15 18860     54003 dynpool  HIST_DIR  num items    :     50
    2008-05-13 16:36:15 18860     54003 dynpool  DYNP_B930_HIST_DIR     :    400
    2008-05-13 16:36:15 18860     54003 dynDATA  DYND_K57_KB_PAGES      :     11
    2008-05-13 16:36:15 18860     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP TASK LIST       :    208
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP TAPE LIST       :    672
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP DEVSP LIST      :     96
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP SRR QUEUE       :    656
    2008-05-13 16:36:15 18860     54003 dynpool  DYNP_K38_SAVE_GLOB     :   1568
    2008-05-13 16:36:15 18860     54003 dynDATA  DYND_K38_SAVE          :   1729
    2008-05-13 16:36:15 18860     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP TASK LIST       :     32
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP TAPE LIST       :    672
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP DEVSP LIST      :     16
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP SRR QUEUE       :    128
    2008-05-13 16:36:15 18860     54003 dynpool  DYNP_K38_AUTOSAVE      :    864
    2008-05-13 16:36:15 18860     54003 dynDATA  DYND_K38_AUTOSAVE      :    321
    2008-05-13 16:36:15 18860     12930 TASKING  Kernel initialization completed
    2008-05-13 16:36:15 18860     12929 TASKING  Task T4 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 4
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:0
    2008-05-13 16:36:15 18860     12929 TASKING  Task T14 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 14
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:1
    2008-05-13 16:36:15 18860     12929 TASKING  Task T13 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 13
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:2
    2008-05-13 16:36:15 18860     12929 TASKING  Task T12 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 12
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:3
    2008-05-13 16:36:15 18860     12929 TASKING  Task T11 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 11
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:4
    2008-05-13 16:36:15 18860     12929 TASKING  Task T10 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 10
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:5
    2008-05-13 16:36:15 18860     12929 TASKING  Task T9 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 9
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:6
    2008-05-13 16:36:15 18860     12929 TASKING  Task T8 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 8
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:7
    2008-05-13 16:36:15 18860     12929 TASKING  Task T7 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 7
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:0
    2008-05-13 16:36:15 18860     12929 TASKING  Task T6 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 6
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:1
    2008-05-13 16:36:15 18860     12929 TASKING  Task T5 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 5
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:2
    2008-05-13 16:36:15 18856     12929 TASKING  Task T2 started
    2008-05-13 16:36:15 18855     12929 TASKING  Task T3 started
    2008-05-13 16:36:15 18859     12929 TASKING  Task T15 started
    2008-05-13 16:36:15 18859     11007 COMMUNIC wait for connection T15
    2008-05-13 16:36:15 18859     12929 TASKING  Task T17 started
    2008-05-13 16:36:15 18859     12929 TASKING  Task T16 started
    2008-05-13 16:36:15 18859     11007 COMMUNIC wait for connection T16
    2008-05-13 16:36:15 18858     12929 TASKING  Task T18 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T45 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T44 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T43 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T42 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T41 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T40 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T39 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T38 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T37 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T36 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T35 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T34 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T33 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T32 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T31 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T30 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T29 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T28 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T27 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T26 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T25 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T24 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T23 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T22 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T21 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T20 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T19 started
    2008-05-13 16:36:16 18844         3 RunTime  State changed from STARTING to ADMIN
    ======================================= end of startup part ====================
    2008-05-13 16:36:16 18844     11570 startup  complete
    2008-05-13 16:36:16 18860        31 SrvTasks Permanently reserved 13 servertasks for 'Backup / Restore'.
    2008-05-13 16:36:16 18860        31 SrvTasks Permanently reserved 2 servertasks for 'Backup / Restore'.
    2008-05-13 16:36:16 18860        31 SrvTasks Permanently reserved 1 servertasks for 'Savepoint'.
    2008-05-13 16:36:16 18845     11561 COMMUNIC Connecting T47 local 18826
    2008-05-13 16:36:16 18861     12929 TASKING  Task T47 started
    2008-05-13 16:36:16 18861     11007 COMMUNIC wait for connection T47
    2008-05-13 16:36:16 18861     11561 COMMUNIC Connected  T47 local 18826
    2008-05-13 16:36:16 18863     12821 TASKING  Thread 18863 starting
    2008-05-13 16:36:16 18863     11597 IO       Open '/dev/raw/raw1' successfull, fd: 10
    2008-05-13 16:36:16 18863     11565 startup  DEVi started
    2008-05-13 16:36:16 18864     12821 TASKING  Thread 18864 starting
    2008-05-13 16:36:16 18864     11597 IO       Open '/dev/raw/raw1' successfull, fd: 18
    2008-05-13 16:36:16 18861     11000 vattach  '/dev/raw/raw1' devno 1 T47 succeeded
    2008-05-13 16:36:16 18864     11565 startup  DEVi started
    2008-05-13 16:36:16 18865     12821 TASKING  Thread 18865 starting
    2008-05-13 16:36:16 18865     11597 IO       Open '/dev/raw/raw2' successfull, fd: 20
    2008-05-13 16:36:16 18865     11565 startup  DEVi started
    2008-05-13 16:36:16 18866     12821 TASKING  Thread 18866 starting
    2008-05-13 16:36:16 18866     11597 IO       Open '/dev/raw/raw2' successfull, fd: 21
    2008-05-13 16:36:16 18861     11000 vattach  '/dev/raw/raw2' devno 2 T47 succeeded
    2008-05-13 16:36:16 18866     11565 startup  DEVi started
    2008-05-13 16:36:16 18861     20016 Pager    Start Read Converter
    2008-05-13 16:36:16 18861     20017 Pager    Stop Read Converter, Pages: 8 IO: 8
    2008-05-13 16:36:16 18861     53000 DATACACH Begin data cache restart
    2008-05-13 16:36:16 18861     54003 dynpool  DATA_CACHE_REGIONS     :      8
    2008-05-13 16:36:16 18861     54003 dynpool  B20_DATACACHE_HEAD     :  79784
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE head num item:   9973
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE head item siz:      8
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE task queue   :   1296
    2008-05-13 16:36:16 18861     54003 dynpool  US + SV + DW +  8      :     81
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE taskq elem   :     16
    2008-05-13 16:36:16 18861     54003 dynpool  B20_DATACACHE_TASKQ    :  81080
    2008-05-13 16:36:16 18861     54003 dynDATA  DATA_CACHE_PAGES       :   1247
    2008-05-13 16:36:16 18861     54003 dynpool  B20_DATACACHE_CB       : 104748
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE num cblocks  :   1247
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE cblock size  :     84
    2008-05-13 16:36:16 18861     54003 dynpool  DYNP_B20_DATACACHE     :1486624
    2008-05-13 16:36:16 18861     54003 dynDATA  DYND_B20_DATACACHE     :   9976
    2008-05-13 16:36:16 18861     53000 DATACACH Finish data cache restart
    2008-05-13 16:36:16 18861     53000 B*TREE   LOB file directory restart successful
    2008-05-13 16:36:16 18861         7 FileDir  File directory restarting
    2008-05-13 16:36:16 18861         8 FileDir  File directory restart completed
    2008-05-13 16:36:16 18861     20061 Log      History: 50 (50) files existing
    2008-05-13 16:36:16 18861     20064 Log      History: all history files registered, GC is ready
    2008-05-13 16:36:16 18861     54003 dynpool  DYNP_K51_LOCK_LIST     :1189376
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK maxlocks          :   4080
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK items             :  14700
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK Regions           :     24
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransRegions      :      8
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK RegionGlob+Space  :   3072
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransGlob         :    640
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK SupplyItemsPerRgn :    100
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK SupplySize        : 172800
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK RowHash entries   :   4080
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TabHash entries   :    816
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK Row+Tab hash size :  19712
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK Trans entries     :    408
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK trans_list size   :  78336
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransPtrList      :   1632
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransHash entries :    408
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransHash size    :   1664
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK SupplyPoolSegments:    123
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK SupplyPoolSize    : 888064
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK ObjColl_list size :  13056
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK ObjReq_list size  :   8160
    2008-05-13 16:36:16 18861     20006 Log      1 queues, flushmode is 'MaximizeSafety', devstate is 'Okay'
    2008-05-13 16:36:16 18861     20007 Log      Oldest not saved is ioseq NIL @ off 1
    2008-05-13 16:36:16 18861     20008 Log      First known on LogVolume is ioseq 0 @ off 1
    2008-05-13 16:36:16 18861     20005 Log      Restart from ioseq 73471 @ off 3023 to ioseq 73471 @ off 3023
    2008-05-13 16:36:16 18861     20010 Log      Result after checking the log device: 'Ok'
    2008-05-13 16:36:16 18861         9 Log      The number of active logging-queues has been increased to 1
    2008-05-13 16:36:16 18861     53000 OBJECT   Restarted Garbage coll: 0
    2008-05-13 16:36:16 18861        11 Rst      408 redo transactions readable and 11 redo tasks available.
    2008-05-13 16:36:16 18858         7 Restart  recovering log from log_volume from IOSeq: '73471'
    2008-05-13 16:36:16 18858     20044 Log      normal end of log found at off 3023 lastseq 73471.
    2008-05-13 16:36:16 18858     20012 Log      last-redo-read empty errlist#1:TR4294967295(303)[73471]@3023.564'SavepointEntry':20080513:163518
    2008-05-13 16:36:16 18858         1 Savepoin Savepoint (Distance) started by T35
    2008-05-13 16:36:16 18858     20004 Pager    SVP(1) Start Write Data
    2008-05-13 16:36:16 18858     20005 Pager    SVP(1) Stop Data IO, Pages: 50 IO: 13
    2008-05-13 16:36:16 18858     20006 Pager    SVP(2) Wait for last task: 34
    2008-05-13 16:36:16 18858     20007 Pager    SVP(2) Stop Wait for last task, Pages: 0 IO: 0
    2008-05-13 16:36:16 18858     53070 SAVPOINT B20PREPARE_SVP: 305
    2008-05-13 16:36:16 18858     20008 Pager    SVP(3) Start Write Data
    2008-05-13 16:36:17 18858     20009 Pager    SVP(3) Stop Data IO, Pages: 2 IO: 2
    2008-05-13 16:36:17 18858     20010 Pager    SVP(3) Start Write Converter
    2008-05-13 16:36:17 18858     20011 Pager    SVP(3) Stop Converter IO, Pages: 8 IO: 8
    2008-05-13 16:36:17 18858     53071 SAVPOINT B20SVP_COMPLETED: 305
    2008-05-13 16:36:17 18861         5 Rst      RedoControl: End of redo processing
    2008-05-13 16:36:17 18861         4 Rst       +   RedoControl: OldestCommitSeq: NIL, RedoTasks: 11 , MaxRedoTrans: 408
    2008-05-13 16:36:17 18861         6 Rst       +   RedoControl: EndOfLogReached: true, RedoIsAborted: false, RedoProcessingDisabled: false
    2008-05-13 16:36:17 18861        12 Rst       +   RedoControl: redo reader T0 wait reason:  isNotWaiting, waiting redo executer:  0
    2008-05-13 16:36:17 18861         8 Rst       +   RedoControl: Transactions processed: 0 (0)
    2008-05-13 16:36:17 18861         1 Savepoin Savepoint (Restart) started by T47
    2008-05-13 16:36:17 18858     20004 Pager    SVP(1) Start Write Data
    2008-05-13 16:36:17 18858     20005 Pager    SVP(1) Stop Data IO, Pages: 0 IO: 0
    2008-05-13 16:36:17 18858     20006 Pager    SVP(2) Wait for last task: 34
    2008-05-13 16:36:17 18858     20007 Pager    SVP(2) Stop Wait for last task, Pages: 0 IO: 0
    2008-05-13 16:36:17 18858     53070 SAVPOINT B20PREPARE_SVP: 306
    2008-05-13 16:36:17 18858     20008 Pager    SVP(3) Start Write Data
    2008-05-13 16:36:18 18858     20009 Pager    SVP(3) Stop Data IO, Pages: 2 IO: 2
    2008-05-13 16:36:18 18858     20010 Pager    SVP(3) Start Write Conve

  • ASM-00001 error Win 2008

    Hello Oracle Community,
    It's the first time I'm dealing with ASM, I'm using a Windows Platform with 2 disks split in 4 RAID10 disks. We're planning on using ASM to manage our DB in a better way.
    The Oracle is 10g R2, after installed the software I proceed the configuration assistant to create ASM structure and no cadidate disks were shown. I did some google search and run the asmtoolg to label those disks for ISM but it gives me the ASM-00001 error, Could not open device \\?\Volume(...) O/S-Error: (OS 5) Access is denied.
    Which's permission I have to give for this function to be enabled?
    Thanks
    Edited by: K- on Jun 6, 2012 1:24 PM

    From what you've written I do not see evidence that you have raw disk rather than a file system. Please give us far more detail about what you are trying to do and the infrastructure on which you are attempting to do it.
    Personally ...
    1. I wouldn't be spending time trying to install a product that is already so old it is in desupport mode.
    2. I wouldn't be wasting my hardware using Windows when I could get Linux for free.

  • Error running root.sh at install time.

    I tried to install the Oracle 11gR2 on two Linux virtual machines,
    and got problems. I tried everything I found in the forums, but nothing helped.
    The output from "uname -a" is
    Linux fred0224.orarac.net 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
    The problem is when running the root.sh on the first machine.
    Changing permissions of /u01/app/oraInventory.
    Adding read,write permissions for group.
    Removing read,write,execute permissions for world.
    Changing groupname of /u01/app/oraInventory to oinstall.
    The execution of the script is complete.
    [root@fred0224 oraInventory]# cd ../11.2.0/grid/
    [root@fred0224 grid]# ./root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /u01/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]:
    The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]:
    The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]:
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-06-23 13:25:11: Parsing the host name
    2010-06-23 13:25:11: Checking for super user privileges
    2010-06-23 13:25:11: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    root wallet
    root wallet cert
    root cert export
    peer wallet
    profile reader wallet
    pa wallet
    peer wallet keys
    pa wallet keys
    peer cert request
    pa cert request
    peer cert
    pa cert
    peer root cert TP
    profile reader root cert TP
    pa root cert TP
    peer pa cert TP
    pa peer cert TP
    profile reader pa cert TP
    profile reader peer cert TP
    peer user cert
    pa user cert
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-2672: Attempting to start 'ora.gipcd' on 'fred0224'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'fred0224'
    CRS-2676: Start of 'ora.gipcd' on 'fred0224' succeeded
    CRS-2676: Start of 'ora.mdnsd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'fred0224'
    CRS-2676: Start of 'ora.gpnpd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'fred0224'
    CRS-2676: Start of 'ora.cssdmonitor' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'fred0224'
    CRS-2672: Attempting to start 'ora.diskmon' on 'fred0224'
    CRS-2676: Start of 'ora.diskmon' on 'fred0224' succeeded
    CRS-2676: Start of 'ora.cssd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'fred0224'
    CRS-2676: Start of 'ora.ctssd' on 'fred0224' succeeded
    ASM created and started successfully.
    DiskGroup DATA created successfully.
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    CRS-2672: Attempting to start 'ora.crsd' on 'fred0224'
    CRS-2676: Start of 'ora.crsd' on 'fred0224' succeeded
    CRS-4256: Updating the profile
    Successful addition of voting disk 48c50205cbfd4f4fbfdcd387ccc5be77.
    Successful addition of voting disk 73f5603b851b4fb4bf0c966c439e7c76.
    Successful addition of voting disk 2dfa19116fa84f3fbf4b1b8f1057dcda.
    Successfully replaced voting disk group with +DATA.
    CRS-4256: Updating the profile
    CRS-4266: Voting file(s) successfully replaced
    ## STATE File Universal Id File Name Disk group
    1. ONLINE 48c50205cbfd4f4fbfdcd387ccc5be77 (ORCL:DISK1) [DATA]
    2. ONLINE 73f5603b851b4fb4bf0c966c439e7c76 (ORCL:DISK2) [DATA]
    3. ONLINE 2dfa19116fa84f3fbf4b1b8f1057dcda (ORCL:DISK3) [DATA]
    Located 3 voting disk(s).
    CRS-2673: Attempting to stop 'ora.crsd' on 'fred0224'
    CRS-2677: Stop of 'ora.crsd' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.asm' on 'fred0224'
    CRS-2677: Stop of 'ora.asm' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.ctssd' on 'fred0224'
    CRS-2677: Stop of 'ora.ctssd' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'fred0224'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'fred0224'
    CRS-2677: Stop of 'ora.cssd' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'fred0224'
    CRS-2677: Stop of 'ora.gpnpd' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'fred0224'
    CRS-2677: Stop of 'ora.gipcd' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'fred0224'
    CRS-2677: Stop of 'ora.mdnsd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.mdnsd' on 'fred0224'
    CRS-2676: Start of 'ora.mdnsd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.gipcd' on 'fred0224'
    CRS-2676: Start of 'ora.gipcd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'fred0224'
    CRS-2676: Start of 'ora.gpnpd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'fred0224'
    CRS-2676: Start of 'ora.cssdmonitor' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'fred0224'
    CRS-2672: Attempting to start 'ora.diskmon' on 'fred0224'
    CRS-2676: Start of 'ora.diskmon' on 'fred0224' succeeded
    CRS-2676: Start of 'ora.cssd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'fred0224'
    CRS-2676: Start of 'ora.ctssd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'fred0224'
    CRS-2676: Start of 'ora.asm' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.crsd' on 'fred0224'
    CRS-2676: Start of 'ora.crsd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.evmd' on 'fred0224'
    CRS-2676: Start of 'ora.evmd' on 'fred0224' succeeded
    Timed out waiting for the CRS stack to start.
    I am going thru all the logs in /u01/app and posting all the "fail" I got
    oracle/diag/asm/+asm/+ASM1/trace/alert_+ASM1.log
    SUCCESS: diskgroup DATA was mounted
    SUCCESS: CREATE DISKGROUP DATA NORMAL REDUNDANCY DISK 'ORCL:DISK1',
    'ORCL:DISK2',
    'ORCL:DISK3' ATTRIBUTE 'compatible.asm'='11.2.0.0.0' /* ASMCA */
    Wed Jun 23 13:27:44 2010
    WARNING: failed to online diskgroup resource ora.DATA.dg (unable to communicate with CRSD/OHASD)
    NOTE: cache deleting context for group DATA 1/-423277942
    SUCCESS: ALTER DISKGROUP ALL DISMOUNT /* asm agent */
    Wed Jun 23 13:28:06 2010
    WARNING: failed to offline diskgroup resource ora.DATA.dg (unable to communicate with CRSD/OHASD)
    oraInventory/logs/installActions2010-06-23_12-45-22PM.log
    INFO: WARNING: Failed to load bean oracle.install.ivw.ha.bean.HAInstallSettings. Reason: [INS-07001] Value for property 'HAInstallSettings' not found in the bean store.
    INFO: WARNING: Failed to load bean oracle.install.ivw.crs.bean.CRSInstallSettings. Reason: [INS-07001] Value for property 'CRSInstallSettings' not found in the bean store.
    INFO: WARNING: Failed to load bean oracle.install.commons.net.support.SSHConnectivitySetupInfo. Reason: [INS-07001] Value for property 'SSHConnectivitySetupInfo' not found in the bean store.
    INFO: WARNING: Failed to load bean oracle.install.library.util.cluster.ClusterConfig. Reason: [INS-07001] Value for property 'ClusterConfig' not found in the bean store.
    INFO: INFO: Network Time Protocol (NTP): This task verifies cluster time synchronization on clusters that use Network Time Protocol (NTP).
    INFO: INFO: Severity:CRITICAL
    INFO: INFO: OverallStatus:VERIFICATION_FAILED
    INFO: Install Phase 2 JRE files in Scratch :0
    INFO: Checkpoint:Failed Checkpoint found returning it for getAllFailedCheckPoints.
    INFO: Checkpoint:Failed Checkpoint found returning null for getLastFailedCheckPoint.
    INFO: Checkpoint:Index file written and updated
    SEVERE: occured inside verify methodPRCI-1108 : Failed to check CRS running state for CRS home /u01/app/11.2.0/grid on node fred0225
    PRCT-1003 : Failed to run "crsctl" on node "fred0225"
    11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_fred0224.log
    2010-06-23 13:25:50: Removing "/etc/rc.d/rc3.d/S96ohasd"
    2010-06-23 13:25:50: Removing file /etc/rc.d/rc3.d/S96ohasd
    2010-06-23 13:25:50: Failure with return code 1 from command rm /etc/rc.d/rc3.d/S96ohasd
    2010-06-23 13:25:50: Failed to remove file:
    2010-06-23 13:25:50: Creating a link "/etc/rc.d/rc3.d/S96ohasd" pointing to /etc/init.d/ohasd
    11.2.0/grid/log/fred0224/alertfred0224.log
    [cssd(20957)]CRS-1709:Lease acquisition failed for node fred0224 because no voting file has been configured; Details at (:CSSNM00031:) in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log
    2010-06-23 13:27:01.900
    [cssd(20957)]CRS-1601:CSSD Reconfiguration complete. Active nodes are fred0224
    [client(21266)]CRS-1001:The OCR was formatted using version 3.
    2010-06-23 13:27:52.824
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:27:54.360
    [cssd(20957)]CRS-1605:CSSD voting file is online: ORCL:DISK1; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:27:54.397
    [cssd(20957)]CRS-1605:CSSD voting file is online: ORCL:DISK2; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:27:54.463
    [cssd(20957)]CRS-1605:CSSD voting file is online: ORCL:DISK3; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:27:54.969
    [cssd(20957)]CRS-1626:A Configuration change request completed successfully
    [client(21266)]CRS-1006:The OCR location +DATA is inaccessible. Details in /u01/app/11.2.0/grid/log/fred0224/client/ocrconfig_21266.log.
    2010-06-23 13:27:49.187
    [client(21266)]CRS-1001:The OCR was formatted using version 3.
    2010-06-23 13:27:52.824
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:27:54.360
    [cssd(20957)]CRS-1605:CSSD voting file is online: ORCL:DISK1; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:27:54.397
    [cssd(20957)]CRS-1605:CSSD voting file is online: ORCL:DISK2; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:27:54.463
    [cssd(20957)]CRS-1605:CSSD voting file is online: ORCL:DISK3; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:27:54.969
    [cssd(20957)]CRS-1626:A Configuration change request completed successfully
    2010-06-23 13:27:54.987
    [cssd(20957)]CRS-1601:CSSD Reconfiguration complete. Active nodes are fred0224 .
    2010-06-23 13:27:54.999
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:27:57.101
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:27:59.191
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:28:01.284
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:28:03.402
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:28:13.267
    [ctssd(21023)]CRS-2405:The Cluster Time Synchronization Service on host fred0224 is shutdown by user
    2010-06-23 13:28:25.144
    [cssd(20957)]CRS-1603:CSSD on node fred0224 shutdown by user.
    2010-06-23 13:28:25.183
    [cssd(20957)]CRS-1625:Node fred0224, number 1, was manually shut down
    2010-06-23 13:28:43.406
    [cssd(21926)]CRS-1713:CSSD daemon is started in clustered mode
    2010-06-23 13:30:08.067
    [cssd(21926)]CRS-1707:Lease acquisition for node fred0224 number 1 completed
    2010-06-23 13:30:08.084
    [cssd(21926)]CRS-1605:CSSD voting file is online: ORCL:DISK3; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:30:08.101
    [cssd(21926)]CRS-1605:CSSD voting file is online: ORCL:DISK2; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:30:08.142
    [cssd(21926)]CRS-1605:CSSD voting file is online: ORCL:DISK1; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:30:25.819
    [cssd(21926)]CRS-1601:CSSD Reconfiguration complete. Active nodes are fred0224 .
    2010-06-23 13:30:27.065
    [ctssd(22150)]CRS-2403:The Cluster Time Synchronization Service on host fred0224 is in observer mode.
    2010-06-23 13:30:27.072
    [ctssd(22150)]CRS-2407:The new Cluster Time Synchronization Service reference node is host fred0224.
    2010-06-23 13:30:28.064
    [ctssd(22150)]CRS-2401:The Cluster Time Synchronization Service started on host fred0224.
    2010-06-23 13:30:43.629
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:45.744
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:47.860
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:49.943
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:52.022
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:54.107
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:56.177
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:58.351
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:31:00.431
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:31:02.518
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:31:04.610
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:31:04.610
    [ohasd(19627)]CRS-2771:Maximum restart attempts reached for resource 'ora.crsd'; will not restart.
    11.2.0/grid/log/fred0224/client/ocrconfig_21266.log
    2010-06-23 13:27:48.267: [  OCRRAW][329010704]proprioo: Failed to open [+DATA]. Returned proprasmo() with [26]. Marking location as UNAVAILABLE.
    2010-06-23 13:27:48.267: [  OCRRAW][329010704]proprioo: No OCR/OLR devices are usable
    2010-06-23 13:27:48.267: [  OCRASM][329010704]proprasmcl: asmhandle is NULL
    2010-06-23 13:27:48.267: [  OCRRAW][329010704]proprinit: Could not open raw device
    2010-06-23 13:27:48.267: [  OCRASM][329010704]proprasmcl: asmhandle is NULL
    2010-06-23 13:27:48.268: [ default][329010704]a_init:7!: Backend init unsuccessful : [26]
    2010-06-23 13:27:48.269: [ OCRCONF][329010704]Exporting OCR data to [OCRUPGRADEFILE]
    2010-06-23 13:27:48.269: [  OCRAPI][329010704]a_init:7!: Backend init unsuccessful : [33]
    2010-06-23 13:27:48.270: [ OCRCONF][329010704]There was no previous version of OCR. error:[PROC-33: Oracle Cluster Registry is not configured]
    2010-06-23 13:27:48.418: [  OCRASM][329010704]proprasmo: kgfoCheckMount return [0]. Cannot proceed with dirty open.
    2010-06-23 13:27:48.419: [  OCRASM][329010704]proprasmo: Error in open/create file in dg [DATA]
    [  OCRASM][329010704]SLOS : [clsuSlosFormatDiag called with non-error slos.]
    2010-06-23 13:27:48.490: [  OCRRAW][329010704]proprioo: Failed to open [+DATA]. Returned proprasmo() with [26]. Marking location as UNAVAILABLE.
    2010-06-23 13:27:48.490: [  OCRRAW][329010704]proprioo: No OCR/OLR devices are usable
    2010-06-23 13:27:48.490: [  OCRASM][329010704]proprasmcl: asmhandle is NULL
    2010-06-23 13:27:48.490: [  OCRRAW][329010704]proprinit: Could not open raw device
    2010-06-23 13:27:48.490: [  OCRASM][329010704]proprasmcl: asmhandle is NULL
    2010-06-23 13:27:48.491: [ default][329010704]a_init:7!: Backend init unsuccessful : [26]
    2010-06-23 13:27:48.908: [  OCRRAW][329010704]propriogid:1_2: INVALID FORMAT
    2010-06-23 13:27:48.909: [  OCRRAW][329010704]proprior: Header check from OCR device 0 offset 0 failed (26).
    2010-06-23 13:27:48.914: [  OCRRAW][329010704]ibctx: Failed to read the whole bootblock. Assumes invalid format.
    2010-06-23 13:27:48.914: [  OCRRAW][329010704]proprinit:problem reading the bootblock or superbloc 22
    2010-06-23 13:27:49.008: [  OCRRAW][329010704]propriogid:1_2: INVALID FORMAT
    2010-06-23 13:27:49.186: [  OCRRAW][329010704]iniconfig:No 92 configuration
    2010-06-23 13:27:49.348: [ OCRCONF][329010704]Initialized DATABASE keys
    2010-06-23 13:27:49.353: [ OCRCONF][329010704]Successfully set skgfr block 0
    2010-06-23 13:27:49.354: [ OCRCONF][329010704]Exiting [status=success]...
    11.2.0/grid/log/fred0224/client/ocrconfig_19232.log
    2010-06-23 13:25:12.749: [  OCROSD][2100141584]utread:3: Problem reading buffer 62af000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2010-06-23 13:25:12.749: [  OCROSD][2100141584]utread:3: Problem reading buffer 62af000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2010-06-23 13:25:12.749: [  OCROSD][2100141584]utread:3: Problem reading buffer 62af000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2010-06-23 13:25:12.749: [  OCROSD][2100141584]utread:3: Problem reading buffer 62af000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2010-06-23 13:25:12.749: [  OCROSD][2100141584]utread:3: Problem reading buffer 62af000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-06-23 13:25:12.749: [  OCROSD][2100141584]utread:3: Problem reading buffer 62af000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-06-23 13:25:12.749: [  OCRRAW][2100141584]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    2010-06-23 13:25:12.749: [  OCRRAW][2100141584]proprioini: all disks are not OCR/OLR formatted
    2010-06-23 13:25:12.749: [  OCRRAW][2100141584]proprinit: Could not open raw device
    2010-06-23 13:25:12.749: [ default][2100141584]a_init:7!: Backend init unsuccessful : [26]
    2010-06-23 13:25:12.749: [ OCRCONF][2100141584]Exporting OCR data to [OCRUPGRADEFILE]
    2010-06-23 13:25:12.750: [  OCRAPI][2100141584]a_init:7!: Backend init unsuccessful : [33]
    2010-06-23 13:25:12.750: [ OCRCONF][2100141584]There was no previous version of OCR. error:[PROCL-33: Oracle Local Registry is not configured]
    2010-06-23 13:25:12.750: [  OCROSD][2100141584]utread:3: Problem reading buffer 62b0000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2010-06-23 13:25:12.750: [  OCROSD][2100141584]utread:3: Problem reading buffer 62b0000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2010-06-23 13:25:12.750: [  OCROSD][2100141584]utread:3: Problem reading buffer 62b0000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2010-06-23 13:25:12.750: [  OCROSD][2100141584]utread:3: Problem reading buffer 62b0000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2010-06-23 13:25:12.750: [  OCROSD][2100141584]utread:3: Problem reading buffer 62b0000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-06-23 13:25:12.750: [  OCROSD][2100141584]utread:3: Problem reading buffer 62b0000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-06-23 13:25:12.750: [  OCRRAW][2100141584]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    11.2.0/grid/log/fred0224/client/crsctl.log
    2010-06-23 13:27:54.326: [    GPnP][448580000]clsgpnp_profileGetSequenceRef: [at clsgpnp.c:841] Result: (0) CLSGPNP_OK. seq of p=0x8a77e80 is '5'=5
    2010-06-23 13:27:54.329: [ CSSCLNT][448580000]clsssinit: error(32 PROC-32: Cluster Ready Services on the local node is not running Messaging error [9]) in OCR initialization
    2010-06-23 13:27:54.329: [ CSSCLNT][448580000]clsssVoteDiskUpdate: failed to retrieve current configuration from OCR, return code 21
    11.2.0/grid/log/fred0224/crsd/crsd.log
    2010-06-23 13:27:51.885: [ CLSINET][1103303248] Failed to find interfaces to match required attribs
    2010-06-23 13:27:51.885: [  OCRAPI][1103303248]clsu_get_private_ip_addresses: clsinet_GetNetData failed (). Return [7]
    2010-06-23 13:27:51.885: [GIPCXCPT][1103303248] gipcShutdownF: skipping shutdown, count 2, from [ clsinet.c : 1732], ret gipcretSuccess (0)
    2010-06-23 13:27:51.888: [GIPCXCPT][1103303248] gipcShutdownF: skipping shutdown, count 1, from [ clsgpnp0.c : 1021], ret gipcretSuccess (0)
    [  OCRAPI][1103303248]a_init_clsss: failed to call clsu_get_private_ip_addr (7)
    2010-06-23 13:27:51.891: [  OCRAPI][1103303248]a_init:13!: Clusterware init unsuccessful : [44]
    2010-06-23 13:27:51.891: [  CRSOCR][1103303248] OCR context init failure. Error: PROC-44: Error in network address and interface operations Network address and interface operations error [7]
    2010-06-23 13:27:51.891: [    CRSD][1103303248][PANIC] CRSD exiting: Could not init OCR, code: 44
    11.2.0/grid/log/fred0224/gpnpd/gpnpd.log
    2010-06-23 13:26:35.783: [    GPnP][1050106896]clsgpnpou_initocrcx: [at clsgpnpou.c:243] OCR is not ready yet - not trying to open at DEFAULT level
    2010-06-23 13:26:35.783: [    GPnP][1050106896]clsgpnpou_initocrcx: GPnP api clsgpnpou_initocrcx failed
    2010-06-23 13:26:35.783: [    GPnP][1050106896]clsgpnpou_initocrcx: GPnP error code : 59 (CLSGPNP_OCR_NOSRV)
    2010-06-23 13:26:35.783: [    GPnP][1050106896]clsgpnpou_initocrcx: [at clsgpnpou.c:284] EXIT (59) CLSGPNP_OCR_NOSRV
    2010-06-23 13:26:36.718: [    GPnP][1050106896]clsgpnpcf_readf: [at clsgpnpcf.c:525] SlfLengthn profile
    Internal Error Information:
    Category: SLF_NOENT(-5)
    Operation: stat failed
    Location: SlfStat1
    Other:
    Dep: 2
    Dep Message: No such file or directory
    11.2.0/grid/log/fred0224/agent/ohasd/oracssdmonitor_root/oracssdmonitor_root.log
    2010-06-23 13:26:37.604: [ USRTHRD][1116006720] clsnomon_main: starting omon
    2010-06-23 13:26:37.606: [ CSSCLNT][1116006720]clssscConnect: gipc request failed with 29 (0x16)
    2010-06-23 13:26:37.606: [ CSSCLNT][1116006720]clsssInitNative: connect failed, rc 29
    11.2.0/grid/log/fred0224/agent/ohasd/orarootagent_root/orarootagent_root.log
    2010-06-23 13:27:52.802: [    AGFW][1159006528] Executing command: check for resource: ora.crsd 1 1
    2010-06-23 13:27:52.802: [ COMMCRS][1159006528]clscsendx: (0xc186ae0) Physical connection (0xc1863e0) not active
    [  clsdmc][1159006528]Failed to send meta message to connection [(ADDRESS=(PROTOCOL=ipc)(KEY=fred0224DBG_CRSD))][11]
    2010-06-23 13:27:52.803: [ora.crsd][1159006528] [check] Error = error 11 encountered when sending messages to CRSD
    2010-06-23 13:27:52.821: [ora.crsd][1159006528] [check] Calling PID check for daemon
    2010-06-23 13:27:52.821: [ora.crsd][1159006528] [check] Trying to check PID = 21311
    2010-06-23 13:27:52.821: [ COMMCRS][1159006528]clscsendx: (0xc186ae0) Connection not active

    Hi Fred,
    What was network problem? I have same issue in 2 X SLES11 VM guest environment.
    From crsd.log during Startup
    2010-09-17 10:54:46.631: [ CRSMAIN][3460179712] Connecting to the CSS Daemon
    2010-09-17 10:54:46.679: [ CRSMAIN][3460179712] Initializing OCR
    2010-09-17 10:54:46.681: [  OCRAPI][3460179712]clsu_get_private_ip_addr: Calling clsu_get_private_ip_addresses to get first private ip
    2010-09-17 10:54:46.681: [  OCRAPI][3460179712]Check namebufs
    2010-09-17 10:54:46.681: [  OCRAPI][3460179712]Finished checking namebufs
    2010-09-17 10:54:46.681: [    GIPC][3460179712] gipcCheckInitialization: possible incompatible non-threaded init from [clsinet.c : 3229], original from [clsss.c : 5011]
    Thanks
    Cheers Dusan

  • Oracleasm Createdisk error

    Hello ,
    I have just been trying to label oracle disk.
    here is the error I get .
    [db]# oracleasm createdisk DNAT01 /dev/sddc1
    Unable to open device "/dev/sddc": Device or resource busy
    I have already tried the solutions that were listed for this problem, but no success.
    SELINUX is already disabled.
    here is some additional info ...
    [db]# oracleasm querydisk /dev/sddc1
    Device "/dev/sddc1" is not marked as an ASM disk
    [db]# oracleasm status
    Checking if ASM is loaded: yes
    Checking if /dev/oracleasm is mounted: yes
    [db]# oracleasm configure
    ORACLEASM_ENABLED=true
    ORACLEASM_UID=oracle
    ORACLEASM_GID=dba
    ORACLEASM_SCANBOOT=true
    ORACLEASM_SCANORDER=""
    ORACLEASM_SCANEXCLUDE=""
    Can someone help he find the solution to this problem? . highly appreciate.
    Linux version is 5.3 .. running oracle 11g R2
    Thanks
    Saad
    Edited by: Saad on Sep 18, 2011 12:45 AM

    This is the metalink note, 1303976.1, I was talking about. This is another way to prove that device is busy, which we have already proved that device is busy (means used by one thing or another). Once you get mkfs working then creatdisk should work with no errors.
    You can double, check that LVM, mount, RAID, MP, or similar thing is not already accessing the disk in question. For MP, you can shutdown another node, pull the cable from 2nd HBA/port and try it again. Due to limited access to your environment and due to lack of any logs, I think the options are just hit and trial and find out what is using that device. There are specific steps to implement mp, and please make sure no other VM or RAID is causing this issue.
    Thanks,
    Rohit Chandok
    http://www.rohitchandok.com

  • Asm weird errors

    we have 2 SUN FIRE 6900 with cluster ware 10.1.0.4..2 asm and database
    the node 1 runs forms reports services for solaris 10
    the node 2 runs application server
    node 1 and node 2 are running different databases node 1 spdb and node 2 turbodb
    recently we have the following sequence of errors in the files following loss of service of reports server and eventually we have to reboot machine 1
    ASM ALERT FILE
    Wed Mar 17 09:51:12 2010
    Errors in file /opt/orabase/asmhome/admin/+ASM/udump/+asm1_ora_5759.trc:
    ORA-07445: exception encountered: core dump [__lwp_kill()+8] [SIGIOT] [unknown code] [0x167F00000000] [] []
    Wed Mar 17 09:51:12 2010
    Trace dumping is performing id=[cdmp_20100317095112]
    DB ALERT
    ORA-00060: Deadlock detected. More info in file /opt/orabase/dbhome/admin/SPISDB/udump/spisdb_ora_12196.trc.
    Wed Mar 17 09:51:12 2010
    Thread 1 advanced to log sequence 41853
    Current log# 2 seq# 41853 mem# 0: +DATA/spisdb/onlinelog/group_22
    Current log# 2 seq# 41853 mem# 1: +DATA/spisdb/onlinelog/group_2
    Wed Mar 17 09:51:21 2010
    Errors in file /opt/orabase/dbhome/admin/SPISDB/bdump/spisdb_arc3_6847.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '+DATA/spisdb/onlinelog/group_11'
    ORA-17503: ksfdopn:2 Failed to open file +DATA/spisdb/onlinelog/group_11
    ORA-03113: end-of-file on communication channel
    Wed Mar 17 09:56:40 2010
    ORA-00060: Deadlock detected. More info in file /opt/orabase/dbhome/admin/SPISDB/udump/spisdb_ora_4820.trc.
    Wed Mar 17 09:56:41 2010
    ORA-00060: Deadlock detected. More info in file /opt/orabase/dbhome/admin/SPISDB/udump/spisdb_ora_18667.trc.
    Wed Mar 17 10:01:49 2010
    ORA-00060: Deadlock detected. More info in file /opt/orabase/dbhome/admin/SPISDB/udump/spisdb_ora_1200.trc.
    Wed Mar 17 10:17:31 2010
    Thread 1 advanced to log sequence 41854
    Current log# 3 seq# 41854 mem# 0: +DATA/spisdb/onlinelog/group_33
    Current log# 3 seq# 41854 mem# 1: +DATA/spisdb/onlinelog/group_3
    Wed Mar 17 10:22:14 2010
    ORA-00060: Deadlock detected. More info in file /opt/orabase/dbhome/admin/SPISDB/udump/spisdb_ora_25503.trc.
    Wed Mar 17 10:24:29 2010
    ORA-00060: Deadlock detected. More info in file /opt/orabase/dbhome/admin/SPISDB/udump/spisdb_ora_11719.trc.
    dmesg is full of these lines ....
    Mar 17 10:23:03 e6900ap3 scsi: [ID 243001 kern.warning] WARNING: /scsi_vhci (scsi_vhci0):
    Mar 17 10:23:03 e6900ap3 /scsi_vhci/ssd@g600a0b80002624f4000034224b11ee2f (ssd73): Command Timeout on path /ssm@0,0/pci@1b,700000/SUNW,qlc@2/fp@0,0 (fp2)
    Mar 17 10:23:03 e6900ap3 scsi: [ID 107833 kern.warning] WARNING: /scsi_vhci/ssd@g600a0b80002624f4000034224b11ee2f (ssd73):
    Mar 17 10:23:03 e6900ap3 SCSI transport failed: reason 'timeout': retrying command
    Mar 17 10:26:36 e6900ap3 scsi: [ID 107833 kern.warning] WARNING: /scsi_vhci/ssd@g600a0b80002624f4000034224b11ee2f (ssd73):
    Mar 17 10:26:36 e6900ap3 SCSI transport failed: reason 'tran_err': retrying command
    -bash-3.00$ cat /opt/orabase/asmhome/admin/+ASM/udump/+asm1_ora_5759.trc
    /opt/orabase/asmhome/admin/+ASM/udump/+asm1_ora_5759.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    ORACLE_HOME = /opt/orabase/asmhome
    System name: SunOS
    Node name: e6900ap3
    Release: 5.10
    Version: Generic_118833-20
    Machine: sun4u
    Instance name: +ASM1
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Unix process pid: 5759, image: oracle@e6900ap3
    Exception signal: 6 (SIGIOT), code: -1 (unknown code), addr: 0x167f00000000, exception issued by pid: 5759, uid: 200, PC: [0xffffffff7aace500, __lwp_kill()+8]
    *** 2010-03-17 09:51:12.165
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [__lwp_kill()+8] [SIGIOT] [unknown code] [0x167F00000000] [] []
    Current SQL information unavailable - no session.
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedmp()+744 CALL ksedst() 000000840 ?
    FFFFFFFF7FFF517C ?
    000000000 ?
    FFFFFFFF7FFF1C70 ?
    FFFFFFFF7FFF09D8 ?
    FFFFFFFF7FFF13D8 ?
    ssexhd()+1000 CALL ksedmp() 000106000 ? 106323304 ?
    106323000 ? 000106323 ?
    000106000 ? 106323304 ?
    __sighndlr()+12 PTR_CALL 0000000000000000 000380007 ?
    FFFFFFFF7FFF8EF0 ?
    000000067 ? 000380000 ?
    000000006 ? 106323300 ?
    call_user_handler() CALL __sighndlr() 000000006 ?
    +992 FFFFFFFF7FFF8EF0 ?
    FFFFFFFF7FFF8C10 ?
    10032D860 ? 000000000 ?
    000000005 ?
    raise()+16 CALL pthread_kill() FFFFFFFF7AC02000 ?
    has anyone of you guys seen something like this
    personally i manage the machine from 2000 miles away so there is no chance for a physical look

    It doesn't seem to be an error of starting up the instance;
    Startup Fails with ORA-7445 [__lwp_kill()+8] on Sun V440 Machines [ID 330082.1]
    Bug 4422028: ORA-7445 [__LWP_KILL] DURING STARTUP NOMOUNT OF ASM INSTANCE
    The instance is already running ages ago!!!
    also Bug 4422028 refers to configuring and creating an ASM instnce and we don't fall in to this case.
    regarding the sequence of errors
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '+DATA/spisdb/onlinelog/group_11'
    ORA-17503: ksfdopn:2 Failed to open file +DATA/spisdb/onlinelog/group_11
    ORA-03113: end-of-file on communication channel
    can you advice please!
    Edited by: user11995938 on 18 Μαρ 2010 7:25 πμ

  • ASM start error from srvctl

    Hi All,
    When I starting the ASM in a RAC box I am getting the below erro. How can I proceed with this error. From sqlplus I can stat the ASM instance. But from srvctl i can't.
    [oracle@node1 admin]$ srvctl start asm -n node1 -i +ASM1
    PRKS-1009 : Failed to start ASM instance "+ASM1" on node "node1", [node1:ora.node1.vip:checkIf: Default gateway is not defined (host=node1)
    node1:ora.node1.vip:Interface eth0 checked failed (host=node1)
    node1:ora.node1.vip:Invalid parameters, or failed to bring up VIP (host=node1)
    node1:ora.node1.vip:checkIf: Default gateway is not defined (host=node1)
    node1:ora.node1.vip:Interface eth0 checked failed (host=node1)
    node1:ora.node1.vip:Invalid parameters, or failed to bring up VIP (host=node1)
    CRS-0215: Could not start resource 'ora.node1.ASM1.asm'.]
    Waiting for your suggestions.
    Regards,
    Shiju

    [oracle@node1 ~]$ crs_stat -t
    Name Type Target State Host
    ora....ASM.asm application ONLINE OFFLINE
    ora....SM1.asm application ONLINE OFFLINE
    ora....E1.lsnr application ONLINE OFFLINE
    ora.node1.gsd application ONLINE UNKNOWN node1
    ora.node1.ons application ONLINE UNKNOWN node1
    ora.node1.vip application ONLINE ONLINE node2
    ora....ASM.asm application ONLINE UNKNOWN node2
    ora....SM2.asm application ONLINE UNKNOWN node2
    ora....E2.lsnr application ONLINE UNKNOWN node2
    ora.node2.gsd application ONLINE UNKNOWN node2
    ora.node2.ons application ONLINE UNKNOWN node2
    ora.node2.vip application ONLINE ONLINE node2
    ora.racdb.db application ONLINE UNKNOWN node1
    ora....b1.inst application ONLINE OFFLINE
    ora....b2.inst application ONLINE OFFLINE
    [oracle@node1 ~]$ uname -a
    Linux node1 2.6.9-22.EL #1 Mon Sep 19 18:20:28 EDT 2005 i686 i686 i386 GNU/Linux
    OS: Oracle 10g release 2 in RHEL 4
    Not able to find the crsd log
    /u01/app/oracle/product/crs/crs/log
    [oracle@node1 log]$ ls -lrt
    total 0
    Regards,
    Shiju

  • File Connection Error (IOException: Root is not accessible)

    Hi
    I have to read the text file from resourse folder.
    I have writen the following
    InputConnection fc = (FileConnection)Connector.open("file:///C:/WTK22/apps/OpenFile/res/hello.txt");
    but it give me some runtime error like IOException: Root is not accessible
    Thanks

    Hey bluebird before posting this question u should fly over the forum nway i five u solution. Try following
    FileConnection fc = (FileConnection)Connector.open("file:///SDCard/hello.txt");
    and go to http://developers.sun.com/techtopics/mobility/index.jsp
    //PremInd

  • ASM configuration error, mount failed

    When running "oracleasm configure", I am getting the following error:
    Mounting ASMlib driver filesystem: mount: block device oracleasmfs is write-protected, mounting read-only
    mount: cannot mount block device oracleasmfs read-only
    Unable to mount ASMlib driver filesystem
    [FAILED]
    I am using RedHat 4.0 kernel 2.6.9-22 on x86_64 SMP and have downloaded the relevant ASM rpms.
    Any ideas?
    Message was edited by:
    [email protected]

    After reading some more documents, I found out that you actually need to partition the harddrive. I probably will partition it using a software like magic partition. This is different than Redhat Linux 9.0 Personal.
    Thank you,
    Victor

  • Asm disk error

    hi guys,
    just want to ask for your inputs regarding this error being generated every second..
    WARNING: IO Failed. subsys:System dg:1, diskname:/dev/rhdisk59 disk:0x3c.0x3f1eaa0c au:65527
    WARNING: failed to read mirror side 1 of virtual extent 6 logical extent 0 of file 902 in group 1 from disk PNET_DATA_01_0060 allocation unit 76045 reason error; if possible,will try another mirror side
    iop:0x111877680 bufp:0x7000002703ca000 offset(bytes):68710629376 iosz:8192 operation:1(Read) synchronous:1
    result: 4 osderr:0x0 osderr1:0x0 pid:4481246
    Errors in file /shared/oradb/oracle/admin/diag/rdbms/pnet04i/pnet04i1/trace/pnet04i1_ora_4051190.trc:
    ORA-27072: File I/O error
    IBM AIX RISC System/6000 Error: 9: Bad file number
    Additional information: 7
    Additional information: 155740480
    Additional information: -1
    WARNING: failed to read mirror side 1 of virtual extent 61 logical extent 0 of file 821 in group 1 from disk PNET_DATA_01_0060 allocation unit 65527 reason error; if possible,will try another mirror side
    WARNING: IO Failed. subsys:System dg:1, diskname:/dev/rhdisk59 disk:0x3c.0x3f1eaa0c au:76045
    Errors in file /shared/oradb/oracle/admin/diag/rdbms/pnet04i/pnet04i1/trace/pnet04i1_ora_4481246.trc:
    ORA-27072: File I/O error
    IBM AIX RISC System/6000 Error: 9: Bad file number
    Additional information: 7
    Additional information: 134200448
    Additional information: -1
    any solution or docs i can read regarding the error above?
    thanks.

    900666 wrote:
    i just killed 3-4 process and the error stopped generating..Killing processes will not solve the problem. Unlikely that it did. More likely than the mirror diskgroup has now been dropped by ASM and a single diskgroup is now used instead.
    As the problem diskgroup has been dropped, no errors will be reported regarding this diskgroup anymore. Check the disks in ASM.
    And do not just arbitrarily kill processes... that is not how sysadmin works. Even for a BoH.

  • IC error: "No root trees assigned to the profile found"

    problem in interaction center - > user gets error message
    "No root trees assigned to the profile found" when clicks on
    action box tab
    Could you please tell me what causes this issue?
    Thank you very much!

    Hi Pepe,
    Thanks for the response, these transaction types are already there. and 'Today' date rules are assigned to both date types.
    Still the problem exist.
    Best regards,
    Raghu ram

  • ASM Syntax Error

    Hi,
    I'm getting an assembler error trying to move data from a 64bit general register to an xmm register.
    Code (cut down) is:
    void unpack(unsigned long b1, unsigned char ref, int max) {
    asm (
    "movq $0x0f0f0f0f0f0f0f0f, %%r8 \n\t"
    "movd %%r8, %%xmm1\n\t"
    : : : "r8", "xmm1"
    Both Intel & AMD manuals include the instruction:
    MOVD xmm, reg/mem64 Move 64-bit value from a general-purpose register or 64-bit memory location to an XMM register.
    Basically I get stuck whenever I try to move data between general purpose registers and the MM or XMM registers. What am I doing wrong?
    I'm using Sun Studio 12 with patch 126997-03 and have a strange problem with some assembly code that causes seg faults in CC if compiled with DEBUG but works fine when compiled with Performance Debug. I'm compiling for 64 bit on an AMD X2 with 64bit Suse10.
    Thanks in advance,
    Colin

    Thanks Alfred
    I'm new to this embedded assembler and was just wondering if you know of a good reference manual for AT&T/Sun assembler opcodes. Seems I keep getting stuck on Intel/Sun differences and all my ref material is Intel/AMD.
    Cheers, Colin

Maybe you are looking for