Clustering with Siebel 8 and HP Unix 11i v2.3

Hi,
Has anyone installed siebel on clustering environment in hp unix environment? If so could you please guide me to the documentation or detailed steps.
Thanks for any assistance.
Regards,
Venkat R.

can we connect to ASM instance remotely and pump data from one ASM to another ASM. It seems it is not possible , just a wild thought.No. Thats not possible.

Similar Messages

  • Problems with Runtime.exec() and certain Unix processes

    Certain Unix processes don't behave correctly when run from Java using Runtime.exec(). This can be seen by running /bin/sh and trying to interact with it interactively. The issue appears to be that /bin/sh (and many other Unix tools) are checking the file handles on the spawned process to see if they are associated with a TTY.
    Is there any way to associate a process spawned by Runtime.exec() with a terminal or alternatively, is there a JNI library available that would setup the process correctly and still provide access to the input and output streams?
    Our objective is to have the flexibility of expect in being able to run and interact with spawned processes. A bug was opened at one point but closed back in 1997 as being a fault in the spawned process, not Java.
    Bug ID: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4058689

    #include <stdio.h>
    void doit() {
    int c;
            while((c=getc(stdin)) != EOF) {
                    printf("%c",c);
    int main() {
            freopen("/dev/tty", "r", stdin);
            doit();
    }This program reopens its standard input against /dev/tty and catenates it to stdout. And voila, it takes its standard input from the terminal, even though it was started with stdin against /dev/null..
    $ gcc b.c -o b
    $./b < /dev/null
    buon giorno
    buon giorno

  • Siebel 8117 and BIP Multilingual reports not working.....

    Hello,
    We went live with Siebel 8113 and BIP. We have Siebel Reports configured in 4 languages and the choosing the language and locale on report generation pick applet worked fine with correct translated report coming out.
    We have upgraded Siebel to 8117.
    Reports stopped working. Applied 8117 related BIP objects(only repository objects and seed data - ACR 719B) then default language, ENU, reports worked fine. But other languages are still generating ENU reports.
    Applied QF0703 in Tools (It has SIEBEL_BIP_8117 Extension SIF) and deployed the SRF.
    Only two things from 8117 BIP related items we missed.
    a) EIM Table related schema changes. This is of no use for us as we don't use EIM.
    b) LMU files were not imported into tools. Each time I tried to import an LMU, it gives an error that site "http://www.oasis-open.org/committees/xliff/DTD" is an invalid site. On checking in browser found that it should be https and changed it in one language XLIFF. Once the transport changed to http, comes an error that the patch is invalid".
    Not sure what is the importance of LMU OR how to get around it.
    Any suggestions are appreciated.
    -Ravi-

    Can anyone help me on this please?

  • Problem with clustering with JBoss server

    Hi,
    Its a HUMBLE REQUEST TO THE EXPERIENCED persons.
    I am new to clustering. My objective is to attain clustering with load balencing and/or Failover in JBoss server. I have two JBoss servers running in two diffferent IP addresses which form my cluster. I could succesfully perform farm (all/farm) deployment
    in my cluster.
    I do believe that if clustering is enabled; and if one of the server(s1) goes down, then the other(s2) will serve the requests coming to s1. Am i correct? Or is that true only in the case of "Failover clustering". If it is correct, what are all the things i have to do to achieve it?
    As i am new to the topic, can any one explain me how a simple application (say getting a value from a user and storing it in the database--assume every is there in a WAR file), can be deployed with load balencing and failover support rather than going in to clustering EJB or anything difficult to understand.
    Kindly help me in this mattter. Atleast give me some hints and i ll learn from that.Becoz i could n't find a step by step procedure explaining which configuration files are to be changed to achieve this (and how) for achiving this. Also i could n't find Books explaining this rather than usual theorectical concepts.
    Thanking you in advance
    with respect
    abhirami

    hi ,
    In this scenario u can use the load balancer instead of fail over clustering .
    I would suggest u to create apache proxy for redirect the request for many jboss instance.
    Rgds
    kathir

  • Problem with clustering with JBoss server---help needed

    Hi,
    Its a HUMBLE REQUEST TO THE EXPERIENCED persons.
    I am new to clustering. My objective is to attain clustering with load balencing and/or Failover in JBoss server. I have two JBoss servers running in two diffferent IP addresses which form my cluster. I could succesfully perform farm (all/farm) deployment
    in my cluster.
    I do believe that if clustering is enabled; and if one of the server(s1) goes down, then the other(s2) will serve the requests coming to s1. Am i correct? Or is that true only in the case of "Failover clustering". If it is correct, what are all the things i have to do to achieve it?
    As i am new to the topic, can any one explain me how a simple application (say getting a value from a user and storing it in the database--assume every is there in a WAR file), can be deployed with load balencing and failover support rather than going in to clustering EJB or anything difficult to understand.
    Kindly help me in this mattter. Atleast give me some hints and i ll learn from that.Becoz i could n't find a step by step procedure explaining which configuration files are to be changed to achieve this (and how) for achiving this. Also i could n't find Books explaining this rather than usual theorectical concepts.
    Thanking you in advance
    with respect
    abhirami

    hi ,
    In this scenario u can use the load balancer instead of fail over clustering .
    I would suggest u to create apache proxy for redirect the request for many jboss instance.
    Rgds
    kathir

  • SOAP ports with cluster setup and BES?

    Okay, our cluster setup in NetWare (yes, still NetWare cluster) with Groupwise 7.0.3 we have unique TCP ports for the client/server (like 1677-something). Even though each clustered node has a unique IP and is running in protected memory.
    That being said:
    We'd like to enable SOAP for use with BES and GWArchive.
    The issue/question:
    Do either of these figure out the SOAP port for each PO? Or must the SOAP port be the same among all the PO's for BES to work properly?
    If the SOAP port must be the same (I'm not the BES admin, so I don't know if the setup lets you specify just one port or if you can defined them per PO), can you run multiple POA on the same physical host (keep in mind, this is clustered with protected memory) and use the same TCP port # for SOAP?

    kjhurni wrote:
    > Okay, our cluster setup in NetWare (yes, still NetWare cluster) with
    > Groupwise 7.0.3 we have unique TCP ports for the client/server (like
    > 1677-something). Even though each clustered node has a unique IP and is
    > running in protected memory.
    >
    > That being said:
    >
    > We'd like to enable SOAP for use with BES and GWArchive.
    >
    > The issue/question:
    >
    > Do either of these figure out the SOAP port for each PO? Or must the
    > SOAP port be the same among all the PO's for BES to work properly?
    >
    > If the SOAP port must be the same (I'm not the BES admin, so I don't
    > know if the setup lets you specify just one port or if you can defined
    > them per PO), can you run multiple POA on the same physical host (keep
    > in mind, this is clustered with protected memory) and use the same TCP
    > port # for SOAP?
    >
    >
    I haven't used BES, but in general there's no auto-discover method for
    SOAP ports, so yes they'd probably have to be the same port.

  • Adobe Integration with Siebel CRM

    Hi
    We have to Integrate Adobe Forms with Siebel CRM and using vesion 8.1
    Referred Some PDF's from 8.1 Bookshelf and clearly mentioned as Required Adobe Live Cycle Designer, Adobe Form Server
    Can we get the same from edelivery.oracle.com or should we refer any other website?
    Also Mentioned some JAR Files are required for Adobe Integration, where do we get these JAR Files
    I have gone through with one of Siebel Public Sector's Functional Overview from iLearning.oracle.com, they mentioned
    Siebel Self-Service, to see the Siebel Self-Service Functionality what is the CFG File we have to use?
    Does this Adobe Integartion Supports in Siebel 8.0 version?
    Plz Provide the Information
    Thanks & Rgds
    Prasad

    hi there
    Siebel does offer email functionality directly within Siebel CRM. so to have everythign within the CRM it would be the most straigth forward approach to handle all the medias from the beginning within Siebel --> having all contact history already at the place in the CRM where your customer requests to have it.
    for the voice and mail channel there is a multi channel adapter available integrating Cisco UCCE and Siebel CRM. Siebel does today not contain of a dedicated chat modul - so this isn't integrated (yet).
    is chat a requirement you do face today? or as you talk about EIM "only" voice and mail?
    if an approach for voice and mail would help to cover your customers requirements then i do auggest to have a look at http://www.bucher-suter.com/en/products/bucher-suter-software/siebel-integration.html.
    kind regards
    adrian

  • Siebel 8.2 Vanilla SRF different from SRF with Full Get and Full Compile

    This has been an issue I've been banging my head on the wall against. Basically, I installed Siebel Public Sector 8.2 in Unix and did so without any problems. I created a Mobile Client, generated and extracted the Database and did a full get using Siebel Tools. I then did a full compile and obtained an SRF file (in my local Windows machine). I compared this SRF file with the existing SRF in the Unix Server and the two files are quite different. The full get + full compile SRF has 519 objects that are modified and new when compared to the server SRF.
    Now, here's the kicker. Remember this is a new installation of Siebel, when I use the Vanilla SRF file in the server, the Contact Income View works. Now when I overwrite this Vanilla SRF with the SRF I get by doing a full get + full compile, Siebel crashes when these runtime events happen. Drilldown to a contact (create one if there's none), go to the Income tab, then go to different screen (say Cases or Home). Siebel crashes and creates an FDR file. When I revert to the Vanilla SRF, everything is fine again.
    My question is, why are the two SRFs different from each other and why does the full get + full compile create a "malfunctioning" SRF?
    Any guidance with this issue will be highly appreciated.
    Bernhard

    The extract database job ran without any problems. Here are my parameters:
    Client Database encryption key: none
    Client Name: <mobile client name>
    Encrypt client Db password: false
    The Mobile client uses the Routing Model: MOBILE CLIENT - EXTRACT ONLY
    I also ran the extract database job using the following parameters:
    Client Database encryption key: none
    Client Name: <mobile client name>
    Encrypt client Db password: false
    Extract all Repositoryt Tables: true
    but it resulted in a failure when I did a full compile.

  • Problem with Siebel and OIM

    We have a conflict with Siebel. We are executing the process of reconciliation "Siebel Lookup Recon", the process takes about 30 minutes and concludes with a execute status of "Success", apparently is bringing the information correctly from Siebel, but nothing is written in the OIM.
    Therefore I request your support to validate what happens.
    Any idea?
    Regards.

    I change the config to authwl.conf instead of auth.conf and worked, but now I am stuck at:
    tcResultSet rs = userOps.findAllUsers(query);
    where it's thrown:
    java.lang.NullPointerException
         at Thor.API.Operations.tcUserOperationsClient.findAllUsers(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy0.findAllUsers(Unknown Source)
         at ar.com.tgs.vk.commons.OIMUtils.prueba(OIMUtils.java:57)
         at ar.com.tgs.vk.commons.OIMUtils.main(OIMUtils.java:48)
    Is like some Weblogic library is needed by the Eclipse project..

  • SQL Server 2012 Multi-Site clustering with 2 nodes for HA and DR

    Usually we setup 2 Node Prod cluster for Local HA and 1 or 2 Nodes in other data centre for DR
    Given that we have an option to setup multi-site / multi-subnet clustering from SQL 2008 R2/2012. I am planning to use just 2 nodes, 1 in prod data centre and 1 in DR data centre with 2 or 3 instances. This will act as both HA and DR solution.
    I would like to know if this solution is good, and any disadvantages, any best practices, etc.? By implementing this I can save some cost on physical servers.
    Following will be configured:
    * Will be using different subnets, quorum on different server with "Node and File Share Majority"
    * All virtual IPs will be registered for virtual name, and Subnetdelay, Subnet threshold will be modified accordingly
    * All nodes on same domain
    * Use SAN Disk with replication to DR site

    SQL 2008 R2 doesn't support multi-subnet clustering. You would still need 3rd party component like VLAN and Disk Replication. SQL 2012 is the first version to support multi-subnet clustering without using VLAN. you would still need disk replication hardware/software.
    Taken from my book
    Since nodes are often located in two different data centers at geographically dispersed locations, there is no shared storage between the nodes in a multi-site cluster. Clustering across two different data centers provides a higher level of availability and
    protection at the storage level as we have more than a single copy of the data.
    For SAN replication technology implemented in such clusters, the main activity is to keep data replicated between the sites. Typically, if we have nodes on two different sites, we would have two different network infrastructures and the nodes would be in
    different subnets. In such cases, if we are on a SQL Server version before 2012, we need to use third party VLAN (Virtual LAN) technology so that one IP address travels between two sites. This is called wide-IP. Companies hesitate with this solution because
    of the need to buy a third party solution to deploy the VLAN. Using VLAN technology means the same IP address would failover to the remote site in case of a local site disaster. Network administration might consider this as an overhead to maintenance and an
    extra piece of the networking component that needs to be secure.
    With SQL Server 2012 we do not need to use stretch VLAN technology but SAN replication is still needed for multi-site clustering. The OS version for this can be from Windows Server 2008 R2 and above. In this deployment, we can have a SQL virtual network
    name having an “OR” dependency on two different IP addresses. One address would be representing each subnet. With the “OR” dependency, if IP1 or IP2 is online we just use the network name. This is one of the Enterprise Editions only features.
    Other option which you can think of, without using 3rd party solutions would be AlwaysOn Availability Group. I have written details about it in my book.
    Balmukund Lakhani | Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Problems with ARD and SwUpd Unix Command

    Hi everybody
    I have a problem sending UNIX commands to my clients, I work in a school with 500 macs, with 10.4 and 10.5 systems and all the computers download the updates from my Software Update Server, but when I try to send the command from ARD (sudo softwareupdate -i -a) the clients attemp to connect to Apple's servers instead my own SUS. It seems when I try to install with sudo command, overrides the address of my server.
    I show you the output:
    $ sudo softwareupdate -i -a
    password:
    2009-09-22 12:14:31.712 softwareupdate456 loader:didFailWithError:NSError "XML parser error:
    Encountered unknown tag style on line 5
    Old-style plist parser error:
    Malformed data byte group at line 5; invalid hex
    " Domain=SUCatalogLoader Code=0 UserInfo={
    NSLocalizedDescription = "XML parser error:\n\tEncountered unknown tag style on line 5\nOld-style plist parser error:\n\tMalformed data byte group at line 5; invalid hex\n";
    NSURL = http://swscan.apple.com/content/catalogs/index-1.sucatalog;
    Error: XML parser error:
    Encountered unknown tag style on line 5
    Old-style plist parser error:
    Malformed data byte group at line 5; invalid hex
    Software Update Tool
    Copyright 2002-2005 Apple
    When I try this command as a normal user, everything is ok:
    $ softwareupdate --list
    2009-09-22 12:15:03.569 softwareupdate458 Loading CatalogURL http://xserve.fcaq.k12.ec:8088/index.sucatalog
    Software Update Tool
    Copyright 2002-2005 Apple
    Software Update found the following new or updated software:
    * iPhoto504-5.0.4
    iPhoto Update (5.0.4), 41980K recommended
    * JavaForMacOSX104Release7-1.0
    Java for Mac OS X 10.4, Release 7 (1.0), 82580K recommended
    * iTunesX-9.0.0
    iTunes (9.0.0), 87530K recommended
    * QuickTime-7.6.4
    QuickTime (7.6.4), 51340K recommended restart
    * RemoteDesktopAdmin33-3.3 v1.1
    Remote Desktop Admin Update (3.3 v1.1), 57530K recommended
    * SecUpd2009-005PPC-1.0
    Security Update 2009-005 (PowerPC) (1.0), 81690K recommended restart
    I hope you can help me... Thank you so much

    I have the exact same problem with two PowerMac G5's. I need to have full resolution on the remote G5 which has no monitor connected, but only get to choose between PAL and NTSC TV resolution. This is really annoying, and in my opinion a major bug in ARD 3.1 and below. Why is the user forced to see such a small remote window if the remote computer is capable of much more?

  • Compatibility with Oracle RAC 10g and E-business 11i ?

    Hi netpros,
    I am currently helping the sales guys with a tender. The customer requires the solution to be compatible for delivering Oracle RAC 10g and e-business 11i. we are proposing a combination of Cat6509E for the core with Infiniband server switches. Are these devices OK for use with Oracle. I have not much experience with Data centers and so any help is much appreciated.

    Hi,
    It just so happens Cisco have a paper on exactly this subject (Oracle and e-business 11i) here:
    http://www.cisco.com/application/pdf/en/us/guest/netsol/ns50/c649/ccmigration_09186a00807688ce.pdf
    The design is somewhat OTT as it includes everything which Cisco thinks may be even vaguely useful, including ACE and FWSM modules. However, it's very useful as a comparison document and does include some good design tips, and the references at the end are also worth following up.
    I wouldn't want to get into the whole Infiniband vs Fiber Channel argument (the doc uses MDS switches) but both work just fine in the DC environment.
    HTH
    Andrew.

  • Clustering with wl-proxy (NES)and F5's Big IP

    Hi guys.. We are getting ready to deploy our eCommerce application on
              WebLogic server 4.5.1 and I have a question. Here's our setup:
              We are running 8 WebLogic servers on 2 Sun 5500 Enterprise servers
              clustered together with in-memory replication. This cluster will be
              front ended with two Netscape Enterprise server (NES) running the
              NES-WebLogic bridge, the nsapi wl-proxy. Now these two SSL NES servers
              will have identical entries in their obj.conf, ie: they will point to
              all of the same machines in the WebLogicCluster line.
              Now these SSL servers are load balanced using BIG/ip from F5 Networks
              (www.f5.com). Now wl-proxy simply looks at the cookie to do the sticky
              load balancing and so I don't foresee a problem if BIG/ip switches
              inbound request between the 2 Netscape servers. Is my assumption
              correct? Anyone have any experience with BIP/ip and WebLogic
              together?? Just wondering. Thanks
              --Vinny
              

    Hi guys.. We are getting ready to deploy our eCommerce application on
              WebLogic server 4.5.1 and I have a question. Here's our setup:
              We are running 8 WebLogic servers on 2 Sun 5500 Enterprise servers
              clustered together with in-memory replication. This cluster will be
              front ended with two Netscape Enterprise server (NES) running the
              NES-WebLogic bridge, the nsapi wl-proxy. Now these two SSL NES servers
              will have identical entries in their obj.conf, ie: they will point to
              all of the same machines in the WebLogicCluster line.
              Now these SSL servers are load balanced using BIG/ip from F5 Networks
              (www.f5.com). Now wl-proxy simply looks at the cookie to do the sticky
              load balancing and so I don't foresee a problem if BIG/ip switches
              inbound request between the 2 Netscape servers. Is my assumption
              correct? Anyone have any experience with BIP/ip and WebLogic
              together?? Just wondering. Thanks
              --Vinny
              

  • Monitoring OpenVMS and Digital Unix with SunMC

    Hi there,
    Does anybody know of a way to monitor operating systems like OpenVMS and Digital Unix with SunMC?
    I'm not really interested in a lot of fancy stuff, just the basics like cpuload, memory, filesystems and checks on logfiles.
    Many thanks for your response!
    Emerald

    Hi Emerald,
    Does anybody know of a way to monitor operating
    systems like OpenVMS and Digital Unix with SunMC?For the DEC box if you're referring to what's now known as HP's Tru64 you can get SunMC-like functionality from a Neuron Agent:
    http://www.halcyoninc.com/products/NeuronAgent/index.php
    Neuron uses the same basic tech under the hood but has been adapted to run standalone with it's own built-in web interface.
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • Can somebody help me with Siebel and Fusion Integration

    Hi,
    I want to integrate Siebel with BPEL.
    I can't use the Oracle AS adapter available for Siebel for integration purpose.
    I have to integrate using web services.
    Can somebody help me out with any document of integration BPEL with Siebel using WebServices??

    Hi,
    Find attached the link/note for integration of BPEL with Siebel, hope this will be useful
    http://download-east.oracle.com/docs/cd/B31017_01/integrate.1013/b28999/intro.htm
    Oracle® Application Server
    Adapter for Siebel User's Guide
    10g Release 3 (10.1.3.1.0)
    B28999-01
    Rgds,
    Muru

Maybe you are looking for

  • How to activate all inactive objects for current user

    Hi How to activate all inactive objects for current user ... ... I have found a (long winded) way to do this: - Environment / Inactive Objects - Add to Worklist - Display Worklist - Select All - Activate this will open a dialog titled "Inactive Objec

  • Itunes locks up when I click the Burning tab of the advanced options panel

    I can't burn normal cds now because of this issue. It simply locks up, not allowing me to do anything but close it by force. Edit -> Preferences -> Advanced -> Burning LOCKUP

  • Usage tracking is severely flawed, $135 of surprise overage!

    Wow, just wow. Apparently, the usage tracking for Verizon is so severely delayed that it's impossible to know how much data you've actually used until the billing cycle ends, which can lead to HUGE amounts of surprise overage! And then Verizon holds

  • Error logs for ain/test_client ?

    Hi, I'm using transaction ain/test_client and trying to post a receipt for a delivery but when I send the message (successful in ain/test_client) I don't see any logs in the application log and nothing happens any change to get a log from it ? Regard

  • Stuck in Slideshow

    I'm having a huge problem with my Macbook Pro (first problem ever).  I was setting up a slideshow with music.  Once it started playing I couldn't get it to stop. I've done a control+alt+esc and that doesn't work.  I've let it run completely down and