Which Identity components run automatically (Windows)?

Hi,
I've finished installing:
OID
OVD
OIF
OAM
OIM
On several Windows 2003 Servers, and while I haven't tested everything, things seem to be working.
I noticed that for most of these, you actually have to start the WebLogic instance (startWebLogic) and then start each component up via the WL console (e.g., oam_server1, etc.), but I also noticed that the ldapd part of OID and also OVD appear to run on startup, and shows up under opmnctl. I understand that without running WebLogic, I can't access the OID and OVD consoles, but the "servers" themselves appear to run autonomously.
So, I was wondering, what about the other components? Do any of them run like that, as kind of "services", and, in particular, OAM and OIF? Or, for those, do I always have to start the WebLogic console, and start the "servers" via the WL Console, in order for them to be "running"?
Thanks,
Jim

I think the way the fusion idm components are developed and deployed has an impact on what you see.
Lets talk of the individual products. I would assume we all know the very basics of weblogic architecture and the related terms.
1. OVD: The OVD is not a managed instance of the weblogic server. It is a standalone J2SE instance. Therefore the OVD can run perfectly well without the weblogic and can run the opmn control. But the ODSM is a webapp deployed on the weblogic, so to administer the ovd, you will have to run the weblogic and then run the odsm.
2. OAM: The OAM is a managed instance under weblogic server in a weblogic domain. (def port is 14001). So, the weblogic managed instance must be running for OAM to work. Note that the weblogic admin server might not run; you can start the managed instance through the command line as well. Same for OIM. Now, oamconsole is a webapp to administer the OAM instance, so the weblogic server needs to be running for oamconsole.
3. Node manager is tied to one of host: if you want to startup/shutdown any managed instance from the weblogic console, then you must have the node manager running. If the node manager is not running, then the only way to start the managed instances from the command prompt. The admin instance must be running nevertheless.
Hope this is correct and this helps. Let us know.

