新闻组有没有总结出一些FAQ文档,把以前遇到过的问题,汇总出来的。帮助后来的人分析、解决问题?
同时我现在遇到的就是这个问题,我使用的时简单域:
系统vm状态始终是下面这样


同时,宿主机中的网络及vm状态如下,两个系统vm的网络都是没有被启动ssvm是我后来手工配置的网络,虽然能够连通,但是cloudstack根本管理不到它:

[root@node4 ~]# ifconfig
cloud0    Link encap:Ethernet  HWaddr FE:00:A9:FE:00:AD
          inet addr:169.254.0.1  Bcast:169.254.255.255  Mask:255.255.0.0
          inet6 addr: fe80::70d5:29ff:fe9b:6748/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:411 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6406 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:12172 (11.8 KiB)  TX bytes:279220 (272.6 KiB)

cloudbr0  Link encap:Ethernet  HWaddr 14:FE:B5:93:BF:9E
          inet addr:192.168.1.153  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::16fe:b5ff:fe93:bf9e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:261575 errors:0 dropped:0 overruns:0 frame:0
          TX packets:78960 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:751280945 (716.4 MiB)  TX bytes:16673398 (15.9 MiB)

em1       Link encap:Ethernet  HWaddr 14:FE:B5:93:BF:9E
          inet6 addr: fe80::16fe:b5ff:fe93:bf9e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:727849 errors:0 dropped:0 overruns:0 frame:0
          TX packets:91245 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:789837671 (753.2 MiB)  TX bytes:17799149 (16.9 MiB)
          Interrupt:36 Memory:d6000000-d6012800
[root@node4 ~]# brctl show
bridge name     bridge id               STP enabled     interfaces
cloud0          8000.fe00a9fe00ad       no              vnet0
                                                        vnet3
cloudbr0                8000.14feb593bf9e       yes             em1
                                                        vnet1
                                                        vnet2
                                                        vnet4
                                                        vnet5
                                                        vnet6
[root@node4 ~]# virsh
欢迎使用 virsh,虚拟化的交互式终端。

输入:'help' 来获得命令的帮助信息
       'quit' 退出

virsh # list
 Id    名称                         状态
----------------------------------------------------
 2     s-7-VM                         running
 6     v-2-VM                         running

virsh # console v-2-VM
连接到域 v-2-VM
Escape character is ^]

Debian GNU/Linux 6.0 systemvm ttyS0

systemvm login: root
Password:
Linux systemvm 2.6.32-5-686-bigmem #1 SMP Mon Jan 16 16:42:05 UTC 2012 i686

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@systemvm:~# ifconfig
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:200 (200.0 B)  TX bytes:200 (200.0 B)

root@systemvm:~# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 0e:00:a9:fe:03:27
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth1      Link encap:Ethernet  HWaddr 06:32:3c:00:00:09
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth2      Link encap:Ethernet  HWaddr 06:84:e2:00:00:0d
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:200 (200.0 B)  TX bytes:200 (200.0 B)
root@systemvm:~# exit
logout

Debian GNU/Linux 6.0 systemvm ttyS0

systemvm login:
Debian GNU/Linux 6.0 systemvm ttyS0

systemvm login:
virsh # list
 Id    名称                         状态
----------------------------------------------------
 2     s-7-VM                         running
 6     v-2-VM                         running

virsh # console s-7-VM
连接到域 s-7-VM
Escape character is ^]

Debian GNU/Linux 6.0 systemvm ttyS0

systemvm login: root
Password:
Last login: Thu Jan  2 10:24:41 UTC 2014 on ttyS0
Linux systemvm 2.6.32-5-686-bigmem #1 SMP Mon Jan 16 16:42:05 UTC 2012 i686

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@systemvm:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 0e:00:a9:fe:00:ad
          inet addr:169.254.0.173  Bcast:169.254.0.255  Mask:255.255.255.0
          inet6 addr: fe80::c00:a9ff:fefe:ad/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2699 errors:0 dropped:0 overruns:0 frame:0
          TX packets:99 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:124674 (121.7 KiB)  TX bytes:4734 (4.6 KiB)

eth1      Link encap:Ethernet  HWaddr 06:1c:86:00:00:0b
          inet addr:192.168.1.31  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::41c:86ff:fe00:b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:42540 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3504729 (3.3 MiB)  TX bytes:1248 (1.2 KiB)

eth2      Link encap:Ethernet  HWaddr 06:f0:ee:00:00:0c
          inet addr:192.168.1.41  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::4f0:eeff:fe00:c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:42606 errors:0 dropped:0 overruns:0 frame:0
          TX packets:96 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3518563 (3.3 MiB)  TX bytes:12219 (11.9 KiB)

eth3      Link encap:Ethernet  HWaddr 06:1c:f4:00:00:05
          inet addr:192.168.1.25  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::41c:f4ff:fe00:5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:42230 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3467117 (3.3 MiB)  TX bytes:318 (318.0 B)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:200 (200.0 B)  TX bytes:200 (200.0 B)

root@systemvm:~# exit
logout

Debian GNU/Linux 6.0 systemvm ttyS0

systemvm login:

请各位大虾,提供意见,非常感谢。

回复