Question on connect time failover ?

ADDRESSES:
TCP/IP
Host : EDTDR6P1.us.oracle.com
Port : 1521
Connect-Time Failover and Client Load Balancing
Configure whether addresses are tried randomly or sequentially during connections to the service. This setting iis applicable only if there are more than one addresses configured.
-> Try each address, in order, until one succeeds
-> Try each address, randomly, until one succeeds
-> Try one address, seleced at random
-> Use each address, in order, until destination is reached
-> Use only the first address
Which two otpions are used to enable the connect-time failover feature ?
A. Use only the first address.
B. Try one address, selected at random.
C. Try each address, in order, until one succeeds.
C. Try each address, randomly, until one succeeds.
D. Use each address, in order until destination reached.

Hi,
Easy C and D.
Cheers,
Francisco Munoz Alvarez
http://www.oraclenz.com

Similar Messages

  • CONNECT -TIME FAILOVER ERROR IN ORACLE 10G ENTERPRISE MANAGER

    Hi All,
    Please can anyone explain why I am getting this error and how to fix it?
    I was trying this exercise to create a backup LISTENER to support a connect-time failover in Enterprise manager.The steps were .1)I clicked the Listener's link on Database control page.2)Next I clicked the Net Services Administration link.3)I selected listeners from the Administer drop-down list and clicked Go.
    I received the ERROR message that "Listener administration cannot be performed, as this Oracle Home
    "/opt/oracle/DB10g" is not a server installation.
    Is this normal?
    What can I do to fix it?Please help!
    Thanks

    you are trying to start the listener on the machine that has enterprise manager installed.
    Listener executable is available with oracle database software install( enterprise or otherwise).
    You will have to pick the listener on a database software install box to configure it

  • Oracle 10g dataguard Connect-time failover Parameter 15 minutes

    Hello,
    we running a system with DataGuard in Maximum Availability protection mode and one physical Standby Database. There are two connections between primary and standby. I configured listener and tnsnames to perform a Connect-time failover in case one connection is down. In first place it seemed to work fine but since it has happened that the primary always hangs for exactly 15 minutes until the failover is performed. (ALL redologs need archiving)
    I think this must be the default value of a Parameter but reading docs for hours I can't find it.
    Can anybody help me?
    Best regards
    Fritz

    It's like this. The connection failover I'm talking about is only between the primary database and standby database. I have two connections between them. That makes two addresses for the service (servicetostandby) specified in the log_archive_dest used by dataguard. In my case the log_archive_dest Paramater looks like this:
    log_archive_dest_3 = 'SERVICE servicetostandby OPTIONAL LGWR SY
    NC AFFIRM VALID_FOR=(ONLINE_LO
    GFILES,PRIMARY_ROLE) DB_UNIQUE
    NAME=standby REOPEN=10 NETTIME
    OUT=9'
    The tnsnames.ora entry looks like this:
    servicetostandby =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = address1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = address2)(PORT = 1521))
    (FAILOVER=true)
    (LOAD_BALANCE=false)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = standby)
    So if either address1 or address2 is down dataguard should use the other address to connect to the standby database.
    Maybe because of the Maximum Availability protection mode the primary database does not perform if the standby database is not available. I'm not sure about that. But fact is that if I power off the standby database, the primary database hangs only for 9 seconds. That's specified in the net_time_out attribut of the log_archive_dest Parameter. So I'm quite sure that something in the oracle net service causes the problem.
    With the "primary hangs" I mean: After the used connection (say address1) went down the redologfiles of the primary database get filled and then it stops for 15 minutes. The messages in the alert.log:
    Thread 1 cannot allocate new log, sequence 1304
    All online logs needed archiving
    After 15 minutes the connection via address2 is established and everything works fine.
    I hope I made myself clear this time and didn't confuse you totally.
    Edited by: user633694 on Apr 14, 2009 8:13 AM

  • Connect time failover fails with ORA-01033

    Hi,
    I have primary and standby databases configured. I want to configured connect time failover such that when there is role transistion. Clients can connect to DB with out changing anything in thier tns files.
    Here is my configuration.
    hosta primary
    hostb standby
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL=TCP)(HOST=hosta)(PORT=1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /usr/oracle/product/11.2.0.3)
    (SID_NAME = tstxx)
    (SID_DESC =
    (GLOBAL_DBNAME = test1)
    (ORACLE_HOME = /usr/oracle/product/11.2.0.3)
    (SID_NAME = tstxx)
    listener.ora on standby similar expect changes in hostnames.
    Tnsnames.ora client
    ctf =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostb) (PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = hosta) (PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = test1)
    Notice that I have place hostb address intenally first so that if failover/swichover happens. client connection will not error out
    sqlplus test@ctfSQL*Plus: Release 9.0.1.0.1 - Production on Fri Jun 22 17:38
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Enter password:
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    But when I change tnsnames such that hosta comes first then the connection works. as it should
    any help is appreciated!!
    Edited by: user8927749 on Jun 22, 2012 2:58 PM

    Hello;
    I would review this document :
    http://uhesse.com/2009/08/19/connect-time-failover-transparent-application-failover-for-data-guard/
    The ORA-1033 hints you are trying to connect to the database in the wrong role. There's a trigger and some additional work which can prevent this.
    Uwe's document should explain all.
    The "SQL*Plus: Release 9.0.1.0.1 - Production on Fri Jun 22 17:38" is very odd. I would expect you would being using the client on the server is this not the case?
    DBMS_SERVICE lets you define something like this :
    ernie =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = primary.server)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = standby.server)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ernie)
    Check out "CREATE_SERVICE Procedure" here :
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_serv.htm
    Best Regards
    mseberg
    Edited by: mseberg on Jun 22, 2012 5:42 PM

  • Configure connect-time failover using GUI

    Any way to configure connect-time failover using GUI
    i can do it by editing Listener.ora
    i have tried "Net Manager" and it did not work
    in ocp studying material , there is an exhibit for that , don't know where is that GUI
    Thanks...

    try this link .
    http://www.lc.leidenuniv.nl/awcourse/oracle/network.920/a96580/advcfg.htm

  • Connect-time failover

    Can anyone clear me the concept of Connect-time failover and other failover's??

    you are trying to start the listener on the machine that has enterprise manager installed.
    Listener executable is available with oracle database software install( enterprise or otherwise).
    You will have to pick the listener on a database software install box to configure it

  • Connect time failover in Oracle Net Service

    I have a problem. This is my tnsnames.ora file. I have 2 identical databases on 2 different servers
    (alpha.it.telekom.yu and alphami.it.telekom.yu) with same service name tis.it.telekom.yu.
    ALPHA.IT.TELEKOM.YU =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = alpha.it.telekom.yu)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = alphami.it.telekom.yu)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = tis.it.telekom.yu)
    I use this net service name when my host alpha.it.telekom.yu is not in function, to bring me to the other host alphami.it.telekom.yu.
    But what is my question. I have tested this net service name, it is in function, but my problem is in time i waiting to connect
    to second host (it takes to much time) when first host is not available. Is there any parameter to set, so i can solve this problem?
    Thanks.

    I will try to clarify the problem. The second server (alphami.it.telekom.yu) is on the disaster recovery location and EMC SRDF technology is used to transfer data to this location. Thus, both databases are the same and must have the same service name. Information in tnsnames.ora file, I gave above, is correct by my opinion. I hope you better understand my problem. Thanks.

  • Need Opinions on Connect-time failover for Oracle Parallel Server

    Has anyone had any experience using the (failover=on) setting in TNSNAMES.ora file?
    Specifically has anyone had any issues using this feature from a JDBC application?
    Horror stories? Good news? Anything?
    Thanx....

    Should I need to put this on Metalink?

  • Some questions about a Time Capsule

    Hi!!
    I just have a few questions about a Time Capsule, but first let me explain the backgroud to my questions.
    I live in a 2 floor house(including a basement) and my bedroom is downstairs. My parents currently have a desktop PC connected to our wireless router and our printer. Me and my step-father both have 13 inch MacBook Pros, and he uses the Mac like a basic computer, so the equipment connected to our PC is good for him. I, on the other hand, use my Mac, iPad and iPhone to their fullest potential. I am a SUPER MEGA NERD when it comes to computers, so I plan on making my bedroom an amazing office at the same time. So I want an AirPrint Enabled printer in my bedroom (Under 100$$) along with a Time Capsule to back up my information, because everyday I look around in the backdoor of my Mac alot, and if I jack anything up (And I cant handle the problem) I would like to restore my Mac to a previous version. So here are my questions:
    1) My bedroom is right underneath our router, so i get GREAT Wi-Fi in my room. If I get a Time Capsule, can I use it in my room to extend my Wi-Fi, and how would that work? Will it extend my wifi under the same name, because I would like my own Wi-Fi (Titled to what I want with my own password)
    2) If I have to create a NEW Wi-Fi network, how would I do that?
    3) Would I need to connect my new printer directly to my ROUTER, or could I connect it to the TIME CAPSULE?
    If you don't understand what I'm trying to ask (Even though I feel like it's self-explanatory)
    ONE question about the PRINTER: Do any of you have any recommendations for an AirPrint Enabled printer under 100$? Even under-150$ would be okay.
    THANKS FOR ANY HELP!!!!

    everyday I look around in the backdoor of my Mac alot, and if I jack anything up (And I cant handle the problem) I would like to restore my Mac to a previous version. So here are my questions:
    Don't just depend on TM.. use a disk image type utility.. either one of the Mac tools, SuperDuper, CCC, Chronosync or even a linux boot cd (if you have a cd/dvd drive still or via usb can boot) a great tool is Clonezilla.. it will do basically any computer, Mac, Linux, Windows.. and since it boots into its own OS can restore a computer in a flash. Then you can add the incremental changes from TM.
    1) My bedroom is right underneath our router, so i get GREAT Wi-Fi in my room. If I get a Time Capsule, can I use it in my room to extend my Wi-Fi, and how would that work? Will it extend my wifi under the same name, because I would like my own Wi-Fi (Titled to what I want with my own password)
    Actually I am surprised you get good wireless as usually directly above or below a router is often the worst spot. Time Capsule cannot extend the wireless of any other router than Apple.. it is a special system and only Apple can join the club. It has bad effect though, if you set the TC to extend wireless it turns off ethernet ports.. which is hugely dumb.
    The best arrangement is ethernet to the upstairs.. or EOP adapters. If not then a wireless router that matches the existing unit will generally be better than mixing apple and non-apple.
    2) If I have to create a NEW Wi-Fi network, how would I do that?
    3) Would I need to connect my new printer directly to my ROUTER, or could I connect it to the TIME CAPSULE?
    You create a new wireless network by selecting manually the wireless channel and use different wireless name, ssid and security. There are 3 available channels on 2.4ghz.. your existing router will use one or two.. depending on if the setting is 20mhz or 40mhz.. so you need to manually set everything and not use auto.
    TC is slow on 2.4ghz cf 5ghz and there are many more channels at 5ghz but not everything can use it.. iphone for instance is 2.4ghz only . whereas ipad can use 5ghz.. most full computers now can use 5ghz.
    Buy a wireless network printer. Or alternatively an ethernet network would be also ok but now are more expensive than wireless ones. Network printers are not much more than straight USB and work much better.
    I do not use airprint so have nothing to offer.. find the best HP model in your budget.. but others may have had more experience.. I use ethernet connected b/w laser business type HP.. they work great.. but airprint is too recent an innovation for me.

  • ASA5510 - Maximum connect time

    Quick question.  I have configured the "Maximum Connect Time" as unlimited in my group policy but when a connection is established it shows a "Conn Time Out: 120 minutes".
    The connection does get dropped with this timer.  Any idea how to actually make it unlimited and why it get sets to 120?
    I having a problem with SSL phone clients dropping throughout the day and think this may be the cause.
    Thanks

    I ended up rebooting the ASA this morning and it fixed the issue.  Right away the timeout changed to what I had configured it to be and I was also able to make changes.
    Here's the response from TAC.  Thanks for helping with this.  Much appreciated.
    "I am glad that the issue was resolved on a reboot. Might be that svc sessions were stuck in the memory for some reason and the same sessions would be invoked every time you connected rather than tearing it down and creating a new svc session.
    Once rebooted I believe the sessions stuck in memory were cleared and new sessions came up as a result the issue vanished. I shall surely update you as I have an update from the devs on this."

  • Sonata Library Files Playing only internet connection time

    Hi everyone.
    My Problem ; Sonata Library Files Playing only internet connection time.When Internet connection not available sonata not playing my library files.
    Thank you for helping.
    MPD Conf
    # An example configuration file for MPD
    # See the mpd.conf man page for a more detailed description of each parameter.
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "~/music"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "~/.mpd/Playlist"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "~/.mpd/mpd.db"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "~/.mpd/mpd.log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "~/.mpd/mpd.pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "~/.mpd/mpdstate"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "ceyhan"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    bind_to_address "any"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    #log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    #gapless_mp3_playback "yes"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. Optionally, 'comment' can be added to this
    # list.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    audio_output {
    type "alsa"
    name "My ALSA Device"
    ## device "hw:0,0" # optional
    format "44100:16:2" # optional
    mixer_device "default" # optional
    mixer_control "MASTER" # optional
    mixer_index "0" # optional
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Volume control mixer ########################################################
    # These are the global volume control settings. By default, this setting will
    # be detected to the available audio output device, with preference going to
    # hardware mixing. Hardware and software mixers for individual audio_output
    # sections cannot yet be mixed.
    # An example for controlling an ALSA, OSS or Pulseaudio mixer; If this
    # setting is used other sound applications will be affected by the volume
    # being controlled by MPD.
    #mixer_type "hardware"
    # An example for controlling all mixers through software. This will control
    # all controls, even if the mixer is not supported by the device and will not
    # affect any other sound producing applications.
    #mixer_type "software"
    # This example will not allow MPD to touch the mixer at all and will disable
    # all volume controls.
    #mixer_type "disabled"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "album" or "track". See <http://www.replaygain.org> for more
    # details. This setting is disabled by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting. After modification of this setting mpd
    # --create-db must be run to change the database.
    #filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    Last edited by SYSTEMEDIC (2010-07-10 06:36:03)

    What is dropping I guess is the question? Is it wireless? Is it your WAN connection? You need to identify where the problem is.
    To do that you need to try a few things.
    1. If you use wireless then bypass it and use ethernet if that is possible.. even just drag things around so you can test if ethernet fixes it. If so and wireless is in fact the problem.. then you can do a few things.
    2. Wireless issues with the 7.6.4 firmware are common. Did you upgrade about the time the problems started? I am afraid the bad news is, downgrading is not like in the past where it fixed things.. 7.6.4 seems to have some permanent effect on the TC and it is never quite the same again. How this is even possible I have yet to determine.
    The usual fix is factory reset.
    Set wireless with short names, no spaces and pure alphanumeric. Different name for 5ghz.
    Make sure security is WPA Personal  with pure alphanumeric password of 8-20 characters.. unless you are more paranoid.
    Fix the wireless channels and test in order. 11, 8, 6, 1
    And for 5ghz try the lowest channel, 36 and then a high one, around 150.
    3. No improvement factory reset again.. downgrade to 7.6.1 or even 7.5.2 if it is an older Gen4 .. at 18months it might be old enough.. no harm trying. Factory reset again after the downgrade to see if we can get rid of the memory effect.. then try the above steps again.
    No luck.. whatever the upgrade did it did permanently.. no fix is available until Apple pushes out a new firmware to fix what they did in the last one. Buy a different wireless router for now and use the TC in bridge just for TM backups.

  • How to connect Time Capsule?

    I am looking for a backup solution and I am consider a Time Capsule. Consider the following situation:
    Mac Pro
    Leopard
    I have a few questions:
    1. Can I connect the Time Capsule via ethernet and direct Time Machine to backup to the Time Capsule using ethernet?
    2. If I do not use ethernet, can I use the USB port on the back of the Time Capsule to connect to my Mac Pro and use it with Time Capsule that way?
    3. What hard drive manufacturer is used in the Time Capsule?
    4. I understand the Time Capsule has built in WI-FI, but if I do not want to use WI-FI for back-up what are my other options if 1&2 do not work above to connect Time Capsule to my Mac Pro?
    Thanks in advance,
    Mike

    Welcome to the discussions!
    +"1. Can I connect the Time Capsule via ethernet and direct Time Machine to backup to the Time Capsule using ethernet?"+
    Certainly.
    +"2. If I do not use ethernet, can I use the USB port on the back of the Time Capsule to connect to my Mac Pro and use it with Time Capsule that way?"+
    No, this is not possible. The USB port will support compatible printers and an outboard USB drive.
    +"3. What hard drive manufacturer is used in the Time Capsule?"+
    Difficult to say. I'm sure Apple uses different suppliers. The only way to know is to open up the Time Capsule (voiding the warranty). The "Get Info" command may possibly supply some general information.
    +"4. I understand the Time Capsule has built in WI-FI, but if I do not want to use WI-FI for back-up what are my other options if 1&2 do not work above to connect Time Capsule to my Mac Pro?"+
    You can connect to the Time Capsule via ethernet or wireless. If you do not intend to use the wireless capability of the Time Capsule at all, you can turn off the wireless using AirPort Utility, the setup application that is used to configure the Time Capsule.

  • Connecting to wifi network - Measure connection time

    Hi
    I'm connecting to WiFi network. How can I measure the connection time? I mean, I need to get the time the connection takes.
    I tried to use the following events (Of WMI):
    MSNdis_StatusDot11AssociationStart
    MSNdis_StatusDot11AssociationCompletion
    But the second event  didn't work. I mean, I get the info when the connection started but didn't get any info when the connection completed.
    Can you please help?
    Regards,
    Nadeem Bader

    Hi Nadeem,
    I‘m writing to check if the suggestions were helpful, if you have any questions, please feel free to let me know.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Can somebody explain (connection time)

    Because of broadband problems, I've been keeping intermittent track of my connection times and IP profile.
    Best way is to show you...the first set was 2 days ago at lunchtime.
    11/8/11
    @12:00 noon
    Downstream
    1,408 Kbps
    Upstream
    448 Kbps
    Connection time
    0 days, 7:58:42
    Download speed achieved during the test was - 949 Kbps
     For your connection, the acceptable range of speeds is 200-1000 Kbps.
     Additional Information:
     Your DSL Connection Rate :1408 Kbps(DOWN-STREAM), 448 Kbps(UP-STREAM)
     IP Profile for your line is - 1000 Kbps
    Here's tonight's...
    Download speed achieved during the test was - 683 Kbps
     For your connection, the acceptable range of speeds is 200-1000 Kbps.
     Additional Information:
     Your DSL Connection Rate :1088 Kbps(DOWN-STREAM), 448 Kbps(UP-STREAM)
     IP Profile for your line is - 750 Kbps
    Downstream
    1,088 Kbps
    Upstream
    448 Kbps
    Connection time
    48 days, 5:46:02
    (My bold and red)
    So - can somebody please explain what's going on?
    I have enough trouble understanding why the dratted connection keeps dropping for no apparent reason and at seemingly random intervals.  But this...is....mind boggling.  How can I possibly have been connected for 0 days - and then 2 days later be connected (on the same computer) for 48 days?  I won't bother asking why I only have 750 for a freakin' profile, I know that's likely down to my very unstable connection.  Something I will get back to attempting to sort out when the kids go back to school.  But - if this kind of thing means my modem is on the way out - it's the kind of thing it would be nice to know before I start drilling holes in the wall and buying shielded cable.
    HELP?
    (Oh, and what's with the box jumping up and down while I'm typing this? Or is that because the husband's wifi-ing something now...geez!)
    **Here today....blonde tomorrow**

    fragment_sweep
    0
    zero-length_fragment_size
    0
    small_fragment_size
    0
    fragment_size_overrun
    0
    fragment_overlap
    0
    fragment_out-of-order
    0
    ip_protocol_scan
    0
    tcp_port_scan
    0
    tcp_syn_scan
    0
    stealth_tcp_null_scan
    0
    stealth_tcp_fin_scan
    0
    stealth_tcp_xmas_scan
    0
    stealth_tcp_full_xmas_scan
    0
    stealth_tcp_vecna_scan
    0
    stealth_tcp_syn-fin_scan
    0
    udp_port_scan
    0
    ping_sweep_scan
    0
    tcp_syn_flood
    2
    udp_flood
    0
    ping_flood
    0
    icmp_unreachable_storm
    0
    smurf_broadcast_attack
    0
    smurf_storm_attack
    0
    fraggle_broadcast_attack
    0
    fraggle_storm_attack
    0
    land_attack
    0
    tcp_null_port
    0
    tcp_data_on_syn_segment
    14
    tcp_invalid_urgent_offset
    0
    udp_null_port
    22
    icmp_type_unknown
    0
    icmp_code_unknown
    0
    ip_zero_payload
    0
    tcp_rate_limiting
    0
    udp_rate_limiting
    0
    icmp_rate_limiting
    0
    ip_rate_limiting
    0
    Oh, and while I'm asking stupid questions, I found this.
    huh?  I live very nearly out in the middle of nowhere.  Intrusions?  What - do sheep or passing birds have wi-fi now?  Or is it just protecting my home network from the cars passing by on the 66 at 70+ mph?  You know, just asking out of curiosity (and a strong desire to put off doing more housework...lol).
    **Here today....blonde tomorrow**

  • ADI Connection times

    Hi, I'm wondering if any other customers use ADI over a WAN link. We connect from the UK to the US via a 512k link and get a tnsping time of 1500ms initially, then 450ms and a regular ping of about 200ms. When we connect to ADI it takes 3+ minutes to connect, with the worst connection taking over 15 minutes. We are on the latest version of ADI and have tried tuning SQL*Net but so far with no success.
    If anybody else runs ADI in this way what sort of connection times are you experiencing.
    thanks

    Wow, I've never had a question go this long without a reply. No help from anybody?

Maybe you are looking for