Re: [Openstack] Data transmission failure between VM and outsidemachines

2015-09-27 Thread applyhhj
] busy-poll: off [fixed] Regards hjh 2015-09-28 applyhhj 发件人:Rahul Sharma 发送时间:2015-09-28 02:41 主题:Re: [Openstack] Data transmission failure between VM and outsidemachines 收件人:"Mike Spreitzer" 抄送:"applyhhj","openstack" Hi hjh, If you are able to ping to that par

[Openstack] Data transmission failure between VM and outside machines

2015-09-27 Thread applyhhj
Hi, I have setup the openstack cloud and launched VMs in the cloud. At first everything went very well. But yesterday evening, due to some reasons our lab lost power and all servers were shutdown. This morning I turned on all nodes and try to connect to the VM by ssh but failed. I used netstat t

Re: [Openstack] setup own rabbitmq server in openstack cloud

2015-09-25 Thread applyhhj
Well I finally figured out, rules should be defined in demo user's access security options to allow connections from outside come in. 2015-09-26 applyhhj 发件人:"applyhhj" 发送时间:2015-09-25 23:35 主题:[Openstack] setup own rabbitmq server in openstack cloud 收件人:"openstack&q

[Openstack] setup own rabbitmq server in openstack cloud

2015-09-25 Thread applyhhj
Hi, does anyone know how to configure rabbitmq for custom use? My network is configured as the figure below. I installed rabbitmq server in one VM, such as the one in Compute1. I configured a new user for external access. But I cannot access the web ui from machines or VMs with ip addresses like

Re: [Openstack] how to increase local disk for vm

2015-09-24 Thread applyhhj
I got it. Thank you very much!! Regards, hjh 2015-09-24 applyhhj 发件人:Georgios Dimitrakakis 发送时间:2015-09-24 21:52 主题:Re: [Openstack] how to increase local disk for vm 收件人:"openstack" 抄送: Hi hjh, you should provide more space on the partion where you /var/lib/nova fo

Re: [Openstack] Please help!!!!Openvswitch attacked by ICMP!!!!!!!

2015-09-17 Thread applyhhj
he outside internet. Regards hjh 2015-09-18 applyhhj 发件人:Erdősi Péter 发送时间:2015-09-18 02:05 主题:Re: [Openstack] Please helpOpenvswitch attacked by ICMP!!! 收件人:"applyhhj","openstack" 抄送: 2015.09.17. 17:55 keltezéssel, applyhhj írta: I am using ubuntu 15.04 a

Re: [Openstack] Please help!!!!Openvswitch attacked by ICMP!!!!!!!

2015-09-17 Thread applyhhj
-ex. Regards! hjh 2015-09-17 applyhhj 发件人:Erdősi Péter 发送时间:2015-09-17 23:49 主题:Re: [Openstack] Please helpOpenvswitch attacked by ICMP!!! 收件人:"applyhhj","openstack" 抄送: Hy! 2015.09.17. 16:53 keltezéssel, applyhhj írta: After that I set the IP of eth2 to 0.0.0.0

[Openstack] Please help!!!!Openvswitch attacked by ICMP!!!!!!!

2015-09-17 Thread applyhhj
Hi, I followed The Guidance and tried to configure openvswitch(OVS) service. I first created a bridge br-ex and then added eth2 to the bridge. After that I set the IP of eth2 to 0.0.0.0 and then reboot the system. However br-ex was not up when system launched. So I turned on br-ex manually and t

[Openstack] how to install openstack in ubuntu 15.04 vivid

2015-09-12 Thread applyhhj
Does anyone know how to "enable the OpenStack repository" in ubuntu 15.04 vivid? The guaidance uses the following command: # apt-get install ubuntu-cloud-keyring # echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu"; "trusty-updates/kilo main" > /etc/apt/sources.list.d/cloudarchive-kilo.

[Openstack] about network configuration

2015-09-10 Thread applyhhj
Hi Everyone, I am new to openstack. When following the Install Guidance(kilo version) for Ubuntu, I was unable to correctly configure the network. I followed the Guidance and set up 1 controller node, 1 network node and 3 computing nodes. All configuration is almost the same as the Guidance.