OES11SP1 LDAP issue on a node

Hi,
I have a 2 node cluster that we have upgraded from OES11 to OES11 sp1 at the beginning of august
Last week we create a new ressource on the primary node (let's say NODE 1), but when we want to migrate this new ressource to the other node (let's say NODE 2), the ressource became comatose.
On node 2 what i can see in /var/log/messages is the following
Aug 20 16:42:17 node2 ncs-resourced: Try LDAP for POOLDATA20_SERVER
Aug 20 16:42:17 node2 ncs-resourced: LDAP failed: <class 'ldap.SERVER_DOWN'>
Aug 20 16:42:53 node2 ncs-resourced: Error preprocessing script POOLDATA20_SERVER.load
Aug 20 16:42:53 node2 ncs-resourced: POOLDATA20_SERVER.load: CRM: Tue Aug 20 16:42:53 2013
Aug 20 16:42:53 node2 ncs-resourced: POOLDATA20_SERVER.load: /bin/sh: /var/run/ncs/POOLDATA20_SERVER.load: No such file or directory
Aug 20 16:42:53 node2 ncs-resourced: resourceMonitor: POOLDATA20_SERVER load status=127
Aug 20 16:42:54 node2 ncs-resourced: Error preprocessing script POOLDATA20_SERVER.unload
Aug 20 16:42:54 node2 ncs-resourced: POOLDATA20_SERVER.unload: CRM: Tue Aug 20 16:42:54 2013
Aug 20 16:42:54 node2 ncs-resourced: POOLDATA20_SERVER.unload: /bin/sh: /var/run/ncs/POOLDATA20_SERVER.unload: No such file or directory
Aug 20 16:42:54 node2 ncs-resourced: resourceMonitor: POOLDATA20_SERVER unload status=127
I try to change the configuration using a new.conf file liket it is in the documentation :
CONFIG_NCS_CLUSTER_DN="cn=svr1_oes2_cluster.o=cont ext"
CONFIG_NCS_LDAP_INFO="ldaps://10.1.1.102:636,ldaps://10.1.1.101:636"
CONFIG_NCS_ADMIN_DN="cn=admin.o=context"
CONFIG_NCS_ADMIN_PASSWORD="password"
As the root user, enter the following command at a command prompt:
/opt/novell/ncs/install/ncs_install.py -l -f new.conf on node1 and on node2
and then cluster exec "/opt/novell/ncs/bin/ncs-configd.py -init"
I reboot node2 but it is exaclty the same.
Any idea ?
Stphane

Originally Posted by changju
Hi Stphane,
This is the key of the failure,
Aug 20 16:42:17 node2 ncs-resourced: LDAP failed: <class 'ldap.SERVER_DOWN'>
Somehow, looks like the Python LDAP on node2 couldn't connect the LDAP servers (10.1.1.102:636 or 10.1.1.101:636).
Please first make sure that LDAP is up and running on the two servers.
Please check file "/etc/opt/novell/ncs/clstrlib.conf" to make sure that you have something like this,
p4
S'ldaps://10.1.1.102:636,ldaps://10.1.1.101:636'
If not, you need to modify file "new.conf" and run command "/opt/novell/ncs/install/ncs_install.py -l -f new.conf" on node2 again.
You can then check the result of the installation in file "/var/opt/novell/install/ncslog", or you can simply run command "/opt/novell/ncs/bin/ncs-configd.py -init" on node2 to try to pull down the latest NCS configuration.
If "/opt/novell/ncs/bin/ncs-configd.py -init" churns out a bunch of "dos2unix" messages (and pulls down the scripts for the new resources at "/var/opt/novell/ncs"), you should be able to migrate the resource.
Regards,
Changju
Thank you very much Changju.
I was not aware of this log file it was very helpfull.
Apparently a tls issue for my 2 ldap server. I change it to ldap instead of ldaps and it is working now.
Strange because i was able to connect using ldaps with ldap browser to the 2 nodes.
Again, thank you
Stphane

