Why Managed server stats "unavailable" in Enterprise Manager ?

Hi All
i have setup a weblogic domain having AdminServer and a managed server . i have also configured em with this doamin. i am facing a problem in reflecting stats of managed server in em. when i start the managed server from admin console via nodemanager ,it shows managed server has started and same is also reflected in EM, but the stats for that managed server remains "unavailable".
in the other scenario when i start the same managed server via startMnagedserevr script, the stats get reflected without any issue.
why the stats are not getting reflected when i start the managed server via nodemanager ?
Thanks
Harry
Edited by: Harinderjit Singh on Feb 17, 2012 11:02 PM

Can you check the Admin Server log and node manager log for any exceptions when you are starting the Managed Server through the node manager.
Sometimes there is some communication exception between the Admin Server and the node manager due to which the em console is unable to show the status of Managed Server.
thanks,
Sandeep

Similar Messages

  • Monitoring Managed servers if Admin server is unavailable in Weblogic

    Is it possible to find managed servers state ( example: RUNNING, FAILED, UNKNOWN etc..) if Admin server is unavailable( may be down) in Weblogic.
    We can search the state of managed server using keywords in managed server logs. But we don't want to do that.
    Is there any other way to find the managed servers state.
    Thanks,
    Venkat

    WLST and connecting to managed servers is one option.
    Another one is using a RESTful approach: the one that comes with WLS12c in centrally located on the admin server and therefore not really helpful in your case
    You might try OpenSource Jolokia ( Overview ) which is a nifty little tool.
    Some more infos about Jolokia and WebLogic:
    RESTful WebLogic Monitoring of Servers, Applications, JDBC and JMS with Jolokia — munz & more
    best regards!

  • How to delete/drop all the tables from SQL Server Database without using Enterprise Manager?

    How to delete/drop all the tables from SQL Server Database without using Enterprise Manager?
    I tried using DROP Tables, Truncate Database, Delete and many more but it is not working.  I want to delete all tables using Query Analyzer, i.e. through SQL Query.
    Please help me out in this concern.
    Nishith Shah

    Informative thread indeed. Wish I saw it early enough. Managed to come up with the code below before I saw this thread.
    declare @TTName Table
    (TableSchemaTableName
    varchar
    (500),
    [status] int
    default 0);
    with AvailableTables
    (TableSchemaTableName)
    as
    (select
    QUOTENAME(TABLE_SCHEMA)
    +
    +
    QUOTENAME(TABLE_NAME)
    from
    INFORMATION_SCHEMA.TABLES)
    insert into @TTName
    (TableSchemaTableName)
    select *
    from AvailableTables
    declare @TableSchemaTableName varchar
    (500)
    declare @sqlstatement nvarchar
    (1000)
    while 1=1
    begin
    set @sqlstatement
    =
    'DROP TABLE '
    + @TableSchemaTableName
    exec
    sp_executeSQL
    @sqlstatement
    print
    'Dropped Table : '
    + @TableSchemaTableName
    update @TTName
    set [status]
    = 1
    where TableSchemaTableName
    = @TableSchemaTableName
    if
    (select
    count([Status])
    from @TTName
    where [Status]
    = 0)
    = 0
    break
    end

  • HT1688 why does my 3gs say activation server temp unavailable when updating firmware?

    why does my 3gs say activation server temp unavailable when updating firmware? it also tells me no service in the top left corner please help i cant get out of activation screen

    Only fixed this in the last day or two . . .with this!
    https://discussions.apple.com/thread/3588501?start=0&tstart=0

  • Why does my 3gs say activation server temp unavailable when updating firmware?

    why does my 3gs say activation server temp unavailable when updating firmware? it also tells me no service in the

    It could be related to activation servers being busy, or you can check this support document for assistance. http://support.apple.com/kb/TS4268

  • TS2811 After updating to ios 6 my phone had to be restored.  Now it will not acitvate.  I am receiving the message that ther server is unavailable.  However, I can not use my phone at all until it is activated.  why can I not activate?

    After updating to ios 6 my phone had to be restored.  Now it will not acitvate.  I am receiving the message that ther server is unavailable.  However, I can not use my phone at all until it is activated.  why can I not activate?

    Well, 99.9% of the time, the cause of this issue is the fact the phone was jailbroken/hacked to unlock it for use on networks other than the network the phone was originally locked to. Apple maintains a database of officially unlocked iPhones, and when Apple's servers detect phones such as yours, activation stops & you get the message you got.
    So, either get a sim card from the carrier your phone was originally locked to, or get it officially unlocked.

  • Why do I get error "The LDAP server is unavailable" while connecting to external domain via sync connection in SharePoint UPSA ?

    Hello,
    I am trying to connect to external domain via UPS Account having "Replicate Directory changes" permission on external domain while creating sync connection in UPSA.
    I have checked below URLS :
    http://social.technet.microsoft.com/Forums/en-US/1912bf88-8fec-4b5d-9d1e-a42db8318e33/ldap-server-is-unavailable-sharepoint-2010-user-synchronization?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/en-US/6525d3aa-9197-42a2-aea0-190b84ac8356/the-ldap-server-is-unavailable?forum=sharepointadminprevious
    And looks like its network connectivity issue - and hence I have verified that port 389 is open by infra team.
    Note : I am able to connect to local AD , does it make sense that port is not open for external domain ? 
    Can anyone please let me know what can be the issue ? 
    Your help will be highly appreciated as I am struggling to fix this issue since  quite long time but no luck yet.
    Thank you in advance.
    Kind regards,
    Dipti Chhatrapati

    Hi Dipti,
    If you have Two-Way trust relationship then not sure if you have tried below:
    Create a folder on the SharePoint server
    Go to Folder properties - Security tab
    Try adding user of the external domain on the folder
    Please let us know if you are able to add the user or not. If you are able to add then it means that the connection and trust is proper and you should be able to create sync connection in UPA without any issues or else there is some issue with the connectivity
    or the trust which is configured.
    Please also make sure that you have given permissions to sync account as per below TechNet:
    http://technet.microsoft.com/en-us/library/hh296982(v=office.15).aspx
    Replicate Directory changes permissions are also required on cn=configuration container, below are the steps:
    Grant Replicate Directory Changes permission on the cn=configuration container
    Use this procedure to grant Replicate Directory Changes permission on the cn=configuration container to an account.
    To grant Replicate Directory Changes permission on the cn=configuration container
    On the domain controller, click Start, click Run, type adsiedit.msc, and then click OK.
    If the Configuration node is not already present, do the following:
    In the navigation pane, click ADSI Edit.
    On the Action menu, click Connect to.
    In the Connection Point area of the Connection Settings dialog box, click Select
    a well know Naming Context, select Configuration from the drop-down list, and then click OK.
    Expand the Configuration node, right-click the CN=Configuration... node, and then click Properties.
    In the Properties dialog box, click the Security tab.
    In the Group or user names section, click Add.
    Type the name of the synchronization account, and then click OK.
    In the Group or user names section, select the synchronization account.
    In the Permissions section, select the Allow check box next to the Replicating
    Directory Changes (Replicate Directory Changes on Windows Server 2003) permission, and then click OK.
    Kind regards,
    Bhavik K Jain
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • My ipod touch will not activate, keeps saying that activation  server is unavailable. Why is this?

    I can't get my ipod touch to activate, it keeps saying that the server is unavailable.

    Try:
    Activation: Apple Support Communities

  • MS SQL Server Statement could not be prepared. (WIS 10901)

    Here is my situation. We are running Edge 3.0 using SQL Server 2005. I have a Webi report that I created with an existing Universe and the report is able to run fine. I didn't create the Universe, but I had to add new tables to the Universe.
    For some reason when I went to create a System DSN to connect to the Universe, it didn't save the System DSN, but I was able to save it as a User DSN using the same name as the System DSN created on the BOXI Server. I was able to add the new tables and objects.
    I then went to add the new objects to the existing web report and ran the query, I then received the error "A database error occured. The database error text is: [Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared.. (WIS 10901)". If I removed the new objects, I am able to run the Query fine.
    When I add the new objects, I can look at the SQL, copy it and run it in MS SQL Server. Once I try to run the query with the new objects, I get the previously stated database error. Then I try to generate the SQL and get the message that Webi can't generate the SQL even though I was able to see the SQL if I hadn't run it.
    I am not sure why I am getting this error, because the report is able to run before adding any new objects. Any suggestions would be helpful. Thanks

    The issue was that I needed to get permission on my computer to create a system DSN and not use a local DSN. My local policy was changed on my computer.
    But I am now writing a different report and getting the same error. Let me explain the situation.
    The report was created and running fine, but the database was created by someone and it only contained partial data. The database is created in a star schema. I had to add more dimension tables. The fact table already had all the columns for the new dimension tables but had a default value of -1. Once I added the missing dimension tables, I reran the DI job that re-populated the fact table with data from all dimension tables. When I go now and run the report if I only run a query with the old dimensions, then the report runs fine and returns data. If I add a object from the newly created dimension fields then I get the error 'A database error occured. The database text is: ... Statement(s) could not be prepared. (WIS 10901)'.
    I am not sure where the problem is. The report is using the same System DSN and the SQL created from the new dimensions works just fine in SQL Server Management Studio. We use Windows AD authentication and use an Windows users as our system account to access the database and it has read permissions.
    Any help would be great. Thanks

  • Outlook 2010 "Server is unavailable" error when starting remote app

    All,
    I have recently built and configured a new server to run Remote Desktop Services.  It in on Server 2008 R2 Standard 64-bit.
    I have published numerous applications (e.g. Adobe, Visio, Project, etc. as well as Office 2010) to the host server.  Everything works with the exception of Outlook 2010 (client of an Exchange 2010 server).  When I or any of my users try to bring
    it up in the RDS portal, it goes through the normal start-up of any Outlook first use and looks for an existing email account.  As it is trying to load the user profile, an error pops up saying "The server is unavailable."  Clicking "Retry" does
    not work at all.
    When I run Outlook directly from the RDS host server itself, it loads up and runs fine so I know the RDS server can contact the Exchange server.
    Any ideas on why the Outlook application works on the host server but will not work when trying to run it through the RDS Web Access portal?
    Thanks.
    IT Manager, Alpha Corporation Dulles, VA

    You're probably running into this issue:
    http://support.microsoft.com/kb/2596960
    There are a couple of patches that you need to install and then a registry key that you have to add.
    Don Geddes - SR Support Escalation Engineer - Remote Desktop Services - Printing and Imaging

  • The RPC server is unavailable while trying to take Remote Desktop of 2003 Server.

    Dear All
    Recently I am facing remote desktop login problem in on Windows 2003 Server.
    While I am enter user name and password server give me logon error.
    "The system cannot log you on due to the following error:
    The RPC server is unavailable.
    Please try again or consult your system administrator.
    Kindly help me.........

    I just started spontaneously having this problem yesterday. I am not aware of anything having changed that would prompt it, though I did do a Windows Update on all servers AFTER the problem manifested to see if that might fix it. (No such luck) For reasons
    unexplained, the system HAS let me in a few times, though it hasn't been consistent, and now it seems to have locked me out entirely (except through the VSphere back door, explained below). I am running Windows 7 on my laptop, and I have received a report
    of the same problem from another employee trying to log in from their computer, which I believe is also running Win7.
    I am running two VMWare instances of Server 2003 R2, one Domain Controller and another production environment. I can RDP just fine to the DC, but not the production. Also, using the VSphere VMware management client on a separate machine, I CAN log in to
    the production environment without a problem.
    I have tried the fixes around restarting stopped services, but nothing has helped yet. I've also tried disabling my anti-virus temporarily, with no effect. I tried pinging the various IP addresses, and received timeouts on the 2 images, as well as their
    host server. Again, though, I CAN log into the DC without issue.
    Could someone please elaborate on how to create this registry key? On which image would I add this key? (I am a novice user, so using regedit is somewhat unfamiliar to me)
    Any other thoughts about potential solutions?
    Thanks!
    Update Dec 15 2011: Just tried restarting the Production image, via VSphere, and then successfully logged in and out 3 times in quick succession by regular RDP. The symptoms have been temporarily soothed, though I wonder if the underlying problem remains?
    Still no answer to why this happened in the first place, so I'd appreciate input.
    Update Dec 16 2011: The problem came back this morning, and remained all day. I can still access by VSphere, but have other users who need to access by regular RDP. I'd rather not have to reboot the system constantly just to allow access... Any help is much
    appreciated!

  • HttpSession replication and server state saving

    The UIComponent class is not serializable, certainly because it is the StateManager which is responsible of saving its state.
    But the default server state manager of the RI stores the whole component tree in the HttpSession. That means that it won't work in clustered environments where the session has to be serialized for replication between servers.
    Will this be addressed in the final release ?

    E> This seems like a really BIG hole that Sun should fill very quickly!
    Thanks for your input. Note: spec is intentionally very vague about the
    specifics of state saving, except to say that the implementation must
    support two options: client and server. Therefore, any solution
    implemented in the Sun RI will likely be specific to that RI. Perhaps
    we can consider standardizing the approach to clustering in a future
    version of the spec.
    E> I came across this thread because I am testing the viability of using
    E> JSF in a JBoss clustered environment (and began getting serialization
    E> errors when I add the <distributable/> stanza to my web.xml file). I
    E> am probably not alone in my discomfort at having to replace a core
    E> JSF class with a "patch" just to get session replication to work. Why
    E> can't you or someone at Sun provide the resolution? All, that aside
    E> you a JSF expert at least provide detailed specifics as to how the
    E> proposed fix can be implemented by corporate JSF developers?
    Here's one very important aspect of application architecture that I'm
    surprised hasn't been pointed out before. Your application should be
    designed such that the all user state resides OUTSIDE of the JSF
    realm, and can therefore be made highly available by virtue of being
    stored in something that does support HA. JSF UI state should mostly be
    in request scope anyway. This is why we spent so much time on the
    ValueBinding API.
    E> Hope to see you at JavaOne (with more questions of
    E> course)!
    Yes, the entire Sun RI team, and several key EG members will be
    available at BOF-2220
    <http://www.javaone04.com/catalog/catalog/sessionDetail.jsp?hd=true&SESSION_ID=10589&form=searchform>.
    Tuesday 29 June 2004 7:30 pm.
    Ed (EG Member)

  • Cisco UCSM 6248 Avail State : unavailable

    Hi,
    I am running UCSM FI 6248 to manage 5108, and in equipment tab it shown avail state : unavailable. there is no fault or alert.
    I cannot ping esx server inside that chassis.
    Need your advice?
    Thank you
    Regards,
    ADIT

    Hi,
    I am running UCSM FI 6248 to manage 5108, and in equipment tab it shown avail state : unavailable. there is no fault or alert.
    I cannot ping esx server inside that chassis.
    Need your advice?
    Thank you
    Regards,
    ADIT

  • Why "Target Server Memory" = "Total Server Memory" (Permanently)?

    Hello,
    could you please help me to understand why values of next Performance counters are permanently equal?:
    SQLServer:Memory Manager / Target Server Memory (KB)
    SQLServer:Memory Manager / Total Server Memory (KB)
    22906680 = 22906680
    even after we added 4 GB RAM to this server.
    Technical details: ________________________________
    Microsoft SQL Server: 2008-R2 (SP1) - 10.50.2500.0 (X64), Standard Edition,
      - MIN server memory (MB): 4 096 (run_value)
      - MAX server memory (MB): 2 147 483 647 (run_value)
    Microsoft Windows:  2008-R2 NT 6.1 (Build 7601: Service Pack 1) (Hypervisor), Enterprise Edition,
    HW: Virtual (VMWare),
    CPU: 8 virtual (Intel Xeon X5550),
    RAM: 24 GB.
    This server is:
      - dedicated for Microsoft SQL Server only,
      - member of
    "Microsoft Active Directory".
    __________________________________________________________ If isn't above described anything, the following applies: Technical details: * OS: Windows Server v2008-R2, English, Enterprise Edition, x64, SP1 ** My User-Account is member of 'Administrators'
    local security group. * MS-SQL-Server: v2008-R2, English, Enterprise Edition, x64, SP1 ** My User-Account is member of 'SysAdmin' db-role.

    Hello Shanky_621,
    as I promised - there are
    monitored values. New counters are highlighted by green color. And finally counter "Memory \ Pages/sec" is here ;-) :
    Time interval: 02.04.2015 07:00 - 16:00 (Sample interval = 15 seconds)
    Performance Counter
    Average
    Minimum
    Maximum
    Memory \
    Available MBytes
    1 837.00
    1 510.00
    2 010.00
    Memory \
    Page Faults/sec
    2 730.00
    190.00
    16 922.00
    Memory \
    Pages/sec
    0.53
    0.00
    688.00
    Paging File ()\ % Usage
    1.89
    1.89
    1.89
    Process(sqlservr) \ Page Faults/sec
    1 737.00
    26.00
    4 948.00
    Process(sqlservr) \ Page File MBytes
    22 609.00
    21 401.00
    21 725.00
    Process(sqlservr) \ Working Set (MB)
    21 299.00
    21 153.00
    21 429.00
    SQLServer:Buffer Manager \
    Buffer cache hit ratio:
    99.41
    78.11
    100.00
    SQLServer:Buffer Manager \
    Checkpoint Pages/sec:
    42.00
    0.00
    1 263.00
    SQLServer:Buffer Manager \
    Free List Stalls/sec
    0.00
    0.00
    0.13
    SQLServer:Buffer Manager \
    Free Pages
    2 377.00
    95.00
    50 829.00
    SQLServer:Buffer Manager \
    Lazy Writes/sec
    1.34
    0.00
    138.00
    SQLServer:Buffer Manager \
    Page Life Expectancy (PLE):
    2 331.00
    3.00
    4 294.00
    SQLServer:Buffer Manager \
    Page Reads/sec
    6 435.00
    0.00
    130 462.00
    SQLServer:Memory Manager \
    Memory Grants Pending
    0.00
    0.00
    0.00
    SQLServer:Memory Manager \
    Target Server Memory (KB)
    20 480.00
    20 480.00
    20 480.00
    SQLServer:Memory Manager \
    Total Server memory (KB)
    20 480.00
    20 480.00
    20 480.00
    SQLServer:SQL Statistics \
    Batch Requests/sec
    1 427.00
    63.00
    5 690.00
    System \ Processor Queue Length
    0.177
    0.00
    4.00

  • Cluster Aware Updating - Failed to restart - The RPC Server is unavailable

    I have a 3 node Windows Server 2012 R2 Failover Cluster, and I'm having trouble getting Cluster Aware Updating to work properly. I have been able to successfully apply updates that do not require a reboot, however, anytime I have updates that
    do require a reboot, the process fails. The error message says:
    Failed to restart <ServerName>:(ClusterUpdateException) Failed to restart <ServerName>:(Win32Exception) The RPC server is unavailable ==> (Win32Exception) The RPC server is unavailable
    I have verified that the firewall rule to allow automatic restarts is configured according to Technet: Requirements and Best Practices for Cluster-Aware Updating
    I have also made sure that the CAU AD account has local admin rights, as well as "Force shutdown from a remote system" rights on each of the cluster nodes. In this case, I have been applying updates manually from my workstation (which is not a
    member of the cluster) while logged in with Domain Admin rights (as opposed to letting the cluster update itself based on a schedule). I'd like to verify that the entire process works properly before letting it update itself. What am I missing?

     Hi Duct tape and super glue,
    Could you offer us more information about your environment status now, such as
     CUA Role name is online or not, firewall settings and the event ID, “The RPC server is unavailable” is the typical caused by the WMI or DCOM communication was not running or block, please verified that the firewall was set correctly, WinRM
    is enabled.
    More information:
    What is Cluster Aware Updating in Windows Server 2012? (Part 2) [VIDEO]
    http://blogs.technet.com/b/mspfe/archive/2013/03/07/what-is-cluster-aware-updating-in-windows-server-2012-part-2-video.aspx
    Configure Remote Management in Server Manager
    http://technet.microsoft.com/en-us/library/hh921475.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • I am extremely disappointed with my imac's speed. should i upgrade the RAM?

    I bought this lovely machine so that when i come back home, i can push aside my 12" toshiba work laptop and enjoy working on my music and photos and internet browsing on the imac. the music (ipod +itunes) and browsing works great, but as soon as i ge

  • Jabber server New alert message

    I have been using a jabber server to access my MSN account and it has worked pretty good for several months. only issues, is sometimes it shuts off with no warning or once a got an alert message in another language. when i replied in english, there w

  • How to change Price determination from blank to 2

    Hi expert,      I had a difficult problem:      Material ledger is active in our company Normally, in material master data accounting view 1, we always set price determination 2 and price control S.  Price determination 2 is set default if creating a

  • "Could not complete Music Store request"

    When I enter the Music Store I get this error message - "Could not complete Music Store request". When I log in I then receive the message "Your billing information has changed, please approve. Edit pay screen comes up for approval but I can not ente

  • Firefox crashes often

    Having updated to Firefox 10, we're getting frequent crashes. Seems to happen more on javascript-heavy and/or https sites. Having logged in tabs on gmail and facebook causes a crash every time. Also happens in safe mode. Crash reporter does not appea