Question on OIM11gR2 clustered mode

All,
We have a clustered environment where OIM 11gR2 is up and running.
Now, we are going to develop an application which will call all OIM api's and deploy it in OIM managed server.
Please let me know your suggestion to implement this.

How to achieve load balancing on Managed Server?
According to documentation, if you have cluster, say two separate Weblogic server, each hosting a OIM server (admin and managed), and if they are configured in cluster, then managed server will be automatically load balanced. Is that correct? If not, then what needs to be done to achieve load balanced OIM Managed server.

Similar Messages

  • WebCache in clustered mode throws http Error Code 508

    Hi All,
    I have Oracle webcache in a clustered mode ,which is acting as a loadbalancer for the Oracle Application Server.
    The Oracle Application Server is hosting custom j2ee application .
    Scenario 1:
    Only one Node of WebCache is Up
    If i try to access the web Application through Browser, then the page is displayed successfully.
    Scenario 2:
    Both the WebCache Nodes are up and Running
    Problem statement:
    If i try to access the web Application through Browser, then it gives me blank page and HttpError Code 508 in background.
    The Problem what seems to me is the session persistence problem.
    As far as i know,
    In a cluster environment, developers must be aware that the HTTP session can run in multiple JVMs. The session attributes should be kept consistent in each JVM. Otherwise, the same input may cause different results when the application runs on different nodes because the user-related data is inconsistent in these two nodes.
    The precondition is that all shared attributes must be serialized and deserialized. When you put a Java object into a session and want it shared across all nodes, declare this Java object as a serializable interface
    I want to know, is my understanding correct and code is causing the problem and needs to be checked in the source code of application
    or there is any configuration missing on WebCache?
    I would appriciate any pointers.
    Regards
    Ak

    TO confirm this, did you try to run anypage that doesnt contain a session object? and see if you can use the pages?
    If so work on making your application clusterizable.
    Also why dont you try to create VirtualHost and register them into WebCache so it will get this request and attend them
    Hope this helps
    Greetings.

  • "__TimerPool not found" in clustered mode

    Hi,
    I keep hitting on the following error when running in clustered mode:
    [#|2007-12-28T08:12:42.500+0800|WARNING|sun-appserver9.1|javax.enterprise.system.container.ejb.entity.lifecycle|_ThreadID=57;_ThreadName=p: thread-pool-1; w: 36;_RequestID=ec45ba68-d015-4dbc-9565-93d9c55b8621;|JDO74004: Bean 'TimerMigrationBean' method setEntityContext:
    com.sun.jdo.api.persistence.support.JDOFatalUserException: JDO76604: JNDI lookup for cmp-resource 'jdbc/__TimerPool' failed.
    NestedException: javax.naming.NameNotFoundException: __TimerPool not found
            at com.sun.jdo.spi.persistence.support.sqlstore.ejb.SunContainerHelper.getPersistenceManagerFactory(SunContainerHelper.java:330)
            at com.sun.jdo.spi.persistence.support.sqlstore.ejb.CMPHelper.getPersistenceManagerFactory(CMPHelper.java:218)
            at com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.jdoLookupPersistenceManagerFactory(TimerMigrationBean649625130_ConcreteImpl.java:243)
            at com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.setEntityContext(TimerMigrationBean649625130_ConcreteImpl.java:194)
            at com.sun.ejb.containers.EntityContainer$EntityContextFactory.create(EntityContainer.java:2515)
            at com.sun.ejb.containers.util.pool.NonBlockingPool.preload(NonBlockingPool.java:280)
            at com.sun.ejb.containers.util.pool.NonBlockingPool.doResize(NonBlockingPool.java:507)
            at com.sun.ejb.containers.util.pool.NonBlockingPool$IdleBeanWork.run(NonBlockingPool.java:605)
            at com.sun.ejb.containers.util.pool.NonBlockingPool$IdleBeanWork.service(NonBlockingPool.java:597)
            at com.sun.ejb.containers.util.WorkAdapter.doWork(WorkAdapter.java:75)
            at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:555)
    NestedStackTrace:
    javax.naming.NameNotFoundException: __TimerPool not found
            at com.sun.enterprise.naming.TransientContext.doLookup(TransientContext.java:216)
            at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:188)
            at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:192)
            at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:74)
            at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:111)
            at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:398)
            at javax.naming.InitialContext.lookup(InitialContext.java:392)
            at com.sun.jdo.spi.persistence.support.sqlstore.ejb.SunContainerHelper.getPersistenceManagerFactory(SunContainerHelper.java:299)
            at com.sun.jdo.spi.persistence.support.sqlstore.ejb.CMPHelper.getPersistenceManagerFactory(CMPHelper.java:218)
            at com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.jdoLookupPersistenceManagerFactory(TimerMigrationBean649625130_ConcreteImpl.java:243)
            at com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.setEntityContext(TimerMigrationBean649625130_ConcreteImpl.java:194)
            at com.sun.ejb.containers.EntityContainer$EntityContextFactory.create(EntityContainer.java:2515)
            at com.sun.ejb.containers.util.pool.NonBlockingPool.preload(NonBlockingPool.java:280)
            at com.sun.ejb.containers.util.pool.NonBlockingPool.doResize(NonBlockingPool.java:507)
            at com.sun.ejb.containers.util.pool.NonBlockingPool$IdleBeanWork.run(NonBlockingPool.java:605)
            at com.sun.ejb.containers.util.pool.NonBlockingPool$IdleBeanWork.service(NonBlockingPool.java:597)
            at com.sun.ejb.containers.util.WorkAdapter.doWork(WorkAdapter.java:75)
            at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:555)When I check on the __TimerPool JDBC resource under the Resources tab, it's enabled for the default "server" target. I cannot add my cluster configuration as one of the targets as it would give me an error "Creation or deletion of the system resource reference jdbc/__TimerPool is not allowed.".
    Can I know what does this error mean and what are its implications? I guess how to fix it would be pretty useful as well :)
    Thanks!
    Wong

    I solved this problem creating a new Timer DB on an external database, the creation script can be found in <as-installation>/lib/install/databases after this you must
    1. create-jdbc-connection-pool
    2. create-jdbc-resource
    3. set <cluster-config>.ejb-container.ejb-timer-service.timer-datasource=<datasource name>

  • [b]Possibility to run 9iAS for OCS in clustered mode[/b]

    Possibility to run 9iAS for OCS in clustered mode
    Hi,
    we're using two nodes of 9iAS in two data centers. We've been told that it isn't possible to add the 9iAS to a 9iAS cluster. Does anybody has experience to use two nodes of 9iAS of OCS2 as cluster with load balancing and automatic configuration deployment functionality?
    Any help would be welcomed...
    Kind regards,
    Tobias Hitzfeld

    You can use RAC for the databases but the infrastructure is only supported with HA CFC (Cold failover Cluster). You can look at the document for this in this location.
    http://otn.oracle.com/products/ias/hi_av/content.html

  • Profiling in clustered mode

    Hello. Do you know of a good profiler that works in clustered mode? Most of the ones I have tried have issues trying to profile a managed node. The JMP profiler works except it will fail to bring up the object window. It will bring up the main and the method window, but not the object. JProbe and the Eclipse Profiler Plugin will not find the appropriate classes when starting the managed server.
              Working in stand alone server mode I am able to use any of the profilers fine.
              I need to attempt to profile in clustered mode since the leak is present there instead of standalone mode.
              Thanks for any help
              -dc

    We have used JProbe profiler without any issues for a managed server instance which is a part of a cluster. Please let us know what are the issues you are facing with JProbe and weblogic managed server.
              Thanks
              Seshi.

  • OIF 11g in Clustered Mode

    Hello,
    I have installed oif 11g in clustered mode.
    The 1st OIF, adminserver & EM is on the same machine. 2nd OIF server is on another machine.
    I can start this remote server using node manager but I cannot access the OIF admin from EM console, it gives 'agent unreachable' error.
    I tried re-registering instance and emagent but still getting the same error.
    Any help would be appreciated.
    Thanks,

    "High Abvailability" and "Clusturing" are general basic requirement for any production installation but it does NOT mean that any system installed in production MUST have "High Abvailability" and "Clusturing" configured.
    Regards,
    Anuj

  • Short question of Detector Interactive mode.

    Hi..
    I have a question of detector interactive mode.
    when I run the detector with interactive mdoe, the pps exceeded and then the recommanded filter is enabled
    next, I go to the pending filter menu , in there , I can choose the action as accept accept always, always ignore.
    If the filter activated with SRC IP, and I always accept it. if so the that SRC IP enabled always?, Not All SRC IP?
    Is there command to check always accept filter in detector module? cmd or wbm

    Hi,
    If you read it again it says that you can't mount the Intel machine on your Powerbook, but you can do it the other way round. So if you connect the computers, and start your powerbook in Traget Disk Mode it will mount on the Intel machine, and you can transfer your files to the powerbook.
    Regards

  • TS2570 iMac won't boot, GSOD with Flashing Question Mark, safe/verbose mode not possible

    I have an iMac 24", just over 2 years old running OS X v10.5 (Leopard). Mighty Mouse and bluetooth keyboard, no peripherals.
    It slowed enormously over the last few weeks and has now ceased to boot.
    On switching on I hear the chime (blank grey screen initially), the grey screen hangs for approx 30sec before the flashing folder/?mark icon appears.
    There is no further progress.
    Boot key combination results:
    Can reset NVRAM (Option-Command-P-R)
    Cannot boot to safe mode
    Cannot boot to startup manager
    Cannot boot to verbose mode
    Cannot boot from target media (DVD etc)
    Cannot boot to AHT mode
    Cannot boot to single user mode
    I have followed the steps here http://support.apple.com/kb/TS2570
    Disconnect, test peripheral devices and network cables - done - de-powered and rebooted. No difference.
    Perform a Safe Boot- this does not work.  I am familiar with the boot combinations and timings. The safe boot leads to the same flashing folder/?mark icon. I have also tried verbose, single user, AHT and startup manager with the same result.
    Reset the NVRAM / PRAM - done - this worked and kicks the system into an auto-reboot after 3-5 seconds. This also demonstrates the Keyboard is fine. The subsequent boot fails at the same point via normal, safe or verbose boot instructions.
    Start from your Mac OS X Install disc; use Disk Utility – I never received an OSX install disk.  I have the original box with receipts etc, the only disk present is an unsealed version of iLife (yeah thanks Apple).  Where would I get one?
    Check your cables and power source – done - all fine.
    Remove third-party RAM and internal hardware – not applicable.
    Perform an Archive and Install installation of Mac OS X – how would I do this when I cannot boot the device?
    Perform an Erase and Install installation of Mac OS X as a last resort – how would I do this when I cannot boot the device?
    To me the problem looks like a HDD failure.  I had windows (dual boot) professionally installed when I bought the iMac and since the Windows boot option is also not visible (startup manager itself does not work) I suspect the system can’t find bootable media because the HDD isn’t spinning.
    An OS corruption would generally affect one or the other but presumably not both Operating Systems simultaneously.
    It's hard to be certain, but I’m sure it used to make more noise.
    I had a look into opening it up and troubleshooting the physical components but it’s hard to know where to start.  There are no obvious ways in and I’m not a professional so decided to post a question here rather than hack it open.
    I'd be grateful if you could suggest next steps here, or is it time to go dig a hole in the garden?  I certainly expected more than 2yrs life from a £1200 unit.
    Many Thanks,
    Ryan

    Thanks for the response,
    I bought the iMac new, 17th Jan 2010, all receipts intact but no extended warrenty. I declined the Applecare Plan for two reasons.
    (1) The sales rep seemed very confident in the product build. In fact the main justification of the price tag was the quality of the device. I'd also never had an apple device malfunction at that stage.
    (2) The incumbent EU regulations are quite fair in so much as legislation dictates electrical goods should be manufactured to function for a 'reasonable' lifetime. I would be morally uncomfortable paying for rights I theoretically already have.
    I triple checked on the OS X disks you mentioned but no joy. Unusual as it may be, the box has not been used and it's contents reflect the day of purchase. 
    I'm happy to order the OS X v10.5 DVD and attempt a boot to the disk utility, I don't mind risking a few bucks on a potential fix.  I'll need to figure out where to order the disk, the call centre is closed ATM so watch this space.
    What I'd really be interested in is; (a) is there a known diagnostic routine to determine the HDD functionality and (b) it is possible to replace/upgrade the HDD?  This for me is where the iMac loses ground against a conventional PC in terms of motherboard/component access. It's far superior from an asthaetics perspective while things are running smoothly and the OS is great but the first sign of a hardware malfunction and there seems little or no scope to self-medicate the device.
    The disk has around 40-60 GB free space.
    I don't have a second Mac, nor any friends or family with a Mac to 'borrow' for the disk utility test you mentioned. I'll hunt around this afternoon/week but my instinct tells me finding a locally accessable Mac running 3 yr old OS X might not be possible. Again, watch this space, I'll post any further developments. 
    In the meantime any further assistance or answers to the above questions on determining HDD status would be much appreciated. No progress has yet been made on the original issue of failing to boot.
    Many Thanks
    Ryan

  • Facts and Figures - A Question for the Forum Mods

    A bit of a daft question for which I am sure the Forum Mods can provide an answer.
    How many folks were registered on the old forum and how many on the new one?
    I just want to put something BT Chairman Sir Michael Rake wrote to BT shareholders this month into context.
    "To forbid us anything is to make us have a mind for it."
    -- Michel de Montaigne, Essays, 1559

    Naughty naughty General - they dont do "daft" on this forum, you should know that.  
    "You may well think that, I'm afraid I could'nt possibly comment"
    Francis Urqhuart, who was never known by his initials to his friends. 
    AQ.
    "Welcome to Royston Vasey - You'll never leave."

  • Question about using blending modes when cloning

    Hi I want to clone on a blank layer above the background layer. I have the tool set to curent and below and the blank layer is set to normal blending mode.  I want the cloning to be in darken blending mode. I change the blending mode of the clone stamp tool to darken. Will that work on a blank layer that is set to normal or is it necessary to also change the blending mode for the blank layer to darken as well? Thanks for your help.

    Well thanks. It's not just a portion of the image that I want to clone on using different blend modes, but the entire image. I didn't want to duplicate the background to clone on as it adds a lot in size to the image and its harder to edit out incase I make a mistake. Guess I will have to have two layers, one set to lighten and one to darken. I wish that Adobe would make photoshop work in the next version so that you could just change the blending mode of the clone stamp tool in the tool bar. Wasn't it like this in versions before CS5?
    So I have another question for you. Can I use the healing brush on lighten and darken blending modes on a blank layer set to normal with sample current and below selected? Or do I have to switch between two separate layers, one set to lighten, one set to darken?
    Thanks again.

  • Newbie Labview Question: Array of clusters

    1: i am a student
    2: this is not homework or a graded project
    3: I'm a pretty capable programmer, but that's in text-based languages. ;-)
    I have a sensor feed which contains 4 channels. I need to leave all 4 channels active, but I want to select one of them to graph at any given time. The data from the NI driver for the hardware comes as a 1x4 array of 2-element clusters.
    Normally, I'd just index to the desired element in the 1x4 array, and feed that cluster to the appropriate graphing tool, but I'm missing something. I swiped a display element from the NI driver example VI's, but any time I insert blocks between the data feed and the graph I get "bad connection" errors.
    I've been googling and book-looking for several days now, to no avail, I'd appreciate any help in this question.
    in the image at ( http://dl.dropbox.com/u/4286123/LabviewHelp.jpg  ), what block do i need to insert into the highlighted wire to be able to select and graph only one of the 4 data channels, controlled by an integer source?
    Many thanks.
    Solved!
    Go to Solution.

    Use the Index Array funtion found in the Array palette.  Wire in the index number of the waveform you wish to display.
    - tbob
    Inventor of the WORM Global

  • Question about NSS, clustering Postfix over NSS shared vol.

    Hi all!
    I have a question related to NSS. I am thinking to deploy an antispam server
    using Postfix, spam assassin, clam av, etc. So the first step on my implementation
    is to port Postfix to a cluster-service using NCS and move the Postfix queue to a shared
    volume, on a NSS volume from a SAN. So, here is the problem. I didnt have any problems
    migrating MySQL to a resource and the data dir to a shared NSS volume but with Postfix
    I am having a lot of problems moving the queue dir to a NSS filesystem.
    I think that the problem comes to the special file types like sockets, named pipes, etc.
    I have set up the users on LUM and assigned it on the NSS file system with rights command,
    but when Postfix tries to start, I have this error:
    host postfix/master[15616]: fatal: fifo_listen: create fifo public/pickup: Operation not permitted
    I'm afraid that the problem is that pickup is a special file. So the question basically is, is
    NSS able to manage this type of files? I am doing well moving the queue dir to a
    NSS shared volume?
    And, finally, If this could not be possible, Could I use a ext3 filesystem over NSS? I am a little
    lost about that...
    So much thanks!

    antoniogutierrez wrote:
    >
    > Hi all!
    >
    > I have a question related to NSS. I am thinking to deploy an antispam
    > server
    > using Postfix, spam assassin, clam av, etc. So the first step on my
    > implementation
    > is to port Postfix to a cluster-service using NCS and move the Postfix
    > queue to a shared
    > volume, on a NSS volume from a SAN. So, here is the problem. I didnt
    > have any problems
    > migrating MySQL to a resource and the data dir to a shared NSS volume
    > but with Postfix
    > I am having a lot of problems moving the queue dir to a NSS
    > filesystem.
    >
    > I think that the problem comes to the special file types like sockets,
    > named pipes, etc.
    > I have set up the users on LUM and assigned it on the NSS file system
    > with rights command,
    > but when Postfix tries to start, I have this error:
    >
    > host postfix/master[15616]: fatal: fifo_listen: create fifo
    > public/pickup: Operation not permitted
    >
    > I'm afraid that the problem is that pickup is a special file. So the
    > question basically is, is
    > NSS able to manage this type of files? I am doing well moving the queue
    > dir to a
    > NSS shared volume?
    >
    > And, finally, If this could not be possible, Could I use a ext3
    > filesystem over NSS? I am a little
    > lost about that...
    >
    > So much thanks!
    >
    >
    I would try and have the socket file to be local to the machine. Mysql sets
    up the same way when clustering. I have never even tried to get socket files
    to load on an nss volume. There really is not a reason to do that.

  • Question about X-Fi mode changes and relay clicks

    Hello,
    I've been having a heck of a time getting my new x-fi elite pro to work nicely in my computer (I have an MSI K8N neo4 platinum -- nforce4 chipset -- I'm aware of the issues). I kept having issues with the mode changer not working right about 50% of the time. Either it would stop recognizing my x-fi, or the SPI process would crash. In either case I could no longer change modes and the external box would stop working until a reboot. I tried many, many PCI slot swaps and driver reinstalls. Currently, things seem to be working ok (at least as far as mode switching goes...ASIO is another story) in that I can change modes without crashes...at least for the last half hour or so.
    The only thing bothering me is that now, when I change modes, I almost never hear the relay click. Maybe out of 20 mode changes I get the click. Before, when the mode would successfully change, I'd always hear the click. Now, that's not the case. I'm wondering if the mode changing is really working correctly even though I'm not getting any crashes. So, my question to others is, when you change modes, do you always hear the relay click? I'm trying to get this all figured out before I decide to send it back. ASIO drivers work in creation mode, my cmss settings show up right in entertainment mode, etc...so maybe it's working right. I'm just not sure.
    Thanks in advance.

    Nevermind.... I rebooted for the heck of it. The relays clicked every time until I went into audio creation mode and actually used the ASIO drivers. Then, I tried to switch back to entertainment mode and SPI crashed on me again. I think it's about time to send this thing back, I've wasted about 2 hours trying to get this thing to work right.
    Thanks anyway.

  • Oracle Identity Federation Configuration Clustered mode

    Hi,
    I am facing issue while configuring OIF in clustered HA Mode in Linux env. The steps followed are:
    1. Installed weblogic 10.3.2 and applied patch for 10.3.3 in both host machines
    2. Ran the RCU utility for OIF successfully.
    3. Installed Oracle Identity Management 11.1.1.2.0 by using the Universal Installer and than patch applied for 11.1.1.3 succesfully in both machines
    4. Ran the Configuration script to configure OIF succesfully from Oracle_HOME/bin/ dir from first machine
    5. Ran the pack.sh command to pack the configured domain from machine 1 by using the command
    pack.sh -domain=/MW_HOME/user_projects/domains/OIFDomain/ -template=/opt/oifDomainTemplate.jar -template_name=OIF_Dom1
    6. Ran the unpack script as below in the second host machine:
    unpack.sh -template=/opt/oifDomainTemplate.jar -domain=/MW_HOME/user_projects/domains/OIFDomain
    user_projects dir created successfuly on the second hosts
    7. Now ran the config.sh script from Oracle_home/bin/ dir on the second host, selected the "Expand Cluster Configuration", provided the URL,port,username,pwd for host 1.
    On the last screen under Expand cluster configuration, it is failing to start the Managed server. I am getting eeror as below:
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Error: addTemplate() failed. Do dumpStack() to see details.
    oracle.as.provisioning.util.ConfigException:
    Error Applying template.
    Cause:
    A WLST Error occurred: Problem invoking WLST - Traceback (innermost last):
    File "/tmp/tmp1330940819839.py", line 7, in ?
    File "/tmp/WLSTOfflineIni7777084344564586922.py", line 89, in addTemplate
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:420)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: com.oracle.cie.domain.ConfigGroupsException: Multiple definitions of server-group JRF-ADMIN-SVR are not allowed
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.weblogic.ASDomain._addTemplate(ASDomain.java:4206)
    at oracle.as.provisioning.weblogic.ASDomain.addTemplate(ASDomain.java:4021)
    at oracle.as.provisioning.engine.WorkFlowExecutor._addTemplates(WorkFlowExecutor.java:1395)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:472)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.idm.install.config.IdMClusterConfigManager.doExecute(IdMClusterConfigManager.java:827)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    progress in calculate progress11...
    Thanks in Advance.

    Hi iam37,
    Follow this guide: http://docs.oracle.com/cd/E17904_01/core.1111/e12035/oif.htm#BAJGIAAA
    Notice that you run the config.sh script on both OIF hosts and then run the pack.sh and unpack.sh. Be sure to use the pack.sh -managed=true from section 15.5 so that the AdminServer is not packed up and moved to oif host 2.
    Seth

  • Can this two servers be mounted in clustered mode with processors specs a little different

    Hello and thanks for helping us. I'm very thankful with the community for the labor that you do here. Really i have two questions :
    How to know if this two processor are compatible to make a clustered environment for two OVM Servers. The processor specs :
    Processor 1 http://ark.intel.com/products/47923/Intel-Xeon-Processor-E5640-12M-Cache-2_66-GHz-5_86-GTs-Intel-QPI
    Processor 2 http://ark.intel.com/products/52577/Intel-Xeon-Processor-X5675-12M-Cache-3_06-GHz-6_40-GTs-Intel-QPI
       2. If i don´t have live migration on how is the best way to implement H.A, i just want to make that if one OVM server down i just migrate the VM to another .
               Sorry for my bad english .
    Thank you so much for your help.Please have a good day.

    Hi,
    when you discover a VM server OVM will assing it to a generic cpu-specific cpu-compatibility group. You can make that group visible in OVMM by configuring the UI to display the CPU-compatibility group. However, configuring those CPU compatibility groups is only available from the OVM CLI and not the WebUI, but it is actually possible to have two different CPUs in the same compatibility group and have HA and live migrations working.
    It basically goes like this:
    - logon to the Oracle VM Manager host using ssh or use a console session and perform something like this:
    ssh -l admin -p 10000 127.0.0.1 "create  CpuCompatibilityGroup name=some_group_name"
    ssh -l admin -p 10000 127.0.0.1 "add Server oyour_vm_server to  CpuCompatibilityGroup name=some_group_name"
    Cheers,
    Budy

