RE: how to enable systemVM debug options

2012-08-09 Thread Nitin Mehta
System vms have a java agent running and all you need is to enable debug port for the agent's java process. Add this " -Xrunjdwp:transport=dt_socket,address=8998,server=y " And then you can use eclipse on your machine to connect to this port and private IP of system vms I googled all the setting

RE: how to enable systemVM debug options

2012-08-08 Thread Pranav Saxena
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 -