Problem with Server Pool

Hello,
I have an pool of physical servers at the company that supports the production environment of virtual servers.
This pool have 4 (0, 1, 2 and 3) domain servers.
I recently had a problem with the OVS-AGENT, and had to restart the whole pool.
After that, all virtual servers I start at the pool, using the VM Manager, always start at the same domain server, the domain number 3.
When I force the start using xm create, I can start the virtual server at domain server 0, 1 and 2 too.
The live migration only works with the shell command (xm migrate -l), using the VM Manager simple do nothing.
I try to force an especific virtual machine to run at an especific node, using Placement Policy at VM Manager, but when I try to start the server, this error occurs:
Start - /OVS/running_pool/441_n_psgl04
PowerOn Failed : Result - failed:errcode=20000, errmsg=No enough memory to run vm(/OVS/running_pool/441_n_psgl04), required memory=16384.
StackTrace:
File "/opt/ovs-agent-2.3/OVSSiteVM.py", line 124, in start_vm
raise e
Any idea what's happening? Is that some problem with the ovs-agent's database? How can I fix that with minimum of outage of the virtual servers?
I'm really concerned about this problem because this weekend we had a stop on the network that caused the restart of the cluster, and when the servers came back, all virtual servers started up on the same physical server, which caused a lack of resources.
Thanks for your help, and sorry about my poor english!

843474 wrote:
PowerOn Failed : Result - failed:errcode=20000, errmsg=No enough memory to run vm(/OVS/running_pool/441_n_psgl04), required memory=16384.You don't have enough memory on the target server to start this guest. So, you need to work out why you don't have enough memory or why Oracle VM Manager isn't seeing all your servers. Check to see if all the servers are listed as "Active" on the servers tab of Oracle VM Manager. Also, you can try and restore the ovs-agent database to the entire pool by clicking the "Restore" button on the Server Pools tab.

