Error "Comatose" when leave the master node.

Hi All,
I'm trying to configured cluster on OES11 and i have many problems with it. this is one of:
OES5:~ # cluster status
Master_IP_Address_Resource Running OES1 3
DATAP_SERVER Comatose OES5 6
The error "commatose" show on status of data resource when i try to migrate DATAP_SERVER to the second node (OES5) with command: "cluster migrate DATAP_SERVER OES5"
The same problem occurs when i "cluster leave" with the master node, and the Master_IP_Address_Resource is running on second node but DATAP_SERVER.
My system:
Openfire(10.10.5.56) : ISCSI target with: 1GB for SBD, 19GB for DATA
OES1(10.10.5.155): Master Node, eDirectory
IP Cluster: 10.10.5.44
Data Resource: 10.10.5.43
Mounted ISCSI initiator SBD and DATA From Openfire
OES5(10.10.5.123): Second Node.
Mounted ISCSI initiator SBD and DATA From Openfire
i saw in the log file of the second node OES5:
Apr 26 23:31:15 oes1 ncs-resourced: DATAP_SERVER.load: Error opening NSS management file (No such file or directory) on server at /sbin/nss line 49.
it's because of the folder "_admin" doesn't exit on the second node.
i wonder how can make an _admin folder on the second node, it's not a normal folder. ????
do you have anyidea??
thanks for reading.
ndhuynh

This is a NSS problem (likely caused by eDir not running correctly at the time the server started up).
The easiest way to fix this is to reboot the node and check NSS with this command "nss /pools". If the command fails, you can further check eDir status with this command "ndsstat".
If reboot comes back good, you don't need to do anything. If it doesn't, please contact NTS.
Regards,
Changju
Originally Posted by ndhuynh
Hi All,
I'm trying to configured cluster on OES11 and i have many problems with it. this is one of:
The error "commatose" show on status of data resource when i try to migrate DATAP_SERVER to the second node (OES5) with command: "cluster migrate DATAP_SERVER OES5"
The same problem occurs when i "cluster leave" with the master node, and the Master_IP_Address_Resource is running on second node but DATAP_SERVER.
i saw in the log file of the second node OES5:
it's because of the folder "_admin" doesn't exit on the second node.
i wonder how can make an _admin folder on the second node, it's not a normal folder. ????
do you have anyidea??
thanks for reading.
ndhuynh

