Tnsnames and listener issue for Datagaurd

Hi All,
OS:AIX,
DB: 10g
I am trying to create a standby database on the same server. I have configured the tnsnames.ora, my speciifcations are the following:
Primary database:ettest
Standby datbase:ettestdr
tns-entries:
ettest =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.2.454.00)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = ettest)
ettestdr =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.2.454.00)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = ettestdr)
while i am trying to tnsping ettest , i am getting success but i failing to tnsping ettestdr.
Kindly tell me if i am doing anything wrong?
BR
Sphinx
Edited by: $phinx19 on Dec 11, 2012 8:30 AM

$phinx19 wrote:
Hi All,
OS:AIX,
DB: 10g
I am trying to create a standby database on the same server. I have configured the tnsnames.ora, my speciifcations are the following:
Primary database:ettest
Standby datbase:ettestdr
tns-entries:
ettest =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.2.454.00)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = ettest)
ettestdr =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.2.2.x)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = ettestdr)
while i am trying to tnsping ettest , i am getting success but i failing to tnsping ettestdr.
Kindly tell me if i am doing anything wrong?
BR
SphinxIf they are both on the same server, why do you specify two different IP addresses?
And "10.2.2.x" is not avalid IP address. That "x" must be a number in the range 0 to 255.

Similar Messages

  • Changin from IPs to hostnames in tnsnames and listener heads to TNS-12541

    Hello.
    In order to prevent problems and extrawork in future with planned IP changes, i want to change the tnsnames and listener.ora server configuration files.
    Now they are using the IP in the HOST parameter, and I want to use the hostname. But it doesnt works:
    TNSNAMES.ORA:
    VCSBD =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = tcp)(HOST = 62.37.231.78)(PORT = 1524))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = vcsbd)
    LISTENER.ORA:
    LISTENER_VCSBD=
            (ADDRESS_LIST=
                    (ADDRESS=
                            (PROTOCOL=tcp)
                            (HOST=62.37.231.78)
                            (PORT=1524)
                    (ADDRESS=
                            (PROTOCOL=ipc)
                            (KEY=vcsbd)
    SID_LIST_LISTENER_VCSBD=
            (SID_LIST=
                    (SID_DESC=
                            (GLOBAL_DBNAME=vcsbd)
                            (SID_NAME=vcsbd)
                            (SERVICE_NAME=vcsbd)
                            (ORACLE_HOME=/usr/oracle/product/11.2.0)
    TESTING: --
    $ tnsping vcsbd
    TNS Ping Utility for Linux: Version 11.2.0.2.0 - Production on 05-OCT-2012 13:32:30
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Archivos de parámetros utilizados:
    /usr/oracle/product/11.2.0/network/admin/sqlnet.ora
    Adaptador TNSNAMES utilizado para resolver el alias
    Intentando contactar con (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST = 62.37.231.78)(PORT = 1524)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = vcsbd)))
    Realizado correctamente (0 mseg)I want to change the HOST parameter to server hostname, in order to make oracle resolve the hostname from the /etc/hosts.
    But wen I change it, I get TNS-12541 errors when tnsping. Ping works, but tnsping not.
    updating TNSNAMES:
    VCSBD =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = tcp)(HOST = servervcs)(PORT = 1524))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = vcsbd)
    updating LISTENER.ORA
    LISTENER_VCSBD=
            (ADDRESS_LIST=
                    (ADDRESS=
                            (PROTOCOL=tcp)
                            (HOST=servervcs)
                            (PORT=1524)
                    (ADDRESS=
                            (PROTOCOL=ipc)
                            (KEY=vcsbd)
    SID_LIST_LISTENER_VCSBD=
            (SID_LIST=
                    (SID_DESC=
                            (GLOBAL_DBNAME=vcsbd)
                            (SID_NAME=vcsbd)
                            (SERVICE_NAME=vcsbd)
                            (ORACLE_HOME=/usr/oracle/product/11.2.0)
    TESTING: ---
    $ cat /etc/hosts:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               servervcs localhost.localdomain localhost
    62.37.231.78            servervcs
    #62.37.231.68           servervcs
    ::1             localhost6.localdomain6 localhost6
    $ lsnrctl reload LISTENER_VCSBD
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 05-OCT-2012 13:37:05
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Conectándose a (ADDRESS=(PROTOCOL=tcp)(HOST=servervcs)(PORT=1524))
    TNS-12541: TNS:no hay ningún listener
    TNS-12560: TNS:error del adaptador de protocolo
      TNS-00511: No hay ningún listener
       Linux Error: 111: Connection refused
    Conectándose a (ADDRESS=(PROTOCOL=ipc)(KEY=vcsbd))
    El comando ha terminado correctamente
    $ lsnrctl status LISTENER_VCSBD
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 05-OCT-2012 13:37:12
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Conectándose a (ADDRESS=(PROTOCOL=tcp)(HOST=servervcs)(PORT=1524))
    TNS-12541: TNS:no hay ningún listener
    TNS-12560: TNS:error del adaptador de protocolo
      TNS-00511: No hay ningún listener
       Linux Error: 111: Connection refused
    Conectándose a (ADDRESS=(PROTOCOL=ipc)(KEY=vcsbd))
    LISTENER STATUS
    Alias                     LISTENER_VCSBD
    Versión                   TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Fecha de Inicio       28-MAY-2012 12:04:16
    Tiempo Actividad   130 días 1 hr. 32 min. 56 seg.
    Nivel de Rastreo        off
    Seguridad               ON: Local OS Authentication
    SNMP                      OFF
    Parámetros del Listener   /usr/oracle/product/11.2.0/network/admin/listener.ora
    Log del Listener          /usr/oracle/diag/tnslsnr/efacturaES-BD1/listener_vcsbd/alert/log.xml
    Recibiendo Resumen de Puntos Finales...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=62.37.231.78)(PORT=1524)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=vcsbd)))
    Resumen de Servicios...
    El servicio "vcsbd" tiene 2 instancia(s).
      La instancia "vcsbd", con estado UNKNOWN, tiene 1 manejador(es) para este servicio...
      La instancia "vcsbd", con estado READY, tiene 1 manejador(es) para este servicio...
    El servicio "vcsbdXDB" tiene 1 instancia(s).
      La instancia "vcsbd", con estado READY, tiene 1 manejador(es) para este servicio...
    El comando ha terminado correctamente
    $ ping servervcs
    PING servervcs (127.0.0.1) 56(84) bytes of data.
    64 bytes from servervcs (127.0.0.1): icmp_seq=1 ttl=64 time=0.017 ms
    64 bytes from servervcs (127.0.0.1): icmp_seq=2 ttl=64 time=0.013 ms
    --- servervcs ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 999ms
    rtt min/avg/max/mdev = 0.013/0.015/0.017/0.002 ms
    $ tnsping vcsbd
    TNS Ping Utility for Linux: Version 11.2.0.2.0 - Production on 05-OCT-2012 13:32:33
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Archivos de parámetros utilizados:
    /usr/oracle/product/11.2.0/network/admin/sqlnet.ora
    Adaptador TNSNAMES utilizado para resolver el alias
    Intentando contactar con (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST = servervcs)(PORT = 1524)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = vcsbd)))
    TNS-12541: TNS:no hay ningún listenerAny clue?
    what i'm doing wrong? what did I forget?
    Regards
    Edited by: elvegaa_esp on 05-oct-2012 4:48

    Sure
    $ echo $HOSTNAME
    AOC-BD1
    $ /sbin/ifconfig
    eth0      Link encap:Ethernet  HWaddr **:**:**:**:**:**
              inet addr:192.168.76.8  Bcast:192.168.76.255  Mask:255.255.255.0
              inet6 addr: fe80::221:85ff:fe35:74c/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:281062361 errors:0 dropped:0 overruns:0 frame:0
              TX packets:68084207 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:1817935227 (1.6 GiB)  TX bytes:3856945523 (3.5 GiB)
              Base address:0x3000 Memory:dfb40000-dfb60000
    eth0:1    Link encap:Ethernet  HWaddr **:**:**:**:**:**
              inet addr:192.168.76.10  Bcast:192.168.76.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              Base address:0x3000 Memory:dfb40000-dfb60000
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:210984342 errors:0 dropped:0 overruns:0 frame:0
              TX packets:210984342 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:3935512631 (3.6 GiB)  TX bytes:3935512631 (3.6 GiB)
    $ cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               AOC-BD1 localhost.localdomain
    192.168.76.8            AOC-BD1 localhost.localdomain
    $ cat /usr/oracle/product/10.2.0/network/admin/tnsnames.ora
    AOC-BD1_AOCPROD_HN=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(Host=AOC-BD1)(Port=1521)))(CONNECT_DATA=(service_name=aoc-bd1_aocprod)(INSTANCE_NAME=aocprod)(SID=aocprod)))
    $ cat /usr/oracle/product/10.2.0/network/admin/listener.ora
    listener_aoc-bd1_aocprod=
       (ADDRESS_LIST=
          (ADDRESS=
              (PROTOCOL=tcp)
              (HOST=AOC-BD1)
              (PORT=1521)
         (ADDRESS=
              (PROTOCOL=ipc)
              (KEY=aoc)
    SID_LIST_listener_aoc-bd1_aocprod=
       (SID_LIST=
          (SID_DESC=
               (GLOBAL_DBNAME=aoc-bd1_aocprod)
               (SID_NAME=aocprod)
               (SERVICE_NAME=aocprod)
               (ORACLE_HOME=/usr/oracle/product/10.2.0)
    STARTUP_WAIT_TIME_listener_aoc-bd1_aocprod=0
    CONNECT_TIMEOUT_listener_aoc-bd1_aocprod=0
    $ lsnrctl status listener_aoc-bd1_aocprod
    LSNRCTL for Linux: Version 10.2.0.3.0 - Production on 08-OCT-2012 13:20:17
    Copyright (c) 1991, 2006, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=AOC-BD1)(PORT=1521))
    STATUS of the LISTENER
    Alias                     listener_aoc-bd1_aocprod
    Version                   TNSLSNR for Linux: Version 10.2.0.3.0 - Production
    Start Date                17-DEC-2011 09:49:05
    Uptime                    248 days 13 hr. 13 min. 56 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /usr/oracle/product/10.2.0/network/admin/listener.ora
    Listener Log File         /usr/oracle/product/10.2.0/network/log/listener_aoc-bd1_aocprod.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=AOC-BD1)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=aoc)))
    Services Summary...
    Service "aoc-bd1_aocprod" has 1 instance(s).
      Instance "aocprod", status UNKNOWN, has 1 handler(s) for this service...
    Service "aocprod" has 1 instance(s).
      Instance "aocprod", status READY, has 1 handler(s) for this service...
    Service "aocprodXDB" has 1 instance(s).
      Instance "aocprod", status READY, has 1 handler(s) for this service...
    Service "aocprod_XPT" has 1 instance(s).
      Instance "aocprod", status READY, has 1 handler(s) for this service...
    The command completed successfully
    $ tnsping AOC-BD1_AOCPROD_HN
    TNS Ping Utility for Linux: Version 10.2.0.3.0 - Production on 08-OCT-2012 13:20:37
    Copyright (c) 1997, 2006, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(Host=AOC-BD1)(Port=1521)))(CONNECT_DATA=(service_name=aoc-bd1_aocprod)(INSTANCE_NAME=aocprod)(SID=aocprod)))
    OK (0 msec)

  • Dbua tnsnames and listener

    Hi
    When I use dbua to upgrade the database to 11g,
    I notice that dbua doesnt create tnsnames.ora and listener.ora for the new 11g oracle home.
    What is the recommended approach to resolve this?
    1-)
    Remove old listener from old oracle home
    Initiate dbau
    create new listener in new oracle home
    create new tnsnames in new oracle home
    2-)
    shutdown listener from old oracle home
    initiate dbua
    copy listener and tnsnames files from old oracle home to new oracle home

    Ora_83 wrote:
    Hi
    Apart from above question, I have another question.
    When a database is upgraded with dbua, I notice that dbua will automatically create initilization parameters file.
    How can it determine the values in new spfile? Does it copy the existing values from old spfile and remove deprricated ones and add new parameters automatically ?It will copy the values from the old spfile and adds new parameters automatically.
    Regards
    Rajesh

  • Automatic renaming hostname in tnsnames and listener.ora

    Is it realy not possible to change hostname automaticly in TNSNAMES.ORA and LISTENER.ORA after installing an image-CD with Windows XP and Oracle11GR1. In Windows , there is a SID Change Tool and in Oracle?
    Thank's for your help !
    René

    Again, take a look at running "netca /silent ..." with a response file.
    Another (perhaps better) option would be to burn a cd with a software only install and that upon "activation" would then run a dbca noninteractive session to configure a database (I assume you want one, mentioning listener.ora).

  • Tnsnames and listener

    I was finally able to get the installation of Oracle DB 11 with client. But not clear how the tnsnames.ora and listener.ora work. Appreciate if someone can clarify following.
    1 Why is tnsnames.ora is found both in the client and server directories. Why is it required on the server host?
    2 listener.ora is only in the server host? Is that correct? Not required on client?

    Trying to make it simple, I am answering the second question first
    2. listener.ora is only in the server host? Is that correct? Not required on client?Listener.ora contains the listener service configuration (Name, DBName, Port, etc), Typically, it must exist only at the Server, and client connects to it using their tnsnames.ora definitions.
    Why is tnsnames.ora is found both in the client and server directories. Why is it required on the server host?whenever it is required to connect to database using TNS, an entry in tnsnames.ora required be made. Since may tools (e.g. OEM) uses the tnsnames to connect to database therefore, it is necessary to configure the tnsnames.ora at server.
    Rgd,
    Ahmer
    N.B.: To make a good reputation on forums, and if you want that your questions will be answered timely. Kindly adopt the habit of marking your questions closed as soon as you get the answer. and be courteous to the people who trying to help.

  • 1000v and possible issue for data storage firmware upgradation

    Hi all,
    We have IBM N series storage controller which provide storage to esxi4.1.We have hosted out primary and secondary VSM for 1000V deployment on this ESXi4.1.
    We need to upgrade the storage firmware and I like to know if their is any possible impact on my 1000V.
    As this is a outage change [becuse of storage will bring dowm] i like to know why precautionary measure will be taken so that my nexus 1000v remain un affectted because of this storage controller upgradation change.
    If their is any link available for refference .
    Thanks in advance.

    Since your storage is going down completely you will need to power off the n1k. Here are things You can do to minimize the impact of this:
    1) ensure your running config matches your startup config (show run, show start)
    2) ensure your system VLANS are configured correctly. Namely make the follow VLANS are system VLANS on your eths/veths that carry them: ESXi management, vCenter management, VSM management, control, packet, any storage VLAN (iSCSI or NFS)
    3) make sure the VSMs have their reservations set correctly in ESX so they don't have to worry about resources during boot
    Alternatively if you have a host with ESX installed on local storage you could migrate the VSMS over to that, storage vMotion the VSMS onto local storage and keep it running during the outage (though you should still verify your system VLANS)

  • ORA-12505 error after setup tnsnames and listener properly.

    Hello.
    I'm having a very common issue. I can't connect using tnsnames on Windows 2003 server.
    Facts.
    1 - Tnsnames.ora file is properly set.
    2 - Listener.ora file is properly set.
    3 - tnsping works with no issues.
    4 - Windows service is up and running.
    However, I'm getting this error.
    C:\Documents and Settings\sabreadm>sqlplus lps/first1@lm3dprd1
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jun 24 12:32:26 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12505: TNS:listener does not currently know of SID given in connect
    descriptor
    Enter user-name:
    ERROR:
    ORA-01017: invalid username/password; logon denied
    listener.ora file content
    # listener.ora Network Configuration File: D:\Apps\oracle\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    TRACE_LEVEL_LISTENER = USER
    TRACE_DIRECTORY_LISTENER = D:\Apps\oracle\NETWORK\ADMIN
    LOG_FILE_LISTENER = listener.log
    LOG_DIRECTORY_LISTENER = D:\Apps\oracle\NETWORK\ADMIN
    TRACE_FILE_LISTENER = listener.trc
    MAX_REG_CONNECTIONS_LISTENER = 3000
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.58.44)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = lm3dtst1)
    (ORACLE_HOME = D:\Apps\oracle)
    (SID_DESC =
    (SID_NAME = lm3dprd1)
    (ORACLE_HOME = D:\Apps\oracle)
    tnsnames.ora file content.
    # tnsnames.ora Network Configuration File: D:\Apps\oracle\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    lm3dtst1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (Host = 192.168.58.44)
    (Port = 1521)
    (CONNECT_DATA =
    (SID = lm3dtst1
    (GLOBAL_NAME = lm3dtst1)
    lm3dprd1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (Host = 192.168.58.44)
    (Port = 1521)
    (CONNECT_DATA =
    (SID = lm3dprd1
    (GLOBAL_NAME = lm3dprd1)
    Any advice will be highly appreciated.
    Thanks.
    Alex.

    Alex,
    Next time when you post code or output or any configuration, enclose them between \ tags to preserve formatting
       Your code or output \h4.  Anyway, modify your tnsnames.ora file on your client machine and add this lm3dprd1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.58.44)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = dedicated)
    (SERVICE_NAME = lm3dprd1)
    (INSTANCE_NAME=lm3dprd1)
    Regards
    OrionNet                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • EA2 TNSNAMES and LDAP issues

    great to see the long awaited LDAP option available. Some remarks after first try's:
    1. there is no field to set the ldap context.
    We have several contexts for different environment. All are using the same dbname, but different ports and target ip adresses. Now, the loaded list shows all databases several times. I can't see, which is the right entry. If i can set the context, this list should be unique for the instance name.
    Hope, there is not the same problem as explained later in my point 3.
    2. LDAP Admin and LDAP passwords are not needed to retrieve the database list, it's only misleading our security staff which is afraid to use the admin passwords for normal login
    3. in case of normal tnsnames connection entries, the nasty feature(bug?) to show a instance entry several times if you have some ifiles into your tnsnames.ora. This was reported also for the past 1.2 release last year and should be fixed soon. It can't be a problem to unique these list entries.
    Maybe these small issues can be fixed for the release version
    Thomas

    Thomas, We're taking a look.
    Barry

  • Heating and battery issues  for iPad 3

    My iPad gets really hot. The battery takes up to 7-10 hours to charge and it's loosing battery faster than my buddies iPad 2. We used them at the same rate for a test. His was at 56% and mine was at 50%. Sometimes much worse than that.  Like I said it gets extremely hot. And the battery...well it *****. I once put it on the charger over night and it was at about 85% I am very disappointed in this iPad. I have come to expect much more from Apple.

    Are you just ranting, or do you have a question?
    Btw, the issues you describe have been discussed dozens of times already.

  • Paper Jam and Scanning issues for the HP Officejet 6600

    Had to warranty my printer for same issue and refurbished one is worse.

    Hi @Uguessedit,
    Welcome to the HP Forums!
    I am sorry to hear that your HP Officejet 6600 refurbished printer is worse than your previous printer, but I am happy to help!
    For further assistance, I will need some additional information:
    If you are using a Windows or Mac Operating System, and the version number. To find the exact version, visit this link. Whatsmyos.
    If the printer is connected, Wireless, or USB.
    If the printer is able to make copies. Copying a Multipage Original in Order (Collating).
    If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well.
    What type of scanning issues are you having? Are you getting any errors?
    In the meantime, please see this guide, A 'Paper Jam' Error Displays on the HP Officejet 6600 e-All-in-One and 6700 Premium e-All-in-One Pri....
    Thank you for posting, and have a good day!  
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • SA 540 and DMZ Issue for Wireless Guest Access

    I have hooked up a Wireless AP into the Optional Port setup as DMZ on the SA 540.  My goal is to provide internet access to wireless guest users without giving them access to the entire LAN.     The internet access for the wireless guest users is painfully slow.   It takes 5 minutes to access Google.   Has anybody else had issues with slowness.    I am able to successfully ping websites and retrieve their IP address, but it won't connect to any websites via web browsers.   Just to humor myself,  I configured firewall rules to allow DMZ full access to the LAN and WAN.   I am still having the same results.   Any thoughts and suggestions?

    Hi,
    I'm not the one with the AP problem, I just have the same issue with the DMZ port. I think you have to forget about the whole AP issue here since the problem is with the DMZ port on the SA500.
    I have my Web and Mail server set up on the DMZ port, I can ping and resolve Domain names to the outside world, but trying to reach anything with a browser takes foreeever. On, eg. www.apple.com I just get a few lines from their web page (so there is a connection) and then it halts to a stop (takes about 5 min).
    I also tried to move my laptop to the DMZ, just to make sure there is no problem with the server, and it has the same issue.
    To summarize, I have about 16 Mb connection on my LAN and on my DMZ i can't even load a full web page.
    Firmware 1.0.39
    BTW, when I upgraded the firmware it wiped my configuration, but it kept my firewall rules in place, even though they weren't shown in the Firewall table. e.g. I could still access my DMZ from my LAN. I had to hard reset the router from the hardware reset button on the router before that changed and the router was completely reset.

  • Shipping and delivery issue for a Sloc

    Hello,
    We are maintaining inventory in  Multiple Sloc. We don't want to ship from a particular sloc . How to block shipping and delivery for a particular location ?
    Thanks
    Nic

    Hi,
    Through MM06
    kapil

  • Optiplex 9020, Intel 4600 + AMD video card = bluescreens and other issues for dual monitors

    Our organization purchased a number of 9020s with the onboard Intel and the AMD 8490
    Over time, many of these systems would experience video issues.  Originally they were configured with one monitor was plugged into the intel VGA and the 2nd monitor was plugged into the AMD DVI. output
    Among the issues were bluescreens.  When dragging something from one monitor to another, there would either be another bluescreen or other graphical glitches.  Despite uninstalling/reinstalling both drivers these issues would persist.  Eventually we tried moving both monitors to the Intel outputs,  issue still persisted, then we tried moving all the monitors to the AMD ports,  issue still persisted.   Eventually we removed the AMD card entirely.   That seems to have corrected the graphics issues.    That being said, I don't think the issue is faulty hardware,  about a dozen systems have exhibited this issue so I am doubting that each one of them all have faulty hardware.   I suspect a driver problem somewhere.  The Intel driver and/or the AMD driver don't seem to play well with each other.   
    This issue has persisted across both the AMD 8490 and the AMD R7 250 cards.
    Our organization is locked into certain configurations, so at present, we are unable to order PCs without the extra card.   The extra card hasn't been needed once onboard cards started gaining the ability to do multiple monitors.

    Win7 64 bit.  We haven't had the blue screen in a while so I don't have the specific message, but it did reference an AMD file.  Drivers have been uninstalled/reinstalled numerous times.
    Latest issue is that when the user steps away from the computer and the monitor goes into powersave after 30 minutes, when the user returns the monitors will turn on, but the screen stays dark.

  • Date and Time Issue for Mult Org...

    Hello,
    How can I manage the date time, if my organizations have different plant and location?
    I.e. The database server located in Pacific Time zone and the application may access from new plant German time zone.
    Whenever the German business center enters any sales transaction it should take German current date and time instead of Pacific Time.
    Pls advice me
    Thanks,Raghu.K

    Hi,
    While defining a Location, you can mention the time zone for that location and also the inventory organisation to which this location belongs.
    So, this location can be assigned to your organisations. You can access the time zone according to the location you select.
    regards

  • Multicast and WebcamSubscriber issues for 10.1

    Hi,
    I'm trying to subclass WebcamSubscriber in 10.1 lib to create a custom video subscriber.
    When multicast is on, a subclass of WebcamSubscriber for flash 10.1 does not always act as expected. Specially, after playing a stream, it does not seem to send a "NetStream.Play.Start" event.
    Since the 10.1 lccs library is not open source (why?), the best I could do was by subclassing and overriding, here is a simple test to reconstruct the problem:
    public class TestSub extends WebcamSubscriber {
         public function TestSub() { super(); }
         override protected function onNetStatus(e:NetStatusEvent):void {
              trace(">> onNetStatus: " + e.info.code);
              super.onNetStatus(e);
    Given the above code, a full cycle events of a subscriber in a p2p state (multicast = true) is like this:
    >> onNetStatus: NetGroup.Neighbor.Connect
    >> onNetStatus: NetGroup.MulticastStream.PublishNotify
    >> onNetStatus: NetStream.MulticastStream.Reset
    >> onNetStatus: NetGroup.MulticastStream.UnpublishNotify
    >> onNetStatus: NetGroup.Neighbor.Disconnect
    The above shows a publisher playing an stream, waiting for some time and then closing the connection.
    The question is: why is that the 10.1 version never sends a "NetStream.Play.Start" event in the p2p state?
    The problem could be traced to WebcamSubscriber#playStream(), but the source code for 10.1 is not available. Also when I tried overriding playStream() using the code in 10.0 lib, I got a peer timeout message. Is the code for WebcamSubscriber#playStream() in 10.0 the same as 10.1?

    Raff. wrote:
    Can you try to run your application linked to the 10.1 LCCS lib on a machine that only has FlashPlayer 10.0 installed ?
    Can an application which is linked to lccs for player 10.1, run on a 10.0 player?
    This sounds like a problem in lccs. Could you check the difference in code in WebcamSubscriber#playStream() between 10.0 and 10.1? (I cannot do this as 10.1 is not open source.) Whatever the problem is, it's initiated from that method.

Maybe you are looking for