Hi Sanjeev, I have done the modification as per your reply...now the summaries details as follows :-
*1. Management Network :- 202.0.0.0/28 untagged.* *2. Public :- 172.235.0.0/28 * *3. Guest Public :- **172.235.0.0/28* *4. Guest Private :- 10.0.1.0/23* *5. Storage :- 10.10.0.0/22* I have added the Xenserver host successfully,but now the problem is how to create the shared network for the VM to get the public and private traffic access. Also whenever i try to create the new instance it failed and throw the following error :- ------------------------------------------ 2013-07-18 16:24:07,087 DEBUG [cloud.network.NetworkManagerImpl] (Job-Executor-35:job-50) Changing active number of nics for network id=210 on -1 2013-07-18 16:24:07,108 DEBUG [cloud.vm.VirtualMachineManagerImpl] (Job-Executor-35:job-50) Successfully released network resources for the vm VM[User|mytest] 2013-07-18 16:24:07,108 DEBUG [cloud.vm.VirtualMachineManagerImpl] (Job-Executor-35:job-50) Successfully cleanued up resources for the vm VM[User|mytest] in Starting state 2013-07-18 16:24:07,166 DEBUG [cloud.capacity.CapacityManagerImpl] (Job-Executor-35:job-50) VM state transitted from :Starting to Stopped with event: OperationFailedvm's original host id: null new host id: null host id before state transition: 3 2013-07-18 16:24:07,170 DEBUG [cloud.capacity.CapacityManagerImpl] (Job-Executor-35:job-50) Hosts's actual total CPU: 26400 and CPU after applying overprovisioning: 26400 2013-07-18 16:24:07,170 DEBUG [cloud.capacity.CapacityManagerImpl] (Job-Executor-35:job-50) release cpu from host: 3, old used: 1500,reserved: 0, actual total: 26400, total with overprovisioning: 26400; new used: 1000,reserved:0; movedfromreserved: false,moveToReserveredfalse 2013-07-18 16:24:07,170 DEBUG [cloud.capacity.CapacityManagerImpl] (Job-Executor-35:job-50) release mem from host: 3, old used: 1879048192,reserved: 0, total: 7889910336; new used: 1342177280,reserved:0; movedfromreserved: false,moveToReserveredfalse 2013-07-18 16:24:07,193 DEBUG [cloud.vm.UserVmManagerImpl] (Job-Executor-35:job-50) Destroying vm VM[User|mytest] as it failed to create on Host with Id:null 2013-07-18 16:24:07,243 DEBUG [cloud.capacity.CapacityManagerImpl] (Job-Executor-35:job-50) VM state transitted from :Stopped to Error with event: OperationFailedToErrorvm's original host id: null new host id: null host id before state transition: null 2013-07-18 16:24:07,451 ERROR [cloud.async.AsyncJobManagerImpl] (Job-Executor-35:job-50) Unexpected exception while executing org.apache.cloudstack.api.command.user.vm.DeployVMCmd com.cloud.utils.exception.CloudRuntimeException: Unable to start instance 'mytest' (64563835-cb2b-4d76-b071-cf0bab9e20c8), see management server log for details ----------------------------------------------------- I have one Xenserver host attached with cloudstack. On Wed, Jul 17, 2013 at 8:09 PM, Sanjeev Neelarapu < [email protected]> wrote: > Hi, > > > > Please find the response inline. > > > > -Sanjeev > > -----Original Message----- > From: punit hongkong [mailto:[email protected]] > Sent: Wednesday, July 17, 2013 4:02 PM > To: [email protected] > Subject: Re: Advanced Zone Network offering without NAT > > > > Hi Sanjeev, > > > > I want to use cloudstack with the following network offering :- > > > > 1. One Management Network (also a public facing network as i don't want > > NAT) for the host machines and CS MGmt server and system VM's (Suppose i > have 202.0.0.0/28) :- Vlan 20 2. Guest Public :- For Vm to get the public > access. (172.235.0.0/28) Vlan > > :- 40 > > [Sanjeev]: Create a physical network with Public,Management,Guest and > Storage Traffic Types > > Cloudstack does not support tagged traffic for management network, so I > think you can't use CIDR 202.0.0.0/28 with vlan 20 for management traffic. > > For the system VMs to get public access use CIDR 202.0.0.0/28 with Vlan > 20 in the Public Traffic. > > > > 3. Guest Private :- For VM to Vm communication (10.0.1.0/23). Vlan :- 50 > > [Sanjeev]: Create two shared networks say N1 and N2 with CIDRs > 172.235.0.0/28) Vlan > > :- 40 and 10.0.1.0/23). Vlan :- 50 > > Deploy guest vm with these two networks and choose N1 as the default > network while deploying the vm > > 4. Storage :- For NFS and iscsi Storage (10.10.0.0/22) Vlan :- 60 > > As i have created the VLAN on the host NIC,so in the cloudstack need to be > untagged...... > [Sanjeev]:Create storage traffic with CIDR 202.0.0.0/28 withount vlan id. > > > > Please suggest me how i can achieve this through Cloudstack... > > > > > > On Wed, Jul 17, 2013 at 5:00 PM, Sanjeev Neelarapu < > [email protected]<mailto:[email protected]>> wrote: > > > > > Hi Punit, > > > > > > In advanced zone we can create shared network offering without any NAT > > > service. > > > > > > Thanks, > > > Sanjeev > > > > > > -----Original Message----- > > > From: punit hongkong [mailto:[email protected]] > > > Sent: Wednesday, July 17, 2013 12:33 PM > > > To: [email protected] > > > Subject: Advanced Zone Network offering without NAT > > > > > > Hi, > > > > > > I want to deploy the cloudstack with Advanced Zone...and the network > > > offering should be without Any NAT...is it possible to create network > > > offering with any NAT for shared network. > > > > > > Thanks, > > > Punit Dambiwal > > > >
