kvm - Instance created by CloudStack not opening its console -


after creating instance cloudstack ui, can see vms:

    # virsh list --all     id    name                           state     ----------------------------------------------------     1     v-2-vm                         running     4     s-1-vm                         running     5     r-4-vm                         running     8     i-2-5-vm                       running     10    i-2-3-vm                       running 

but when try start console instance i-2-5-vm, following:

    # virsh console i-2-5-vm     connected domain i-2-5-vm     escape character ^] 

hereafter console hangs, not command prompt comes. have press ctrl+] come shell. additional information:

    # virsh ttyconsole i-2-5-vm     /dev/pts/4 

i can ping it, cannot ssh. please let me know, how can login instance ?

start console cloudstack gui rather command line.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -