Community
 
 
 

CloudPlatform 3.x

343フォロワー
 
Avatar
Pankaj Paliwal

CloudPlatform API

Avatar

CloudPlatform API

Hi

I'm trying the service provided by ScaleXtreme and I was able to configure my lab cloud environment using the API URL, the API key and the secret key. I was able to see the default CentOS 5 template but when I tried to deploy a VM from it I've got an error related to the network.
There is a way to enable API logs or to increase the verbosity? I found an api-server.log file in /var/log/cloud/management but the last record in that file is from January. The management-server.log doesn't show up much either.

Any idea would be highly appreciated. Thanks,

Daniel


Terry Whiffing MEMBERS
1件のコメント
0

サインインしてコメントを残してください。

 
 

Previous 1件のコメント

Avatar
Pankaj Paliwal
Avatar

CloudPlatform API

Hi Daniel,

In my experience, VM deployment failures are quite verbosely captured in the management server logs with the default logging level that is set to DEBUG. That is, for what's relevant to Cloud Platform (orchestration/management layer). If the error is deeper like within the context of a hypervisor then you may find more information in the hypervisor logs which of course varies with the hypervisor being used.

Also, the logging levels can be modified using the log4j-cloud.xml that is located on your management server under /etc/cloud/management/. Since Cloud Platform uses standard log4j logging mechanism you can refer to log4j documentation available on the internet for more details.

The default level for both API Server and Management Server is set to DEBUG which can be increased to TRACE if required. But you shouldn't run in this mode for long. Also, changing the logging level doesn't need restart of any service, just wait for the older logs to be flushed and the newer logs will get logged using the new level.

I hope this clarifies.

Regards,
Somesh


Somesh Naidu CITRIX EMPLOYEES
コメントアクション パーマリンク

Top Contributors