Similar Messages

  • Error when activating the master data

    Hi
    I am getting the following error when activating the master data. when using IDOC as transfer method in transfer rules
    <b>Error while creating table 'EDISEGMENT' entry '/BIC/CIRB0CLASS_NUM_TEXT'</b>
    If anyone came across this kind of problem plz share the solution.
    Regards
    Annie

    Hi
    I solved the problem. AFter changing from PSA to IDOC, i just saved first and activated. it got activated. But thanks for the response.
    There are no short dumps in ST22
    Regards
    Annie

  • Read error when reading the master data of 0EMPLOYEE on demand, attribute 0

    Hello All,
    While loading data for HR data source 0HR_PA_OS_1 i am getting the below error message..
    Error 1 in update.
    Read error when reading the master data of 0EMPLOYEE on demand, attribute 0COMP_CODE
    Please let me know how can it be resolved.
    Regards
    Rohit Parti

    The problem occurs during data load from R/3. It was not occuring before. When I go to check the PSA contents I get a runtime error - GETWA_NOT_ASSIGNED.
    Error analysis                                                      
        You attempted to access an unassigned field symbol              
        (data segment 32821).                                                                               
    This error may occur if                                         
        - You address a typed field symbol before it has been set with  
          ASSIGN                                                        
        - You address a field symbol that pointed to the line of an     
          internal table that was deleted                               
        - You address a field symbol that was previously reset using    
          UNASSIGN or that pointed to a local field that no             
          longer exists                                                 
        - You address a global function interface, although the         
          respective function module is not active - that is, is        
          not in the list of active calls. The list of active calls     
          can be taken from this short dump.

  • 8130: CREATE ACTIVE STANDBY PAIR must only be run on one of the MASTER node

    CkptFrequency=600
    CkptLogVolume=128
    OracleNetServiceName=abmsrv1
    PassThrough=1
    plz give me some help~~thx
    帖子经 user11036969编辑过

    Here's the original post (the forum seems to have truncated it for some reason):
    Content of the new Post:
    Command> CREATE ACTIVE STANDBY PAIR abmmd ON "node1",abmmd ON "node2"
    > RETURN RECEIPT
    > STORE abmmd ON "node1" PORT 21000 TIMEOUT 30
    > STORE abmmd ON "node2" PORT 20000 TIMEOUT 30;
    8130: CREATE ACTIVE STANDBY PAIR must only be run on one of the MASTER nodes.
    [ABMMD]
    Driver=/abm/tt02/tt/TimesTen/tt1121/lib/libtten.so
    DataStore=/abm/tt02/tt/tt11g/data/abm
    LogDir=/abm/tt02/tt/tt11g/data/logs
    SMPOptLevel=1
    TypeMode =0
    DurableCommits=0
    ExclAccess=0
    Connections=1000
    Isolation=1
    LockLevel=0
    PermSize=50000
    TempSize=1000
    ThreadSafe=1
    WaitForConnect=0
    Logging=1
    LogFileSize=256
    LogPurge=1
    CkptFrequency=600
    CkptLogVolume=128
    OracleNetServiceName=abmsrv1
    PassThrough=1
    plz give me some help~~thx
    This error means that when TimesTen is processing this statement and asks the operating sysstem for the official hostname of the local node the O/S is returning somethign different to 'node1' or 'node2'.
    it may be that you have incorrectly set the hostname to inculue a DNS domain (e.g. node1.xxx.yy.zzz).
    Chris

  • BDB Native Version 5.0.21 - asynchronous write at the master node

    Hi There,
    As part of performance tuning, we think of introducing asynchronous write capabilities at the master node in replication code that uses BDB native edition (11g).
    Are there any known issues with the asynchronous write at the master node? We'd like to confirm with Oracle before we promote to production.
    For asynchronous write at the master node we have configured a TaskExecutor with the following configuration:
    <bean id="MasterAsynchronousWriteTaskExecutor" class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor">
    <property name="corePoolSize" value="3"/>
    <property name="maxPoolSize" value="10"/>
    <property name="daemon" value="true"/>
    <property name="queueCapacity" value="200000"/>
    <property name="threadNamePrefix" value="Master_Entity_Writer_Thread"/>
    <property name="threadGroupName" value="BDBMasterWriterThreads"/>
    </bean>
    Local test showed no issues. Please let us know at the EARLIEST convenience if there are any changes required to corePoolSize, “maxPoolSize” and “queueCapacity” values as a result of asynchronous write.
    To summarize, 2 questions:
    1) Are there any known issues with the asynchronous write at the master node for BDB Native, version 5.0.21?
    2) If there are no issues, are any changes required to corePoolSize, “maxPoolSize” and “queueCapacity” values as a result of asynchronous write, and based on the configuration above?
    Thank you!

    Hello,
    If you have not already, please take a look at the documentation
    on "Database and log file archival" at:
    http://download.oracle.com/docs/cd/E17076_02/html/programmer_reference/transapp_archival.html
    Are you periodically creating backups of your database files?
    These snapshots are either a standard backup, which creates a
    consistent picture of the databases as of a single instant in
    time; or an on-line backup (also known as a hot backup), which
    creates a consistent picture of the databases as of an
    unspecified instant during the period of time when the
    snapshot was made. After backing up the database files you
    should periodically archive the log files being created in the
    environment. And I believe the question here is how often
    the periodic archive should take place to establish the
    best protocol for catastrophic recovery in the case of a
    failure like physical hardware being destroyed, etc.
    As the documentation describes, it is often helpful to think
    of database archival in terms of full and incremental filesystem
    backups. A snapshot is a full backup, whereas the periodic
    archival of the current log files is an incremental backup.
    For example, it might be reasonable to take a full snapshot
    of a database environment weekly or monthly, and archive
    additional log files daily. Using both the snapshot and the
    log files, a catastrophic crash at any time can be recovered
    to the time of the most recent log archival; a time long after
    the original snapshot.
    What other details can you provide about how how much activity
    there is on your system with regards to log file creation
    and how often a full backup is being taken, etc.
    Thank,
    Sandra

  • I am currently using Lightroom 5.6 and operating on a Mac with OSX Ver 10.9.5. I am receiving an error problem when doing the following -  I am exporting selected photos from a particular Catalogue saved on Drive 1 to a folder created on another Drive whe

    Hi, I am having a little trouble with exporting images to another drive and Catalogue and need some help if anyone can give me some advice
    I am currently using Lightroom 5.6 and operating on a Mac with OSX Ver 10.9.5.
    I am receiving an error problem when doing the following -
    I am exporting selected photos from a particular Catalogue saved on Drive 1 to a folder created on another Drive where a Lightroom Catalogue has been created. In this Catalogue I have arranged for the images once exported to be moved to a different folder - I used the Auto Import process under the File dialogue box.
    When processing the Export I receive an error message for each of the images being exported indicating the following -
    Heading Import Results
    Some import operations were not performed
    Could not move a file to requested location. (1)
    then a description of the image with file name
    Box Save As                                  Box  OK
    If I click the OK button to each image I can then go to the other Catalogue and all images are then transferred to the file as required.
    To click the OK button each time is time consuming, possibly I have missed an action or maybe you can advise an alternative method to save the time in actioning this process.
    Thanks if you can can help out.

    Thank You, but this is a gong show. Why is something that is so important to us all so very, very difficult to do?

  • An error occurred when processing the spool request.  (Possibly due to memory problems)

    Hi SAP,
    My backgroud job is failing with log as shown below
    Job started
    Step 001 started (program ZMRS0065, variant SUS
    Step 002 started (program ZDRS0090, variant SUS
    Step 003 started (program ZFRS0305, variant SUS
    Step 004 started (program ZFRS0300, variant SUS
    Access error
    Job cancelled after system exception ERROR_MESSAGE
    An error occurred when processing the spool request.  (Possibly due to memory problems)
    Kindly help out in this issue
    Regards
    Mohammed

    Hello Mohammed,
    Have you seen any error in your SM21 system log and developer trace of spool work process
    during that time?
    The maximum size when create spool is 2GB.Pls also check if you are creating a spool
    larger than it.
    Best Regards
    Jie Bai

  • Error 8 when starting the extracting the program-data load error:status 51

    Dear all,
    <b>I am facing a data exracton problem while extracting data from SAP source system (Development Client 220). </b>The scenario and related setting are as the flowings:
    A. Setting:
    We have created 2 source system one for the development and another for the quality in BW development client
    1. BW server: SAP NetWeaver 2004s BI 7
    PI_BASIS: 2005_1_700 Level: 12
    SAP_BW: 700 Level:13
    Source system (Development Client 220)
    2. SAP ERP: SAP ERP Central Component 6.0
    PI_BASIS: 2005_1_700 Level: 12
    OS: SunOS
    Source system (Quality Client 300)
    2. SAP ERP: SAP ERP Central Component 6.0
    PI_BASIS: 2005_1_700 Level: 12
    OS: HP-UX
    B. The scenario:
    I was abele to load the Info provider from the Source system (Development Client 220), late we create another Source system (Quality Client 300) and abele to load the Info provider from that,
    After creating the another Source system (Quality Client 300), initially I abele to load the info provider from both the Source system – , but now I am unable to load the Info provider from the (Development Client 220),
    Source system Creation:
    For both 220 and 300, back ground user in source system is same with system type with same authorization (sap_all, sap_new, S_BI-WX_RFC) And user for source system to bw connection is dialog type (S_BI-WX_RFC, S_BI-WHM_RFC, SAP_ALL, SAP_NEW)
    1: Now while at the Info Package : Start data load immediately and then get the
    e-mail sent by user RFCUSER, and the content:
    Error message from the source system
    Diagnosis
    An error occurred in the source system.
    System Response
    Caller 09 contains an error message.
    Further analysis:
    The error occurred in Service API .
    2:Error in the detail tab of the call monitor as under,
    <b>bi data upload error:status 51 - error: Error 8 when starting the extracting the program </b>
    Extraction (messages): Errors occurred
      Error occurred in the data selection
    Transfer (IDocs and TRFC): Errors occurred
    Request IDoc : Application document not posted (red)
      bw side: status 03: "IDoc: 0000000000007088 Status: Data passed to port OK,
                                    IDoc sent to SAP system or external program"
      r<b>/3 side: status 51:  IDoc: 0000000000012140 Status: Application document not posted
                                   Error 8 when starting the extraction program</b>
    Info IDoc 1 : Application document posted (green)
       r/3 side: "IDoc: 0000000000012141 Status: Data passed to port OK
                     IDoc sent to SAP system or external program"
       bw side: "IDoc: 0000000000007089 Status: Application document posted,
                     IDoc was successfully transferred to the monitor updating"
    Have attached screen shots showing error at BW side.
    •     check connection is ok, tried to restore the setting for bw-r3 connection – though same problem
    •     Have checked partner profile.
    <b>what's wrong with the process? </b>
    Best regards,
    dushyant.

    Hi,
       Refer note 140147.
    Regards,
    Meiy

  • Error message when running the FSPCCURR - PS/Fin MultiCurrency Process

    error message when running the FSPCCURR - PS/Fin MultiCurrency Process
    =====================================================
    2011-03-21-17.21.39.660000 INFO(5870,1) PI(785156) Program(FSPCGLMC) GL MultiCurrency processing has begun.
    2011-03-21-17.21.40.820000 INFO(5870,4) PI(785156) Program(FSPCSTEP) Beginning processing, Step CURPER in Group NONREVAL for Business Unit NAMER.
    2011-03-21-17.30.14.520000 INFO(5870,4) PI(785156) Program(FSPCSTEP) Beginning processing, Step USD_USD in Group NONREVAL for Business Unit NAMER.
    2011-03-21-17.30.53.000000 SEVERE ERROR IN PGM:(5870,58) PI(785156) Program(FSPCPROC) Edit journal fails for Business Unit NAMER and Step USD_USD.

    Hi 841037,
    We are facing this same issue in our environment. We are on FSCM 9.1 bundle #24.Please let me know how you resolved this issue at your end. Any help or pointers regarding this issue is highly appreciated. Thanks.

  • Does anyone Know how to fix error 0xe8000065 when connecting the ipod touch 4g

    does anyone Know how to fix error 0xe8000065 when connecting the ipod touch 4g

    See:
    iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting

  • Error 8 when starting the extraction program

    HI all
    I have the following problem when i start an extraction. "Error 8 when starting the extraction program" I test the Extraction program on the R/3 system(source system) and it works, It displays records. On the target system in the infpk under step-by-step it gives you the error and It does not give a oss number, it only suggest that you need to look for a OSS. We have BW 3.5 installed with ECC 5.0.
    Also on the source system Tcode WE02, for the load period id displays the IDOC with a red light with the same error. It displays the partnet, basic type and the port, the Error is marked next to inbound(inbox).
    Regards
    alex

    Alex,
    Check the following OSS notes
    947690
    511475
    23538
    Even though the note 947690 is for process chain the steps mentioned in this note could cause Error 8 when scheduling a package for extraction. I think in your case the server name or the host name is incorrect. Check the host and the server name in TCODE SM51 and ask basis to look for the same in RFC entries using SM59 as well.
    Abdul

  • Failed to execute with the error Error occurred when starting the parser: t

    Dear All
    I am getting this error
    ""A database error occurred. The database error text is: The MDX query SELECT  { [DASKA1EDEL2DMLXTQ62S595QV].[DB7BP4A8AMQTUD3DPEEPS4J87] }  ON COLUMNS , NON EMPTY CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( [0CALMONTH].[LEVEL01].MEMBERS, [DASKFZ1TRFOLNTG78G0HH2B87].MEMBERS ), [0MATERIAL].[LEVEL01].MEMBERS ), [0PLANT].[LEVEL01].MEMBERS ), [0COMP_CODE].[LEVEL01].MEMBERS ), [0ACTDELDATE].[LEVEL01].MEMBERS ) DIMENSION PROPERTIES MEMBER_NAME, MEMBER_CAPTION ON ROWS FROM [0IC_C03/ZMATSTOCK]  failed to execute with the error Error occurred when starting the parser: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'. (WIS 10901)""
    I already went to similar kind of error solution in forum,but this error is coming for one web I query,all other reports are working fine.
    I already implemented note 1032461

    Hi,
    Under normal circumstances it should be enough to restart the connection service.
    As far as we know there is no formal solution to this problem from SAP yet but restarting the connection service is much less of an interuption compared to restarting the the SIA.
    Re-starting the connection service should resolve this issue. since, Connection service is only related to DeskI and Rich Client re-statrng wonu2019t impact other business objects components including java report panel.
    All the Best,
    Madhu....

  • Error 8 when starting the extraction program (BI7.x)

    I am receiving the following message when loading from the ODS to the data targets:
    Error 8 when starting the extraction program
    Message no. R3019
    Diagnosis
    Error 8 occurred when starting the data extraction program.
    System response
    The data extraction is terminated.
    Procedure
    Check for relevant OSS Notes, or create a problem message of your own.
    I have searched the forums and OSS, and can't find anything that matches my situation exactly.  I was originally getting an error message that the infosource (80FIA_DS11) didn't exist in the source system.  I restored the BIP client and all transfer structures were reactivated.  Now when I try to load, I get this error 8.  Has anyone experienced this issue?
    Thanks,
    Pam

    Josko,
    I am also using BI 7.x and had the problem loading from DSO to Infocube.  What are the entries in table ROIDCPRMS?  What is the host name displayed when you run transaction SM51 in the BI system?
    Pam

  • Error 4 when starting the extraction program

    Hello Gurus,
    Yesteday I got one error "Error occured in the source system"that "Error 4 when starting the extraction program" and "error in the source system" has given, it has affected all the loads,please any one give me solution for thia it is urjent.
    Please find the error message bello.
    Error message from the source system
    Diagnosis
    An error occurred in the source system.
    System response
    An error occurred in Service API .
    Check the error message.
    Procedure
    The procedure for removing errors takes place depending on
    the error message:
    Note
    If the source system is a Client Workstation, then it is possible that the file that was to be loaded was being edited at the time of the data request. Make sure that the file is in the specified directory and is
    Thanks,
    Muddu Reddy.

    Hi sekhar,
    You can try this. you right click on the datasource and click on display in source system it takes you to the R/3 system enter the user id and password so u can now see the datasource in the R/3 so now click on back f3 so now u vl be in BI now replicate the datasource and try to load the data. I think now it should work fine.
    Tell me if you still face some problem.
    Thanks
    Ram

  • How do we know the Master Node in RAC ? ?

    Hi Experts,
    We have implemented 2-Node RAC 11g R2 on Linux Platform. My query is How do we know the Master Node in RAC ? ?
    Thanks
    Venkat

    Hi,
    There is no such thing as "master node" in RAC configurations. All nodes are equal.
    Sebastian wrote: The only thing closest to something like a "Master" is that only one node has the role to update the Oracle Cluster Registry (OCR), all other nodes only read the OCR.
    {message:id=9827969}
    and
    {message:id=2154683}
    Regards,
    Levi Pereira

