How do you configure the RTC as an Extend/TCP client vs Compute Client?

How do you choose between the Real Time Client acting as an Extend/TCP Client or a Compute Client?
Thanks,
Andrew

Hi Andrew,
I believe RT client as a Compute client means storage-disabled normal TCMP cluster node in a Grid Edition cluster, but I may be wrong.
Best regards,
Robert

Similar Messages

  • How do you configure the server in this situation?????????????

    Hi,
    We have Oracle 10.2 and Windows 2003.
    We have Oracle on Cluster (with Windows software).
    When the System are without cluster all it’s OK!!!!!!
    We have 2 Resources Cluster Group: Oracle and Applications.
    We have Oracle in Oracle cluster group.
    We have “W” Drive and a ftp program in Application cluster group.
    We have C drive in both nodes. We have installed Oracle in both nodes but we have “W” drive only associate to the Active Node because is a Cluster resource (Application cluster group).
    All days we receive text files by ftp and we put it on W Drive. This text files are readen with external tables in Oracle.
    We have a problem when oracle fails and it goes to the another node (for ex. node2) because the external tables fail because the files are on Node1 on W Drive. If we move manually Applications cluster resource to Node2 then all it is OK.
    We think to put UNC pathes instead of “W” but it’s not possible (Metalink: Note:290703.1)
    How do you configure the server in this situation?????????????
    Thanks!

    We run a similar configurations and i doubt you have a chance other then reconfigure your setup. The way we do it is to have an ftp client in our database group and periodically transfer the files a second time (not elegant but it's working).
    If that's not an option you might be able to use unc names in your ftp server and set the ftp root to a directory hosted on a disk which is part of the database group.
    Or move to unix (that's what we do now). Than you don't have to bounce your server once in a month to apply security patches...

  • How do you configure the DAM so it can be shared across multiple CQ instances?

    How do you configure the DAM so it can be shared across multiple CQ instances?

    You can use shared datastore http://dev.day.com/content/kb/home/Crx/CrxSystemAdministration/HowToCombineTheDatastoreToP reserveDiskSpace.html multiple CQ instance will use same file system to share asset
    clustering http://dev.day.com/docs/en/crx/current/administering/cluster.html multiple node will share repository.
    But you can not have something like one DAM and then have different CQ instance pointing to it (As not everything goes in to one location in file system)
    Yogesh

  • How do you configure the iMac so separate users can access each other's files, especially iPhoto and iTunes? I need to be able to transfer media between two users and not just gain limited access using 'share'.

    How do you configure the iMac so separate users can access each other's files, especially iPhoto and iTunes? I need to be able to transfer media between two users and not just gain limited access using 'share'.

    See Terence Devlin's thorough explanation here.

  • How do you configure the ipad to print air print but of A4 size please ??????

    how do you configure the ipad to print air print but of A4 size please ??????

    Frankie,
    The usual setting is in Printing Preferences.
    In case you haven't found it yet - it has been a while since your original post - you may have your tray setting stuck on the 4X6 tray.
    I can provide details and "how-to" if you need more help.
    Printer model info would be helpful, and do you have your printer software loaded yet?
    I hope this helps!                                 
    We work hard to help!
    When ever you see a Helpful Post - Click the Kudos Star on the Left as Thanks!
    Did this Post solve your problem?  Mark it “Accept as Solution”!
    Note: You can find the “Accept as Solution” box on threads started by you.
     2012 Year of the Dragon!
    Dragon Tips!
    Install your Printer Software!
    Look for your Printer’s Software at your printer’s own website!
    Software, manuals, alerts, “how-to” information, and much more!
    To see if there is software for your printer, Start at:  Support and Drivers
    Kind Regards,
    Dragon-Fur

  • How do you configure the default Webserver  and AppEX in XE(windows)?

    I'm new to XE but an old hat with Oracle Standard and Enterprise editions, Apache and AppEx (htmldb).
    What is the default webserver that comes with XE(windows) and how do you configure it? Where are the httpd config files?
    Also I read in the doco that you need to use Apache if you want to use https. Is there any doco on how to configure XE with Apache?
    Also with respect to AppEx
    where are the physcial files e.g. I can't find the following file or directories. Where is virtual directory /i/ mapped to? Where is this configured?
    http://127.0.0.1:8080/i/htmldb/builder/db_users_ctrl.gif
    regards
    Paul Platt

    Paul,
    for the Apex files see: http://daust.blogspot.com/2006/03/where-are-images-of-application.html
    For configuring the Apache as a proxy to XE:
    HTTPS with Oracle XE ?
    Re: Existing http server
    ~Dietmar.

  • HT4913 How do you download the entire library from match to a new computer?

    How do you download the entire library from iTunes Match to a new computer?

    Download each song individually.
    Or the faster method is to COPY the ENTIRE iTunes folder from the old computer or the backup of the old computer to the new computer.

  • How do you configure the set of port to use for FTP passive data connection

    I was able to start the ftp server xml db and connect to it locally. When I tried to connect to it from home, I was able to log in but when i do a "get" command the sessions hangs. I also tried passive mode and do a "get" command and it gives me a connection refused error. I am using the default port 2100. I think this might be a firewall issue with the data connection port. I am not sure which range of ports to open for the passive ftp connection on the server side or where to go and set them for for the ftp server to use? Or this issue might not be firewall related??? Any thoughts. Thanks.

    This is a typical problem with VPN/Firewall software and FTP on ports other than 21.
    When you open the FTP data connection the FTP Server identifies which port the data will be sent on using the PORT command which is sent on the command port (typically 21 with a normal FTP server, 2100 by default with XDB). THe client then opens that PORT to accept the data (file, output of an ls etc).
    As I understand it most VPN/Firewall are configured to monitor 21 for 'PORT' requests. They then understand to allow connection on the PORT number passed on the command PORT. Hence with Port 21 firewall / VPN software is not a problem. However since the XDB command PORT is something other than 21 they do not see / honour the PORT commands from the server and hence the client cannot open the data connection on the specified PORT
    As to how to solve it, I wish I knew (After 5 years I still can't use XDB FTP from home to a machine in the office once the VPN tunnel is open :( ). I'm sure it's going to be firewall / VPN software specific and may need the VPN servers to be configured.
    The best bet would be to run the FTP server on 21...
    Add the following line to your listener.ora file
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = hostname) (PORT = 21))
    (PROTOCOL_STACK = (PRESENTATION = FTP) (SESSION = RAW)))
    and then restart the listener as root
    Start the listener as root.
    At the operating system prompt, enter tnslsnr with optional command line arguments. The usage is as follows:
    tnslsnr [listener_name] [-user user] [-group group]
    where:
    Table 4-3 tnslsnr Utility Options
    Option Description
    listener_name
    Specify the name of the listener. If omitted, the default name LISTENER will be used.
    -user user
    Specify the user whose privileges the listener will use when super user (root) privileges are not needed. After performing the privileged operations, the listener will give up root privileges irreversibly.
    -group group
    Specify the group whose privileges the listener will use when super user (root) group privileges are not needed. After performing the privileged operations, the listener will give up root group privileges irreversibly.
    The listener will temporarily switch to the provided user and group immediately after startup. All subsequent operations will be done with the specified user and group privileges, except the system calls necessary to listen on configured endpoints. The listener will revert to super user (root) for a short period of time to listen on reserved addresses, such as TCP ports less than 1024. After the listener starts listening on all of its endpoints configured in listener.ora, it will switch to the specified user and group irreversibly. Therefore, the listener will give up the root privilege that it initially had. In the current release, -user and -group command line arguments only accept user and group identifiers specified in numeric form.
    For example, to execute a root listener called mylsnr and have it use privileges of a user identified

  • How do you configure the ADC on RIO7833R for differential inputs?

    I use the 7833 RIO board; my signal source is a differential signal.
    According to the documentation I can configure the inputs to be differential using software, but I have not been able to find any instructions on how to do this.  Can anyone point me to a way to achieve this?
    There is the obvious "braindead" method of putting the positive signal into AI0+, and the negative signal into AI1+, then subtracting - but that would only allow me to use 4 inputs, not all 8.  And it would probably increase the noise due to ADC nonlinearity.  The diagrams show a MUX, I just can't seem to find a way to configure it and the default mode appears to be single-ended.
    Thanks a lot for any information!
    Floris HJ.

    That's great help, thanks Prashanth.  It answers the question which I asked, not the one I wanted answered.  So now the 64 thousand dollar question (from the days when that was still a lot of money):
    Can you do the same thing from software?  In other words, could I set up my VI so it can change input mode in response to a user input or other external condition, and that doesn't require a user navigating to the project explorer?  It would appear that there is some direct access of flash memory going on.  If we know the address, could we poke that register directly (perhaps from the FPGA code itself - obviously we'd then have to signal from the host VI to the FPGA code but I know how to do that).
    Thanks in advance for any help.
    Floris

  • How do you configure the af:query to genterate an IN-Clause

    How do you declaratively create a multi-select vield in the af:query and create an IN-CLAUSE?
    I am able to create a view criteria and I found the "support multi select" box on the UI Hints tab, but when the field is rendered in the af:query the operations list Equals, Contains and others. I expected an in clause operation.

    Check out my blog http://wp.me/pcBZk-5O and also look at the link to Jobinesh's blog too.
    Timo

  • How do you configure the size of the picture

    when sending a picture to printer, how do I adjust the size of picture to print. Mine only printed a 4/6.

    Frankie,
    The usual setting is in Printing Preferences.
    In case you haven't found it yet - it has been a while since your original post - you may have your tray setting stuck on the 4X6 tray.
    I can provide details and "how-to" if you need more help.
    Printer model info would be helpful, and do you have your printer software loaded yet?
    I hope this helps!                                 
    We work hard to help!
    When ever you see a Helpful Post - Click the Kudos Star on the Left as Thanks!
    Did this Post solve your problem?  Mark it “Accept as Solution”!
    Note: You can find the “Accept as Solution” box on threads started by you.
     2012 Year of the Dragon!
    Dragon Tips!
    Install your Printer Software!
    Look for your Printer’s Software at your printer’s own website!
    Software, manuals, alerts, “how-to” information, and much more!
    To see if there is software for your printer, Start at:  Support and Drivers
    Kind Regards,
    Dragon-Fur

  • HT5682 "which is no longer required to configure applet settings." Then how do you configure the settings?

    How do you now reach the Java settings for your machine for things like memory allocation?
    Also, what about 32- and 64-bit architecture? How do I control which is active?

    hello vnsonwu, this sounds like there might be a problem with the file in your profile folder that stores the settings (maybe it is set to read-only or corrupted in another form) - please go through the troubleshooting steps described here: [[How to fix preferences that won't save]]

  • How do you configure the a network for Airport Express from a PC computer

    A friend let me borrow her Airport Express so I could have wireless, but I can't figure out how to set up the network from my PC computer. She just gave me the device without any accompanying instructions or software.  The intructions online only explain how to setup the network using an Apple product.  How can it be done from a PC?

    Use the same instructions and the Windows version of AirPort Utility:
    AirPort Utility 5.5.3 for Windows

  • How do you configure the webserver on Leopard?

    I'm not sure what version of Apache is on Leopard but what file is edited to add things like PHP etc?
    I've looked under /etc/http/ but this directory is empty so how to I check PHP is turned on and turn it on if it isn't?
    Thanks for your help.

    The configuration directory for apache is /etc/apache2/
    Also this topic should help you.
    Mihalis.

  • Trying to use HPLJ 1102w as a wired network printer. How do you configure the network settings?

    I have an HPLJ 1102W and I want to use it as a wired printer on my LAN. The trouble is, the easy setup utility is geared toward wireless networking and the ethernet interface will not get a DHCP address from the LAN. In order to get an IP address, I have to go through the wireless networking configuration settings. Can anyone point me in the right direction on how to use this printer as a wired network printer?
    thanks,

    Hi,
    The HP LaserJet P1102w provide USB or wireless network interface only.
    the product do not include any ethernet card, as you may also find by its spesification System Requirements below:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01999607&tmp_task=prodinfoCategory&cc=us&dlc=en...
    Connectivity: Hi-Speed 2.0 USB port / Wireless 802.11 B/G (P1102w only)
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

Maybe you are looking for

  • How to install Windows 8.1 Enterprise on Ultrabook which came with basic Windows 8.1

    Hi, I guess I'm not the first one with this question but anyway... I've got 2000EUR expensive Ultrabook recently, and what's interesting it came with Windows 8.1. Just standard basic Windows 8.1, not Pro or Enterprise. Obviously I needed to upgrade i

  • New Blackbook, from windows, getting acquainted issues from A to ...

    I just bought a new blackbook. I am trying to get used to mac again after about 10 years of not using. Here are some of the issues I haven't been able to resolve as of yet, maybe you can help? A\\-how to change size of title/finder/apple bar (that th

  • Publishing Problems with Adobe Presenter 9

    I downloaded the free trial of Adobe Presenter 9 and created a video/Powerpoint presentation.  However, when I went to "Publish" (to YouTube), it stalled at 5%.  Did I just waste many hours that I really don't want to do again?  It's an hour long pre

  • XI supports EDIFACT without SAP Conversion Agent and others.

    Hello. Somebody knows the best way to convert EDIFACT message using XI? What I can do this without using softwares of conversion like: - SAP Conversion Agent; - Seeburger; - BIC Mapper and others. Thanks very much in advance.

  • Special characters in title of KM resources

    Hi, I am trying to set title of resources programmatically. I have some documents in french, spanish uploaded in KM.  I am reading  title from an excel file as a string and then setting it as title property of  a resource. When their title contains s