Similar Messages

  • OBIEE 11g (11.1.1.5.0) - Issue with starting Node Manager

    Hi,
    Have anyone faced an issue with starting Node Manager in OBIEE 11g (11.1.1.5.0)? OS is 64 bit Linux, WebLogic is 10.3.5. I used the software-install method and followed by running config.sh. Everything completed successfully. I updated the catalog and rpd location in the FMW control screen.
    To get it activated I bounced services and when I try to start Node Manager it gives below error --
    <Aug 30, 2011 2:02:42 PM CDT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Aug 30, 2011 2:02:42 PM> <SEVERE> <Fatal error in node manager server>
    java.io.IOException: Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5
    at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:82)
    at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
    at weblogic.NodeManager.main(NodeManager.java:31)
    Aug 30, 2011 2:02:42 PM weblogic.nodemanager.server.NMServer main
    SEVERE: Fatal error in node manager server
    java.io.IOException: Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5
    at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:82)
    at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
    at weblogic.NodeManager.main(NodeManager.java:31)
    + set +x
    I see the same issue reported in ML OBIEE 11g - Node manager fails to start upon upgrade [ID 1329442.1] and WebLogic Server: Node Manager Startup is Failing with java.io.IOException: Unsupported cypher suite [ID 1329260.1] I tried to modify commEnv.sh. But it didnt help me.
    Please let me know if anyone have faced similar issue and what exactly did you do to resolve it.
    Cherrish Vaidiyan
    Edited by: Cherrish on Aug 30, 2011 3:14 PM

    Hi,
    There are Two types of Cipher suites --- Certicom Cipher Suite and SunJSSE Equivalent Cipher Suite. And with Weblogic 10.3.5, you are using Sun JSSE Cipher Suite, and by default Node Manager uses the Certicom Cipher Suite.
    In the nodemanager.properties, Add CipherSuite=SSL_RSA_EXPORT_WITH_RC4_40_MD5, save and restart Node Manager.
    Reference Metalink Note: WebLogic Server 10.3.x: Getting "Unsupported Cipher" Exceptions When Starting Node Manager [ID 1307325.1]
    Cherrish Vaidiyan

  • LDAP issue after upgrading to SP15 from SP7 for CUP 5.3

    Hello,
    We have recently upgraded our Sandbox from SP 7 to SP15 on GRC 5.3 and Now having issues authenticating users using LDAP.
    The connections and settings are exactly same as our Dev system which in on SP7 and the connection also says successful but when we go onto the request page and type in an id it says invalid credentials.
    Am i missing something or is there a special procedure after upgrade .
    Thanks
    Uday

    Hello Frank,
    Thanks for the reply.I forgot to do it and as you said once i performed those steps it actually solved my password reset link issues as it was erroring out with 500 error and now  it is working fine .
    But to fix LDAP issue SAP has a note which says after SP13 we don't need to fill in the user path field while creating LDAP connector.
    Thanks
    Uday

  • Issue with hierarchy node variable and multiple SAP hierarchies

    Hello experts,
    We are currently facing an issue when using two SAP hierarchies in Web Intelligence and one of them is restricted with a hierarchy node variable.
    The systems we use are a SAP BI 7.01 (SPS 05) and a Business Objects Enterprise XI R3.1 SP2 (fix pack 2.3). I want also to point out that the fix pack 2.3 has been applied to all BOE related components: the SAP integration Kit, client tools, and enterprise (server and client).
    The universe used in our scenario is based on a BEX Query with two hierarchies (non-time dependent hierarchies, intervals allowed) loaded on their corresponding characteristics. One of these characteristics is restricted with a hierarchy node variable (manual input, optional, ready for input, multiple single values allowed). 
    Prerequisites for replicating the problem:
    1)     When building the web intelligence query select several levels from both hierarchies (they have seven levels each) and    the   only amount of the InfoCube that the BEX query (that was used to create our universe) relies on.
    2)     In the hierarchy node variable prompt select a hierarchy node entry (not an actual InfoObject value that exists as transactional data in the InfoCube )
    By executing the query built above, all characteristics are returned null (no value) and the key figure with value u201C0u201D. No error messages, no partial results warnings.  Now if we go back to u201CEdit queryu201D and select levels of only one of any of the two hierarchies the query runs normally (by selecting the exact same value for the hierarchy node variable prompt).
    Any ideas on the matter?
    Regards,
    Giorgos

    Hi,
    Have you ever got a solution for this problem?
    I have a similar one.
    Thanks,
    regards, Heike

  • DNS/LDAP Issue for Trusted Domain

    Hi
    I'm trying to configure  Configuration Manager 2012 R2 Forest Discovery to a trusted domain.
    Objects from the trusted domain (users/computers) show up in the Collections, but when I check under Administration\Active Directory Forests I can see Discovery Status "Failed to connect using default account" and Publishing status "Cannot
    Contact LDAP Server".
    I've added the SCCM server to local admin at the trusted domain via GPO and have also created the system Management container.
    When I check the log ADForestDisc.log I get this error message:
    "Failed to connect to forest X. This can be because of disjoint DNS namespaces, network connectivity or server availibility issue. Error Information The specified forest does not exist or cannot be contacted."
    I have setup Conditional Forwarders in DNS in both domains.
    I have also read other forums about this issue and should have the answer:
    "This error occurs for all of the domains that you mentioned and is typical when SRV records for DCs in those remote domains cannot be found. Forest discovery relies on DNS name resolution of SRV records to locate a suitable DC to communicate with."
    "The site server performing the forest discovery must be able to resolve the SRV records for the DCs or root domain of the other forest."
    We are using Windows AD integrated DNS in both domains.
    I'm not so familiar with DNS configuration so I appreciate if someone could tell more specific how to fix this.
    Thanks in advance

    Hi
    Thank you for your answer. This issue is solved. I've missed to open some ports in the router/firewall between the LANs.
    The status under Active Directory Forests is Succeded now, but when I check under boundaries, I can only see the "Default-First-Site-Name" site for the first domain (same LAN as CM Server) and I can only see the IP address range for that LAN.
    I don't Think  this is a big issue, but shouldn't the site name and address range for the other LAN (where the trusted domain is) be automatically found to during forest Discovery when I've checked the options to create site and ip boundaries automatically?

  • OBIEE 11g Security LDAP Issue

    Hi,
    I have an issue where certain LDAP users who were once able to log into OBI 11g now cannot.
    This has only happened for those users who I have used the proxy ('Act As') functionality on ie. If UserA can login, and the Administration Act's As UserA, after an OBI restart UserA cannot log in anymore.
    I have narrowed this issue down to the presenation catalog. If I swap the current catalog with the SampleAppLite catalog for example, the problem goes away i.e. the LDAP user (UserA in the example above) can log in fine.
    I have also noticed while accessing the catalog via catalog manager, the Administrator cannot access the 'System' folder. This is with reference to the original catalog (which causes the issue with UserA above) that was upgrade from 10g to 11g.
    Any ideas?
    Thanks.

    This is going to be almost impossible to diagnose without being logged in, in front of your application.
    As a starting point I would recommend you check the permissions on each catalog element. Go to Catalog link > Change view to 'Admin View' > Catalog Root and then use the permissions link for that item and everything below. Ticking 'Show Hidden Items' will let you see the System folders.
    Also check the privileges (Administration > Manage Privileges) as I seem to remember that the 'Act as Proxy' privilege is denied out of the box. Maybe something here is amiss.
    It might be easiest to bite the bullet and create a new web catalog from scratch!
    Paul

  • Issue with child node edit on TreeTable

    Hello,
    I have a treeTable which is based on single VO. My problem is such that, when i select the child node and click on edit, i get values of it's parent :( ....
    but when i have once  edit on any node (either rollback/commit) and hit the browser refresh button now it works as expected and no more issue....
    what the heck is that. I have used backingBean scope and i have jdev 11.1.1.3.0
    Thanks
    Raj

    Hello Frank,
    Thank you so much for the help.. I have 2 iterator as explained in http://www.oracle.com/technetwork/developer-tools/adf/learnmore/sept2011-otn-harvest-508189.pdf .
    As my treeTable is based on single VO , whenever i select a child node and hit the toolbar edit and/or context menu edit, i get parent node info in the edit form. and this happens until i hitting browser refresh. after that it works as expected....
    when selection is made and edit button is clicked i call the managed bean method to call service operation as:
    public void onTreeTableEditClicked(ActionEvent actionEvent)
    Number id = getSelectedIdFromTree(); // my problem is here ... i am getting parent id until once edit is done(either rollback/commit) and browser refresh is hit. after that i am getting selected it.
    if (id!= null)
    OperationBinding opr =
    ADFBindingUtils.getDCBindingContainer().getOperationBinding("selectMyMethod");
    opr.getParamsMap().put("id", id);
    opr.execute();
    _showPopup(getEditPopup());*
    else
    // show warning.
    public Number getSelectedIdFromTree()
    RowKeySet rks2 = myTreeTable.getSelectedRowKeys();
    Iterator rksIterator = rks2.iterator();
    if (rksIterator.hasNext())
    List<Key> list = (List<Key>) rksIterator.next();
    return ((DBSequence) (list.get(list.size() -
    1).getKeyValues()[0])).getSequenceNumber();
    return null;
    // in the application Module
    public void selectMyMethod(Number id)
    MYVOImpl pvo = getEditMyVOImpl();
    MYVORowImpl row =
    (MYVORowImpl ) pvo.findByKey(new Key(new Object[]
    { new DBSequence(id) }), 1)[0];
    pvo.setCurrentRow(row);
    and the edit popup has value referenced by editIterator...
    Please let me know where i am wrong, or is there something i am missing.
    Thank you
    Edited by: MavenDev on Nov 8, 2011 8:34 AM

  • Mapping issue: from unbound node to two single fields

    Hello,
    I have a source message with a node that is 0... unbounded.
    The node contains a field named "component_name" with occurence  1..1.
    The target message contains only two single fields (component1, component2) and the task is to provide the first two occurences to these fields.
    node occ.1
       component <modul beta>      ->    component1
    node occ.2
       component <modul omega>      ->    component2
    We can expect to have any case like these:
    node is 0   -> no components provided
    node is 1  -> one component provided  (usual case) , so second field will be empty
    node is 2 -> two components provided
    node is > 2 -> need to pick the first two components to provide them to the target fields.
    Does anybody here have an idea how to solve this mapping issue?
    Your ideas are really welcome!
    Best regards
    Dirk

    Stefan's solution is very good, alternatively, if you are sure that you will always have at least two items you can do
    source -> copyValue[0]-> target
    source -> copyValue[1]-> target
    please note: if you don't have at least two items in your source the copyValue function will throw an exception

  • Issue with XML nodes while Import

    Hi I am trying to import R3 data to MDM via XI. In my XML that generated from XI, has a separate nodes for main table and Qualifier Lookup tables. What happens is, in Import Manager, when a Qualifier Lookup table has only one record for a main table record, then those qualifier lookup table fields are displayed as main table elements. In that case my import MAP won't work for that Qualifier table. Any thoughts/advices?.
    Thanks
    Job.
    Edited by: Job C Daniel on Dec 21, 2007 8:00 AM

    Hi Amol,
      Thanks for your reply. My import map was created based on xml from XI( may be I should have used xsd?). I am using Products (partly customized from standard) repository. I have couple of issues.
    1. In the import manager when I opened the xml from XI, in source hiarchy tree table I see main table node and other QL(Qualifier Lookup) nodes for example Location Data and Sales Data. XI generates one XML for a record. Sometimes Sales Data QL node disappears (in import manager) because it has only one sales data record for that main table record and sales fields are populated as elements of main table node. This inconsistency is going to have problem on my Sales Data QL Map.
    2. Likewise, I do not see Material Number (Main table "Key") in Sales Data or Location Data (QL) nodes in IM. But I need that in order to load qualifier fields.
    Your help on this is appreciated.
    Thanks
    Job.

  • Flash Builder 4 LDAP issue on IIS 7 with Coldfusion 8

    I have a cfc that returns empty strings back into my project when I attempt an auto login through LDAP. The same files perform correctly on a different server with IIS 6. I set up a simple cfm  on the IIS 7 server and received the appropriate data. I set up a cfm on the IIS 7 server  to invoke the very same cfc that fails in the flash builder and received the appropriate data. Both servers are inside the company firewall.
    The web folder is set up as an application with windows authentication enabled, disabling and enabling the anonymous authentication seems to have no impact on any of the scenarios. I am assuming I am missing some configuration in the ColdFusion Flex integration but I am not sure what it is. Anyone have a shot in the dark on this one?
    Enable Flash Remoting support  &
    Enable Remote Adobe LiveCycle Data Management access  are both checked
    SSL connections are not being used.

    I absolutly did read the guidance notes and it was based in them that we installed.
    Quote:
    "Now that we have had an opportunity to undertake further testing with the final release of Mac OS X 10.7, we are pleased to report that there are only minor usability issues when using Flash Builder 4.5.1 on Mac OS X 10.7 and, as such, we will be updating our previous statement to confirm compatibility of these releases"
    What I am now experiencing on two different machines is what appears to be outside the scope of these notes and either a new issue that is reproducible, or a Java issue related to 10.7. Not being a Java guy I'm not sure were to begin short of trying Eclipse on its own.
    I am able to produce a crash of FB 4.5.1 by just trying to close an MXML file by clicking the close button of the tab, or by closing a project. This is on two seperate machines now.

  • Same old LDAP issue

    hey folks,
    i am trying to validate an user from my LDAP db
    here are my LDAP entries..
    dn: cn=jim,o=attinfo,c=us
    objectclass: inetOrgPerson
    objectclass: ePerson
    objectclass: organizationalPerson
    objectclass: person
    objectclass: top
    cn: jim
    sn: robinson
    userpassword: {iMASK}>1e5rd9bCaqTnz9oQQSVhFYekLSoUp2vAnOWaZIKO8LfBBW1RuAJi2mvu 4dwcQ+4r5TPYQIFnQyT6QKGV4LEnQvpSLb7vckUjmt2FyrTKtVfJghCZiLvH61oXB1eEawkLFQOi cfjP2lYQYi0LdA5a4mS03I1JrdVdbF<
    uid: jim
    description:: and here is the java code to access that..
    import javax.naming.ldap.*;
    import javax.naming.*;
    import javax.naming.directory.*;
    import java.util.*;
    public class TestLdap2{     
    public TestLdap2(){     
    try{     
    DirContext ctx = null;
    Hashtable ht = new Hashtable(2);
    ht.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");     
    ht.put(Context.PROVIDER_URL, "ldap://dbipaddr:389/o=attinfo");
         ctx = new InitialDirContext(ht);        SearchControls ctls = new SearchControls();        ctls.setSearchScope(SearchControls.SUBTREE_SCOPE);        NamingEnumeration ne = ctx.search("o=attinfo","(sn=robinson)",ctls);
            while(ne.hasMore()){
                 SearchResult sr = (SearchResult) ne.next();
                System.out.println("DN: "+sr.getName());
    Attributes attrbs = sr.getAttributes();          
       for (NamingEnumeration nE = attrbs.getAll();nE.hasMoreElements();)
                    Attribute attr = (Attribute) nE.next();
                    String attrID = attr.getID();                   System.out.println("ID: "+attrID);            
    for (Enumeration vals = attr.getAll();vals.hasMoreElements();)
                     System.out.println("Vals: "+vals.nextElement());
    ctx.close();     
    } catch (Exception e){
              e.printStackTrace();     
    public static void main(String args[]){
         new TestLdap2();     
    }I am getting following error..
    javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; rema
    ining name 'o=attinfo'
    is it some kind of binding issue...
    any help is appreciated..
    thanx..

    Hello, it isn't necessarily a 'binding' issue -- that indicates permissions issues. The problem is that you are searching for Jim in 'o=attinfo,o=attinfo', and ignoring the root ('c=us'). The easiest way to solve the problem is to change the line:
    ht.put(Context.PROVIDER_URL, "ldap://dbipaddr:389/o=attinfo");
    To the following:
    ht.put(Context.PROVIDER_URL, "ldap://dbipaddr:389/c=us");
    Thus, your initial context will be at the root, and when you search your context will change to 'o=attinfo,c=us' which should contain your entry.
    Good luck,
    Derek

  • ISE 1.3 Upgrade LDAP Issue

    We recently upgraded to 1.3 and everything seems fine except that we noticed that the catalyst switches we use AD authentication through ISE for stopped dropping us automatically in enable mode. I did rejoin the device to AD as required post upgrade and have since unjoined and rejoined. When I run the test user option for the AD Identity store I get an error saying its unable to fetch LDAP attributes, see attached. There is also a similar error in the syslog anytime a user logs into the switch. I went back on the syslogs and these errors were not happening until the upgrade. I am assuming this somehow correlates to my issue. Anyone else experienced this post upgrade? Thanks.

    Are you using LDAP or native AD join ?
    There are some issues with LDAP and quotes in the group names, which is not supported. I also have had issues with 1.3 and using comma and users names, so something like Doe, John. is not possible as the name of a user in AD.
    As for native AD, i have not had any issues with ISE 1.3

  • ZfH LDAP issues

    Anyone come across anything like this before - tried running CfgSrvr
    again
    and it just loops around with this failure.
    Error: Crypto-6 Cryptographic Subsystem Message (2 of 3)
    22 December 2003 16:01:11
    An error occured while attempting to obtain <LDAP> credentials.
    SUGGESTION:
    Re-run server configuration (CfgSrvr.exe), and re-specify
    account information.
    Error: Crypto-2 Cryptographic Subsystem Message (3 of 3)
    22 December 2003 16:01:11
    An error occurred during data decryption. Error code = <-1497>.

    David,
    Thanks for the rapid response :-)
    Just updated to NICI 2.6.1 and it seems to have resolved the issue.
    Steve
    "David W Kegel" <[email protected]> wrote in message
    news:AYEFb.2500$[email protected]..
    > Yes, this problem comes up occasionally. Something to do with a
    problem
    > updating NICI version 2.4. try the following:
    >
    > 1) Go to \winnt\system32\novell\nici
    > 2) right click - properties - security tab - advanced button - owner
    > tab - check "replace owner on subcontainer"
    > 3) ok - ok - then go into the administrator directory, and right
    click
    > each of the 3 files in there, choose properties, security tab -
    check
    > "Allow inheritable..."
    > ** you should see the Administrators group added to these files.
    >
    > Then CfgSrvr should run OK.
    >
    > Dave Kegel
    > Novell, Inc.
    >
    > >>> Steve Thompson<steve_thompson@__engl.co.uk> 12/22/03 10:16:26 AM
    >>>
    >
    > Anyone come across anything like this before - tried running CfgSrvr
    again
    > and it just loops around with this failure.
    > Error: Crypto-6 Cryptographic Subsystem Message (2 of 3)
    >
    > 22 December 2003 16:01:11
    >
    > An error occured while attempting to obtain <LDAP> credentials.
    >
    > SUGGESTION:
    >
    > Re-run server configuration (CfgSrvr.exe), and re-specify
    >
    > account information.
    >
    > Error: Crypto-2 Cryptographic Subsystem Message (3 of 3)
    >
    > 22 December 2003 16:01:11
    >
    > An error occurred during data decryption. Error code = <-1497>.
    >
    >
    >
    >
    >

  • RAC issues with second node

    We have two node rac setup. We are facing issues with the second node. if both node are up then application is not able to connect with the database. if the second node is down then application is able to connect.
    What is the reason of this abnormal behaviour ?
    any suggestion ?
    We have oracle 10g RAC ( Database version 10.2.0.4), CRS version 10.2.0.3
    Please help

    oracle@ora1-oam # crsstat
    HA Resource Target State
    ora.cms.cms1.inst ONLINE ONLINE on ora1-oam
    ora.cms.cms2.inst ONLINE ONLINE on ora2-oam
    ora.cms.db ONLINE ONLINE on ora1-oam
    ora.cms.db.cms.com.cms1.srv ONLINE ONLINE on ora1-oam
    ora.cms.db.cms.com.cms2.srv ONLINE ONLINE on ora2-oam
    ora.cms.db.cms.com.cs ONLINE ONLINE on ora1-oam
    ora.myrio.db ONLINE ONLINE on ora1-oam
    ora.myrio.db.myrio.com.cs ONLINE ONLINE on ora1-oam
    ora.myrio.db.myrio.com.myrio1.srv ONLINE ONLINE on ora1-oam
    ora.myrio.db.myrio.com.myrio2.srv ONLINE ONLINE on ora2-oam
    ora.myrio.myrio1.inst ONLINE ONLINE on ora1-oam
    ora.myrio.myrio2.inst ONLINE ONLINE on ora2-oam
    ora.ora1-oam.ASM1.asm ONLINE ONLINE on ora1-oam
    ora.ora1-oam.LISTENER_ORA1-OAM.lsnr ONLINE ONLINE on ora1-oam
    ora.ora1-oam.gsd ONLINE ONLINE on ora1-oam
    ora.ora1-oam.ons ONLINE ONLINE on ora1-oam
    ora.ora1-oam.vip ONLINE ONLINE on ora1-oam
    ora.ora2-oam.ASM2.asm ONLINE ONLINE on ora2-oam
    ora.ora2-oam.LISTENER_ORA2-OAM.lsnr ONLINE ONLINE on ora2-oam
    ora.ora2-oam.gsd ONLINE ONLINE on ora2-oam
    ora.ora2-oam.ons ONLINE ONLINE on ora2-oam
    ora.ora2-oam.vip ONLINE ONLINE on ora2-oam
    ora.rms.db ONLINE ONLINE on ora1-oam
    ora.rms.db.rms.com.cs ONLINE ONLINE on ora1-oam
    ora.rms.db.rms.com.rms1.srv ONLINE ONLINE on ora1-oam
    ora.rms.db.rms.com.rms2.srv ONLINE ONLINE on ora2-oam
    ora.rms.rms1.inst ONLINE ONLINE on ora1-oam
    ora.rms.rms2.inst ONLINE ONLINE on ora2-oam
    ora.tmpl.db ONLINE ONLINE on ora1-oam
    ora.tmpl.tmpl1.inst ONLINE ONLINE on ora1-oam
    ora.tmpl.tmpl2.inst ONLINE ONLINE on ora2-oam
    ora.vcas.db ONLINE ONLINE on ora1-oam
    ora.vcas.db.vcas.com.cs ONLINE ONLINE on ora1-oam
    ora.vcas.db.vcas.com.vcas1.srv ONLINE ONLINE on ora1-oam
    ora.vcas.db.vcas.com.vcas2.srv ONLINE ONLINE on ora2-oam
    ora.vcas.vcas1.inst ONLINE ONLINE on ora1-oam
    ora.vcas.vcas2.inst ONLINE ONLINE on ora2-oam
    ora.vmxcsmdb.db ONLINE ONLINE on ora1-oam
    ora.vmxcsmdb.vmxcsmdb1.inst ONLINE ONLINE on ora1-oam
    ora.vmxcsmdb.vmxcsmdb2.inst ONLINE ONLINE on ora2-oam
    this is the status when both nodes were up.....

  • LDAP issues on RH9

    I'm attempting to use LDAP in the configuration manager but its rejecting me outright. 
    These are my settings:
    Built in database radio button selected
    LDAP Server URL - ldap://mycompany.local:389
    Base Node for User Search: dc=mycompany,dc=local
    Base Node for Group Search: dc=mycompany,dc=local
    User ID attribute Name: cn
    Group ID attribute name: cn
    Group Member Attribute: member
    Default Admin Account for Web Administrator    
    Username - myadminaccountname
    Password - grayedout
    I have verified all of the attributes as being correct but I'm still getting a javax.naming.authetication error - 49
    Can anyone help

    My system has Java jre-6u31-windows-x64 and Tomcat 7.0 installed.   Java has to be installed prior to Tomcat.  Once both are installed, I set the properties for Tomcat to start automatically.
    First and foremost, you have to know where your admin ID is in your AD structure.    I could not get the Configuration Manager to work correctly so I had to edit the robohelp_server.properties file manually.  You can open the robohelp_server.properties (or your new context_server.properties) file in Notepad.
    Once the file is open, verify that the DefAdminPwd is deleted.  Verify that your DefAdminUid adminName is correct. Theres a good tool called Softerra LDAP administrator to query your LDAP server if you do not know where your adminID is. 
    This is the exact procedure that I have my Project Administrators use to create a new context:
    Log into the Robohelp server CMCROBO01 with your administrator name and password.
    Click on Start>All Programs>Adobe RoboHelp Server 9>Configuration Manager
    Navigate to C:\Program Files\Apache Software Foundation\Tomcat 7.0\conf
    Select server.xml and Open.
    Specify Tomcat 7 from the drop-down menu
    At this point the RoboHelp Server Configuration Manager will open.
    Select File>New Context
    Select a context name for your project.  In this case my context name is (mycontextname) - I have been using lower case letters for context naming to stay consistent with folder structure. Click OK.
    (MY Context Name is the name of a project created in RoboHelp 9 HTML that I plan to push to the RoboHelp Server).
    To stay consistent, please do not use special characters when creating a context !@#$%^&*()_+= etc (My rule)
    Click the Use LDAP Authentication check box and fill in the white areas of the RoboHelp Server Configuration Manager.
    LDAP Server URL - ldap://domainController01.myCompany.local:389
    Base Node for User Search - ou=users,ou=is-admins,ou=anotherOU,dc=myCompany,dc=local
    Base Node for Group Search - dc=myCompany,dc=local
    User ID Attribute Name - cn
    Group ID Attribute Name - cn
    Group Member Attribute - member
    Default Admin Account for Web Administrator
              Username - adminrobohelp
              Password - (grayed out)
    Click Save.  Close Configuration Manger.  This should restart the Tomcat service.
    Tomcat may be slow to restart.  Just to be safe, start/restart Tomcat manually.
    Navigate to C:\Program Files\Adobe\Adobe Robohelp Server 9\WEB-INF and find a file called mycontextname_server.properties.  (mycontextname_server), and open the file with Notepad.  Delete the the DefAdminPwd "admin" and save.  Verify that the DefAdminUid is adminrobohelp. (or whatever your adminName is)
    Restart the Tomcat service.

Maybe you are looking for