Cisco ACE Mod 30 - HTTPS probes are failing after hardware replacement.

We recently had a hardware failure on ACE Mod30. The replacement went in relatively painless (except for having to import about 100 SSL Certificates and Private Keys).
However, on the new ACE, the HTTPS probes are failing for all contexts using them. We can work around this by using TCP-443 probe, but the customer prefers that we actually request a logon page to ensure that the application is running properly.
Here are the probe stats for one context (THIS ONE IS ACTIVE)
BRTDCSCRTR2/INTRA-DEV-TST# sho stats probe type https
+------------------------------------------+
+----------- Probe statistics -------------+
+------------------------------------------+
 ----- https probe ----
 Total probes sent       : 52422        Total send failures   : 0
 Total probes passed     : 0            Total probes failed   : 52422
 Total connect errors    : 0            Total conns refused   : 0
 Total RST received      : 0            Total open timeouts   : 52422
 Total receive timeout   : 0            Total active sockets  : 0
Here are the probe stats for one context (THIS ONE IS HOT_STANDBY)
BRTDCSCRTR2/INTRA-PROD# sho stats probe type https
+------------------------------------------+
+----------- Probe statistics -------------+
+------------------------------------------+
 ----- https probe ----
 Total probes sent       : 69398        Total send failures   : 0
 Total probes passed     : 0            Total probes failed   : 69398
 Total connect errors    : 0            Total conns refused   : 0
 Total RST received      : 0            Total open timeouts   : 69398
 Total receive timeout   : 0            Total active sockets  : 0
Everything else appears to be working properly, except for the HTTPS probes.

Hi,
For HTTS Probes to be successful, you don't need to have SSL Certs/Private keys on ACE, unless servers are doing client authentication. When ACE sends HTTS Probes to servers, it acts as a client.
Here are few things that can be tried:
- Test HTTS probe with only one server. Reload the server to clear any SSL cache on it.
- check SSL probe detail to verify the error code received
- Take captures between ACE and that server to find at what stage of the probe packet exchange flow is failing.
Here is a good link to troubleshoot HTTPS probe issues:
http://docwiki.cisco.com/wiki/Cisco_Application_Control_Engine_%28ACE%29_Troubleshooting_Guide_--_Troubleshooting_ACE_Health_Monitoring#Troubleshooting_an_HTTPS_Probe_Error
Regards,
Hasham

