Unable to see other OC4J nodes in a cluster

I have installed 2 instances of OracleAS on 2 separate machines, both machines ( Lnx-5 and Lnx-6 ) were installed with the J2EE component and WEB component.
During installation, I have selected Lnx-5 as the administration node of the cluster, and I have configured the discovery address using multicast address 225.0.0.33:8001.
There were no installations errors encountered and things seems to work fine.
However, on Lnx-5, it can't "see" Lnx-6 as one of its cluster nodes. On both Lnx-5 and Lnx-6, I see the following when I issued the "opmnctl @cluster status".
---- On Lnx-5 , here is what I got ---------
[root@Lnx-5 conf]# opmnctl @cluster status
Processes in Instance: Lnx5.anydomain.com
--------------------------------------------------------------+---------
ias-component | process-type | pid | status
--------------------------------------------------------------+---------
OC4JGroup:default_group | OC4J:home | 5392 | Alive
ASG | ASG | N/A | Down
HTTP_Server | HTTP_Server | 5391 | Alive
---- On Lnx-6 , here is what I got ---------
[root@Lnx-6 conf]# opmnctl @cluster status
Processes in Instance: Lnx6.anydomain.com
--------------------------------------------------------------+---------
ias-component | process-type | pid | status
--------------------------------------------------------------+---------
OC4JGroup:default_group | OC4J:home | 5392 | Alive
ASG | ASG | N/A | Down
HTTP_Server | HTTP_Server | 5391 | Alive
I suppose I should see both Lnx-5 and Lnx-6 when I issue the commad in either nodes.
I have also verified that both machine are synchronized to the NTP server.
I have also done a tcpdump on both nodes, indeed I can multicast ( 225.0.0.33:8001 ) packets arriving at both nodes..
Really need some help in what would have go wrong, what information should I look for to address this issue.
Thanks in advance!!

Ok, for the discovery server configuration, here is the config that I have in the opmn.xml file, both lnx-5 and lnx-6 use exactly the same configuration :
<notification-server interface="ipv4">
<port local="6101" remote="6201" request="6004"/>
<ssl enabled="true" wallet-file="$ORACLE_HOME/opmn/conf/ssl.wlt/default"/>
<topology>
          <discover list="10.1.230.11:6201,10.1.230.12:6201"/>