Similar Messages

  • Tried opening Firefox and got error code 502 - problem with server - how do i fix please

    i tried to open internet through Firefox as usual and got repeated error message 502 (problem with server - try again in 30 seconds) - but no joy. is there a problem with the server or is there a problem at my end somehow?
    tks Paul

    Thanks for the suggestion Rhonda. You're correct in saying this is impractical though. The fact is, I can't open a tab to keep it open. After doing some online research, I was able to locate a site where I could download a previous Firefox version (6.0). Problem solved! Google: "''How can I find a previous version of Firefox''. As I stated in my original question, Mozilla should not update w/o making certain it doesn't create these issues. I spent hours on this. I also turned off auto updates. I appreciate your suggestion. Thank you!

  • I cannot sign in to icloud because of problems with server

    I have Lost It All!
    I cannot find all of my iTunes info.
    I tried signing into iCloud due to a message "problem with server".

    I have used the solution below to fix mine and others that have run into this issue.
    Start --> Programs --> Accessories (Right Click on Command Prompt) --> Run as Administrator
    then type in:  "Netsh winsock reset"  (-without the quotes-)
    Hit enter, restart PC, iCloud For PC should now connect without any server errors
    (This solutions will work in some instances when trying to fix errors associated when you are unable to connect to iTunes also.)

  • Why my Ipod send a message like "a problem with server bloq connection of ID Apple"

    Hi i just buy an Ipod Touch 8GB is my second one the last one have lost in the street, i Know my Apple ID and my password but when Itry to setup the new one send that message i am from mexico and my message is in spanish more less like this Impossible start session A problem with server is bloking the connection with the ID Apple . Try to connect again.

    What is the error message you are receiving and it is from iTunes or your iPod Touch?
    B-rock

  • Problems with connection pool

    hi,
    I have problems with Weblogic 5.1 connection pool. Normally it works
    fine, but
    under heavy load the connection pool doesn't work at all: it
    negotiates a new connection every time.
    Has anyone else had problems like this?
    regards, EK

    Mitesh Patel wrote:
    What is your max capacity of the pool? Generally, max capacity value of
    the pool should be no. of concurrent users connecting to database at
    peak load.Hi Eino. Actually, I'll disagree temporarily with Mitesh ;-)
    If your application is designed so that all JDBC work is done
    during a single client-server invoke, such as in stateless session
    beans, or servlets etc, you should only need as many connections
    in the pool as your server has execute-threads. This is because
    each thread will be handling one client at a time, and as long as
    the code gets a pool connection, uses it, and closes it during the
    one invocation, the closed connection will be there for the next.
    one.
    Let me see your pool definition. The only issue that may
    cause occasional problems like you see, is if pool refresh is
    running. Pool refresh will temporarily reserve all the currently-
    unused pool conenctions to test them, and during this time, any
    incoming application demand will cause the pool to make new connections
    (or throw an exception!) to meet demand. If you have testConnsOnReserve
    set to true, this is all the pool checking you need IMO. I would set
    the refresh minute parameter to 99999999 to effectively turn off
    refresh. I'm betting that will solve your issue. Let me know...
    Joe
    >
    >
    Mitesh
    Eino Komsi wrote:
    hi,
    I have problems with Weblogic 5.1 connection pool. Normally it works
    fine, but
    under heavy load the connection pool doesn't work at all: it
    negotiates a new connection every time.
    Has anyone else had problems like this?
    regards, EK

  • Problems creating server pool on 2.2 - check_sys_passwd

    I have installed OVM Server on one machine and OVM Manager on another machine.
    I try to create a server pool on the manager but I get a check_sys_passwd error when I try to create the server pool.
    It looks like it is having issues with the user id and password I supply for the utility server.
    I did a basic install of both software packages.
    I am using root and the root password for the utility server.
    Thinking that it might be an firewall issue I have run service iptables stop on the OVM Server.
    Is there any trick to getting the server pool created?
    Phil.

    Hi,
    I have this same problem. My ovm setup is very simple, 2 hosts. A vm/utility/master server and a host with the manager.
    I've checked all password again, they are ok, just letters and numbers. A tried to move /etc/ovs-agent/db to db_old but i've got the same error.
    Logs:
    ------------- /var/log/ovm-manager/oc4j.log ------------
    2009-12-04 11:59:28.758 ERROR [Server Pool Management][Server Pool][vm01pool]:Check prerequisites to create server pool (vm01pool) failed: (OVM-1004 XML-RPC Client Call Oracle VM Agent API 'check_sys_passwd' error:
    No response after waiting for 30000 milliseconds., please try again later.)
    2009-12-04 11:59:28.774 WARNING J2EE EJB-08002 [ServerPoolMgtEJB] thread HTTPThreadGroup-37 encountered an exception while trying to end the transaction: javax.ejb.EJBException: An exception occurred during transaction completion: ; nested exception is: javax.transaction.RollbackException: Timed out
    2009-12-04 11:59:28.777 NOTIFICATION Exception Message:OVM-1004 XML-RPC Client Call Oracle VM Agent API 'check_sys_passwd' error:
    No response after waiting for 30000 milliseconds., please try again later.
    ------------- /var/log/ovs-agent/ovs_operation.log ------------
    "2009-12-04 11:59:42" INFO=> check_sys_passwd: success. cmd='echo'
    I've no more ideas to solve this issue. Can someone give me some help pliz?
    Tnkx.
    JD

  • Export Release Build - Problem with Server Settings

    Hello, i have a big problem and i searched the whole day yesterday but didnt found an answer...
    I started a Flex Mobile and PHP Project. The Project has a Data/Services included wich loads some customer from a database (sql)... for the first a
    used Zend and try it local (http://localhost and used the htdocs Folder of Zend)... EVERYTHING WORKS PRETTY FINE... so NOW my problem
    I wanted to export this project to a release build for my android phone... so the first warning of Flash Builder ist that the project ist currently configured to access data services from a local url. Before exporting the application, you may need to deploy your services to a remote server, then change the server root URL for your project. Click here to change server settings.
    When i click the button i get the server setting.
    Web root: C:\Program Files (x86)\Zend\Apache2\htdocs
    Root URL: http://localhost
    whe i change it now i get an eror:"The selected web root folder does not exist (i attached i screenshot of it).
    i entered de domain of my server (i also tried the ip) at Root URL. And i think there ist a problem with the Web root...? i get scary

    i know WHY Flashbuilder tells me that i have to change the setting when i deploy on the device
    my problem ist that i got this error...
    and the domain wich i have in the screenshot should only explain how i tried it...
    i entered my server url (the real domain) and i entered the folder "app" wich i have created via ftp on my server...
    BUT i also get this error (lik in the screenshot)
    i think at ROOT URL i cant make lot mistakes .... http://myserver.de or the ip
    but i think maybe my web root ist incorrect? i entered here the folder wich is directliy on my server...?
    i dont know exactly but i got an error like in the screen

  • WS2012 Standard R2 with Essentials sudden problem with Server Manager, Essential Dashboard and other services

    Hi all,
    I have a problem with my Windows Server 2012 R2 with Essential installed. When I try to run Server Manager the server manager window doesn't appear and the same thing applies for starting the essentials dashboard. This leads to that some of the features doesn't
    work properly like remote web access, client backup and so on. When I check the Services a lot of services haven't even started. Trying to manually start for example Windows Server Essentials Management Services gives me following error message: 
    "Windows could not start the Windows Server Essentials Management Services on Local Computer. Error 1068: The dependency service or group failed to start"
    What can be wrong here? I haven't done anything to the server that could start these problems. This started all of a sudden. 
    Thank you all in advance for any help.
    EDIT:
    I rebooted my server in safe mode and I tried to run SFC /Scannow which stops at 84% and gives me following message:
    "Windows Resource Protection could not perform the requested operation."
    I also tried to run "DISM.exe /Online /Cleanup-Image /RestoreHealth". This did not help either. It completes the operation but nothing changes. The problem is still there.
    I thought that my server backups were OK and that this problem would be gone by restoring the C: drive with backup image. The problem is that all my good backups was rewritten with new backups that could not take backup of the C: drive for some reason. Now
    I need to solve this problem without reinstalling the whole operating system.
    EDIT:
    I have also completed the chkdsk C: /r command and now the SFC /Scannow command can be completed, with notification that some files could not be fixed. I have attached the sfcdetail.txt file which points out that
    "tsgclean.exe" cannot be repaired. What has that file to do with my WS2012 problems...
    2015-01-04 03:12:54, Info                  CSI    00000477 [SR] Cannot repair member file [l:24{12}]"tsgclean.exe" of Microsoft-Windows-TSProxy-EdgeAdapter,
    Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch

    Hi,
    Did you remember any operation which you had done before this issue occurred? For examples, install any update,
    install any third-party application or any other? Just a confirmation, thanks for your understanding.
    For those problematic services, please open services’ Properties and navigate to
    Dependencies tab, then check if all system components which this service depends on run as normal.
    In addition, please open Event Viewer and check if find relevant events. Meanwhile, please follow the path:
    %programdata%\Microsoft\Windows Server\Logs and check Dashboard log file if find more clues.
    By the way, when you run
    sfc /scannow command completely, did you open Server Manager or Dashboard again? Any difference?
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    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].
    Hello Justin,
    Regarding the third-party applications:
    I have not installed any third-party application that could cause this problem. All my third-party applications that are installed on the WS2012 R2 are confirmed working well with the operative system and are installed at the time when I hadn't these problems.
    I cannot say anything about windows update because that is something that I update once in a week after checking that no user is reporting any issues. I have learned my leason with windows update when I had Surface Pro 2, that was a dissaster.
    Regarding the Windows Updates:
    Anyway, I tried to remove all the windows updates before as well (not the security updates) down to 5th December which is the time when I know that my server worked well. Only two updates could not be removed (KB3012199 and KB2989647). I don't
    know if these two updates can cause any problem?
    Regarding the problematic services:
    For example: Checking the properties for "Windows Server Essentials Management Service" -> It is dependable on
    "1. Active Directory Domain Services" and "2. Windows Server Essentials Provider Registry Service".
    No 1 is running but not no 2. If I try to start no 2 service it will give me the same message as before:
    "Windows could not start the Windows Server Essentials Management Services on Local Computer. Error 1068: The dependency service or group failed to start"
    Regarding the Logs:
    I have uploaded Dashboard log files which are created after 5th December to my dropbox account: Link
    Regarding the SFC command:
    Of course, when the SFC command was completed but with error that it could not repair
    tsgclean.exe I tried to start the essentials dashboard and WS2012 server manager with no luck.
    What about the error message? I looked up that file in the explorer and it is located in folder "C:\Windows\WinSxS\amd64_microsoft-windows-tsproxy-edgeadapter_31bf3856ad364e35_6.3.9600.16384_none_2ec8d374a0ac5606"
    Why can't it be repaired and what kind of file is that?
    Best regards

  • Problem with server admin connectio

    Hi,
    Im using Snow leopard server.
    I have a problem with connection to server via server admin app. It just says could not connect to server.
    At server console there is:
    2/27/10 2:58:30 AM com.apple.launchd[1] (com.apple.servermgrd[414]) Job appears to have crashed: Trace/BPT trap
    2/27/10 2:58:30 AM com.apple.launchd[1] (com.apple.servermgrd) Throttling respawn: Will start in 10 seconds
    2/27/10 2:58:30 AM com.apple.ReportCrash.Root[410] 2010-02-27 02:58:30.829 ReportCrash[410:390b] Saved crash report for servermgrd[414] version ??? (???) to /Library/Logs/DiagnosticReports/servermgrd2010-02-27-025830localhost.crash
    And that repeats.
    Any ideas how to fix this ?

    Yes it did work before. Made some changes to DNS and then server admin lost connection. Server works correctly (dns,mail,ssh access) only server admin connection is lost.
    servermgrd is running:
    bash-3.2# ps aux | grep servermgrd
    root 298 0.0 0.7 2494120 28748 ?? Ss 1:49PM 0:22.16 servermgrd -x
    root 1588 0.0 0.0 2425708 276 s001 R+ 2:29PM 0:00.00 grep servermgrd
    Is there any way to reset/reinstall servermgrd and its settings to default

  • Problem with server side cookie

    Hi, I have a problem with a server side cookie. I'm trying to store a cookie trough the  cl_bsp_server_side_cookie=>set_server_cookie method in the OnInitialitation event handler of a bsp (my bsp application is non mvc) and then to retrieve this cookie trough the  cl_bsp_server_side_cookie=>get_server_cookie method in the OnInputProcessing event handler of the same bsp. In this cookie i'm storing a internal table but i'm not getting it when i invoke the get_server_cookie method.
    This is the source code that i'm implementing:
    OnInitialitation:
    wa_comunnication_data-mobile = wa-mobile.
              wa_comunnication_data-telefono = wa-tel_number.
              wa_comunnication_data-email = wa-email.
              APPEND wa_comunnication_data to comunnication_data.
               cl_bsp_server_side_cookie=>set_server_cookie(
                  EXPORTING
                   name = 'cook_comunnication_data'
                   application_namespace = 'NONE'
                   application_name = 'NONE'
                   username = 'NONE'
                   session_id = runtime->session_id
                   data_value = comunnication_data
                   data_name = 'comunnication_data'
                   expiry_time_rel = 720 ).
    OnInputProcessing:
    cl_bsp_server_side_cookie=>get_server_cookie(
          EXPORTING
           name = 'cook_comunnication_data'
           application_namespace = 'NONE'
           application_name = 'NONE'
           username = 'NONE'
           session_id = runtime->session_id
           data_name = 'comunnication_data'
          CHANGING
           data_value = comunnication_data ).
         READ TABLE comunnication_data INDEX 1 INTO wa_comunnication_data.
    regards, marcel.

    Why do you need to use cookies in the same BSP Application?
    Try to use below:
        username              = sy-uname
        application_name      = runtime->application_name
        application_namespace = runtime->application_namespace
    <i>*reward each useful answer</i>
    Raja T
    Message was edited by:
            Raja Thangamani

  • ODBC compatibility problem with server 7.1.5

    Hi all,
    I am suffering from Windows ODBC driver desasters and hope I am not alone with my problem:
    I am developing a client app with Visual Foxpro 5.0a (maybe not relevant to the problem) on Win NT 4.0 SP 6,
    which accesses a Oracle 7.1.5 Server (on Alpha VMS) through ODBC.
    I used for several years the Version 2.0.x of the Oracle ODBC driver with satisfying results.
    Now I have to extent the app to run on Win 95 (sorry, but thats true) and also Win 2000. I am working in a large company
    network and have to take as environment what is provided by the systems group, which is SQL-Net8 and Oracle drivers
    from the 8.x series (8.1.7x for Win 2000 and some 8.0.x for Win 95).
    My problem: While DML commands are just fine with the 8.x drivers on the 7.1 server, I cannot call any stored
    procedures on the driver. I am using "ODBC" syntax, i.e. send strings like
    "{Call Schema1.Package1.ProcedureA(?Variable1, ?@Variable2)}" to the ODBC driver.
    I get the error message "Table/View does not exist", which is garbage, since the same calls work just fine, when
    using the 2.x driver.
    However, with the 2.x drivers, also the procedures get called ok and IN parameters are passed correctly,
    I cannot receive IN OUT parameters! What I get back is what I passed into the procedure plus one arbitrary character.
    Needless to say, that the 8.x drivers work just perfect against an 8i Server. However, I cannot migrate my productive
    database anytime soon.
    Does anybody have an idea which drivers are able to support calling stored procedures on a 7.1.5 server or can point
    me to resources here, which handle the problem?
    Thanks a lot,
    Peter
    PS: Yes I have seen the previous thread stating that, 7.1x servers are no certified for new drivers. But I simply hope, some
    body recognizes my problem and has a solution. :-)

    Thanks for the tip, might well be that this solves my problem (standards always should, or).
    But how do I bind the variables in a separate step the standard way? I never saw that in any docs -neither Foxpro nor VB which of course now moved to ADO.
    Thanks for an example or a pointer to the literature,
    Peter
    The standard ODBC syntax for executing a stored procedure is
    "{Call Schema1.Package1.ProcedureA(?, ?)}"
    The syntax you describe
    "{Call Schema1.Package1.ProcedureA(?Variable1, ?@Variable2)}"
    isn't familiar to me. I assume it's something Microsoft cooked up for pass-through queries (may be something special for FoxPro) that combines a few steps. You may want to try using the standard syntax and doing the variable binding as a separate step.
    I suppose that there might be a problem with the 7.1.5 database and how it handles IN OUT parameters, but that seems unlikely...
    Justin

  • Again problems with server conecction

    Yesterday I started to  Sync, and for a few hours eveything looks great, but this morning I recive a message about problems with the server (and it is not my internet connection). Anyone else have this problem?

    Hi Antonio,
    Are you still having issues?

  • TMG - problem with server that is unable to update the configuration

    I use Windows server 2008 EBS and all servers are virtual and instaled on ESXi host. Forefront is instaled on secure server. On basic configuration the firewall in runing but the CSS and adam are not in sync. Even on a small change in rules the firewall goes in lockdown mode. Even if a start the service in firewall goes in lockdown mode in 5 minutes. When i change the rule to basic settings the firewall start to work ok. I rapair CSS and now the CSS and ADAM are in sync but again when i change even a letter in a firewall rule, firewall goes in lockdown mode in the moitoring the configuration is unable to update in is not in sync any more. And now if a restart the server the configuration is also unable to update and is not in sync. Also it show that the last time he was synced in 19.12.1999 ?????
    I am working on this problem for weeks and i cant find the solution. Is there a problem with CSS or ADAM?
    I would apritiate any help!
    Thanks!
    Joze

    I have the same problem, I have an array with NLB working properly, buy, without any reason I can notice that configuration status is in UPDATING, so, I have to apply the maintenance and patch procedure to restart the server and to recover from this state,
    somebody knows what can I do?
    In the other hand, I´d wish also to know if there is any particular alert I can enable to send email alert and then to schedule the restart.
    thx!

  • Problems with server settings for IMAP account

    hi
    i am trying to configure Mail to work with an IMAP account. i can receive messages OK on this account, but cannot send mail. when i try to send mail i get an error message "sender verify failed".
    there was an automated process for adding the account to mail which i installed, and got the following settings:
    outgoing mail server: mail.soterianetwork.org
    server port: 26
    authentication: password
    username: soteria
    password: ****** (the password is correct)
    the error message i get is 'sender verify failed'.
    i have also tried ports 25 and 587 without success.
    on the web based control panel for the mail account it says: Be sure to enable SMTP Authentication in your E-mail client or you may not be able to send mail.
    not sure if i have done this. i have tried changing the outgoing mail server to smtp.soterianetwork.org, still without success
    i would be grateful for some help to get this set up correctly
    thanks
    nick

    it was a problem with the server. they changed some settings and all is working fine

  • Facing problem with connectio pooling

    i am using the websphere app server. oracle 8i as DB.
    we have configured the datasource and jndi wiht min connections as 1 and max connections as 10.
    everything is working fine. but when we are giving more requests its keep on waiting for connections.
    how can we solve this problem.
    im very much thankful if any one give us a solution

    you are obviously draining the pool of connections somewhere. Check that you "close" the connection when you are done with it, this returns it to the pool so another thread can use it.

Maybe you are looking for