Maybe you are looking for

  • Everything gone after iOS 8.1 update!

    I installed the update to iOS 8.1 yesterday - iTunes says there is a back up yesterday morning prior to my update. After the update finally finished. It was stuck in a boot loop toggling between black screen and black screen with apple. After pluggin

  • Won't boot from install discs after deleting some system files

    I've been looking through the forum and haven't found an answer to my problem - maybe someone can help me out. I have an aluminum Powerbook G4, 1.67, 1.5 RAM, 10.4.11. I was experiencing the problem with FCE capturing video for about 5 minutes and th

  • Need Help with Entourage and sbcglobal (att.yahoo)

    Hi, I just got sbcglobal DSL service. I have finally gotten Apple Mail to work, but I cannot get Entourage X to work. For Apple Mail, the settings are: Description: Doug Rice email Address: [email protected] Full Name: Doug Rice Incoming Mail Server:

  • Accessory compatibility prompt

    Hello everyone, first post. I know this is a known issue, but it's a variation on a theme, so please read the whole description before writing it off. Whenever I plug my iPhone in to almost any adapter or dock, even with a charge converter, it will w

  • HT1391 Where is My Library?

    iTunes help says that when you open itunes, it shows your library.  No, it does not!  Nowhere on that page is there a link to my library.  So how do I get to it? (I have a shortcut to my library page on my Dell laptop, but I want to know how to get t