</topology>
</notification-server>
the ip address of Lnx-5 is 10.1.230.11, and Lnx-6 is 10.1.230.12.
Once this was configured on both Lnx-5, Lnx-6, I keep seeing this error from the Lnx-6's log file :
07/05/16 22:10:18 [pm-process] Process Alive: default_group~home~default_group~1
(1542677438:3859)
07/05/16 22:10:18 [pm-requests] Request 2 Completed. Command: /start
07/05/16 22:13:25 [ons-connect] Connection 9,10.1.230.11,6201 connect (Connectio
n refused)
07/05/16 22:13:26 [ons-connect] Connection a,10.1.230.12,6201 connect (Connectio
n refused)
Well, Once I enabled the debugging, there were some errors reported when opmn is started, the errors are as follows :
Loading Module libopmnohs callback functions
Module libopmnohs: loaded callback function opmnModInitialize
Module libopmnohs: unable to load callback function opmnModSetNumProcs
Module libopmnohs: unable to load callback function opmnModParse
Module libopmnohs: unable to load callback function opmnModDebug
Module libopmnohs: unable to load callback function opmnModDepend
Module libopmnohs: loaded callback function opmnModStart
Module libopmnohs: unable to load callback function opmnModReady
Module libopmnohs: loaded callback function opmnModNotify
Module libopmnohs: loaded callback function opmnModRestart
Module libopmnohs: loaded callback function opmnModStop
Module libopmnohs: loaded callback function opmnModPing
Module libopmnohs: loaded callback function opmnModProcRestore
Module libopmnohs: loaded callback function opmnModProcComp
Module libopmnohs: unable to load callback function opmnModReqComp
Module libopmnohs: unable to load callback function opmnModCall
Module libopmnohs: unable to load callback function opmnModInfo
Module libopmnohs: unable to load callback function opmnModCron
Module libopmnohs: loaded callback function opmnModTerminate
Loading Module libopmnoc4j callback functions
Module libopmnoc4j: loaded callback function opmnModInitialize
Module libopmnoc4j: unable to load callback function opmnModSetNumProcs
Module libopmnoc4j: loaded callback function opmnModParse
Module libopmnoc4j: unable to load callback function opmnModDebug
Module libopmnoc4j: unable to load callback function opmnModDepend
Module libopmnoc4j: loaded callback function opmnModStart
Module libopmnoc4j: unable to load callback function opmnModReady
Module libopmnoc4j: loaded callback function opmnModNotify
Module libopmnoc4j: loaded callback function opmnModRestart
Module libopmnoc4j: loaded callback function opmnModStop
Module libopmnoc4j: loaded callback function opmnModPing
Module libopmnoc4j: loaded callback function opmnModProcRestore
Module libopmnoc4j: loaded callback function opmnModProcComp
Module libopmnoc4j: unable to load callback function opmnModReqComp
Module libopmnoc4j: unable to load callback function opmnModCall
Module libopmnoc4j: unable to load callback function opmnModInfo
Module libopmnoc4j: unable to load callback function opmnModCron
Module libopmnoc4j: loaded callback function opmnModTerminate
Loading Module libopmncustom callback functions
Module libopmncustom: loaded callback function opmnModInitialize
Module libopmncustom: unable to load callback function opmnModSetNumProcs
Module libopmncustom: loaded callback function opmnModParse
Module libopmncustom: loaded callback function opmnModDebug
Module libopmncustom: unable to load callback function opmnModDepend
Module libopmncustom: loaded callback function opmnModStart
Module libopmncustom: loaded callback function opmnModReady
Module libopmncustom: unable to load callback function opmnModNotify
Module libopmncustom: loaded callback function opmnModRestart
Module libopmncustom: loaded callback function opmnModStop
Module libopmncustom: loaded callback function opmnModPing
Module libopmncustom: loaded callback function opmnModProcRestore
Module libopmncustom: loaded callback function opmnModProcComp
Module libopmncustom: loaded callback function opmnModReqComp
Module libopmncustom: unable to load callback function opmnModCall
Module libopmncustom: unable to load callback function opmnModInfo
Module libopmncustom: unable to load callback function opmnModCron
Module libopmncustom: loaded callback function opmnModTerminate
Loading Module libopmniaspt callback functions
Module libopmniaspt: loaded callback function opmnModInitialize
Module libopmniaspt: unable to load callback function opmnModSetNumProcs
Module libopmniaspt: unable to load callback function opmnModParse
Module libopmniaspt: unable to load callback function opmnModDebug
Module libopmniaspt: unable to load callback function opmnModDepend
Module libopmniaspt: loaded callback function opmnModStart
Module libopmniaspt: loaded callback function opmnModReady
Module libopmniaspt: unable to load callback function opmnModNotify
Module libopmniaspt: unable to load callback function opmnModRestart
Module libopmniaspt: loaded callback function opmnModStop
Module libopmniaspt: unable to load callback function opmnModPing
Module libopmniaspt: unable to load callback function opmnModProcRestore
Module libopmniaspt: loaded callback function opmnModProcComp
Module libopmniaspt: unable to load callback function opmnModReqComp
Module libopmniaspt: unable to load callback function opmnModCall
Module libopmniaspt: unable to load callback function opmnModInfo
Module libopmniaspt: unable to load callback function opmnModCron
Module libopmniaspt: loaded callback function opmnModTerminate
Looks pretty bad.. What cuases those errors to happen? Are they related?
Thanks!!

