Hi , I am not sure what you exactly mean by debugging the system VM code. However you can ssh into the system VM's ( SSVM & CPVM) and see the log outputs ( /var/log/ ) contains many files like cloud.log , haproxy.log, auth.log etc . To ssh into the system VM's , you need to do this -
1) Log in to the Hypervisor host (eg. your XenServer host). 2) Run the following script from the host: ssh -i ~/.ssh/id_rsa.cloud -p 3922 <link-local IP of system vm> Note :- link-local IP of system vms is displayed in the CloudStack UI. Thanks, Pranav -----Original Message----- From: long [mailto:cloudsta...@163.com] Sent: Thursday, August 09, 2012 8:16 AM To: cloudstack-dev Subject: how to enable systemVM debug options hi all: i want to see debug outputs on systemVM,how to enable it? or how to debug systemVM code? thanks