Hi All,
I setup vCenter Chargeback 1.6 (1.6.0.0-351155) and vCloud Director 1.01 (1.0.1-356485), both of them are latest version I downloaded from vmware website.
I have installed vCloud Director Collector but Chargeback can not load Organization hierarchies from vCloud Director.
Is there anyone, who successfully setup Chargeback with vCloud Director?
I attached log file of vCloud datacollector.
Thanks,
Hi
It seems vCloud data collector is not able to obtain connection to Oracle DB. Could you check whether the connection limit has been reached on the Oracle side?
Regards,
Hemanth
Thanks for your answer. I have increased "process" parameter of oracle from 150 to 550 but it still does not work.
I attached new log file.
Can you try login into either of Chargeback database or vCloud database using a client?
The log says, connection to oracle database is not establishing due to limited number of connections.
Might help, refer this link -> http://forums.oracle.com/forums/thread.jspa?threadID=898395.
In short:
select * from v$session;
ALTER SYSTEM SET PROCESSES=500 SCOPE=SPFILE;
ALTER SYSTEM SET SESSIONS=500 SCOPE=SPFILE;
that should do, but to be able to login as system or sysdba, you need to restart listener, that is only if you're not able to connect.
Make sure you are able to connect to either of databases using sqlplus or sqldeveloper clients and then restart the data collector.
-Kartik
Thank you very much. My problem has been solved.