Similar Messages

  • Unable to see the root node in the import manager

    Hi All,
    I want to load an xml file based on the schema .
    I am unable to see the node <Record> containing the records in the import manager.
    What I am seeing now in import manager Source Hierarchy is
    > None
    >ns1:MT_MDM_003_Shipping
    What I am supposed to see
    > None
    >ns1:MT_MDM_003_Shipping
    >Record
    Could anyone  let me know if the structure of xml or schema is wrong below.
    XML File:
    <?xml version="1.0" encoding="utf-8"?>
    <ns1:MT_MDM_003_Shipping xmlns:ns1="urn:Test-com:Customer_Master" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:Test-com:Customer_Master J:\Data\MDM\CUSTOM1\IMPORT2\MT_MDM_003_Shipping.xsd">
         <Record>
              <Sales_Organization>1001</Sales_Organization>
              <Distribution_Channel>00</Distribution_Channel>
              <Division>00</Division>
              <Customer_Nr>00114</Customer_Nr>
              <Order_Combination>Y</Order_Combination>
              <Complete_delivery_reqd_by_law/>
              <Max_partial_deliveries/>
              <Delivery_Priority/>
              <Shipping_Conditions/>
              <Delivering_Plant/>
              <Partial_delivery_per_item/>
         </Record>
         </ns1:MT_MDM_003_Shipping>
    XSD File:
      <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema targetNamespace="urn:Test-com:Customer_Master" xmlns="urn:Test-com:Customer_Master" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <xsd:element name="MT_MDM_003_Shipping" type="DT_MDM_003_Shipping" />
    <xsd:complexType name="DT_MDM_003_Shipping">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">3c427550330e11dda6b400112539c3ab</xsd:appinfo>
      </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="Record" minOccurs="0" maxOccurs="unbounded" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd01c4f11dd8b8b02004c4f4f50</xsd:appinfo>
      </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="Sales_Organization" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd11c4f11ddb25802004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Distribution_Channel" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd21c4f11dd800802004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Division" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd31c4f11dd99b802004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Customer_Nr" type="xsd:string">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd41c4f11ddb93902004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Order_Combination" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd51c4f11dd871702004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Complete_delivery_reqd_by_law" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd61c4f11dda64f02004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Max_partial_deliveries" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd71c4f11dd832102004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Delivery_Priority" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd81c4f11dda0e902004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Shipping_Conditions" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd91c4f11ddb21602004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Delivering_Plant" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfda1c4f11dd9e5402004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Partial_delivery_per_item" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfdb1c4f11ddaf1202004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
      </xsd:sequence>
      </xsd:complexType>
      </xsd:schema>

    Hi Aravind,
    Try importing two records i.e. your XML file should consists of two record nodes
    <?xml version="1.0" encoding="utf-8"?>
    <ns1:MT_MDM_003_Shipping xmlns:ns1="urn:Test-com:Customer_Master" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:Test-com:Customer_Master J:\Data\MDM\CUSTOM1\IMPORT2\MT_MDM_003_Shipping.xsd">
    <Record>
    <Sales_Organization>1001</Sales_Organization>
    <Distribution_Channel>00</Distribution_Channel>
    <Division>00</Division>
    <Customer_Nr>00114</Customer_Nr>
    <Order_Combination>Y</Order_Combination>
    <Complete_delivery_reqd_by_law/>
    <Max_partial_deliveries/>
    <Delivery_Priority/>
    <Shipping_Conditions/>
    <Delivering_Plant/>
    <Partial_delivery_per_item/>
    </Record>
    <Record>
    <Sales_Organization>1001</Sales_Organization>
    <Distribution_Channel>00</Distribution_Channel>
    <Division>00</Division>
    <Customer_Nr>00114</Customer_Nr>
    <Order_Combination>Y</Order_Combination>
    <Complete_delivery_reqd_by_law/>
    <Max_partial_deliveries/>
    <Delivery_Priority/>
    <Shipping_Conditions/>
    <Delivering_Plant/>
    <Partial_delivery_per_item/>
    </Record>
    </ns1:MT_MDM_003_Shipping>
    Please change the data of second record accordingly. I also faced the same problem and some how manage to get this solution. Lets see whether it is working in your case.
    Regards,
    Jitesh Talreja

  • Unable to see other writer's checked check boxes in comments of shared review

    I'm using Acrobat 3D Version 8 in a Windows XP environment.  We are using SharePoint for shared reviews.
    We are able to see developer's comments, and we can respond back to the comments with a reply.  However, when we use the checkbox to indicate that a comment has been addressed, each writer can only see the checkmarks that she makes.  We cannot see checkmarks made by other writers.
    We have tried selecting the check box, and we have also used the check box icon to select the check box.  We then publish and the the action is accepted as a comment and is published.  But we are unable to see each other's check boxes.
    Why?
    Thanks!

    Solved on my own.
    Simply close BEx Analyzer and restart it again. If still it doesn't work then restart your computer and then run BEx Analyzer again, it will definitely work.
    TR.

  • Unable to see other schemas in JDeveloper Connections Navigator

    When I add a database to my Connections Navigator, only one Schema is visible under the DB. I am unable to view other schemas to which the user has access.
    How do I view the other schemas?

    Yes.. Thats missing in 10.1.3.0.4(bug 5027141)
    Check forum: Cant view objects from another schemas

  • NETWORK MAGIC UNABLE TO SEE OTHER COMPUTERS WITH NM IN THE SAME NETWORK MAP

    I have two computers, one desktop (iMac OS X/Win 7 x64 bootcamp) wired connected and one PC laptop wireless connected in the same network through Linksys WAG320N, both running Network Magic ver. 5.5.9195.0-Pure0 (11.2.9195.1  12/13/2011) with the exactly same firewall settings allowing Pure Networks Platform Service to runs in Private and Public networks. The problem is that the both machines don’t see each other with Network Magic installed and therefore valuable features as screen shots or network speed test are not available. I already uninstalled NM in both equipments and reinstalled it, but the issue persists.
    Anyone facing this same issue or have a clue on how to fix it?
    Thanks,
    Vertigo

    As Barney-15E has suggested, this looks very much like 2 routers, and some systems talking to router A and some systems talking to router B.
    Bonjour protocols will NOT cross a router boundary, so systems on router A will only see other systems on router A, and systems on router B will only see systems on router B.
    The recommented network setup is to make the router connected to the broadband connection be the ONLY router in the home and configure all other routers so they are in "Bridge" mode. That is to say, the other routers are configured so they just extend the primary router's subnet.
    How a home router is put into bridge mode is different depending on the make and model of router.
    In your case, I think the Belkin should be the primary router, and you should put the Time Capsule into "Bridge" mode. Applications -> Utilities -> Airport Utility -> Time Capsule -> Internet -> Connection Sharing: Off (Bridge Mode).
    Once you put the Time Capsule in bridge mode, all your systems should be on the same Belkin subnet, and now Bonjour will see all the Macs in your home.

  • Unable to see OC4J Instances in ascontrol -- Urgent

    Hi
    Iam not able to see the OC4J instances running in ascontrol.
    They are shown in default group as running.
    adopmnctl status shows the below status as alive.
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:oafm | 2383 | Alive
    OC4JGroup:default_group | OC4J:forms | 2382 | Alive
    OC4JGroup:default_group | OC4J:oacore | 2381 | Alive
    HTTP_Server | HTTP_Server | 2380 | Alive
    **** If click applications-> forms this shows me the below error.
    Unable to login to the OC4J "forms" on Application Server "xxxxxxxxxxx"; the OC4J is not running.
    **** If I click on default_group I get the below error.
    A connection could not established to some members of the Group default_group. Common causes for this failure are an authentication error or a JMX protocol mismatch.
    The administrator password for each OC4J instance in the Group must be the same as the administrator password for the OC4J instance on which ascontrol is running.
    The JMX protocol is specified by the property oracle.oc4j.jmx.internal.connection.protocol and the remote OC4J instance must be configured to use that protocol.
    Anyone had this issue, or any guess what might be wrong.I tried changing the oc4jadmin password with setup but still shows the error.
    Thanks
    Sree

    Hi,
    Was this working before? If yes, any changes have been done recently?
    Did you complete the steps as per this document?
    Note: 603716.1 - Using AS10g AS Control with eBusiness Suite Rel 12
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=603716.1
    Regards,
    Hussein

  • Unable to see server nodes in sap management console

    I am unable to see servernodes in sap management console.
    I am getting error like sapstartsrv.exe-application error ,
    "The instruction at " 0x00000000" referenced memory at "0x00000000".The memory couldnot be "written "
    click on Ok to terminate the programme.
    click on cancel to debug the programme ".
    Please advise me how can i see servernodes in the sap management console.
    Rewardpoints will be awarded.

    Hi,
    You get back your MMC , please do the following steps.
    1. Go to Run and type MMC.
    2.Go to file and select add/remove snap in ( alt+m).
    3.Click on add
    4.Select the SAP system from there.
    Save  the MMC console which you have created now....This should work fine.
    Thanks
    Pankaj

  • My 822 now says, "ERROR: Unable to find bootable option. Press any key to shut down." Just happened after my phone froze. Everything I've searched says to replace the phone.  I have no phone in or out, no alarm....what is going on with this?  I see others

    My 822 now says, "ERROR: Unable to find bootable option. Press any key to shut down." Just happened after my phone froze. Everything I've searched says to replace the phone.  I have no phone in or out, no alarm....what is going on with this?  I see others have the same problem.

    Just got the same error message today.  My phone went to the black screen of death with the error message at the top.  Contacted Verizon via chat.  Was online for 1 hour and 15 minutes only to find out that nothing could be done which I could have told them based upon what I had read on this site.  Of course my phone is out of warranty since I have had it for 1 1/2 years and I am not eligible for an upgrade.  How convenient!  I was told to contact Nokia which I did and they gave me a download to try to reset everything.  It looked like it was working but after almost 3 hours it got to the end and nothing happened.  It just froze even though it said it was done.  I rebooted the phone and am back at the same black screen of death.  Guess I have to buy a used phone and then will have to reconsider whether or not to stay with Verizon going forward.  I have not had any issues with the phone in the past - keep it in an otter box, never dropped, never got wet, etc.  But all of a sudden it goes haywire like this that seems like either a hardware or software problem but something completely out of my control and all I get is sorry, you're out of warranty!

  • Since i made the upgrade to mountain lion i¡m unable to make facebook video calls , i can,t see other's people webcam

    since i made the upgrade to mountain lion i¡m unable to make facebook video calls , i can,t see other's people webcam

    I am having this same issue on my Macbook Pro Early 2011 running Mountain Lion. I try and use Facebook video chatting as I usually would, and although the other person can see me, what I see on my end is a still picture from their webcam that is often flickering between what my own webcam is picking up, and it continuously flickers with static lines (picture an old TV getting bad signal).
    Skype is also behaving strangely since I upgraded, although it's flip-flopped (Skype is not letting others see me but I can see them)
    With both Skype and Facebook, audio is having no issues.

  • Unable to see report

    Hi
    I had one strange issue.Willbe greatful for some inputs.
    User is using one report.He sees report in .NET application which fetches data from BW.The report is based on one BW query.
    In BW query,we are using one characteristic SALES_ORG which has hierarchy SALES_HIER_2000 activated on it.User belongs to node 5000 in this hierarchy.We have a hierarchy node variable on this characteristic in Global filter area.This variable has a default value of 100 which is higher level node in SALES_HIER_2000 hierarchy.so when ever query is run,the variable is input with this top level node.But I think our user roles are built in a way,that users can see only their hierarchy nodes data.In our users case,he can see only 5000 hierarchy node data to which he belongs.
    Then the hierarchy is changed to SALES_HIER_3000.My user now belongs to hierarchy node 8000 in this new hierarchy.So this new node 8000 is included in his role so he can continue seeing reports.Just to make a point here,this 8000 node also comes under higher level node 100 in new hierarchy  as in old hierarchy.But the problem is,he is unable to see reports.
    I noticed that in our query we are still using same hierarchy node variable.Do I need to create one new hierarchy node variable as we are using new hierarchy eventhough both old and new hierarchies are on same characteristic SALES_ORG.
    Also,I noticed that in this old variable which we are still using,we have default value 100 from old hierarchy.Do I need to change this default value eventhough in new hierarchy also,100 is the higher node to which new user's node 8000 belongs to?..........
    what can be the reason that my user is unable to see reports?Please advise.
    Best Rgds.

    Perhaps I was not clear in my original help message. When the report is run from within report builder, there is no footer in the report. However, when the same is run from the application, one footer is printed. How to change this footer is the problem.

  • Unable to see DB13 and ST04 logs in the system.

    Hi All,
    We are unable to see the DB13 logs in our SAP system. The same is happening while trying to look into the ST04 logs for Database Message Logs. In both the cases we find the same kind of log:
    [in DB13 log]************************************************************************
    BR252E Function fopen() failed for '/sapdba/sapcheck/cdvxzfrv.aly' at location file_printout-1
    BR253E errno 2: No such file or directory                                                     
    External program terminated with exit code 5                                                  
    [in ST04 log]*************************************************************************
    BR252E Function fopen() failed for '/sapdba/saptrace/background/alert_PIN.log' at location file_printout-1
    BR253E errno 2: No such file or directory
    External program terminated with exit code 5                                                              
    SAP is running on Varitas cluster on two different nodes. One node is having SAP services and the another one Oracle services on it. Since the last week when we shifted the Oracle services from one node to another for monthly maintenace work, we are facing this problem.
    Our system details are:
    SAP 46C (kernel 46D_EXT) 32 bit
    SuSe Linux 2.6.5-7 64 bit
    Oracle 9.2.0.6.0
    Can someone please help me on it.
    Anil

    Thanks Padmaja/Eric for your reply !!!
    File systems are properly mounted and I can see these said files at OS level. Following are the env variable:
    USER=dinadm
    LOGNAME=dinadm
    HOME=/home/dinadm
    PATH=/oracle/DIN/920_64/bin:.:/home/dinadm:/usr/sap/DIN/SYS/exe/run:/opt/kde3/bin:/opt/gnome/bin:/usr/games:/home/dinadm/bin:/usr/bin/X11:/usr/bin:/bin:/usr/sbin:/sbin:/usr/lib/java/jre/bin
    MAIL=/var/mail/dinadm
    SHELL=/bin/tcsh
    SSH_CLIENT=10.234.14.33 1364 22
    SSH_CONNECTION=10.234.14.33 1364 10.234.13.50 22
    SSH_TTY=/dev/pts/0
    TERM=xterm
    HOSTTYPE=x86_64-linux
    VENDOR=suse
    OSTYPE=linux
    MACHTYPE=x86_64
    SHLVL=1
    PWD=/usr/sap/trans/data
    GROUP=sapsys
    HOST=insapr3din01
    HOSTNAME=insapr3din01.pdc.in.ap.holcim.net
    MANPATH=/usr/share/man:/usr/X11R6/man:/usr/local/man:/opt/gnome/share/man
    MINICOM=-c on
    INFODIR=/usr/local/info:/usr/share/info:/usr/info
    INFOPATH=/usr/local:/opt/gnome:/usr
    LESS=-M -I
    LESSOPEN=lessopen.sh %s
    LESSCLOSE=lessclose.sh %s %s
    LESSKEY=/etc/lesskey.bin
    PAGER=/usr/bin/less
    MORE=-sl
    GZIP=-9
    CSHEDIT=emacs
    COLORTERM=1
    NNTPSERVER=news
    XFILESEARCHPATH=/usr/lib/X11/%L/%T/%N%C:/usr/lib/X11/%l/%T/%N%C:/usr/lib/X11/%T/%N%C:/usr/lib/X11/%L/%T/%N:/usr/lib/X11/%l/%T/%N:/usr/lib/X11/%T/%N:/var/X11R6/%T/%N%C:/var/X11R6/%T/%N
    INPUTRC=/etc/inputrc
    LANG=en_US.UTF-8
    QTDIR=/usr/lib/qt3
    no_proxy=localhost
    WINDOWMANAGER=/usr/X11R6/bin/kde
    JAVA_BINDIR=/usr/lib/java/jre/bin
    JAVA_ROOT=/usr/lib/java
    JAVA_HOME=/usr/lib/java/jre
    JRE_HOME=/usr/lib/java/jre
    CVS_RSH=ssh
    G_BROKEN_FILENAMES=1
    GNOME_PATH=/opt/gnome:/usr
    GNOMEDIR=/opt/gnome
    ACLOCAL_PATH=/opt/gnome/share/aclocal
    PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig
    GTK_PATH=/usr/local/lib64/gtk-2.0:/opt/gnome/lib64/gtk-2.0:/usr/lib64/gtk-2.0
    MODULE_VERSION=3.1.6
    MODULE_VERSION_STACK=3.1.6
    MODULESHOME=/usr/share/modules
    MODULEPATH=/usr/share/modules/versions:/usr/share/modules/modulefiles
    LOADEDMODULES=
    CSHRCREAD=true
    LS_OPTIONS=-N --color=tty -T 0
    SAPSYSTEMNAME=DIN
    DIR_LIBRARY=/usr/sap/DIN/SYS/exe/run
    LD_LIBRARY_PATH=/usr/sap/DIN/SYS/exe/run:/oracle/client/92x_32/lib
    THREAD=NOPS
    dbms_type=ORA
    dbs_ora_tnsname=DIN
    dbs_ora_schema=SAPR3
    ORACLE_PSRV=DIN
    ORACLE_SID=DIN
    ORACLE_HOME=/oracle/DIN/920_64
    ORACLE_BASE=/oracle
    ORA_NLS=/oracle/DIN/920_64/ocommon/NLS_723/admin/data
    ORA_NLS32=/oracle/DIN/920_64/ocommon/NLS_733/admin/data
    ORA_NLS33=/oracle/client/92x_32/ocommon/nls/admin/data
    NLS_LANG=AMERICAN_AMERICA.WE8DEC
    SAPDATA_HOME=/sapdata/oracle/DIN
    waiting for your reply,
    Anil

  • Exchange Server CCR 2007 unable to see the File Share Witness resulting in mailbox failover ?

    Hi people,
    Here's my Exchange Server 2007 SP3 in the ideal and normal situation:
    Mailbox Server (CCR – Stretched Cluster) Nodes
    PRODEXMBX01-VM (Active Mailbox, Quorum) – 10.1.1.53
    DREXMBX01-VM (Passive mailbox) – 192.168.1.88
    Hub Transport and Client Access Server Nodes
    PRODEXHTCAS02-VM – 10.1.1.54
    PRODEXHTCAS03-VM (FSW holder) – 10.1.1.55
    DREXHTCAS02-VM – 192.168.1.89
    Saturday early morning, for some unknown reason the Active Mailbox Server (PRODEXMBX01-VM)
    cannot access or see the FSW on the HT server PRODEXHTCAS03-VM, thus
    the mailbox gets failover to the DR Mailbox server (DREXMBX01-VM).
    Here’s the Events logged:
    Log
    Name:      System
    Source:        Microsoft-Windows-FailoverClustering
    Event ID:      1564
    Task Category: File Share Witness Resource
    Level:Critical
    User:          SYSTEM
    Computer:      PRODEXMBX01-VM.domain.com
    Description:
    File
    share witness resource 'File Share Witness (\\PRODEXHTCAS03-VM \FSM_DIR_ExMbxCluster01)'
    failed to arbitrate for the file share '\\ PRODEXHTCAS03-VM \FSM_DIR_ExMbxCluster01'.
    Please ensure that file share '\\ PRODEXHTCAS03-VM \FSM_DIR_ExMbxCluster01'
    exists and is accessible by the cluster.
    Log Name: System
    Source: Microsoft-Windows-FailoverClustering
    Event ID:      1177
    Task Category: None
    Level:       Critical
    User:     SYSTEM
    Computer:PRODEXMBX01-VM.domain.com
    Description:
    The Cluster service is shutting down because quorum was lost.
    This could be due to the loss of network connectivity between some or all nodes
    in the cluster, or a failover of the witness disk.
    Run
    the Validate a Configuration wizard to check your network configuration. If the
    condition persists, check for hardware or software errors related to the
    network adapter. Also check for failures in any other network components to
    which the node is connected such as hubs, switches, or bridges.
    So I had to perform manual failover back from DR to production so that both Active mailbox and the Quorum
    are held by the Production Mailbox server (PRODEXMBX01-VM).
    On Sunday Morning, the Event ID Critical 1564 occurred again thus causing only the quorum only to failover
    to the DR mailbox server (DREXMBX01-VM) but the Active mailbox role is still held by the Production Exchange server (PRODEXMBX01-VM). 
    So now the situation is like the following:
    Mailbox Server (CCR – Stretched Cluster) Nodes
    PRODEXMBX01-VM (Active Mailbox) – 10.1.1.53
    DREXMBX01-VM (Passive mailbox, Quorum) – 192.168.1.88
    Hub Transport and Client Access Server Nodes
    PRODEXHTCAS02-VM – 10.1.1.54
    PRODEXHTCAS03-VM (FSW holder) – 10.1.1.55
    DREXHTCAS02-VM – 192.168.1.89
    So what causing the mailbox servers unable to contact the File Share Witness?
    /* Server Support Specialist */

    Did you check the blog above? 
    The account used in the clustered machine should have access to
    \\PRODEXHTCAS03-VM\FSM_DIR_ExMbxCluster01. Please check the permissions. Try giving full permission to admins as well (just to try)
    MAS
    I've followed this (http://technet.microsoft.com/en-us/library/bb124922(v=exchg.80).aspx) instruction and there is no mentioning other than the Cluster Service Account. 
    /* Server Support Specialist */

  • Unable to see deployed process in Business process workspace

    Hello ,
    I am using BPM Suite 11gR1 in Oracle Jdeveloper. As using Hello world sample, I deployed the process successfully at weblogic server But i am unable to see the deployed application bpm/workspace (Business Process Workspace).
    How can i make sure this? There is no exception in server logs.
    thanks

    Thanks MSR.
    I have other Web Dynpro applications that I have succesfully deployed and they display correctly in the WDP Content Administrator.
    The application in question is fine up until the point I activate the changes. So using NWDS I build and deploy the application, and it shows correctly in the Content Administrator. Once I activate the Activity I can no longer see the contents of the DC through the Content Administrator.
    So what I see in our development environment is:
    + rd1.com/WorkingOK
    + Applications
    + Components
    + Models
    - rd1.com/NotWorking
    (The rd1.com/NotWorking node cannot be expanded)
    Therefore I can no longer run the NotWorking application or transport it into QA/Production.
    I have noticed that in the Development Configurations perspective in NWDS that the DC in question does not have src/packages/ProjectProperties.wdproperties

  • Can i see the inner nodes in main window(smart forms)

    I am creating 2 nodes (let us say text nodes) in main window or secondary window whatever it is.
    Now what I want is to see those 2 node on form painter. At present I am unable to see those. Is there any way to see the inner nodes in windows.

    Hi,
    you cannot see them in form painter, it is not possible .but you can include what ever you want by switch off the form painter and add the nodes.
    Regards
    vijay

  • Unable to see interface on ASA 5510 Firewall

    Hi All,
    I am unable to see 4th interface on my firewall i.e fastether0/3 on my firewall ASA 5510.
    Below is the output.
    ciscoasa# sh int ip br
    Interface                  IP-Address      OK? Method Status                Protocol
    Ethernet0/0                x.x.x.x           YES CONFIG up                    up
    Ethernet0/1                x.x.x.x           YES CONFIG up                    up
    Ethernet0/2                unassigned      YES unset  administratively down down
    Internal-Control0/0        127.0.1.1       YES unset  up                    up
    Internal-Data0/0           unassigned      YES unset  up                    up
    Management0/0              192.168.1.1     YES CONFIG up                    up
    Please suggest what could be the reason.
    Regards
    Pankaj

    Hi Ramraj,
    Even i have the base license for my ASA 5510 which is showing all the 4 interfaces in sh ver. I don't think so license would be an issue. There should be some IOS code bug that needs to be upgraded. If this goes for an OS upgrade it should get resolved.
    Its not showing up in sh ver . As Karsten said he might be running on old IOS version.
    fy-a# sh ver
    Cisco Adaptive Security Appliance Software Version 8.4(4)1
    Device Manager Version 6.4(5)
    Compiled on Thu 14-Jun-12 11:20 by builders
    System image file is "disk0:/asa844-1-k8.bin"
    Config file at boot was "startup-config"
    fy-a up 1 day 1 hour
    Hardware:   ASA5510, 1024 MB RAM, CPU Pentium 4 Celeron 1600 MHz
    Internal ATA Compact Flash, 256MB
    BIOS Flash M50FW016 @ 0xfff00000, 2048KB
    Encryption hardware device : Cisco ASA-55x0 on-board accelerator (revision 0x0)
                                 Boot microcode   : CN1000-MC-BOOT-2.00
                                 SSL/IKE microcode: CNLite-MC-SSLm-PLUS-2.03
                                 IPSec microcode  : CNlite-MC-IPSECm-MAIN-2.06
                                 Number of accelerators: 1
    0: Ext: Ethernet0/0         : address is 2c54.2d0c.8f1a, irq 9
    1: Ext: Ethernet0/1         : address is 2c54.2d0c.8f1b, irq 9
    2: Ext: Ethernet0/2         : address is 2c54.2d0c.8f1c, irq 9
    3: Ext: Ethernet0/3         : address is 2c54.2d0c.8f1d, irq 9
    4: Ext: Management0/0       : address is 2c54.2d0c.8f1e, irq 11
    5: Int: Not used            : irq 11
    6: Int: Not used            : irq 5
    Licensed features for this platform:
    Maximum Physical Interfaces       : Unlimited      perpetual
    Maximum VLANs                     : 50             perpetual
    Inside Hosts                      : Unlimited      perpetual
    Failover                          : Disabled       perpetual
    VPN-DES                           : Enabled        perpetual
    VPN-3DES-AES                      : Enabled        perpetual
    Security Contexts                 : 0              perpetual
    GTP/GPRS                          : Disabled       perpetual
    AnyConnect Premium Peers          : 2              perpetual
    AnyConnect Essentials             : Disabled       perpetual
    Other VPN Peers                   : 250            perpetual
    Total VPN Peers                   : 250            perpetual
    Shared License                    : Disabled       perpetual
    AnyConnect for Mobile             : Disabled       perpetual
    AnyConnect for Cisco VPN Phone    : Disabled       perpetual
    Advanced Endpoint Assessment      : Disabled       perpetual
    UC Phone Proxy Sessions           : 2              perpetual
    Total UC Proxy Sessions           : 2              perpetual
    Botnet Traffic Filter             : Disabled       perpetual
    Intercompany Media Engine         : Disabled       perpetual
    This platform has a Base license.
    Serial Number: JMX1AXXXXX
    Running Permanent Activation Key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    Configuration register is 0x1
    Configuration has not been modified since last system restart.
    fy-a#
    Ramraj please do correct me if am wrong.
    Please do rate if the given information helps.
    By
    Karthik

Maybe you are looking for