Virtual server name OA11i installation vs. concurrent tier setup

What is correct nodes and concurrent managers configuration if the OA installation was performed with virtual server name? There are some issues involving real hostname in the concurrent managers configuration and I'm just not sure what should be set in fnd_nodes (nodes definitions) and fnd_concurrent_queues (concurrent managers definitins) - real hostname or virtual name or both.

I recently moved from single host per tier to multiple apps tier hosts w/ a virtual hostname. fnd_nodes contains all the nodes hostnames & the virtual host name, but some are probably not needed. fnd_concurrent_queues has the virtual host name, but I only run the concurrent managers on one host.
Hope this helps.
Clint

Similar Messages

  • Cluster bug or iManager bug - virtual server name?

    When following the docs, I create a cluster enabled "device", pool, and volume.
    On the pool screen I enter the VIRTUAL SERVER name as:
    CS1-SOMETHING (that's what all our other stuff is)
    When I'm done, iManager creates the virtual server server object as:
    SOMETHINGPOOL_SERVER
    instead?
    Why does it not create it as the virtual server name?
    And there doesn't appear to be any easy way at all to rename this once it's created.

    Kevin,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Default Virtual Server name

    Hi,
    I added some servers to my sun One 6.1 and from jsp or servlet I need to reach name of the server. In fact when I look at configuration of the server I see my desired value by the label "Default Virtual Server". How can I get this value?
    example:
    My server name is: https-blabla
    and I added a server to this as https-subblabla.com
    I need : https-subblabla.com
    thanks...

    I have 3 servers like this and I want to use same web root for all these. Then, I will have three replicated server working on different ports or IPs. By knowing this information I will make some customization.

  • Virtual server name

    Hi,
    I created two new server instances on the sun one webserver. InstanceB, InstanceC. We already have InstanceA. All three instances have one virtual server each.
    All the instances are on a single machine. VirtualServerA (on port80) URIs can be accessible via
    http:<virtualserverA>/uri
    The new virtual servers VirtualServerB(on port81) and VirtualServerC(on port82) have one application deployed in each.
    Problem is that the new virtual servers (hence uris)are not accessible using their names.
    They are only available as
    http:<virtualserverA>:81/uri and
    http:<virtualserverA>:82/uri
    I'd like to see them as http:<virtualserverB>/uri
    and http:<virtualserverC>/uri
    I understand these are IP based virtual servers. But why aren't they accessible using their names?
    Any help? Thanks

    Hello,
    Is this possible?

  • Unable to install ACS on Microsoft windows 2003 Virtual Server

    Hi,
    I am trying to install Cisco Secure ACS on Windows 2003 Server Standard Edition which is hosted on a Microsoft Virtual Server, but the installation doesnt go beyond the enclosed screenshot.
    Please let me know whether ACS can be installed on a Virtual Server or not.
    thank you
    Regards
    Salim

    We have ACS 4.0 installed in our lab systems on VM. Which VM are you running? ACS has been tested on and is only supported on VMware ESX 3.0 and later. Also, you need to have adequate resources allocated to the ACS/Windows VM instance.

  • SJSW7-Directing virtual server log

    all my virtual server logging are stored in the default directory. I have one instance running, however, I would like to create a separate folder for each virtual server and store their log information in it. I tried configuring a virtual server under log preferences and have both server log and access log boxes checked and the location set but after testing it out, both directories are empty.

    I already applied changes and reboot instance. my virtual server that I'm configuring is "uc.memphis.edu"
    server.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    -->
    <server>
    <cluster>
    <local-host>peter-vm2-2003.memphis.edu</local-host>
    <instance>
    <host>peter-vm2-2003.memphis.edu</host>
    </instance>
    </cluster>
    <log>
    <log-file>../logs/errors</log-file>
    <log-level>info</log-level>
    </log>
    <jvm>
    <java-home>C:/Sun/WebServer7/jdk</java-home>
    <server-class-path>C:/Sun/WebServer7/lib/webserv-rt.jar;C:/Sun/WebServer7/lib/pwc.jar;C:/Sun/WebServer7/lib/ant.jar;${java.home}/lib/tools.jar;C:/Sun/WebServer7/lib/ktsearch.jar;C:/Sun/WebServer7/lib/webserv-jstl.jar;C:/Sun/WebServer7/lib/jsf-impl.jar;C:/Sun/WebServer7/lib/jsf-api.jar;C:/Sun/WebServer7/lib/webserv-jwsdp.jar;C:/Sun/WebServer7/lib/container-auth.jar;C:/Sun/WebServer7/lib/mail.jar;C:/Sun/WebServer7/lib/activation.jar</server-class-path>
    <debug>false</debug>
    <debug-jvm-options>-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7896</debug-jvm-options>
    <jvm-options>-Djava.security.auth.login.config=login.conf</jvm-options>
    <jvm-options>-Xms128m -Xmx256m</jvm-options>
    </jvm>
    <thread-pool>
    <max-threads>128</max-threads>
    <stack-size>131072</stack-size>
    </thread-pool>
    <default-auth-db-name>keyfile</default-auth-db-name>
    <auth-db>
    <name>keyfile</name>
    <url>file</url>
    <property>
    <name>syntax</name>
    <value>keyfile</value>
    </property>
    <property>
    <name>keyfile</name>
    <value>keyfile</value>
    </property>
    </auth-db>
    <acl-file>default.acl</acl-file>
    <mime-file>mime.types</mime-file>
    <access-log>
    <file>../logs/access</file>
    </access-log>
    <http-listener>
    <name>http-listener-1</name>
    <port>80</port>
    <server-name>peter-vm2-2003.memphis.edu</server-name>
    <default-virtual-server-name>peter-vm2-2003.memphis.edu</default-virtual-server-name>
    </http-listener>
    <http-listener>
    <name>http-listener-2</name>
    <port>83</port>
    <server-name>webtest.memphis.edu</server-name>
    <default-virtual-server-name>webtest</default-virtual-server-name>
    </http-listener>
    <http-listener>
    <name>http-listener-3</name>
    <port>86</port>
    <server-name>uc.memphis.edu</server-name>
    <default-virtual-server-name>uc</default-virtual-server-name>
    </http-listener>
    <virtual-server>
    <name>peter-vm2-2003.memphis.edu</name>
    <http-listener-name>http-listener-1</http-listener-name>
    <host>peter-vm2-2003.memphis.edu</host>
    <object-file>peter-vm2-2003.memphis.edu-obj.conf</object-file>
    <document-root>c:/webprod/temp1</document-root>
    <acl-file>peter-vm2-2003.memphis.edu.acl</acl-file>
    <access-log>
    <file>C:/logs/peter-vm2</file>
    <format>%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] "%Req->reqpb.clf-request%" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length% %Req->headers.referer% %Req->headers.user-agent% %Req->reqpb.method% %Req->reqpb.uri% %Req->reqpb.query% %Req->reqpb.protocol% %vsid% </format>
    </access-log>
    </virtual-server>
    <virtual-server>
    <name>webtest</name>
    <http-listener-name>http-listener-2</http-listener-name>
    <host>webtest.memphis.edu</host>
    <object-file>webtest-obj.conf</object-file>
    <document-root>c:/webprod/webtest</document-root>
    <acl-file>webtest.acl</acl-file>
    </virtual-server>
    <virtual-server>
    <name>uc</name>
    <http-listener-name>http-listener-3</http-listener-name>
    <host>uc.memphis.edu</host>
    <object-file>uc-obj.conf</object-file>
    <document-root>c:/webprod/uc</document-root>
    <access-log>
    <file>c:/webprod/logs/uc</file>
    <format>%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] "%Req->reqpb.clf-request%" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length% %Req->headers.referer% %Req->headers.user-agent% %Req->reqpb.method% %Req->reqpb.uri% %Req->reqpb.query% %Req->reqpb.protocol% %vsid% </format>
    </access-log>
    <log-file>c:/webprod/logs/uc</log-file>
    </virtual-server>
    </server>
    And this is my obj.conf for the virtual server "uc-obj.conf"
    # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    # You can edit this file, but comments and formatting changes
    # might be lost when you use the administration GUI or CLI.
    # Use only forward slashes in pathnames as backslashes can cause
    # problems. Refer to the documentation for more information.
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="C:/Sun/WebServer7/lib/icons" name="es-internal"
    NameTrans fn="home-page" path=""
    PathCheck fn="nt-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index-j2ee"
    PathCheck fn="find-index" index-names="index.htm,index.html,home.html,index.jsp"
    PathCheck fn="set-cache-control" control="public"
    ObjectType fn="type-j2ee"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service fn="php5_execute" type="magnus-internal/x-httpd-php"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service fn="append-trailer" type="text/html" timefmt="%B %d, %Y %I:%M" trailer=""
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    Service method="TRACE" fn="service-trace"
    Error fn="error-j2ee"
    AddLog fn="flex-log"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="send-precompressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    <Object name="x-httpd-php">
    ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
    Service fn="php5_execute"
    </Object>

  • How to find SQLServer Virtual Cluster name for multiple servers?

    Hi Team,
    I have a huge clustered environment and have a document that shows all the Physical Node Names in the clusters. But unfortunately we do not have the Virtual Server Names. I know, we can only connect to SQL through Virtual Name so I would like to know if there
    is an automated way to find the Virtual Cluster Names (or SQL Server Name). Like using PowerShell or other programming languages. I have tried looking at several forums but did that did not help. 
    Some points to think: 
    1) I know we can look it up by opening Failover Cluster Manager (FCM) but I have hundreds of servers. So that doesn't really help :( 
    2) I have tried Get-ClusterResource cmdlet in Powershell, it gives all the resources that are running but not the name. Like it gives "SQL Server  (MSSQLSERVER)" and not the name.
    3) Also I know we can find out using tsql command, SELECT SERVERPROPERTY('SERVERNAME') but again I cannot connect to SQL without the Virtual Name :)
    I am pretty sure there should me a way to find it out using scrips since we are able to know it using GUI (FCM).
    Really appreciate your help !!

    Hi,
    In addition, you can find the names of the Cluster , Individual Node Names and SQL Virtual Server Names in the registry. Use the PowerShell command to retrieve registry key values.
    The following keys can be used to get the information:
    Virtual Server Name
    HKEY_LOCAL_MACHINE\CLUSTER\ClusterName
    Node Names
    HKEY_LOCAL_MACHINE\CLUSTER\NODES\1\NodeName
    HKEY_LOCAL_MACHINE\CLUSTER\NODES\2\NodeName
    SQL Virtual Server Name:
    HEKY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\MSSQLSERVER\CLUSTER\ClusterName
    Additional information:
    http://blogs.technet.com/b/heyscriptingguy/archive/2012/05/11/use-powershell-to-enumerate-registry-property-values.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Hiding the Port in a Virtual Host/Server-name Alias

    I need some guidance/help with the HTTP Server in AS 10g. We have several new Portal sites with a mix of forms, reports, and pl/sql server pages. We wish to make these services available from the internet via an aliased hole in the firewall.
    We have our public alias of Alias.CompanyWebsite.com mapped to the server-name, but we'd like to get the alias mapped to servername:port. I've tried to get this set up using virtual hosts in the HTTP server, but I'm having no luck. I'm also having trouble finding documentation on how to this.
    Is there a way to hide the server-name and port number via a virtual host (alias) in HTTP Server and/or Web Cache? If so, how do you accomplish this?
    Thanks,
    Josh

    Usually it is like this:
    outside name: www.acme.com
    oudside port: 80
    inside name: inside.acme.local
    inside port: 7778 (if you have a seperate machine for the middle tier)
    In the Webcache you'll need a site
    www.acme.com with port 80
    and an origin server
    inside.acme.local with port 7778
    Then create a site-to-server mapping from www.acme.com to inside.acme.local
    If your firewall listens to another name or does something with the ports you need to change the site accordingly.
    cu
    Andreas

  • Archlinux on Microsoft Virtual Server - installs but doesn't boot

    Hi all,
    I'm trying to sneak Arch into our organization, but as we're very Windows-focussed it may take some time. I thought I would be able to install it as a virtual machine on our Virtual Server, but I haven't had any luck.
    The system seemed to install fine, but when I restart the machine and take out the virtual CD it just sits there with a blank screen, but using 97% CPU.
    Here's how I installed the system:
    Physical machine: Core II Duo 2GHz running Windows Vista 32-bit, with 2GB memory and a 120GB IDE drive.
    1) Setup a virtual machine - it has 256MB memory, and a 100GB dynamically-expanding IDE virtual hard disk.
    2) Attached the Don't Panic 2007.08 BASE ISO to the Virtual Machine, and started her up.
    3) Started the installer with arch ide-legacy. This is because I've run through this install a few times now and without this option it complains that it can't read from /dev/null a lot and that it has trouble writing to VHD.
    4) Did an auto-prepare and selected all of the defaults to partition the virtual hard disk.
    5) Selected all of the base packages and installed them.
    6) Did the "configure system", and left everything as the defaults except setting the root password.
    7) Installed the kernel, again leaving the defaults in the config file.
    8) Installed the bootloader. Last time I used GRUB, but it sat there saying it was installing for over 2 hours. This time I tried LILO and it installed in less than a few seconds.
    After all that was done I exited the installer and did a reboot. Now it sits at 97% CPU usage constantly and shows nothing but a blank screen. Using ALT+F1-F5 shows nothing.
    Microsoft Virtual Server has support for the Red Hat and other distributions so I would have expected ArchLinux to work. Has anyone else had success in getting Arch to run on Virtual Server? And is there anything I did wrong in my installation?
    Cheers,
    Paul

    Well, according to this virtual pc 2004 supports archlinux 0.7.1 and 0.7.2 .
    They claim virtual server 2005 uses the same core as virtual pc 2004 , so it should work.
    Try installing with one of the previous isos, see ftp://ftp.archlinux.org/iso .

  • Agentry Client 6.1.3 installation with preconfigure SMP server name et TCP Port

    Hi,
    I'm looking for a way to deploy an Agentry Client (version 6.1.3.xxx) on multiple devices without having to manually specify the SMP server name and TCP port.
    When the user get's it, I just want him to only enter his credential to start the first synch/config process.
    Anyway do easily do that?
    Thanks for your help!
    Eric

    Hi Bill,
    Here's what I did in more detail so you can pin point what I do wrong (hopefully :-)).
    First I extracted the branding files of the Agentry_6.1.3.10212_ClientWin32.exe.
    Agentry_6.1.3.10212_ClientWin32.exe /Branding=D:\Temp\Agentry.
    This is the directory and file structure I got out of it.
    The 2 directories are created as you mentionned.
    If I browse to the AgentryClient_Win32 directory I see thoses files:
    If I browse the Installer directory I see :
    The Include and Plugins directories are as follow :
    I still can't find the AgentryClient.exe.config file???
    Eric

  • Getting ipaddress or host name for virtual server

    I want to get the ipaddress or host name for virtual server in a cluster environment. If i do
    java.net.InetAddress.getLocalHost().getHostName()
    it returns the ipaddress of the physical node currently running virtual server.
    Is there any way to get the ipaddress or host name for virtual server ?

    You can get the hostname by clicking on the account properties in outlook, but the port you connect to must be opened by your system admin.

  • Server name is not displaying in Dropdown After client installation

    Server name is not displaying in Dropdown After client installation . what might be a issue

    Hi
    Depending upon the installation issue may be differ, so which SAP version and database version you have installed ?
    you can check
    1. Windows installer
    2  Sql Native client
    is installed or not.
    Thanks
    Kamlesh

  • VMWare: 1 Oracle installation per virtual server, or 1 separate install

    The scenario is that we are going to put our support benches on VMware.
    The question is: should we have 1 oracle installation per virtual server or a separate virtual server for oracle.
    If we go for the 1 oracle installation per virtual server, this mimics our customer environment.
    If we install oracle separately, then we have to run two virtual machines. One for Oracle(with one instance per customer) and one for the Product which connects to the appropriate instance.
    Looking at it I'm inclined to go for the 1 orcale installation per virtual server, as this will allow for easier maintenance and upgrade paths.
    Apart form disk space , are there any other drawbacks?
    Are there any advantages to having oracle on a separate virtual machine?

    VMWare is not supported for Oracle, so if this is to mimic a customer environment, then you should be aware of this. In my personal experience I have not seen any noticeable difference from the testing and learning point of view.
    Installing Oracle on VMWare at the end of the day will consume the resources of the server where the VM is hosted, so it is all up to the CPU and memory resources you have in your host server. A drawback is the hard disk speed, the lower the more noticeable performance reduction, so be aware of this. It is advisable, you should make sure you have installed the VMWare tools.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Installation of xMII into a virtual server environment

    Can we deploy xMII into a Virtual Server environment?  If so, are there any downside issues we need to be aware of before considering such an option?
    Appreciate any ideas

    Jaremy,
    Can you please qualify what you meant by "typically". Is there any benchmark study on performance in production that you are basing on? Otherwise, what else could be the reason you do not advise in production?
    We are currently installing xMII in Dev VMWare environment. Our company is seriously advising only VMWARE for Dev and test. If you have any benchmarks, that will help.
    Thanks.
    Prasad Kodukulla.

  • Getting web host name, web-port, oral-report server name and virtual path

    Hi.
    I have been using oralce forms 6i on oracle application server 10g. I have three servers installed on remote locations.I just want that when i am hosting an application on a server, the web host name, web port , oracle report server name and the path of directory should be selected in a dynaminc variable at application level at run time. In this manner, I will be able to make a single application for all three servers. Any other solution to this problem is also welcomed. Please help anyone and oblige me.

    Hi Rajesh,
    Actually Web AS Host name is <Servername>.<domain name>:<Port no>
                 Web AS Path for R/3 is </sap/bc/bsp/sapd>
    Refer the following link.
    <a href="https://forums.sdn.sap.com/thread.jspa?threadID=402561">https://forums.sdn.sap.com/thread.jspa?threadID=402561</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=265076">https://www.sdn.sap.com/irj/sdn/thread?threadID=265076</a>
    Regards
    Hemalatha
    /Assign points if helpful/

Maybe you are looking for

  • Exporting slideshow as a Quicktime movie in iPhoto6?

    I just upgraded to version 6, and I'm not seeing a way to export a slideshow in QT format like there was in the other version. I tried the help section in the drop down menu, but it says the page isn't found. I did a search, but I didn't find anythin

  • How to enlarge photos sent in messaging

    I am a newbie to PDA's and Palms. I have a unlocked centro. Anytime I get a photo sent from another phone via messaging it is a thumbnail. I have saved it to phone and PC but it is still a thumbnail and I woudl love to be able to enlarge these pictur

  • Unselect rows in tableview

    Hi, When I select the selected rows in MULTISELECT mode but when i try to clear that by clearing selectedRowIndexTable it is not working. What should i do ? Regards, Manav

  • How to get bmp pixmap

    vector saved as bmp pixmap later, why the pixel map boundaries are blurred? For example, in vector drawing software, drawing a straight line, save the future for the pixel map, with drawing open, select View <Zoom <large size, see the boundaries of t

  • What do i do when my lap top says disk read error

    when i start my lap top its go to a screen that says "a disk read error occurred"  press ctrl+alt+del to restart