Thursday, 31 January 2013

EMD upload error: uploadXMLFiles skipped :: OMS version not checked yet

Recently I had the situation where emctl status agent shows none on below things.  Since I have installed this agent on newly on new target host. This problem will occurs when agent newly installed or restored from backup.


Last successful upload                       : (none)
Last attempted upload                        : (none)
Last successful heartbeat to OMS             : unknown




[oracle@XXXXXXXXXXXX bin]$ ./emctl status agent
Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
---------------------------------------------------------------
Agent Version     : 10.2.0.5.0
OMS Version       : 10.2.0.5.0
Protocol Version  : 10.2.0.5.0
Agent Home        : /u01/agent10g/agent10g
Agent binaries    : /u01/agent10g/agent10g
Agent Process ID  : 15082
Parent Process ID : 15044
Agent URL         : http://XXXXXXXXXXX.usa.spheris.lan:3872/emd/main/
Repository URL    : http://XXXXXXXXXXXX.usa.spheris.lan:4889/em/upload/
Started at        : 2013-01-31 22:59:44
Started by user   : oracle
Last Reload       : 2013-01-31 22:59:44
Last successful upload                       : (none)
Last attempted upload                        : (none)
Total Megabytes of XML files uploaded so far :     0.00
Number of XML files pending upload           :       22
Size of XML files pending upload(MB)         :     9.25
Available disk space on upload filesystem    :    48.88%
Last attempted heartbeat to OMS              : 2013-01-31 23:05:20
Last successful heartbeat to OMS             : unknown
---------------------------------------------------------------
Agent is Running and Ready




[oracle@XXXXXXXXXXXX bin]$ ./emctl upload agent
Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
---------------------------------------------------------------
EMD upload error: uploadXMLFiles skipped :: OMS version not checked yet..


After trouble shooting above I got answer Since this agent is not secure Due to After securing the agent its has been fixed.


[oracle@XXXXXXXXXXXX bin]$ ./emctl secure agent
Enter Agent Registration Password :    (sysman password for OEM )
Agent successfully restarted...   Done.
Securing agent...   Successful.

Then check the status of the agent now.

[oracle@XXXXXXXXXXXXXX bin]$ ./emctl status agent
Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.                                                                                                                            
Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
---------------------------------------------------------------
Agent Version     : 10.2.0.5.0
OMS Version       : 10.2.0.5.0
Protocol Version  : 10.2.0.5.0
Agent Home        : /u01/agent10g/agent10g
Agent binaries    : /u01/agent10g/agent10g
Agent Process ID  : 29919              
Parent Process ID : 29897    
Agent URL         : https://XXXXXXXXXXX.usa.spheris.lan:3872/emd/main/
Repository URL    : https://XXXXXXXXX.usa.spheris.lan:1159/em/upload
Started at        : 2013-01-31 23:42:50                    
Started by user   : oracle                              
Last Reload       : 2013-01-31 23:42:50            
Last successful upload                       : 2013-01-31 23:43:20   
Total Megabytes of XML files uploaded so far :    21.62      
Number of XML files pending upload           :       55
Size of XML files pending upload(MB)         :    11.92
Available disk space on upload filesystem    :    48.87%
Last successful heartbeat to OMS             : 2013-01-31 23:42:55
---------------------------------------------------------------
Agent is Running and Ready



Thanks for oracle forums who showed me solution for this problem.


Disclaimer: If you feel this content related to your content  please feel to contact me to remove this information.  I am sharing the knowledge with people whoever in the need which is learning daily basis.






No comments:

Post a Comment