Similar Messages

  • ACE Appliance HTTP Probe with "POST" query

    Does the ACE support HTTP Probe with a "POST" query?
    Thanks
    Joe

    Hi Joe,
    The ACE only supports GET and HEAD
    Here is the documentation related to this:
    http://www.cisco.com/en/US/customer/docs/interfaces_modules/services_modules/ace/vA5_1_0/configuration/slb/guide/probe.html#wp1031485
    Cesar R

  • Cisco ACE - Exempt HTTP URL from SSL Offloading

    Hi,
    I have a cisco ACE module A2 (3.6). I am offloading url www.abc.com on cisco ACE. HTTP redirection to https is working & over https I am able to browse website perfectly. real servers are redirecting some pages over http.  Due to page redirection from webserver I have to exempt one URL (http://www.abc.com/modules/docs/abc.aspx) from ssl offloading. It is possible or as a work around i have to rewrite complete url www.abc.com as ssl port.
    Your inputs highly appreciated.
    Regards,

    Hi Masif,
    In case you have not gotten assistance with this one, you just need to specify the specific URL and match it on top of the loadbalance policy that is already doing the redirection.
    class-map type http loadbalance match-any No-Redirect
      2 match http url /docs/abc.aspx
    policy-map type loadbalance first-match ABC
      class No-Redirect
        serverfarm HTTP-Servers
      class class-default
        serverfarm Redirect
    Hope this helps.
    Pablo 

  • ACE 4710 HTTP Probes

    Using the ACE 4710 for loadbalancing a Sharepoint site.
    We currently have a HTTP probe setup to check the port 80 status of the rserver.
    Is there anyway to get the HTTP probe to check a DNS entry for each of the application sites? For instance http://info vs http://site are two different web sites running on the same IP. One site could have a problem but the actual port 80 for the IP may be still alive.
    Thanks for any information.

    Has anyone figure this out?  I am tring to get healthchecks/probes setup in this same fashion.  I have 2 servers with 1 IP but have many sites.  I want to probe each side and ensure I get a 200 code.  I also have to provide credentials to the site.  It seems that if i open IE I can log in just fine to the site with the credentials.  However there is an active x control box that is wanting to be installed.  When I set this up on my ACE it seems I am getting a http 401 unauthorized error.  I have done a wireshark capture while I was browsing and I see the 401 however it also reports a 200 code after that.  Do you think this is a problem because of the active x control wanting to be downloaded?  Or is this an issue with the first http code that is recieved by the probe, that being the 401 and then the 200? Below is my config (cleaned of course).
    probe http HTTP-80-OUR.DOMAIN.COM
      interval 15
      passdetect interval 60
      credentials
      request method get url http://our.domain.com/default.aspx
      expect status 200 200
      header Host header-value "our.domain.com"
      open 1
    rserver host SERVER-A
      ip address X.X.X.47
      inservice
    rserver host SERVER-B
      ip address X.X.X.48
      inservice
    serverfarm host FARM-AB
      predictor leastconns
      probe HTTP-80-OUR.DOMAIN.COM
      rserver SERVER-A
        inservice
      rserver SERVER-B
        inservice
    ACE4710# show probe HTTP-80-OUR.DOMAIN.COM detail
    probe       : HTTP-80-OUR.DOMAIN.COM
    type        : HTTP
    state       : ACTIVE
    description :
       port      : 80      address     : 0.0.0.0         addr type  : -
       interval  : 15      pass intvl  : 60              pass count : 3
       fail count: 3       recv timeout: 10
       http method      : GET
       http url         : http://our.domain.com
       conn termination : GRACEFUL
       expect offset    : 0         , open timeout     : 1
       expect regex     : -
       send data        : -
                    ------------------ probe results ------------------
       associations ip-address      port  porttype probes   failed   passed   health
       ------------ ---------------+-----+--------+--------+--------+--------+------
       serverfarm  : OUR.DOMAIN.COM-10.25.4.12-L3-FARM
         real      : SERVER-A[0]
                    X.X.X.47      80    DEFAULT  414      406      8        FAILED
       Socket state        : CLOSED
       No. Passed states   : 1         No. Failed states : 2
       No. Probes skipped  : 0         Last status code  : 401
       No. Out of Sockets  : 0         No. Internal error: 0
       Last disconnect err : Received invalid status code
       Last probe time     : Wed Jun  2 17:44:18 2010
       Last fail time      : Wed Jun  2 13:37:04 2010
       Last active time    : Wed Jun  2 13:34:19 2010
         real      : SERVER-B[0]
                    X.X.X.48      80    DEFAULT  414      406      8        FAILED
       Socket state        : CLOSED
       No. Passed states   : 1         No. Failed states : 2
       No. Probes skipped  : 0         Last status code  : 401
       No. Out of Sockets  : 0         No. Internal error: 0
       Last disconnect err : Received invalid status code
       Last probe time     : Wed Jun  2 17:44:20 2010
       Last fail time      : Wed Jun  2 13:37:06 2010
       Last active time    : Wed Jun  2 13:34:21 2010

  • SSIS packages are failing after upgrade to SQL server 2014

    Hi,
    I have some SSIS packages running on SQL server 2012 .
    After I upgraded to SQL server to 2014 from 2012 , the SSIS jobs are failing on the SQL agent.
    And i can see its related to Data source connectivity to the SQL agent. I hope it not able to identify the connection manager in SQL agent. And connection adapter is not upgraded.
    I read some articles about this and they say it not able to connect to SQL server agent job.
    And, I can see that the package is running if i run manually using SQL 2012 run time.
    Why its not running on SQL 2014 ?
    did i  miss anything while upgrading SQL server 2014 ?
    Please give me some suggestions to solve this issue. 
    And is there any way i can change the SQL server agent 2014 to adapt this and run ?
    Below is the error : 
    The Package filed to load due to error 0XC00100014 " One or more error occurres. There should be more specific errors preceding this one that expalins the details of the erroes. This message is used as a return value from functions that encounter
    errors.: This occures when CPackage::LoadFormXML fails.
    Regards,
    Vinodh Selvaraj.

    I think you have typed this error message by yourself.
    Anyway, as it says there should be more error preceeding to this. Do you have any other errors which describles the exact issue stating at what task it fails?
    If not, then there are various reasons behind this issue. 3rd party connection manager such as Oracle Attunity or it may be 32/64 bit issue.
    You may try executing package in 32 bit mode from SQL Agent Job.
    Please refer:
    http://blogs.msdn.com/b/farukcelik/archive/2010/06/16/why-package-load-error-0xc0010014-in-cpackage-loadfromxml-error-appears-while-trying-to-run-an-ssis-package.aspx
    http://www.bidn.com/blogs/timmurphy/ssas/1397/package-failed-to-load-due-to-error-0xc0010014
    -Vaibhav Chaudhari

  • ACE Module - HTTP Probe failure

    Hi,
    I have configured the http probe with expect status 200 202, but the probe fails despite availability of the port on rserver.
    I tried head/get method to see the return code, and it came back with HTTP1.1/302. How can I configure an http probe to understand HTTP 302 code as success return.
    Thanks.

    I changed the expect status value as below
    probe http TEST-HTTP
    interval 30
    passdetect interval 10
    request method head
    expect status 302 302
    The probe is still failing with the log message
    Apr 20 2009 12:04:35 : %ACE-3-251010: Health probe failed for server 192.168.1.10 on port 80, received invalid status code
    On 'show probe detail' it shows the last status code as 400 which means Bad Request
    --------------------- probe results --------------------
    probe association probed-address probes failed passed health
    ------------------- ---------------+----------+----------+----------+-------
    serverfarm : TEST-APP
    real : TEST-SERVER1[80]
    192.168.1.10 27 27 0 FAILED
    Socket state : CLOSED
    No. Passed states : 0 No. Failed states : 1
    No. Probes skipped : 0 Last status code : 400
    No. Out of Sockets : 0 No. Internal error: 0
    Last disconnect err : Received invalid status code
    Last probe time : Mon Apr 20 12:05:33 2009
    Last fail time : Mon Apr 20 12:00:53 2009
    Last active time : Never
    The http page is showing perfectly on the web browser. Also, using the http head/get tool, I can see that 302 is returned.
    What could be the problem.
    Regards.

  • Http get requests fail after a few weeks

    All,
    I have a get request to a servlet that works for a few weeks, then it will suddenly stop.
    I change the code once, works,then it will fail after a few weeks.
    I change the code again, works, then it will fail after a few weeks.
    Servlet works like: send one request, wait, then send a second.
    Here are the last 2 code iterations:
    try {
            // Construct data
            String data = URLEncoder.encode("key1", "UTF-8") + "=" + URLEncoder.encode("value1", "UTF-8");
            data += "&" + URLEncoder.encode("key2", "UTF-8") + "=" + URLEncoder.encode("value2", "UTF-8");
              //String data = "";
            // Send data
            //URL url = new URL("http://localhost:8080/stocks?action=1&date=20080310");
            URL url = new URL("http://localhost:8080/stocks/monitor?action=1&date="+stringDate);
            URLConnection conn = url.openConnection();
            conn.setDoOutput(true);
            OutputStreamWriter wr = new OutputStreamWriter(conn.getOutputStream());
            wr.write(data);
            wr.flush();
            // Get the response
            BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
            //System.out.println(rd.read());
            String line;
            int count =0;
            while ((line = rd.readLine()) != null) {
                // Process line...
                 System.out.println(count + line);
                 count++;
            wr.close();
            rd.close();
        } catch (Exception e) {
        try {
            // Construct data
            String data = URLEncoder.encode("key1", "UTF-8") + "=" + URLEncoder.encode("value1", "UTF-8");
            data += "&" + URLEncoder.encode("key2", "UTF-8") + "=" + URLEncoder.encode("value2", "UTF-8");
             //String data = "";
            // Send data
            URL url = new URL("http://localhost:8080/stocks/monitor?action=2");
            URLConnection conn = url.openConnection();
            conn.setDoOutput(true);
            OutputStreamWriter wr = new OutputStreamWriter(conn.getOutputStream());
            wr.write(data);
            wr.flush();
            // Get the response
            BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
            String line;
            int count =0;
            while ((line = rd.readLine()) != null) {
                // Process line...
                 System.out.println(count + line);
                 count++;
            wr.close();
            rd.close();
        } catch (Exception e) {
        }I send this request twice with different params
    public static String sendGetRequest(String endpoint, String requestParameters)
    String result = null;
    if (endpoint.startsWith("http://"))
    // Send a GET request to the servlet
    try
    // Construct data
    StringBuffer data = new StringBuffer();
    // Send data
    String urlStr = endpoint;
    if (requestParameters != null && requestParameters.length () > 0)
    urlStr += "?" + requestParameters;
    URL url = new URL(urlStr);
    URLConnection conn = url.openConnection ();
    // Get the response
    BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
    StringBuffer sb = new StringBuffer();
    String line;
    while ((line = rd.readLine()) != null)
    sb.append(line);
    rd.close();
    result = sb.toString();
    } catch (Exception e)
    e.printStackTrace();
    return result;
    }Any ideas?
    Edited by: iketurna on Mar 13, 2008 7:21 AM

    You appear to have empty catch blocks. Which means you don't get the error message that would tell you what is failing.
    Put in code that logs the exception and the stack trace of the exception. If you can't figure out the error message, post it here.
    You should be closing streams in finally statements. Otherwise they might not get closed when there is an error -> you leak descriptors -> you run out of descriptors -> every stream open will fail -> more errors -> more descriptors get leaked -> etc -> everything stops working. Always do it like this:
        WhateverStream out = null;
        try {
            out = ...;
            ...use out...;
        } finally {
            try {
                if (out != null) out.close();
           } catch (IOException e) { ...log it... }
        }

  • ACE 4710 http probe get url question

    I am trying to create a http probe using the request method get url command. My url contains a question mark and the ACE will not accept the url as is and it strips out the question mark character. Is there a way to make the ace accept a url containg a question mark?
    probe http HTTP_PROBE
      port 9040
      interval 10
      faildetect 5
      passdetect interval 60
      expect status 200 200
      open 1
    The url I am trying to enter is /psp/epprod/?cmd=login
    When I enter it the ACE does as shown below
    (config-probe-http)# request method get url /psp/epprod/?
    <LINE>
    ACE-APP-02/vc_peoplesoft(config-probe-http)# request method get url /psp/epprod/cmd=login
    It strips out the ? character.

    Hi Nicholas,
    To enter a question mark you need to type ctrl+v prior to entering the ?
    You enter the control key then lowercase v, then your question mark.
    HTH
    Pablo

  • E4200 Bridged Mode - Wireless and Management fail after 36 hours

    Greetings all,
    I am trying to see if anybody else is having this problem.  I have the E4200 and have it configured in bridged mode.  Once configured, everything works great for 36 hours.
    After 36 hours, all wireless devices are unable to pull an IP address and the management IP address of the E4200 stops responding.  The only way to restore service is to reload the router.
    I took the first one back to Best Buy and they gave me a new one, however the new router has the same issue.
    It seems to me that after 36 hours, the E4200 fails to renew its management IP and also stops forwarding wireless broadcasts (DHCP) requests to my DHCP server.
    Thoughts?

    Thanks.  The new E4200 firmware has "bridged mode" so basically I just have this thing acting as a Wireless access point that has 5 Gigabit ethernet ports.
    This disables the routing engine in the E4200 and it acts as a wireless AP and switch.  The E4200's WAN port then connects to a Gigabit switch located in my telco closet, which is connected to my FiOS Router.
    Reason for this setup is so that devices connected to either the Gigabit switch, or to the E4200 via hardwire or wireless will all remain on the same subnet, and not cause the broadcasts to block as packets traverse subnets.

  • [SOLVED] Only https sites are opening after update

    Today I updated whole system, but after update my browsers (firefox and konqueror) are not able to open http sites. I'm only able to open https sites. Everything was working fine before the update. But I'm able to ping both https and http sites:
    PING www.vpnbook.com (195.60.76.198) 56(84) bytes of data.
    64 bytes from www.vpnbook.com (195.60.76.198): icmp_seq=1 ttl=44 time=489 ms
    64 bytes from www.vpnbook.com (195.60.76.198): icmp_seq=2 ttl=44 time=519 ms
    64 bytes from 195.60.76.198: icmp_seq=3 ttl=44 time=499 ms
    --- www.vpnbook.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2089ms
    rtt min/avg/max/mdev = 489.561/503.014/519.683/12.519 ms
    PING www.google.com (74.125.236.113) 56(84) bytes of data.
    64 bytes from bom03s01-in-f17.1e100.net (74.125.236.113): icmp_seq=1 ttl=50 time=340 ms
    64 bytes from bom03s01-in-f17.1e100.net (74.125.236.113): icmp_seq=2 ttl=50 time=290 ms
    64 bytes from bom03s01-in-f17.1e100.net (74.125.236.113): icmp_seq=3 ttl=50 time=280 ms
    --- www.google.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 1999ms
    rtt min/avg/max/mdev = 280.700/303.871/340.199/26.014 ms
    Last edited by ansh_kumar (2014-04-22 02:51:42)

    Wait I just installed traceroute from https mirror. Here is the output:
    traceroute to 173.194.36.40 (173.194.36.40), 30 hops max, 60 byte packets
    1 10.147.204.2 (10.147.204.2) 675.523 ms 675.639 ms 695.598 ms
    2 10.147.197.18 (10.147.197.18) 897.484 ms 875.211 ms 897.173 ms
    3 10.147.197.61 (10.147.197.61) 936.968 ms 916.711 ms 915.857 ms
    4 10.147.197.1 (10.147.197.1) 915.592 ms 936.590 ms 955.462 ms
    5 10.147.201.65 (10.147.201.65) 955.237 ms 955.521 ms 977.024 ms
    6 10.147.193.53 (10.147.193.53) 977.130 ms 119.199 ms 259.974 ms
    7 218.248.82.210 (218.248.82.210) 261.167 ms 218.248.82.206 (218.248.82.206) 261.732 ms 218.248.82.210 (218.248.82.210) 261.279 ms
    8 72.14.218.242 (72.14.218.242) 262.141 ms 261.980 ms 262.662 ms
    9 66.249.95.106 (66.249.95.106) 262.956 ms 262.671 ms 263.137 ms
    10 209.85.252.143 (209.85.252.143) 262.967 ms 263.329 ms 262.675 ms
    11 209.85.241.189 (209.85.241.189) 263.122 ms 263.349 ms 263.451 ms
    12 bom04s02-in-f8.1e100.net (173.194.36.40) 159.342 ms 159.542 ms 179.665 ms

  • Headphone Jack STILL not working after hardware replacement

    Can someone help me, my headphone jack stop working suddenly from one day to another, it only plays the left channel. I took it to repair store and they changed the whole headphone jack hardware for a new one and it still has the same problem, I thought it was matter of restoring it so it could accept the new hardware but still the same issue. What should I do?

    I had the same problem and chatted with tech support and they told me to reset the PRAM and SMC which did not fix the issue.  After contacting them a second time I was told my computer needs to be repaired.  Which is not the problem it is a software issue.
    What finally fixed it was (this was done after resetting the PRAM and SMC):
    * Note: you can try this first and maybe it will solve your issue if not reset the PRAM and SMC then do the following.
    1. Open system preferences
    2. Chose sound
    3. Chose Output then headphones
    4. With headphones plugged in I checked the mute box on the bottom right and unchecked it they worked.
    Then when unplugged the speakers didn't work so I did the same but choosing the internal speakers
    OS X Mavericks: Reset your computer’s PRAM
    Intel-based Macs: Resetting the System Management Controller (SMC)
    Hope this helps others!!

  • All Podcast Producer Jobs Failing After Snow Leopard Upgrade

    First, and most importantly, all Podcast Producer submissions are failing after upgrading to Snow Leopard. These seem to fail in the mail stage.
    I have a second problem that makes this worse: When I enter Server Admin -> Podcast Producer -> Settings -> Properties, I can not see any properties. I know that these settings are somewhere, since when I open the XML file in <Shared File System>/Server/Jobs, the resulting file has information that should be here, however some of it is incorrect. I'm not sure what got changed, since I can't see all of the properties in the PP panel in Server Admin.
    Thirdly, I can see no Workflows available in Podcast Producer, even the new ones that are supposed to be available in Snow Leopard.
    So, I would at least like submissions to actually not fail, which was not the case before the upgrade. I would also like access to all of the properties and workflows available in the Podcast Producer administration part of Server Admin.
    Has anybody else experienced this? Is there a way to fix this?

    After installing SL, i cannot get wellsfargo "account login" to work for any account of mine, other financial secure sites work fine, i.e. fidelity or vanguard, I can access the main screen of wellsfargo but login fails ... screen i get says Safari can't connect to the server and as follows: "Safari can’t open the page “https://online.wellsfargo.com/das/cgi-bin/session.cgi?" plus some more gibberish stuff.... i tried switching to firefox and it works fine .... never had any trouble before ..... tried safari reset, safari empty cache, and maintenace that applied ...... still no luck!! hope they get this bug fixed , my other computer an older mac mini works fine. any help????? never had any problem before SL

  • [SOLVED] GTK applications failing after latest update

    Several GTK applications are failing after the latest updates.
    So far, I have found Bleachbit and Gtkpacman are crashing, but there may be more.
    They all give the  same error messages (obviously, the application name/line number in the first line varies):
    File "/usr/bin/bleachbit", line 41, in <module>
    import gtk
    File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 40, in <module>
    from gtk import _gtk
    ImportError: /usr/lib/python2.7/site-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gtk_combo_box_set_entry_text_column
    How do I fix this?
    Many thanks in advance.
    Last edited by myrlin (2011-05-07 10:17:03)

    How do you manage to reply to my problems before I've finished typing, Wonder??
    VERY many thanks once again.
    pacman -Q pygtk gtk2 give different versions, as I haven't yet been able to fix my previous problem with Firefox 3.6 (machine in constant use), so I guess that's the problem.
    Thank you SO much for your help, support and patience.

  • Are HTTPS probes supported in Cisco devices ?

    Hello,
    I am aware Cisco supports HTTP probe types. Are HTTPS (HTTP Secure) probes are supported in Cisco devices too ? If so from which IOS version ?
    Your comments are very much appreciated.
    Thanks.

    Hi ,
    As per my understanding there is No IOS code which support HTTPS opeartions , Only HTTP operations are supported as of now.
    Thakns
    Afroz

  • ACE http probe "request method type" mandatory on A3(2.6)?

    Hi people,
    I recently upgraded to A3(2.6) from A3(2.0) and I don't see the N/A option on the http probe "request method type".
    It also has an asterisk * which means it's mandatory.
    I tried to set up a new http probe for another farm I am creating and the probe shows status failed, although I can ping and telnet to the http server on port 80 from the ACE context. My probe is like that:
    probe http http_probe_WWW
      interval 15
      passdetect interval 60
      expect status 200 200
      open 10
    My other http probes for other farms work ok after the upgrade and they are similar.
    So my question is: Do I need to set the request method type or something else causes the probe to fail?
    thanks a lot.
    George

    What you see is a problem with the GUI.
    CSCtg78008    while creating http probe default method slected should be get as in CLI
    But the request-method is not required.
    So your config should work.
    Do a 'show probe detail' to see the failure reason.
    Get a sniffer trace as well.
    Regards,
    Gilles.

Maybe you are looking for

  • What steps do I need to take for the iPod mini to remember the last song?

    What steps to I have to take for my iPod mini to remember the last song that I played from an album when I turn it on again, after I have turned it off. Whenever I turn my iPod mini off, it seems to go back to the main menue. Any help would be greatl

  • X220 Factory Reset - After Upgrade to Win 8 Professional

    Greetings All! I purchased X220 Lenevo tablet one and half year back. It shipped with Windows 7 Professional. In June 2013 I purchased Windows 8 Professional and upgraded my system from Windows 7 professional to Windows 8 professional.  I keen to rev

  • Swf rollover in pdf not working

    hello, i am working on a mac os x 10.6.5, i am using creative suite 4. i created an swf file with some basic functionality (rollover, dragging). then i import this file into an indesign file. from there i export it as a pdf (acrobat 9 pro) file. no f

  • Firefox takes too long to load pages. How do I fix this?

    Hi guys, I use a laptop, windows 7 home premium intel core i5 cpu and ever since I upgraded to the latest firefox 7 loading pages has been hell. Especially when I open more than one tab. I recently uninstalled it along with bookmarks, cookies etc and

  • HT203167 transferring books from 1 computer to another

    I bought 3 books while at work, on an iMac "authorized" for my iPad.  When I try to sync them to the iPad, I am warned that all other media will be removed.  They are not in my iTunes media folder at home; is there a correct or easy way to get these