Connection to the AOP with several NIC data store

I have a situation where I need to have the computer that is running the tiara to be connected to two different networks.  I have two NIC installed in the machine, NIC A and B NIC, we will call them.  The reason for this is that I use Diadem to access the server on a machine of AVL PUMA AO.  If I connect to the local network PUMA, PUMA sometimes breaks down, probably something to do with the IP address.  So PUMA has need to be on a network that is not a router.  My tiara computer must communicate with PUMA, as well as with local shared drives on our corporate network.

In any case, I have the company LAN hung on A NIC and hung on NIC B PUMA network.  Tiara fails to connect when the two networks are connected, but connects to the data store no problem when that network PUMA is hung. Any ideas how to solve this problem?  It seems tiara is looking for NIC - A instead of NIC B, as appropriate.

For reference, when the two NIC is connected, I can access other than readers, and separate computers to ping on both networks, without problem, is not a connection problem.

Any help would be appreciated.

-Russ

I guess poth NIC have different IP.

-Did you use IP instead of the server name.

-Do you use RPC or CORBA to access the PUMA Server?

-What version of DIAdem.

You can create a log file when the connection has failed?

Greetings

Andreas

Tags: NI Software

Similar Questions

  • Basic question on the client connection to the Fund with several oracle instance

    Oracle 11:

    I have just a basic question about how doing listener/customer determine how oracle instance to connect to:

    1 tnsnames.ora and listener defines the configuration of the host and the port is that how he comes to know? I'm just trying to understand if the request comes to the listener how listener knows what Oracle instance to route traffic to?

    2. when I do sqlplus / as sysdba how knows what Oracle instance to connect to?

    Look at the differences

    [oracle@srv01-18-102 trace]$ cat $ORACLE_HOME/network/admin/listener.ora
    
    cat: /u01/app/oracle/product/ 11.1.0/dbhome_1/network/admin/listener.ora: No such file or directory
    
    -- start listener
    
    [oracle@srv01-18-102 trace]$ lsnrctl start
    
    LSNRCTL for Linux: Version 11.1.0.7.0   on 09-JUN-2009 01:05:42
    
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    
    Starting /u01/app/oracle/product/ 11.1.0/dbhome_1/bin/tnslsnr: please wait...
    
    TNSLSNR for Linux: Version 11.1.0.7.0
    Log messages written to /u01/app/oracle/diag/tnslsnr/srv01-18-102/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=1521)))
    
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.1.0.7.0
    Start Date                09-JUN-2009 01:05:42
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         /u01/app/oracle/diag/tnslsnr/srv01-18-102/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    
    -- startup database
    
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    
    SQL> startup
    ORACLE instance started.
    
    Total System Global Area  849530880 bytes
    Fixed Size                  1346664 bytes
    Variable Size             725615512 bytes
    Database Buffers          117440512 bytes
    Redo Buffers                5128192 bytes
    Database mounted.
    Database opened.
    
    SQL> alter system register;
    
    System altered.
    
    -- check again after a while (or for registration via "alter system register")
    
    [oracle@srv01-18-102 trace]$ lsnrctl status
    
    LSNRCTL for Linux: Version 11.1.0.7.0    on 09-JUN-2009 01:05:50
    
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.1.0.7.0
    Start Date                09-JUN-2009 01:05:42
    Uptime                    0 days 0 hr. 0 min. 8 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         /u01/app/oracle/diag/tnslsnr/srv01-18-102/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=8080))(Presentation=HTTP)(Session=RAW))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=2100))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "DEMO" has 1 instance(s).
      Instance "DEMO", status READY, has 1 handler(s) for this service...
    Service "DEMOXDB" has 1 instance(s).
      Instance "DEMO", status READY, has 1 handler(s) for this service...
    The command completed successfully
    
    -- BEQUEATH
    
    SQL> host
    [oracle@srv01-18-102 ~]$ set ORACLE_SID=DEMO
    [oracle@srv01-18-102 ~]$ sqlplus / as sysdba
    
    SQL*Plus: Release 11.1.0.7.0   on Tue Jun 9 01:17:42 2009
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0
    With the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    
    -- Query V$PROCESS
    
    SQL> desc v$process
    
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     ADDR                                               RAW(4)
     PID                                                NUMBER
     SPID                                               VARCHAR2(24)   <---
     USERNAME                                           VARCHAR2(15)
     SERIAL#                                            NUMBER
     TERMINAL                                           VARCHAR2(30)
     PROGRAM                                            VARCHAR2(48)
     TRACEID                                            VARCHAR2(255)
     TRACEFILE                                          VARCHAR2(513)
     BACKGROUND                                         VARCHAR2(1)
     LATCHWAIT                                          VARCHAR2(8)
     LATCHSPIN                                          VARCHAR2(8)
     PGA_USED_MEM                                       NUMBER
     PGA_ALLOC_MEM                                      NUMBER
     PGA_FREEABLE_MEM                                   NUMBER
     PGA_MAX_MEM                                        NUMBER
    
    SQL> select * from v$process where program like '%(TNS V1-V3)%';
    
    52ACC7FC         19 26000                    oracle                   2
    UNKNOWN                        [email protected] (TNS V1-V3)
    
    /u01/app/oracle/diag/rdbms/DEMO/DEMO/trace/DEMO_ora_26000.trc
                                                               1286124       2699092
             1048576     4616664
    
    1 row selected.
    
    -- "Jump to OS"
    
    SQL> host ps -ef|grep 26000
    
    oracle   26000 14346  0 01:09 ?        00:00:01 oracleDEMO (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle   27040 14346  0 01:16 pts/1    00:00:00 /bin/bash -c  ps -ef|grep 26000
    oracle   27042 27040  0 01:16 pts/1    00:00:00 grep 26000
    
    -- Connect via listener to the database
    
    -- content off tnsnames.ora
    
    [oracle@srv01-18-102 trace]$ cat $ORACLE_HOME/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/ 11.1.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    
    DEMO =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = srv01-18-102.amis.local)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = DEMO)
        )
      )
    
    [oracle@srv01-18-102 ~]$ sqlplus otn/otn@DEMO
    
    SQL*Plus: Release 11.1.0.7.0   on Tue Jun 9 01:28:52 2009
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0
    With the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    
    SQL> set head off feed on
    
    SQL> desc v$process
    
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     ADDR                                               RAW(4)
     PID                                                NUMBER
     SPID                                               VARCHAR2(24)   <---
     USERNAME                                           VARCHAR2(15)
     SERIAL#                                            NUMBER
     TERMINAL                                           VARCHAR2(30)
     PROGRAM                                            VARCHAR2(48)
     TRACEID                                            VARCHAR2(255)
     TRACEFILE                                          VARCHAR2(513)
     BACKGROUND                                         VARCHAR2(1)
     LATCHWAIT                                          VARCHAR2(8)
     LATCHSPIN                                          VARCHAR2(8)
     PGA_USED_MEM                                       NUMBER
     PGA_ALLOC_MEM                                      NUMBER
     PGA_FREEABLE_MEM                                   NUMBER
     PGA_MAX_MEM                                        NUMBER
    
    SQL> select * from v$process where spid in (27372);
    
    52ACC7FC         19 27372                    oracle                   4
    UNKNOWN                        [email protected]
    
    /u01/app/oracle/diag/rdbms/DEMO/DEMO/trace/DEMO_ora_27372.trc
                                                                705064        938372
                   0      938372
    
    -- Use info off v$process to join with v$session
    
    SQL> select * from v$session where paddr = '52ACC7FC';
    
    52112690        170          9     107441 52ACC7FC         93
    OTN                                     3 2147483644
                             ACTIVE   DEDICATED         93
    OTN                            oracle
    27370
    srv01-18-102.amis.local
    pts/1                          [email protected] (TNS V1-V3)
    USER       4C83D838     1817844678 4qpuh5jq5n6y6                0
    09-JUN-09             16777216 4C83443C      1421292656 b1vt3u9abfd3h
                    0 09-JUN-09              16777216
    
    SQL*Plus                                          3669949024
                                               0
    
                    8244            -1              0               0             0
    09-JUN-09                     0 NO  NONE          NONE       NO
    OTHER_GROUPS                     DISABLED ENABLED  ENABLED
                         0
                                                                     NOT IN WAIT
                                               41        322
    SQL*Net message to client
    driver id                                                        1413697536
    0000000054435000
    #bytes                                                                    1
    0000000000000001
                                                                              0
    
    00                  2000153315           7
    Network                                                                  -1
                  0 WAITED SHORT TIME                14
                          3730
    DEMO                                                            DISABLED FALSE
    FALSE FIRST EXEC                100 52ACC7FC               4
    
    -- Use info off V$process to look pid on OS
    
    SQL> host ps -ef | grep 27372
    
    oracle   27372     1  0 01:30 ?        00:00:00 oracleDEMO (LOCAL=NO)
    oracle   27413 27380  0 01:30 pts/1    00:00:00 /bin/bash -c  ps -ef|grep 27372
    oracle   27415 27413  0 01:30 pts/1    00:00:00 grep 27372
    
  • How to connect the Ombudsman with several bpel process

    Hi Please someone tell me how to connect the Ombudsman with several processes bpel in soa 11g

    And here

    http://eoracleapps.blogspot.com/2009/11/how-to-call-synchronous-BPEL-process.html

  • Tecra M3 has ceased to connect to the internet with cable

    I have an old laptop Tecra of 3 year (out of warranty).
    Last week, he stopped to connect to the internet with a cable. I tried several cables and jacks. No idea what to do?

    LAN card is entered correctly in the Device Manager?
    LAN port has two leds, green and orange. Green LED is turned on when you connect the LAN cable?

  • computer not automatically standby (formerly titled "impossible computer automatically sleep when it is connected to the internet with modem cable")

    Hi, I noticed recently that my computer (Windows XP Media Center Edition 2005) is unable to sleep automatically when it is connected to the internet with a cable modem. Change the settings for my current power mode and try a different feeding regime (diagrams of Windows XP default power and power management, I created) only solves the problem for 2 days at most. I also tried to change the settings for the other power plans mentioned, and yet once again, the problem was only set for two days at the most. I also tried turning off my computer, restarting my computer, recording Powercfg /Restore Default policies in Run, saving sfc/scannow in Run, and again, I got the same result. Reset and power cycling the modem cable is not helped either. To help you better understand the problem, for example, if I had the date set for the screensaver set to 1 minute, the time for the monitor to turn off set to 2 minutes and time for your computer set to 3 minutes, the screen saver activate after 1 minute, the monitor turns off after 2 minutes, but the computer would not sleep mode after 3 minutes , even after an hour or more. I tried to check the Task Manager, and I have not noticed any process that would be interrupting the day before. However, I noticed that when I turned on the monitor by moving the mouse, even when the computer was unable to sleep and unplugged the ethernet cable from the cable modem and waited, the computer has entered standby as it should have.  I tried to find a solution for more than a week, contributions for this issue would be greatly appreciated. Thank you for taking the time to read my post. (Update: it seems that the problem is something else then my cable modem.)

    Hello

    Thank you for the update.

    This behavior can occur because of possible conflicts of third-party software, which includes the third-party security software.

    You can also temporarily disable third-party security software and firewalls installed on the system and check the issue.

    If disabling the antivirus software solves the problem, you may need to configure the settings of the antivirus as a result program. Please contact the software vendor for assistance in this regard.

    Note: be sure to enable the security software on the computer after checking the issue.

    Note: When you perform a clean boot, you can activate services for the modem, network card and disable third-party services to check the issue.

    Hope the helps of information. Let us know if you need help with Windows related issues. We will be happy to help you.

  • Unable to connect to the server with ttisqlcs, failed to retrieve IP address of the system

    Please help me, I have installed timesten server and client on different machines in the LAN, but with the same user and group - ttadmin:ttgroup

    When I tried to connect to the server with ttisqlcs - connStr "DSN = sampleCS"

    The result gave me errors like below

    Connect "DSN is sampleCS ';.

    S1000: Unable to retrieve the IP address of the system. System error:-2

    The command failed.

    Fact.

    The related part in sys.ttconnect.ini is defined as below

    [192.168.0.206]

    Description = TimesTen Server

    Adresse_reseau = 192.168.0.206

    PORT_TCP = 53397

    And the sys.odbc.ini

    [ODBC data sources]

    sampleCS = TimesTen 11.2.2 Client Driver

    [sampleCS]

    TTC_SERVER = 192.168.0.206

    TTC_SERVER_DSN = nredb_ds

    That wants it mean by 'recovering intellectual '?

    He is trying to resolve IP by hostname even when I already gave him the ip address?

    Either way, I can ping 192.168.0.206 and telnet to port 53397 without problem.

    Please help me, thanks ~

    It does not matter that they are VMs (I use between virtual machines all the time), but "Networking" of VM, of course, must be set up correctly. But if you can ping and telnet between VMS so that shouldn't be a problem.

    On the client computer, you have an entry in/etc/hosts for the client machines and the server? Even on the server? Please check that and add entries if they are not there and see if it helps. If not then we need to find the client using 'strace' to see which system call fails. Please try and after the release (or at least the last part that leads to failure).

    Thank you

    Chris

  • My ZTE open C unable to connect to the wlan with 63-signs-hex key.

    Hello

    my C open from ZTE unable to connect to the wlan with WPA2-PSK and a 63 sign hex key. When I create a 2. ESSID with WPA2-PSK a sentence normal, everything's fine.

    Oliver

    Hi OliverwithZTE,

    I understand that you have connection problems to your network WPA2-PSK.

    Unfortunately, WPA2-PSK is currently not supported on Firefox OS version 1.3. Only WPA-TKIP and WPA2-AES are supported.

    -Ralph

  • Unable to connect to the internet with Foxfire. Can do with Internet Exporer

    I've been using Foxfire. After an update I can no longer connect to the internet with Foxfire. IE can connect.

    Firefox is the name. Foxfire is a bio-luminescent fungus.

    http://en.Wikipedia.org/wiki/Foxfire _ (bioluminescence)

    See this support article - difficulty of problems connecting to websites after Firefox update

  • Satellite A500 - 15 M: unable to connect to the TV with HDMI

    Hello

    I have a Satellite A500 - 15M. I recently tried to connect to my TV so I could watch certain shows online on my Hannspree Xv HD ready TV.
    The HDMI out does any record on the TV - the TV displays a message "not supported" and remains off (as if there is no signal) - display settings on the PC it does not recognize the TV... actually it [Intel Graphics and Media Control Panel] indicates that the TV/monitor settings are not supported.

    But I can connect via the VGA output - although I have to delete the display settings to 1024 x 768 to show on TV. In addition the display on the TV then is mainly pink and red, even if my pc display peak is most often blue. -start of the Toshiba screen displays on the TV, without any problems and one or twice the login screen was displayed too much, but then sometimes it isn't...
    I know that's not the VGA cable as I can connect to the TV with it on netbook advent my wife without any problem.
    Are there drivers, I need to update / download? Or I need to change the settings?
    How can I get my screen on my TV?

    Any help would be greatly appreciated. Thank you

    Hello

    First, you must connect the two machines (laptop and TV via HDMI) when the two devices are turned off. After turn on the TV and the laptop.

    You must choose the HDMI on TV channel and should then use the FN + F5 key combination to switch the video output to the TV.

    If this does not help, try updating the graphics card driver.
    It seems that your laptop supports the Intel graphics chip. Therefore, you can see the Intel page for new drivers.

    Welcome them

  • Functions defined by the user with several parameters

    I set features three following user using "Define."

    UF1 takes a single patameter;

    UF2 takes two parameters;

    and UFX takes two parameters - with the second is 'X' in the definition.

    Œuvres F1.  F2 is the EVAL of F1 version and it works too.  User functions only seem to work fine.

    F3, a function of two user settings, produces a graph of NaN.

    F4 is the EVAL of F3 version.  Note that 'B 'is not replaced by 1'.  Also produces a NaN chart.

    F5 produces a graph of NaN.

    F6 is EVAL of F5.  The 'X' is not replaced (even with the ' B' above), and even if it looks like 'X * X', it also produces a graph of NaN.

    Is it possible to get defined by the user, with several parameters, features work by tracing the curve?

    Hi!, Fortin:

    If you download and install the ultimate Firmware with the version of the software: 2015 6 17 (8151), with the number of Version: 1.1.2 - 11, you can trace your examples of definition of the function, with curves and values, without NaN.

  • Unable to connect to the internet with other programs (like Zune) but internet explore still connects.

    I can connect to the internet with internet explore very well. No problems.  But when I try to connect another program to the internet, like Zune or Wildtangent games the program says that I'm not online.  I know that I'm online because I check to make sure you Internet explore, and which still works.  I already tried to change the firewall settings to allow programs through, but that did not work either

    Hi Chloe,.

    1. What is the exact error message?
    2. Since when are you facing this problem?

    However, try the following steps.

    Step 1: Add zune except for windows firewall.

    1. click on start toreduce this includes this image, type firewall.cpl in the Search box and press ENTER.

    2. click allow a program through Windows Firewall. Collapse this includes this image
    If you are prompted for an administrator password or a confirmation, type the password, or click continue.

    3. click on add program.

    4. click on Browse.

    5 locate the Zune and then click Open.
    Note By default, the Zune is installed in the following location:
    C:\Program Files\Zune\

    6. click OK twice.

    Step 2: Windows live onecare

    1. Start Windows Live Onecare.
    2. Click change Onecare settings.
    3. Click the firewall tab.
    4. Click on Advanced settings.
    5. Scroll through the list of programs to determine if Zune appears in the list.

    ·         If Zune appears, make sure that the Zune is set to allow instead of block.

    ·         If Zune does not appear, follow these steps:

    1. click on Add.

    2. Locate the Zune and then click Open.

                    Note By default, the Zune is installed at the following location: C:\Program Files\Zune\

    3. click OK twice.

    http://support.Microsoft.com/kb/927980

    Try these steps and let us know the result.

    Bindu S - Microsoft Support
    Visit our Microsoft answers feedback Forum and let us know what you think

  • How to add a second connection of the user with windows 8

    How to add a second connection of the user with windows 8

    Go to the Control Panel, then click on change the Type of account in respect of the accounts of users and parental control.  Beneath the box with user accounts, there should be a link that says add a user account.  Click on that and follow the instructions to set up another user.

  • Relocation of the unusable VCenter Server after data store

    I needed to move the VCenter server only US planes of the DataStore has located on SAN1 to B data store located on SAN2 because we were retiring SAN1. After connecting directly to the VMhost which housed the vCenter Server VM, closing the vCenter Server and remove the vCenter Server inventory, I scoured data store A and moved the server vCenter to B data store directory. "After the copy is completed, I added the back inot inventory of vCenter Server, it works, toldi it"I moved"and received an error message indicating the file vCentersrvr.vmdk ' was absent.

    A review of the content directory for vCenter data store b shows no vCentersrvr.vmdk, but rather lists a file called vCentersrvr - flat hard. The type of file, the file is listed as "file". I tried to rename this gall and turn on/off the VM, but still no luck. Here are my questions:

    1. Can I save this installation? The original directory no longer exists (it was deleted automatically after the copy of the file).
    2. If I can't save this installation, can I just rebuild a new vCenter Server and Add (2) hosts that are currently managed by the vCenter Server server has failed?

    There is another method to recreate the descriptor VMDK files. http://www.phdvirtual.com/VMDKstubgenerator

  • get the history of use of data store

    When you go to the performance tab from a data store that you can see the allocation graph and space used on a range of time.

    How to access these statistics via powercli?

    Get-stattype-entity * does not return all the types of stat for data warehouses

    the point of this is I'm trying to script a report that shows the percentage of data in the last 7 days store

    for example, 80%, 81%, 82%, 82%, 82%, 83% and 83%

    A quick glance at my post called statistical data store

  • Network of twinning with Port trunks to support the host ESX VShere 4 with several NIC for load balancing across a HP ProCurve 2810 - 24 G

    We are trying to increase production of our ESX host.

    ESX4 with 6 NIC connected to HP Procurve 2810 - 24G 2 ports; 4; 6; 8; 10 and 12.

    The

    grouping of parameters on ESX is rather easy to activate, however, we do not know

    How to configure the HP switch to support above connections.

    Pourrait

    someone please help with a few examples on how to seup the HP switch.

    Help will be greatly appreciated as we continue to lose tru RDP sessions

    disconnects.

    Best regards, Hendrik

    Disabling protocols spanning-tree on the Procurve ports connected to the ESX host is going to promote a recovery more rapid port. Similarly, running global spanning tree is not recommended if you mix some VLAN iSCSI and data in the same fabric (i.. e. you do not want a STP process to hang storage IO). Spanning tree on your switches, look PVST (or Procurve BPMH) to isolate the STP VLANs unique events.

    In regard to the load balancing is, by default (route based port ID) value algorithm requires less overhead on the ESX hosts.  You may not use LACP on the Provurve the lack of facilities LACP ESX. You must use "route based on the IP hash" sideways ESX and 'static trunks' on the side of Procurve. Unless you have specific reasons why your network need loads this configuration, I'd caution against it for the following reasons:

    (1) IP hash requires thorough inspection of packages by the ESX host, increasing CPU load as load package increases;

    (2) the static configuration puts switch physics rigid and critical ESX host port mapping. Similarly, groups of ports all will fail as the Procurve batteries for management only and won't be on switches 802.3ad circuits Group (i.e. all ports of a group of circuits must be linked to a single switch) - this isn't a limitation of the port ID routing;

    (3) K.I.S.S. love port ID mix of port ID, beacon probe and failover on the port assignments you will get segregation of the raw traffic without sacrificing redundancy - even through switches.

    I hope this helps!

    -Collin C. MacMillan

    SOLORI - Oriented Solution, LLC

    http://blog.Solori.NET

    If you find this information useful, please give points to "correct" or "useful".

Maybe you are looking for