Question of limit with oversubscription ACE, max &

Hello

I have a question about the following output:

show serverfarm SFARM detail ...---------------------------------
                                                ----------connections-----------
       real                  weight state        current    total      failures
   ---+---------------------+------+------------+----------+----------+---------
   rserver: REAL_1
       10.0.0.1:80           8      MAXCONNS     10435      65590       130
         description          : -
         max-conns            : 10000
         min-conns            : 9950
...

There is a sticky source ip configured for serverfarm primary + backup serverfarm (not sticky). Do you know why we can see the current connections limit & max?

The sticky for serverfarm primary could cause this problem?

Kind regards

Krzysztof

Krzysztof salvation,

Normally the current connection count is the number of ESTABLISHED + EMBRYONIC connections. So as soon as ACE sends the SYN, the current counter is incremented and if connecting, connection total counter is incremented or other failure.

That said, I still think it should not present more than MAX-& limit unless Max-& is reserved to the ESTABLISHED.

I suggest you open a TAC case to study it. He have a lot of questions related to these counters, which have all been cosmetic and had no real impact on the functionality of the device itself.

Kind regards

Kanwal

Note: Please check if they are useful.

Tags: Cisco DataCenter

Similar Questions

  • Question/design architecture with best practices?

    Question/design architecture with best practices?

    Should I have separate Web server, weblogic application and IAM?
    If yes that how this time will communicate, for example can I webgate on the server that will communicate to each other?
    Any reference to decide how to design and if I have weblogic separate one for enforcement and one for IAM that how session management will take place etc.

    How is general design happens IAM project?

    Help appreciated.
    I have a business web application deployed on weblogic1 and OHS1

    deploy webtier on this OHS1 to protect the resources on OHS1. webtier will be recorded at OAM (where will be able to communicate with OAM)

    I also IAM deployed on weblogic2 & OHS2

    IAM components have weblogic. then ok. But you don't need to ohs2 here, unless your application itself requires OHS for hosting. But here, you mention that it is fair to IAM - so no need to OSH here. IAM installing requires weblogic.

    wanted to know where should I create provider (weblogic1 or weblogic2), and install webgate (OHS1 or OHS2 or both)?

    I hope it is clear now. If this isn't the case, query post for what is not clear.

  • Question about Threads with WHILE and FOR

    Hi all

    I have a question on threads with a loop on this topic sentece.

    Have the following class:
    class test{
    
    bool foundThing;
    PararellSearch(string [] lista, string s2find){
    while(!foundThing)
    {
    for(int i=0;i<lista.length;i++){
    if(s2find==lista){
    foundThing = true;
    break;
    }
    }
    }
    }
    If I start 10 threads which are using the PararellSearch method to look into lista, each of them inits into a different point, and when some of them found the right word then set foundThing= true. It will stop WHILE and FOR loop in all the threads? 
    If not, how could I do it?
    
    Thanks a lot for your help.
    David.
    
    Edited by: user13553506 on 27-dic-2010 12:15
    
    Edited by: user13553506 on 27-dic-2010 15:54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

    When you post the code, you'll want to post a [url http://sscce.org] NBS so that it is clear that what you try to do it. For example:

    1. in the validation of code, put {code} before and after him, then he will be readable.

    2. the convention in Java must start with a capital letter class names, so test, could not test.

    3. the convention in Java is to start with lowercase letters, so parallelSearch, not PWhateverMisspellingYouHaveThere method names.

    4. There is no such thing as bool. It is a Boolean.

    5. it is a String, not string.

    6. never use == to compare the States of objects (such as the content of the strings). Use equals().

    To answer your question: If you create Test 10 objects, then, given that foundThing is an instance variable, there will be 10 variables entirely independent foundThing. An adjustment will not affect the other. In this case, the easiest thing to do would be to foundThing static, so that there is only one copy which is shared by the Test class as a whole. This isn't the only way, or even the best way in all cases, but you have enough other problems to face, so for now to keep things simple.

    Finally, when you have a variable that is shared by multiple threads, you need to either make all the access to this variable synchronized on the same lock (reads and writes), or you need to declare the volatile variable.

  • new here... question to start with

    Hello world...

    New to the forum and glad to hear things with Dreamweaver.

    A question to start with... How does a program Dreamweaver so that it automatically reformatted in different browsers (sizes).  Is it still possible?

    Cheers...

    Twingi

    How does a program Dreamweaver so that it automatically reformatted in different browsers (sizes).  Is it still possible?

    It is certainly possible.  Tell us what you mean by 'formatting automatically' and we will tell you how to do it.

  • problem with CPU limit [turn on/off virtual machines fails with the error: MAX VCPUs limit is reached.

    This error

    Has no power on VM
    Could not power on VM: race number VCPUs limit exceeded.
    Max VCPUs limit reached: 200 (4096 worlds)

    I searched and I found the link below [http://kb.vmware.com/selfservice/microsites/search.do?language=en_US & cmd = displayKC & externalId = 1020121]
    But it was not for version 5
    How can I solve the problem in version 5?
    Do not restrict or limit construction to add a virtual server with the CPU is possible?

    Hi all

    I search in Google, but it is is not too useful result regarding "maxvCPUs".

    But for your reference, our machine is using "0".

    You will find my attachment for more details.

  • Obtain registration with the date max - rank question

    I use the statement below to get rank for records with the same data with max date. But I still see rank 1. Someone help me understand this?

    SELECT T.*,
           RANK() OVER(PARTITION BY T.UNIQUEID ORDER BY T.LOADDATE DESC) RNK
      FROM DEMO_TBL T
     ORDER BY T.STARTTIME ASC
    
    create table DEMO_TBL
    (
      NUMBERID  VARCHAR2(50),
      STARTTIME DATE,
      STOPTIME  DATE,
      TOTAL     NUMBER(19,10),
      UNIQUEID  NUMBER(10),
      LOADDATE  DATE
    );
    
    
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('01-07-2013', 'dd-mm-yyyy'), to_date('01-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 705.0000000000, 15353856, to_date('06-07-2013 12:58:57', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('02-07-2013', 'dd-mm-yyyy'), to_date('02-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 698.9950000000, 15353857, to_date('06-07-2013 12:57:08', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('03-07-2013', 'dd-mm-yyyy'), to_date('03-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 701.9970000000, 15353855, to_date('07-07-2013 12:58:17', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('04-07-2013', 'dd-mm-yyyy'), to_date('04-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0020000000, 15353854, to_date('08-07-2013 13:00:07', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('05-07-2013', 'dd-mm-yyyy'), to_date('05-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 90.9970000000, 15353853, to_date('09-07-2013 12:59:35', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('06-07-2013', 'dd-mm-yyyy'), to_date('06-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0060000000, 15353852, to_date('10-07-2013 12:56:36', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('07-07-2013', 'dd-mm-yyyy'), to_date('07-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0020000000, 15353851, to_date('11-07-2013 13:02:47', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('08-07-2013', 'dd-mm-yyyy'), to_date('08-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0010000000, 15353847, to_date('14-07-2013 13:01:26', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('08-07-2013', 'dd-mm-yyyy'), to_date('08-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0010000000, 15353850, to_date('12-07-2013 12:55:28', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('09-07-2013', 'dd-mm-yyyy'), to_date('09-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 1015.4440000000, 15353842, to_date('23-07-2013 12:59:34', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('09-07-2013', 'dd-mm-yyyy'), to_date('09-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0000000000, 15353849, to_date('14-07-2013 12:56:59', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('10-07-2013', 'dd-mm-yyyy'), to_date('10-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0040000000, 15353848, to_date('14-07-2013 12:59:13', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('10-07-2013', 'dd-mm-yyyy'), to_date('10-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 1023.9450000000, 15353844, to_date('23-07-2013 12:59:02', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('11-07-2013', 'dd-mm-yyyy'), to_date('11-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 92.0010000000, 15353846, to_date('15-07-2013 12:57:14', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('11-07-2013', 'dd-mm-yyyy'), to_date('11-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 1019.0510000000, 15353841, to_date('23-07-2013 13:01:24', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('12-07-2013', 'dd-mm-yyyy'), to_date('12-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 1042.8390000000, 15353843, to_date('23-07-2013 12:59:34', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('12-07-2013', 'dd-mm-yyyy'), to_date('12-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.9940000000, 15353845, to_date('16-07-2013 12:58:28', 'dd-mm-yyyy hh24:mi:ss'));
    

    you are looking to do this,

    SELECT T.*,
    max(t.starttime) OVER(PARTITION BY NUMBERID,STARTTIME,STOPTIME,TOTAL ORDER BY T.LOADDATE DESC) mx_strt_dt,
    max(t.stoptime) OVER(PARTITION BY NUMBERID,STARTTIME,STOPTIME,TOTAL ORDER BY T.LOADDATE DESC) mx_stop_dt
    
    FROM DEMO_TBL T
    ORDER BY T.STARTTIME ASC
    
  • Question - the upgrade with 3 USB card and esata

    I have an early 2008 Mac Pro Quad core 2.67 going to have maxed out RAM soon and are planning to get a couple of 2 TB seagates Macgurus. I'm a little embarrassed by my lack of knowledge, but I'll put my questions over there anyway. Last year, I bought a 120 GB ssd card Accelsior PCIe mercury OWC - not being aware of the s and outs of things, but I knew it wasn't a port multiplier with two external esata ports. so my question is this: since I have to live with this card can I connect the esata ports to discs in separate outdoor pens and then through disk utility make a raid 0 set, and what size of disc must be effective for the cost the least?  I intend to get a USB 3.0 also so that I can use this speed also.  My other plans must be a drive of fusion with the ssd 120 on the map of Accelsior with a disk of 1td existing in my drive for the system Bay and replace all small readers of seagate more big HARD drive and I'm wondering if the 2 TB is the largest capacity I can use internally. I am on a very limited budget so that's the reason why I'm thinking hdd and if there is someone with advice on a card USB 3 I would appreciate your comments - in fact, I would be happy to comment on everything I mentioned, I'm a little out of the loop on the evolution in recent years. It is possible to configure a raid with two disks of two PPI crd esata ports would there be an advantage with drives of 2 TB or 1 TB disks would work as well for raid 0. Do I intend to put in storage for Time Machine with the USB 3 map, and what size disc would be appropriate for Time Machine? I'm not lazy and waiting for someone to find out - I did weeks of research to get to this point and I just need a little advice. I'm just going through what I know and what I can afford, but maybe I'm missing another solution to try to get a little more speed and back up storage for my photoshop files.

    I do only cc2015 Photoshop, Lightroom and On1software version 10.1 using OS X El Capitan and a cg 276 Eizo monitors more a second older Eizo. My usb ports 2 are all used and I rarely use a firewire port. Thanks in advance to all those who have advice. This is the first time that I have not posted anything on this forum

    Time machine is a USB 2 connection. No real reason for a USB 3 connection.

    There is no RAID in disk utility in El Capitan. Apple dropped the disc utility in El Capitan. However, you can still the Terminal commands to configure RAID.

    https://www.reddit.com/r/OSX/comments/3d7aw2/does_el_capitan_disk_utility_suppor t_raid.

    You should be able to create a set with eSata RAID

    Here is a map of the BSE 3 compatible with El Capitan.

    http://www.sonnettech.com/product/allegrousb3pcie4port.html

    USB 3.0 Mac Pro 2008 El Capitan

    Make sure that the card said it works with El Capitan. Some cards USB 3 is no longer with El Capitan as the CalDiget of first generation card.

    Internally the Mac can also use large HD depending on availability. However, there is a bug that first appeared in 10.8.4 and has not yet been set. To format a plu 2.2 to internal HD:

    -Use a disk utility of all Mac OS X older, including the 10.6 DVD (if your Mac can boot from it) or any of the installation DVD player or boost saved work.

    -Another solution is to move this drive in an external case and delete it there (assuming your case is modern enough to deal with readers more than 2.2 to.

    In addition,

    To sled mounting internal:

    The penetration of the screw depth for 'down-screw mount adjacent to the platters' on some readers from over 3 TB have been shortened. This may mean that the live sled down until they adjust and begin to compress the washers on the sled. If this is the case, your drive will not rest flat on the sled and do not breed with the connector backplane without additional adjustment.

  • Detection of overruns of vibratory limit with FFT

    Hi all

    We follow a piece of rotating machinery for vibratory limit overruns.  Our acquisition of digital data is running at 3333Hz with anti-aliasing in front of the ADC analog filters.  We sample at least 5 times on the highest frequency of interest.  We then duplicate the measured data and apply several sets of filters band pass to divide the specrum in several frequency buckets watching us then for exeedences the limits defined.

    We head to dedicated hardware for our analysis of the frequency of a solution all digital.  I have a display FFT showing the linear magnatude of the signal over the frequency.  Then, I want to implement limit control on the output of the FFT for real-time tracking.  We will always post our data in frequency bins and will have a second look to limit cost overruns after the fact.

    As most seems, I had trouble doing exact enough amplitudes of the FFT.  Not sure if my problem is spectral leakage or a total lack of understanding FFT.  I think it's the latter.

    My sample VI has a capture of dynamic data with a real overtaking in the bandwidth of 4-50 Hz.  The limit is 5 across.  Amplitude in this bandwidth was almost 10.  I've included a screenshot of exceeding the limit on the face before of the VI for reference.  I have also indexed data saved to the point where the excceedence is visible on the raw data.

    I tried using a FFT to visualize this limit so that I can detect the overflow, but I have not been successful.  FFT tried several methods and all do not reach the height.  Those smarter than me could give it a try?  I don't want to run multiple filters of past band by signal in real time, as we do post-processing.  I am trying to monitor and display data between 8 and 24 channels.  I am concerned about the limits of my processing power to stand in a real-time environment close.

    Thanks for the help!  And I would like to know if it's just the misapplication of an FFT and if something is better in order.

    -Chris.

    Lynn,

    Thanks for the reply!  I tried the inverse FFT road as well, but my implementation was nowhere as clean as yours.  I had to spend your complex 1 d inverse FFT block to match the data source however.  The actual parameter was twice the amplitude of output.  Update attached VI.

    I like this solution and you will use Fortunately!

    I have an another question though.  My company uses not rms.  All our limits are in peak (peak-to-peak) / 2.  We can also assume that all the waveforms are sinusoidal and so impossible to convert from rms to crete with a root of 2.  I'll need a FFT function that does not export in rms.  In Matlab, our guys had to code our own FFT function as rms output all built-in functions.

    Any ideas on where to find a FFT function that does not export in rms?  Annoyingly, I need then inverse FFT in rms as well to match.

    -Chris.

  • want to 15 t k100 CT0: Question for compatibility with cards Envy 15 - update of the original wireless

    Hi, first of all thank you for the research this post ~!

    I got a craving for my friend last year, and this model use an old card wireless (Atheros AR9485) that is not supported bandwidth of 5G. I'm looking for a replacement that could support 2.4 and 5 G band.

    Model (based on the identification of auto for the HP Web site):

    Envy15t CT0 k100

    Model: G0T59AV

    Series: [personal information]

    Some positions, said there will be compatiablity question if I buy a card at random, so could someone help me with this? Maybe give me a model which can be integrated in this situation?

    HP partsurfer web page below, based on the model of my machine, I found some info, but really not sure whether this is the right one.

    http://PartSurfer.HP.com/search.aspx?SearchText=G0T59AV

    Thank you again to finish reading my problem! THX!

    Hello

    From my research, no whitelist more for new HP laptops (manufactured after 2014). Sounds like your machine has only 1 antenna so you can use the second one on the list.

    Kind regards.

  • Sansa Clip + Question of burden (with mini USB cell phone charger)

    I have a few questions about the issue of workload:

    • is it acceptable to fresh clip + use the charger of mobile phone with mini USB socket (5v ~ 700mA), as I know, USB 2.0 specification is 5v ~ 500mA?
    • Sansa is equipped with a circuit to handle the charging process, for example the the blackout when the battery is fully charged?
    • After that several hours connected to the computer, the turn display self... is this normal? (so I have to press a button to see the screen saver and check the State of charge)

    Thanks for the answer of my question... hehhe

    You can use any charger, but be sure that it is 5V and not higher than (above will FRY your Clip).  Around 350 my and especially (even if some 500 my and above is best) is very well - the Clip will use the amperage he needs.

    Yep, you can disable the data pins and everything should be ok.  Just be sure you know what you're doing on the pins.  Many people say to be able to arrive at the same end simply by inserting the USB cable into the computer, not completely or by covering the data pins.  In addition, you can buy USB charge cables only - I have a couple of people.

    Note that when you connect to your computer, you can still read the Clip files, via the computer itself (not the music) and media playing software that is pointed and play the songs on the Clip.

  • Questions re Clip + with wire frayed battery

    After that my Sansa Clip + is accidentally entered into the washing machine, I left on a windowsill sunny for a few days and then left in a bag with bundles of desiccant silica gel for about a week. At first it seemed to work very well, but he began to stop randomly when I listened to everything moving. After that reading messages in these forums, I tried to reset, reformatting and updating the firmware. The problem persisted, so I opened the case and found that one of the sons of the (black) battery has a small section where the insulation has disappeared and all but one of the strands of wire are broken. I was careful to open the case, so I think it happened when my Clip + struck during washing. I may or may not be able to find someone with the skills and tools to fix the battery cable (that would not be me).  In the meantime, I have a Clip + works when it is plugged into an AC charger, so I hope I can continue to use it in this way.

    Here are my questions:

    1. If I use the Clip + in this State with an AC charger is there a risk it will overheat and ignite or explode?

    2. is there a way to update the firmware on a Clip + which only works when plugged into an AC charger?

    3. is there a way to install RockBox on a Clip + which only works when plugged into an AC charger?

    Thanks in advance to anyone who can help you.

    I understood how do.

    It turns on the cable provided by Sansa USB plug, the pins for power are slightly longer than the data pins. So after you copy the firmware file, I supported the USB connector a little at a time until I got to the point where only the power pins were engaged. This triggered the installation of the firmware.

    I was then able to use the same technique to finish installing Rockbox. So now I have Rockbox on my Clip + and I can play using the AC adapter. Hooray!

  • Questions of diet with vista color: Cyan over White

    Most graphic design sites copies Tips is not to use a text on light background. Same Council could consider on bottom "selected text", which must contrast with default background.

    Color scheme by default in Vista and windows 7 uses cyan for selected and white background for the default background. A test showed that many men cannot difference of white clothes of pale cyan clothes, even when they are suffering from color blindness. The problem increases when you look at the computer screen TFT at strange angles, especially the vertical angles (i.e. of standing teachers supervising the work of a child of the meeting). So many people must change the Vista color scheme.

    I'm colorblind and application to run on a friend or a member of the family computer with Vista or Windows 7, I have to change the color scheme whenever I'm asked to help. I have also reset the color scheme by default whenever I finish using this computer (some people, especially men, including no-color-blind men, have asked me to keep my diet "selected text-cyan", however).

    Color scheme is particularly difficult to change in Vista, since you must navigate several additional levels of menus (compared to windows XP, win95 or even windows 3.0) and then save the new set of colors under a theme. Change that is related to the ease of use (i.e. the color schemes for color blind and even non-color-blind people) must be prioritized the most aesthetic, but apparently not the case of vista, where color schemes are relegated to the option "Advanced settings", and no color scheme (text selected either blue, visible) 'windows' classic appears.

    [More information on best practices and l ': http://jfly.iam.u-tokyo.ac.jp/color/#convert ]

    My question: is there a solution to easily change the colors of vista, without any of the navigation in the menus? Some of the default themes (which you show with just a touch of color in the menu "level of transparency") is a high-contrast color.

    Hello Jose,.

    Unfortunately, you will need to navigate through the menus to change the color and theme of Windows.  You may be able to change the set of colors to your liking and save it as a theme so so you will simply have to choose a different theme in relation to changing the color permanently.  I hope that the information is beneficial.

    http://www.Microsoft.com/Windows/explore/create-your-own-desktop-theme.aspx

    Please remember that once that changes have been made and that you save the changes to the theme.

    Thank you

    Aaron
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Questions of capacity with XP to Vista

    I have Windows XP Edition family version 2002 service pack 3; a D3123 e-machine with an AMD sempron Processor 3100 +, 1.8 GHz, 1. 48 GB of Ram and 221 GB hard drive space.

    My questions are; my computer is capable of running Vista, windows aero, and having several applications that I use for XP that you think that they will be able to be run by Vista?

    Hi Gutski,

    Take a look at thisdocument to see if your hardware is only capable of running Vista.

    Dena
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Question of BitLocker with new models E7270 E5470 E5570 Latitude and precision 7710 7510

    Hello

    I got all these new models last week and I have a problem with them...

    Deploying Windows 7 Enterprise 64-bit with SCCM 2012 and bitlocker is configured during the task sequence by a PIN at startup.

    This process works for all models until there... Latitude and Precision of previous generations, but now, with new models, there is a problem with the PIN code. At the end of the sequence of tasks, the drive is encrypted and there is no error BUT the PIN is not recognized and the recovery key is requested.

    This recovery key is correctly stored in AD. TPM and owner is ok. Version of the TPM secure is 1.2...

    I already tried to manually decrypt and encrypt again after you secure the TPM reset, but no way.

    I also tried Windows 10 companies, and the issue is the same.

    Is this a known issue? Someone here already experienced the same thing?

    Hello

    This question is one that is being developed and there are updates of BIOS coming out that will fix it.

    At the moment the latest BIOS for the E7270 will fix the problem (BIOS 1.2.2)

    For the E5470/E5570 of Latitude and Precision 7510/7710 updates of BIOS to fix this will be published soon. I will not give dates at this stage because they can change.

  • Questions of POE with N2048P

    We have recently made switches N2048p in our building to replace our aging switches Cisco 3750 G and ran into problems with the POE.  We have some devices that work perfectly well with the Cisco switch but will not turn on not with Dell switches.  Most of the devices in question is AAstra 6725IP phones, and about a third of them will not be running at all.  The N2048 shows "test failure" on the status column with a 'view the inline power '.  We are on the last 6.2.0.5 firmware and the latest firmware on the phones.  This is also an impact on our building access system as it sinks of POE as well.  I contacted AAstra, but they have been so far little assistance.  Someone else had the same experience?

    We ended up buying POE injectors for phones of the problems.

Maybe you are looking for