Similar Messages

  • Simple Custom Identity Service running on windows OK, but not on linux, y?

    In <Oracle® BPEL Process Manager Developer's Guide 10g Release 2 (10.1.2)
    B14448-03>,
    Part III, 16<Oracle BPEL Process Manager Workflow
    Services, Identity Service, Creating a Custom Identity Service Plug-in>
    My pc, OS:windows 2003+BPEL PM Server10.1.2
    Server, OS:linux+ias+OC4J_BPEL, i can't make sure the version, may be:10.1.2
    In the Developer's Guide say:
    Identity Service has 3 provider:
    1, JAZN Provider
    2,Third-party LDAP Directories
    3,CUSTOM Repository LDAP-Based Plug-ins
    so i like the third one.
    1, i compile the project in Oracle_Home\integration\orabpel\samples\hw\isplugin\db.
    Then it create a jar file(IS-DBPlugin.jar) in Oracle_Home\integration\orabpel\system\services\lib
    2,Modify the provider config file: is_config.xml
    modify the config file: application.xml
    restart the Oracle BPEL server
    3,run the sql files it provider int the polsql.cmd
    OK, now the Identity Service work on Oracle lite database, it's my needs.
    add a user into the tables
    use the url:http://localhost:9700/integration/worklistapp/Login
    i can login the worklist service use my custom user and password.
    when the Identity Service use the JAZN Provider(XML), it's default choice.i add a user into the xml files, i mast restart my server if i want use the user login.
    use the database plugin,when i insert a user name into the tables,i can login the service use the username immediately.
    So i think it's easy to move it to my server(linux os). but when i copy the jar file to the folder,modify the config files,run ths sql files in the oracle database.
    but when i open the url :http://server_ip:port/integration/worklistapp/Login
    it can not work with a simple error message:Worklist service Identity Service error.
    in the log files i find some message like this :
    SOAP-ENV:Server.Exception
    BPEL-10551 can not load the Custom Identity Service Class:
    "IdentityServiceCustomPlugin.CustomIdentityService"
    it has wasted me one week time. and i can't find the reason now.
    who can help me ?
    thanks
    cnboy

    clemens,thanks.
    i'm sorry that my English is poor.so i can't understand you mean completely.
    you say it might be a linux jvm reason, can the metter be resolved?
    and you say extract the jar file .which files i would extract,can you say particular?
    thx!

  • Which lightroom version run on windows XP

    Iam running windows XP is there an early version of lightroom that is compatable i can download as a trial?

    Lightroom 3 is compatibel with Win Xp SP3, the below link canhelp you get a trial. Read the instruction properly to avoid errors.
    http://prodesigntools.com/direct-download-links-for-lightroom-3-and-photoshop-elements-8.h tml

  • Creating small combobox which works as "Run" in windows

    I have to create a combobox such that when i add new item to combobox and press enter, it should open that application.
    Like if i give %notepad% it should open notepad and %notepad% should be a environment variable.
    and if enter "my_csv.file" it should open that file by finding the path of the file.
    please help out me

    Well since you mentioned environment variables i assumed you have an understanding of them...
    Anyways notepad is working because notepad.exe is situated in the windows folder which is there in the 'path' environment variable.
    Now when you execute any command (executable to be precise in windows), the shell searches for their binaries in the folders that are specified in the environment variable 'path' so since notepad is there in the windows directory which is there in the path variable it finds it and hence is able to execute it.
    For other executable programs be it anything, for them to be executed either you need to explicitly specify their path / location where it is.
    using Runtime.exec(c:\...\excel.exe) or u may set the path variable before trying to execute something using
    Runtime.exec("set path=%path%;append_your_path_of_the_containing_directory_here");
    and then after that you simply need to call the application directly in Runtime.exec();

  • Sharepoint 2013 - Which Server Should Run Microsoft SharePoint Foundation Sandboxed Code Service

    We have just deployed Sharepoint 2013 and also CRM 2011..
    Our Sharepoint 2013 Environment has a WFE and an APP server and we have a CRM 2011 box.
    We have been getting the following error in IE when Users in CRM are clicking on the Document Link under accounts which links to Sharepoint 2013
    "This Content cannot be displayed in a frame
    To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame."
    It seems like it is a IE Security Issue, but I am suspecting it could be the Microsoft SharePoint Foundation Sandboxed Code Service.
    Which server should be running the Microsoft SharePoint Foundation Sandboxed Code Service| WFE or APP.
    Also which server should run the Windows Service: SharePoint User Code Host
    Thank you in advance.

    Hi,
    Please have a look at the following post:
    http://technet.microsoft.com/en-us/library/jj219591.aspx
    As it describes, the recommendation is for both services to start it on the Web Front End servers.
    Cheers,
    Vincent

  • Need Acrobat Distiller but it is end of life, need a replacement product to run on windows 2012

    Need Acrobat Distiller but it is end of life, need a replacement product to run on windows 2012.  I have one software application 'Transform' that only needs to convert files to pdf and email to users.
    Which Adobe product runs on windows 2012 that will replace Distiller?

    Distiller is one of the programs available in the Acrobat Suite of programs. You must have an older version if it is at end of life. Do you have Distiller or Distiller Server. Distiller Server has been replaced by a LiveCycle Server product.

  • I run a Windows 8.1 -  Photoshop CS5 under Parallels on an iMac one year old and both having the latest OS. I use a NIK plugin "VIVEZA" which run fine for years without a problem. Latelt and without a reason, the NIK plugin has gone corrupt, (can not use

    @I run a Windows 8.1 -  Photoshop CS5 under Parallels on an iMac one year old and both having the latest OS. I use a NIK plugin "VIVEZA" which run fine for years without a problem. Latelt and without a reason, the NIK plugin has gone corrupt, (can not use it more the 2 corrections after a get a black background message that there is not enough memory) and the system stops running and a must restart is required. How do I fix this terrible problem?
    If it requires a Photoshop CS5 re-install, (I belief that it may fix the problem) and re-install the two third party plugins (NIK Viveza) and (Onone Perfect Resize) how and where do I get to the proper Adobe upload page to do that.
    I have tried to fix this problem by changing the memory allocations, I have spend many hours on it and are very disgusted with it but it needs to be fixed. The current memory settings are;
    Ram available = 1588 MB
    Range = 873 -1143 MB
    Recommended Photoshop usage range =  857  however I have tried every setting to max and in between. Nothing works. Current setting = 1588 (max)
    The Photoshop I use is registered, I have product # and order # .

    Contact NIK for updated/upgraded versions of their plug-ins.  They have been having a lot of issues with their plug-ins.

  • I want to install Adobe PageMill 3.0 on my laptop which runs under Windows Vista but cannot because the original input was on floppy discs, and I don't have a floppy disc drive.

    Is Adobe PageMill 3.0 still available? I use it to run three websites but it does not run on my new desktop which has a 64-bit operating system. However it would run on my laptop which runs under Windows Vista. But the original installation was from floppy discs and I do not have a floppy disc drive.

    I am sorry Lcosahedron I am not aware of a download location for Adobe PageMill 3.0.  It appears it was discontinued in 1999.  You can find more details at Adobe PageMill - Wikipedia, the free encyclopedia.

  • I want to use microsoft office on my mac. I need it to run on windows platform. Which is better: boot camp or parallels 7 ?

    I want to use microsoft office on my mac. I need it to run on windows platform. Which is better: boot camp or parallels 7 ?

    Welcome to Apple Communities
    You can install Office for Mac. If you don't want it, Boot Camp uses all the hardware, so it has the best performance for Windows, and Parallels allows you to run Windows in Mac without reboot and without Boot Camp. To use only this, download Parallels

  • Control a program which  running in Windows

    Hi all,
    I have a program. When this program run on windows desktop, I can control it by using VB6 or C# if it is running (online when VB6 control).
    (This program provide a dll file to access it when running)
    For example :
    Dim OBJ As Object
    Set OBJ = CreateObject("DESKTOP.APPLICATION")
    'Set APP = New DESKTOP.Application
    Set APP = OBJ.GetApplication("FUNDS.TRANSFER")
    ' Then use APP to control program which is running online
    The code above use for VB6, how can I cotrol this program by Java like VB6. How to use dll file to do it
    pls help me

    guitar_man_F wrote:
    I've never actually done this, but I might be able to help you understand some of the challenges.
    First, Java is a platform independent language. That is, it doesn't know that dll's exist, because on operating systems like linux, they don't. So the standard java libraries don't provide any way to do this. You will need to use JNI to interoperate with native code, so JNI tutorials are a good place to start.
    Also, since you're tring to communicate with programs that are already running, a good google search term would be "inter-process communcation", or IPC.
    - Adamthank for your reply, maybe JNI is good for this project, I will try with your suggestion
    Anyone know something about this, pls tell me more
    Thank

  • Calling an unix command from a java program which runs on windows

    Hello All
    I have an Java Application which is run on windows server (I)
    I have another Sun Server (II)
    I want to call an unix command on server(II) from java application which is on server(I)
    I am using Samba Server in order to share files between Windows Server and Unix Server
    Can I use samba in order to call command
    or is there any way to open an telnet session within java application
    I will be grateful if you give me some suggestion on this issue
    Regards
    BEKIR BALCIK
    J2EE Application Developer
    Argela Technologies ...

    cross post
    http://forum.java.sun.com/thread.jspa?threadID=624601&messageID=3553626#3553626

  • Which version of Lightroom will run on Windows XP?

    Which version of Lightroom would be suitable for my Laptop running on Windows XP
    Thx
    Peter

    Thank you
    Original message----
    From : [email protected]
    Date : 23/02/15 - 10:47 (GMTST)
    To : [email protected]
    Subject :  Windows XP
        Windows XP
        created by John Waller in Adobe Camera Raw - View the full discussion
    System requirements | Lightroom
    Lightroom 3.
    Neither Lightroom 4 nor 5 will run on XP.
    However, Adobe stopped selling version 3 a couple of years ago.
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7221016#7221016 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7221016#7221016
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Adobe Camera Raw by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Which Supporting Components do I need if I only want to Install and run Photoshop from CS4?

    Does anyone know which "Supporting Components" are necessary for me to run Photoshop?  I want to do a custom install and ONLY install Photoshop from my CS4 install disk.  I only want to install what I need and nothing more. It gives me the option to install the following Supporting Components:
    Adobe After Effects CS4 Presets
    Adobe CMaps CS4
    Adobe CSI CS4
    Adobe Color - Photoshop Specific CS4
    Adobe Color EU Extra Settings CS4
    Adobe Color JA Extra Settings CS4
    Adobe Color NA Recommended Settings CS4
    Adobe Color Video Profiles AE CS4
    Adobe Color Video Profiles CS CS4
    Adobe Default Language CS4
    Adobe Dynamiclink Support
    Adobe ExtendScript Toolkit CS4
    Adobe Fonts All
    Adobe Linguistics CS4
    Adobe MotionPicture Color Files CS4
    Adobe Output Module
    Adobe PDF Library Files CS4
    Adobe Photoshop CS4 Support
    Adobe Search for Help
    Adobe Service Manager Extension
    Adobe Type Support CS4
    Adobe Update Manager CS4
    Adobe Utilities CS4
    Adobe WinSoft Linguistics Plugin
    Adobe XMP Panels CS4
    AdobeColorCommonSetCMYK
    AdobeColorCommonSetRGB
    Connect
    PDF Settings CS4
    Photoshop Camera Raw
    Kuler

    When I want to do a custom install, it gives me the option to install these Supporting Components:
    Adobe After Effects CS4 Presets
    adobe CMaps CS4
    Adobe CSI CS4
    Adobe Color - Photoshop Specific CS4
    Adobe Color EU Extra Settings CS4
    Adobe Color JA Extra Settings CS4
    Adobe Color NA Recommended Settings CS4
    Adobe Color Video Profiles AE CS4
    Adobe Color Video Profiles CS CS4
    Adobe Default Language CS4
    Adobe Dynamiclink Support
    Adobe ExtendScript Toolkit CS4\
    Adobe Fonts All
    Adobe Linguistics CS4
    Adobe MotionPicture Color Files CS4
    Adobe Output Module
    Adobe PDF Library Files CS4
    Adobe Photoshop CS4 Support
    Adobe Search for Help
    Adobe Service Manager Extension
    Adobe Type Support CS4
    Adobe Update Manager CS4
    Adobe Utilities CS4
    Adobe WinSoft Linguistics Plugin
    Adobe XMP Panels CS4
    AdobeColorCommonSetCMYK
    AdobeColorCommonSetRGB
    Connect
    PDF Settings CS4
    Photoshop Camera Raw
    kuler

  • I have a copy of Web Premium CS3 which was installed on a Windows Vista PC.  I have a new Windows 7 PC and the installation disc will not run properly.  The installation begins and then asks for the CS3 disc to be inserted.  If I re-insert the CD I just g

    I have a copy of Web Premium CS3 which was installed on a Windows Vista PC.  I have a new Windows 7 PC and the installation disc will not run properly.  The installation begins and then asks for the CS3 disc to be inserted.  If I re-insert the CD I just get a message asking for the disc to be inserted.  any ideas anyone?

    Use the download version:
    Download CS3 products
    Mylenium

  • I have an epson T50 shared network, which is connected to a computer that runs on Windows 7 64-bit. The 10 days Apple has updated the printer drive and since then has been trying to print the following message: / Library/Printers/EPSON/InkjetPrinter2/Filt

    I have an epson T50 shared network, which is connected to a computer that runs on Windows 7 64-bit. The 10 days Apple has updated the printer drive and since then has been trying to print the following message: / Library/Printers/EPSON/InkjetPrinter2/Filter/rastertoescpII.app/Contents/MacOS/ rastertoescpII failed.
    What should I do?

    The first thing you should do is re-write your post to make it a bit more understandable. I got you have an Epson printer connected to your PC, however after that  your post doesn't make any sense. Are you attempting to print from your iMac, if so then you need to download and install Bonjour for Windows on your Windows machine. Then set Windows so it has printer sharing turned on and then on the iMac simply follow Apple's instructions for adding a printer.
    http://support.apple.com/kb/DL999
    http://support.apple.com/kb/HT4670

Maybe you are looking for