Maybe you are looking for

  • Issue with Audio Playback and Uninterrupted Playback in MPE (Hardware Mode)

    I'm currently using Adobe Premiere Pro CS6 with the latest update (6.0.1). I'm encountering a very serious problem where the audio from my video clips mute sudddenly when I'm editing and playing back. This happens when other music or audio in the aud

  • Oracle 10g Express Edition - number of simultaneous connections

    Goodmorning, I'm goingo to test Oracle 10g Express Edition but I ned to know the max numbers of simultaneous connections it supports. Many thanks to all.

  • BI Mobile 4.0 for iPad

    And finally, yesterday was released the BI Mobile for iPad. We already have a BO 4.0 SP01 server with BO mobile installed and running (i can connect there by using Windows Mobile emulator). When creating the connection to BO server from the iPad appl

  • How to create PDF from data grid selected row records and save in local PC

    ok now i am need another help ; i am having one datagrid and one button outside the grid , i   am having one datagrid in that i am having 5 records if i click a   record from the datagrid then click that button means that particular   record will sav

  • Use of Firewall in System Preferences

    On an iMac 2.66 GHz, Intel Core duo running OS 10.6.5, is there any downside to having the "security firewall" turned on in "system preferences"? I recently read an article suggesting that one go to "system preference", enter "security", and turn "fi