Status pending but DB is up

Hi all,
when I go to GRID, it showed that the status of the DB is "status Pending". but when I go to server and check that DB, the database is running.
1. Why it showed status pending?
2. how to fix it?
thanks,

Try the following:
1. Stop the agent
<AGENT_HOME>/bin/emctl stop agent
2. Clean start the agent:
2a Delete current upload and state files
rm -r <AGENT_HOME>/sysman/emd/state/*
rm -r <AGENT_HOME>/sysman/emd/collection/*
rm -r <AGENT_HOME>/sysman/emd/upload/*
rm <AGENT_HOME>/sysman/emd/lastupld.xml
rm <AGENT_HOME>/sysman/emd/agntstmp.txt
rm <AGENT_HOME>/sysman/emd/blackouts.xml
rm <AGENT_HOME>/sysman/emd/protocol.ini
2b Start the agent
<AGENT_HOME>/bin/emctl start agent
2c Issue an agent clearstate from the agent home
<AGENT_HOME>/bin/emctl clearstate agent
3. Resecure the agent (if the agent was secured in the first place).
<AGENT_HOME>/bin/emctl secure agent <registration password>
4. Force an upload to the OMS
<AGENT_HOME>/bin/emctl upload
5. Wait 2 minutes.

Similar Messages

  • The invitation status shows 'pending' but no email has been received by the team member.

    I have invited a team member to our creative cloud. The invitation status shows 'pending' but no email has been received by the team member. I've canceled the invite and tried a few times. Is there another route?

    Please check with another Email ID that if the Email invite is being send.
    Check the domain of the person whom you are inviting, it might have some securities attached.
    Let us know the status.
    Regards
    Rajshree

  • Order status pending

    Hi,
    I wanted to order Skype number from Sydney-Australia (Number: 0050060) so I selected a number & 3 months payment option (without entering credit card details) and then I came to know that if we get subsciption first then there is some discount on skype number.
    So I first ordered subscription by entering creditcard details, Subscription order was delivered successfully. Then I returned to order skype number...but now its showing order status as pending. I tried again but this time radio button is on 1 month payment option and 3 months option is desabled. I ddin't proceed ahead. But now in my purchase histroy its showing another order with one month paymrnt option and its status as created.
    No amount has got deducted from my skype credit or bank credit card and I have not received the number yet (order 1 with 3 months payment option: status: pending & order 2 with 1 month payment option status: created & at number its showing as reserved for 19 days). 
    Tried to contact customer support but unable to reach and send the details about problem. Continue support request button on skype website is disabled.
    I want to get the number with discount for 3 months, so how can I make payment for it and get the number at the earliest? Experts Please help. Thanks.
    Regards,
    saurabhraste83

    Hi, saurabhraste83, and welcome to the Community,
    These are the types of issues which can be resolved only by Skype Customer Service.  Please try using another web browser different from the one you tried to contact Customer Service with on  your first attempts; many times, this simple suggestion works!
    Kind regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Scheduled reports (DeskI) remain in status "Pending" in SP4(FP 4.3)

    Hi,
    I am facing a weird problem with a BO XI R2 cluster installation (2 Windows Servers, one CMS, 2 DeskI Job servers on one node) after installing SP4 + FP 4.3. The users are allowed to schedule DeskI reports they created themselves. The scheduling works out fine at the beginning but at some point overnight the DeskI servers (although empty) completely ignore the fact that there are available jobs for scheduling. This means that the DeskI reports remain in status "Pending". Changing the "maximum number of jobs" setting at the CMC in the DeskI job servers properties tab seems to work like a wake-up call and the scheduling starts again. After a while though (can take up to a day to get there) the job servers start again to ignore the pending jobs.
    Is this a known issue in SP 4? Anyone had similar experiences two?
    Any help/ideas & hints will be highly appreciated.
    Cheers
    Stratos

    Hi Will,
    Quote: "In any case, in normal circumstances, you should not having pending jobs if your number of running numbers is below your max number of jobs setting". Exactly this is what we are expecting but the job server seems to sleep not caring about the actual number of pending jobs und wakes up only if we use a high setting (40) for the maximum number of jobs.
    Have found some references about similar problems for both the Web Intelligence and the Crystal Report Job Servers but not a real solution so far. It may be a problem with the CMS but I am not really sure. Restarting the CMS does not help neither.
    Cheers
    Stratos

  • ISE Posture Status Pending

    Hello,
    I am newly configuring and testing  Posturing/Client Provissioning on ISE.  I configured Client_Provissioning Policy without any Posture_Policy just to test it works or not.
    My Wireless client can authenticate and get and install NAC_Agent successfully,  but after that no network access is given to the client pc. 
    on the ISE Authentication Reports it shows ( Posture Status Pending )
    and on the Wireless client everytime when i open browser i get this message " Cisco Agent was detected and is running. If you are still unable to access the network please contact you administrator"
    I dont know what is the issue, plz help

    Hi Ravi,
    I have not yet configured any Posture policies.  i have configured only client-provissioning policy, i want to first test client-provissioning works properly before applying any Posture-Policy.
    So My wireless clients are correctly redirected and recieve NAC Agent, but afterthat it seems that the NAC_Agent does not do anything and does not send any report back to ise for further processings.
    on the ise Authentication Report i can see, the client is stuck in UKNOWN-STATUS , and shows Posture_Status Pending...
    it does not go to Uncompliant or Compliant Status.
    I dont know what can be the issue? neither ISE shows me the error , nor the WLC.

  • Status Pending on Grid Control

    Hi,
    On the Grid Control -> All Targets Type=Cluster
    I have the "Status Pending" on my target Cluster.
    All the nodes are up as also as all the agents, instances, etc...except the cluster that appears to be "Status Pending".
    I tried to restart all the agents and refreshing the configuration, but the "status pending" remains.
    Anyone has any idea?
    Thanks.
    Best regards,
    José Carlos

    Grid Control server can connect to target database 1521(listener port)?
    Grid Control server -> target database:1521
    Grid Control server -> target database:agent port (3872)
    target database -> Grid Control server: 4889 ; (upload agent file)
    http://download.oracle.com/docs/html/B12013_03/firewalls.htm
    Please check your connect
    After that clear state
    1. Stop the agent on the target node
    emctl stop agent
    2. Delete any pending upload files from the agent home
    cd $AGENT_HOME/<hostname>/sysman/emd/
    rm -r state/*
    rm -r collection/*
    rm -r md/upload/*
    rm lastupld.xml
    rm agntstmp.txt
    rm blackouts.xml
    3. Issue an agent clearstate
    emctl clearstate agent
    4 Start the agent
    emctl start agent
    5. Force an upload to the OMS
    emctl upload agent
    Good Luck

  • Status: Pending on Texts Sent

    I have sent a text message and on the message report is says "Status: Pending"  Anyone know what this means?  Did my message go through?  The message was sent a few weeks ago and it still says the same thing.  Thoughts?  I do not want to send anymore message to this number if they are not going through.  Thanks in advance for your help.

    "Pending" implies it has not been sent, but I didn't think they hung around for weeks - I thought it would try for a few days and then mark it as undeliverable....
    Does the number have a block on text messages? Is the phone out of service? Try sending one more...may be they will both go through?

  • Status Pending in EM 10g

    Hi experts,
    I'm having a oracle 10g which runs in Linux 64 bit.
    When I log in to the EM console everytime it displays the following msg.
    Status Status Pending
    also it gievs the Last Known State link. when I go in to that the General information displays as Status Status Pending
    Please give me a solution for this.
    Thanks ,
    Prasad.

    Hi,
    What is your oracle Release if 10gr2 or 10.1.0.3 or later
    then you can fellow DBMSdirect suggestion but if 10.1.0.2 then you have to manually drop repositary and create.
    SQL> DECLARE
    2 CURSOR c1 IS
    3 SELECT owner, synonym_name name
    4 FROM dba_synonyms
    5 WHERE table_owner = 'SYSMAN';
    6
    7 BEGIN
    8 FOR r1 IN c1
    9 LOOP
    10 IF r1.owner = 'PUBLIC' THEN
    11 EXECUTE IMMEDIATE 'DROP PUBLIC SYNONYM '||r1.name;
    12 ELSE
    13 EXECUTE IMMEDIATE 'DROP SYNONYM '||r1.owner||'.'||r1.name;
    14 END IF;
    15 END LOOP;
    16 END;
    17 /
    PL/SQL procedure successfully completed.
    SQL> DROP ROLE mgmt_user;
    Role dropped.
    SQL> drop user mgmt_view cascade;
    User dropped.
    SQL> drop user sysman cascade;
    User dropped.
    After drop complete repository you can create new repository through EMCA.
    E:\>emcahttp://dbataj.blogspot.com/2007/01/oc4j-configuration-issue.html
    regards
    Taj

  • PlugIn - status pending

    Deployed a custom built Plug-In..
    It seems to be collecting the data correctly and displays the data, but its showing "Status Pending" in OEM.
    Any reason when is this message displayed..and how to troubleshoot...
    Thank you

    If its the database thats pending I would suspect the configuration for the database.
    Go into the agent screen, targets, then configure that database monitoring. I think you can do this too from the links on the bottom of the database home page (where it shows status pending) under Monitoring Configuration.
    Of course dont forget to check the various logs on $AGENT_HOME/emd/logs

  • EM : Status Pending Since 10.04.2005 0:00:00

    Hi,
    Why after configuring EM for one database with EMCA and connecting by sys as sysdba I see on first page:
    Status Pending Since 10.04.2005 0:00:00
    instead of
    Status
    Up Since
    Time Zone
    Availability (%)
    Instance Name
    Version
    Oracle Home
    Listener
    Host
    ?

    If you are feeling brave, and you are sure that all else is working - including attempting to remove the db target from grid control and re-create it... I have been successful at bashing into the grid control repository, updating a few values, and getting Grid control to see the DB as "UP".
    If the status shows pending, but the performance and admin tabs do not require a password and show current information, try the following:
    Log into the grid control repository as sysman.
    Figure out what the target_GUID value is in the table mgmt_targets
    Change the availability status to "1" in the following 3 tables for the appropriate target_guid - it is likely a status 2 (unknown) or 6(blackout) now:
    mgmt_availability
    mgmt_availability_match
    mgmt_current_availability
    Hope that helps!

  • MTA Message Tracking - status PENDING

    Hi All
    Any idea why MTA Message Tracking will say Status PENDING for all messages, but when you look from the client, it says Delivered/Opened etc.?
    This is happening on all messages to all post offices etc.
    Thanks
    Emily

    emilym,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Listener Status Pending

    Hi,
    I can't figure out how to get grid control to show me the proper status of my listener. It can connect to it, stop/start it, but it always shows me "status pending".
    Why's that? And how to I get it "right"?
    Any help/pointers would be appreciated.
    Thanks,
    David Schrader

    Status Pending often means oem cant talk to your server.
    Double check dns abilities for your db server to see oem web server and visa versa.

  • Oracle 10g Status Pending

    I have installed Oracle 10g. I can browse through Enterprise Manager, can create/delete objects.
    When I see the Status of my Database Server, it shows
    Status Status Pending
    Status Pending Since Apr 13, 2005
    Why the Status is still pending and why it is open?
    Thanks for any feedback.
    Abid Malik

    Hi,
    Are you using Apex 2.1 that comes with XE 10G?
    That version Apex is old and might/have bugs. Also it not support well latest browsers.
    It is better use tool like SQL developer to run queries
    http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html
    Or you can upgrade Apex and see does problem go away
    http://www.oracle.com/technetwork/developer-tools/apex/upgrade-apex-for-xe-154969.html
    But note if you upgrade Apex, you lose database admin web interface
    >
    Once you upgrade Application Express within your Oracle Database XE, you will lose the Oracle APEX interface to perform some of your database management functions. This includes the ability to create and alter users, set database parameters, etc. To perform these functions, you will need to use either SQL Developer or SQL*Plus.
    >
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • EM12c: Target SQL Server 32-bit shows "Status Pending"

    Configuration:
    EM12c platform:
    Oracle Enterprise Linux 6.2(x86_64)
    Oracle Enterprise Database 11.2.0.3 (x86_64)
    Enterprise Manager Cloud Control 12c Release 1 (12.1.0.1) (x86_64)
    Microsoft SQL Server Plug-In 12.1.0.2.0 deployed in the Management Server
    Target:
    Windows Server 2003 Standard Edition Service Pack 2 (32-bit)
    SQL Server 2005 SP2 (Standard Edition) (32-bit)
    Microsoft SQL Server Plug-In 12.1.0.2.0 deployed in the Management Agent
    Problem:
    EM12C: Targets > Databases
    The SQL Server 32-bit target shows "Status Pending"
    Verified the Target Agent Logs and found.
    D:\oracle\Middleware\agent_inst\sysman\log\gcagent.log
    2012-09-20 17:36:25,833 [14939:C578F997] INFO - Adding a new target [microsoft_sqlserver_database.mssql_peregrine.esri.com]
    2012-09-20 17:36:28,271 [15029:7DDB51EF:GC.DPExecutor2.57 (CDProps:microsoft_sqlserver_database.mssql_peregrine.esri.com:agent_host)] WARN - Found a row with more columns than declared for the metric for TargetID = mssql_peregrine.esri.com, Metric = OSType_Agent_DynamicProperty
    Row = Microsoft Windows Server 2003 Standard Edition,,C:\\WINDOWS,\\Device\\Harddisk0\\Partition2
    2012-09-20 17:36:28,583 [15031:1C41A703:GC.DPExecutor2.58 (CDProps:microsoft_sqlserver_database.mssql_peregrine.esri.com:win_host_name)] WARN - Found a row with more columns than declared for the metric for TargetID = mssql_peregrine.esri.com, Metric = OSType_TargetHost_DynamicProperty
    Row = Microsoft Windows Server 2003 Standard Edition,,,C:\\WINDOWS,\\Device\\Harddisk0\\Partition2
    2012-09-20 17:36:28,755 [15073:9240A7B9:GC.DPExecutor.27 (CDynamic:microsoft_sqlserver_database.mssql_peregrine.esri.com)] INFO - Target: [microsoft_sqlserver_database.mssql_peregrine.esri.com] is broken: Dynamic Category property error
    2012-09-20 17:36:28,755 [15073:9240A7B9] INFO - Target: [microsoft_sqlserver_database.mssql_peregrine.esri.com] is broken: Dynamic Category property error,Get dynamic property error
    2012-09-20 17:36:29,286 [15073:9240A7B9] INFO - Starting collection for target: [microsoft_sqlserver_database.mssql_peregrine.esri.com$12]
    2012-09-20 17:36:29,286 [14939:C578F997] INFO - >>> Reporting response: AddTargetsResponse (request id 1) <<<
    2012-09-20 17:36:29,286 [14939:C578F997] INFO - (end processing requests for OMS@[email protected]=>[134818747370001])
    Tried the following without success:
    - remove target and add target again
    Database Username (Required for SQL Authentication): sa
    Password of Database User (Required for SQL Authentication): ****
    Role (Optional)     
    System Password (Needed when SQLServer is at remote location): <empty>
    System Username (Needed when SQLServer is at remote location): <empty>     
    Connect Using Windows Integrated Authentication (Yes/No): No
    JDBC Driver (Optional): com.microsoft.sqlserver.jdbc.SQLServerDriver
    JDBC URL (Example : jdbc:sqlserver://<host>:<port>): jdbc:sqlserver://peregrine.esri.com:1433
    - Add Target don't let me fill the System Password and System Username, get message that says is not required.
    - Configure target, usernames/passwords are set correctly, it let me fill the System Password and System Username, but the Target still shows "Pending Status".
    - Oracle support: EM12C : Agents Show As Status Pending After Fresh Install [ID 1478880.1]
    EM12c: Agents > peregrine.esri.com:3872 > Agent > Resynchronization
    Still Target shows "Pending Status"
    Have you seen this problem before? Any suggestions?
    Thanks,
    Marcelo Marques
    Esri-Technical Manager

    Hi,
    https://peregrine.esri.com:3872/emd/browser/main/
    Displays the page:
    TargetType TargetName BrokenCode BrokenReason Status Version     RunTime Version Blackout Status     Severities     Schedule     CollectionItems
    Host     peregrine.esri.com     0     MONITORED     1     false     Severities     Schedule     CollectionItems
    Clicked on TargetName link "peregrine.esri.com"
    This table displays
    Target=(host,peregrine.esri.com)
    Metric Name Collection History Detail  Merged History  Metric Definition  Execution Descriptor Query  Row source trace  Row source statistics  Incremental Config State
    Response     ""     Response     Response     ""     Response     "" ""
    Click on "Response" links and see follow.
    Link column "Metric Name-Response":
    "The following exception has occurred:
         Process invocation failure: java.io.IOException: Cannot run program "echo": CreateProcess error=2, The system cannot find the file specified"
    Link column "Metric Definition-Response":
    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    <metric metric_type="TABLE" metricLabel="Response" metricLabelNLSID="host_response" usageType="VIEW_COLLECT" keysFromMultiColls="false" test_Metric="false" keys_Only="false" long_Running="false" is_Config="false" is_Raw="false" is_Remote="false" is_Force_Cache="false" numCacheValues="1" is_Incremental="false" is_DeletionAllowed="true" is_Purgeable="true" isMetricExtension="false">
    <tabledescriptor anyComputeExpr="">
    <column column_name="Status" is_key="false" column_type="0" is_transient="false" is_timestamp="false" is_target_seperator="false" is_filename="false" is_clob="false" columnLabel="Status" columnLabelNLSID="host_response_status" replacedFetchedValue="false"/>
    </tabledescriptor>
    <QueryDescriptor cacheAggregation="false">
    <QD fetchletId="OSLineToken"/>
    <prop name="command" scope="GLOBAL" optional="false" content="echo"/>
    <prop name="args" scope="GLOBAL" optional="false" content="em_result=1"/>
    <prop name="startsWith" scope="GLOBAL" optional="false" content="em_result="/>
    <prop name="delimiter" scope="GLOBAL" optional="false" content="|"/>
    </QueryDescriptor>
    </metric>
    Link column "Row source trace - Response":
    Metric=Response
    Row source name     Table name     Operation     Row
    TableRowSource          Alloc     
    TableRowSource     Response     Start     
    TableRowSource     Response     Rewind     
    Timestamp = 2012-09-25T14:38:33.072-07:00
    Thanks, Marcelo.

  • Import Items Request remain in Status Pending Normal For a Long Period

    Hi,
    Import Items Concurrent Requests Remain in Status Pending Normal For a Long Period(30 minutes) Before Running.
    It is actually completing within 10 minutes after pending normal for 30 minutes.
    This problem is happening only with Import Items concurrent request, Other request are running as soon as they started.
    My Application version: 12.1.3
    Database Version:11.1.0.7
    My Standard Manager details Processes=16 Sleep Time=10 Cache=40
    Please correct, If there is need to change Standard Manager configuration...
    Plz reply soon.
    Regards,
    Alig

    Alig,
    Standard Manager is running this request, Import Item program request after the completion, creating Item categories for this it is taking time, that is the reason another import items request is waiting for the Item categories program to be completed.You need to find out why the "Item Categories" takes that long to complete.
    Do you have the statistics up to date?
    Enable trace as per these docs to find out why the request takes that long.
    How to Set a Trace with Bind and Waits from the Concurrent Request Form [ID 601647.1]
    How To Trace a Concurrent Request And Generate TKPROF File [ID 453527.1]
    Thanks,
    Hussein

Maybe you are looking for

  • How to use a canada itunes gift card with my us itunes account

    I was given a canadian itunes gift card. I have a US itunes account. How can I use this gift card?

  • Mountain Lion--Can I delay use of content code/password?

    The school I'm attending this fall administers tests via a program that will not be supported on Mountain Lion until Spring 2013. I have already acquired a content code and password for my macbook pro, but thankfully did not download Mountain Lion ye

  • Getting error in SwingUtilities.updateComponentTreeUI

    Hi to all, I am writint a application.In it I am calling my main application window through another calss called ftp.JFrame(user defined calss) like private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { //code here new mainApplicatio

  • Where are the temporary scratch files in ps cs3

    I was in the middle of croping a document and I realized I had inches instead of pixels. It looks like it was writing a file 600 in by 600 in 300 dpi. I had to hard boot my pc. After that I lost 20 gigs from my hard drive. What type of file photoshop

  • User exits of enhancement SAPMF02D

    Hi all, I need to add an extra input check to customer master. From SMOD I can see that enhancement SAPMF02D contains the user exit EXIT_SAPMF02D_001, but this exit doesn't seem to be triggered when entering/saving the customer data. I've searched an