Re: System VM's: Agent state disconnected

2016-01-27 Thread Jayapal Reddy Uradi
Hi, Follow the below link for troubleshooting. https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondary+storage+troubleshooting Thanks, Jayapal > On 27-Jan-2016, at 12:51 pm, Mohd Zainal Abidin Rabani > wrote: > > Hi, > > I have setup 2 host cloudstack and 1 manageme

Re: Quick note about $dayjob

2016-01-27 Thread Jayapal Reddy Uradi
All the best Sebastien! -Jayapal > On 27-Jan-2016, at 11:55 am, Sanjeev N wrote: > > All the best with your new startup Sebastien !! > > On Wed, Jan 27, 2016 at 10:50 AM, Paul Angus > wrote: > >> +1 Seb >> >> Good luck with the start up. Look us up whenever you're in London. Hope we >> can

Re: ACS Virtual Routers VPN multiple connections‏

2015-10-26 Thread Jayapal Reddy Uradi
Hi Patrick, ACS VR is using the openswan ipsec for vpn. Only one VPN client connection is supported by openswan when multiple clients are trying to connect to same public of the VR. This is the limitation from the openswan ipsec. Thanks, Jayapal > On 26-Oct-2015, at 4:33 pm, Patrick W. wrote

Re: Firewall API in a basic zone

2015-10-16 Thread Jayapal Reddy Uradi
In basic zone network there is no firewall/firewall provider. There is only security groups. So you can’ use the firewall APIs. Thanks, Jayapal > On 16-Oct-2015, at 5:10 pm, Jeff Hair wrote: > > Hi, > > Is it possible to use the firewall API (createFirewall, createFirewallRule, > etc) in a bas

Re: DHCP NIC instead of STATIC

2015-09-07 Thread Jayapal Reddy Uradi
Update the below fields in you config. BOOTPROTO=static IPADDR=192.168.1.10 NETMASK=255.255.255.0 -Jayapal On 07-Sep-2015, at 5:01 pm, Cristian Ciobanu mailto:cristian.c@istream.today>> wrote: Hello, I have a question regarding network connection, how can i change the NIC to Static

Re: No Extrenal Traffic from inside of the System VM's

2015-08-26 Thread Jayapal Reddy Uradi
Is it reaching to your default gateway from the SSVM ? Trace the packets in hypervisor vif, look for the host iptables rules if it is blocking. Also look at the host networking like bridge, vlan. Thanks, Jayapal > On 26-Aug-2015, at 10:43 pm, ShapeHost wrote: > > Hello, > > After many h

Re: error logs for all VRs after upgrading ACS from 4.4.2 to 4.5.1

2015-07-26 Thread Jayapal Reddy Uradi
ike I said before, after reboot of VRs it was gone. > > > /Sonali > > -Original Message- > From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] > Sent: Monday, July 20, 2015 3:00 PM > To: ; Sonali Jadhav > Subject: Re: error logs for all VRs after

Re: error logs for all VRs after upgrading ACS from 4.4.2 to 4.5.1

2015-07-20 Thread Jayapal Reddy Uradi
was able to see that chain in iptables. So I rebooted all > those VRs with error logs. And now it seems to be ok. > > /Sonali > > -Original Message- > From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] > Sent: Monday, July 6, 2015 12:45 PM > To: >

Re: error logs for all VRs after upgrading ACS from 4.4.2 to 4.5.1

2015-07-06 Thread Jayapal Reddy Uradi
; said I observed in those VR, NETWORK_STATS chain was missing. I just rebooted > them and then I was able to see that chain in iptables. So I rebooted all > those VRs with error logs. And now it seems to be ok. > > /Sonali > > -Original Message- > From: Jayapal

Re: error logs for all VRs after upgrading ACS from 4.4.2 to 4.5.1

2015-07-06 Thread Jayapal Reddy Uradi
for those. So, I just rebooted, and then > there it was. I am suspecting VR was not updated ? weird but I was able to > see version 4.5 of all VRs in ACS. > I'll keep watch if error comes again. > > Thanks for help. > > /Sonali > > -----Ori

Re: error logs for all VRs after upgrading ACS from 4.4.2 to 4.5.1

2015-07-05 Thread Jayapal Reddy Uradi
It seems VR does not have the usage related iptables chains. Please check the 'iptables -L -nv' for NETWORK_STATS chains. These rules supposed to be configured on VR start. Thanks, Jayapal On 06-Jul-2015, at 10:48 AM, Sonali Jadhav mailto:son...@servercentralen.se>> wrote: Hi, After I upgr

Re: Public IP Missing.

2015-05-11 Thread Jayapal Reddy Uradi
Hi Rajsekhar, Try setting public ip address table columns state=Free, removed= and allocated=null. Thanks, Jayapal On 12-May-2015, at 4:06 AM, raja sekhar wrote: > Hi All, > > I have created a shared network in ACS 4.3.1. > When ever i want to remove the network from UI, it is showing error

Re: Virtual Router Troubleshooting (howto?)

2015-05-05 Thread Jayapal Reddy Uradi
Hi Franky, When VR get started from the Cloudstack management server you will find 'StartCommand' in logs. After this command CS sends ping trials to VR. During this time VR will be in starting state. Once the ping is success CS marks it as running state in CS DB. You need to follow VR deploy

Re: XenServer 6.5 - Security Groups

2015-04-24 Thread Jayapal Reddy Uradi
All these issues have been fixed now, and 4.5 seems to work for me with XS > 6.5. Though it would be great if others can test and confirm the same. > >> On 23-Apr-2015, at 6:41 am, Jayapal Reddy Uradi >> wrote: >> >> Hi Koushik, >> >> The changes can

Re: XenServer 6.5 - Security Groups

2015-04-22 Thread Jayapal Reddy Uradi
Hi Koushik, The changes can be done on ipset version also (version 6 and above), So that no change setname needed for xenserver 6.2. On xenserver upgrade to 6.5 host will restart (correct if I am wrong), on host restart rules get updated from CS. THanks, Jayapal On 22-Apr-2015, at 10:49 AM, K

Re: CloudStack hands out IP address of a stopped VM

2015-04-14 Thread Jayapal Reddy Uradi
t; > mysql> select id,name,private_ip_address from vm_instance where > name='myhost'; > > +--+++ > | id | name

Re: CloudStack hands out IP address of a stopped VM

2015-04-13 Thread Jayapal Reddy Uradi
ve been >> removed when the VM was deleted? >> >> -Original Message- >> From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] >> Sent: Sunday, April 12, 2015 10:24 PM >> To: >> Subject: Re: CloudStack hands out IP address of a stopped V

Re: how to capture traffic between VM in Cloudstack

2015-04-13 Thread Jayapal Reddy Uradi
Hi, Assuming you have the CS with two isolated network VRs prj01A and prj02B. You are sending traffic from the VM02B to VM01A. Hope you configured the NAT rules to reach VM01A. VM02B (guest)eth0 (prj02B VR) eth2 (public) ---Hypervisoreth2(prj01A VR)eth0-VM01A In

Re: CloudStack hands out IP address of a stopped VM

2015-04-12 Thread Jayapal Reddy Uradi
> cleared? It looks like it must have been cleared after the VM was stopped. > > -Original Message----- > From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] > Sent: Thursday, April 09, 2015 9:01 PM > To: > Subject: Re: CloudStack hands out IP address of a st

Re: CloudStack hands out IP address of a stopped VM

2015-04-09 Thread Jayapal Reddy Uradi
Hi Kyle, In my setup I have observed this for stopped VM, the nic table ip4_address set to 'null'. After that I am not able to reproduce the issue. I will keep looking into my setup for this issue. Can you please send the below commands output from your setup. #select instance_id,ip4_address f

Re: Virtual Routers not responding to dns requests

2015-03-27 Thread Jayapal Reddy Uradi
d >>>> ACCEPT all -- anywhere anywherePHYSDEV >>>> match --physdev-out eth6+ --physdev-is-bridged >>>> ACCEPT all -- anywhere anywherePHYSDEV >>>> match --physdev-out bond1+ --physdev-is-bridge

Re: Virtual Routers not responding to dns requests

2015-03-27 Thread Jayapal Reddy Uradi
Silly question but Is your xenserver configured bridge mode related settings correctly ? #xe-switch-network-backend bridge #echo 1 > /proc/sys/net/bridge/bridge-nf-call-iptables #echo 1 > /proc/sys/net/bridge/bridge-nf-call-arptables Thanks, Jayapal On 27-Mar-2015, at 1:50 PM, cs user mailto:ac

Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Jayapal Reddy Uradi
Congrats Sebastien! On 24-Mar-2015, at 9:56 AM, Koushik Das wrote: > Congrats Sebastien and thanks Hugo! > > -Original Message- > From: Giles Sirett [mailto:giles.sir...@shapeblue.com] > Sent: Monday, 23 March 2015 17:11 > To: d...@cloudstack.apache.org; users@cloudstack.apache.org;

Re: irqbalancer on VR not working

2015-03-17 Thread Jayapal Reddy Uradi
Hi Rene, On 64 bit templates 1.0.6 not worked. Please see the below irqbalance logs on VR for 1.0.7 http://pastebin.com/zm6Tbep8 Thanks, Jayapal On 18-Mar-2015, at 12:34 AM, Rene Moser wrote: > Hi > > On 03/17/2015 05:35 PM, Jayapal Reddy Uradi wrote: >> Did you test irqbal

Re: irqbalancer on VR not working

2015-03-17 Thread Jayapal Reddy Uradi
Hi Rene, Did you test irqbalance 1.0.6 ? It won't work. irqbalance 1.0.7 works. Compile 1.0.7 and get irqbalance binary. Install 1.0.6 from repo and replace binary with 1.0.7 binary. Thanks, Jayapal On 17-Mar-2015, at 9:49 PM, Rene Moser wrote: > Hi > > We experienced packet drops and high

Re: CS 4.3.2 virtual router issue

2015-02-27 Thread Jayapal Reddy Uradi
stemVM template as I recall. > > > Regards > > Paul Angus > Cloud Architect > S: +44 20 3603 0540 | M: +447711418784 | T: CloudyAngus > paul.an...@shapeblue.com > > -Original Message- > From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.c

Re: CS 4.3.2 virtual router issue

2015-02-26 Thread Jayapal Reddy Uradi
As previously pointed out, Can you please send VR start command, /var/cache/cloud/cmdline file in VR also /var/log/cloud.log. These logs helps us to understand where the problem is. Thanks, Jayapal On 27-Feb-2015, at 2:54 AM, John Skinner wrote: > This happens with all routers in that specifi

Re: Xenserver tools6.1+ UI option

2015-02-23 Thread Jayapal Reddy Uradi
the below link > http://psiclouds.blogspot.in/ > > > ThanksPrapul > > > > On Monday, 23 February 2015 12:17 PM, Jayapal Reddy Uradi > wrote: > > > Hi Prapul, > > Can you please upload your screen in public location and share the image

Re: Xenserver tools6.1+ UI option

2015-02-22 Thread Jayapal Reddy Uradi
Hi Prapul, Can you please upload your screen in public location and share the image link. You can't attach files in this mailing list. THanks, Jayapal On 23-Feb-2015, at 11:40 AM, prapul cool mailto:prapul_cool2...@yahoo.com.INVALID>> wrote: HI, We are using Xenserver 6.2 with all hot fixes

Re: How to set limit on “Acquire New IP” for isolated network

2015-02-10 Thread Jayapal Reddy Uradi
Hi Sonali, In global settings we have the below option to control the public ips use. max.project.public.ips The default maximum number of public IPs that can be consumed by a project Thanks, Jayapal On 10-Feb-2015, at 4:11 PM, Sonali Jadhav mailto:son...@servercentralen.se>> wrote: Hi, T

Re: Connection issue with the master

2015-02-10 Thread Jayapal Reddy Uradi
Hi, This issue is related to ssl keys. Can you remove the keys and try restarting MS and recreate systemvms. Thanks, Jayapal On 10-Feb-2015, at 1:52 PM, Salvatore Sciacco wrote: > Hi, > > I have a few hosts and the systemvm (console proxy) which stopped > connecting to the master with ssl err

Re: Networking in Advance zone with security groups enabled

2015-02-06 Thread Jayapal Reddy Uradi
Hi Sonali, For shared network there won't be public interface. Guest network is the public/direct network. Thanks, Jayapal On 06-Feb-2015, at 2:06 PM, Sonali Jadhav wrote: > Hi, > > When we create a advance zone with security groups enabled, then I observed > there is no need for Public tr

Re: Assigning public IP to Instances

2015-02-02 Thread Jayapal Reddy Uradi
Hi Umar, Can you elaborate your zone and network. >From your explanation I assume you are using basic zone shared networks. In basic zone shared network guest vm will have the public ip or routable ip address. Configuring ingress rules on the security groups will be able reach the vm. If you ne

Re: How to external IP for Guest Network

2015-02-02 Thread Jayapal Reddy Uradi
Hi Keerthi, External dhcp server integration to cloudstack is not there currently. You can try the following: 1. create shared network offering with out dhcp (or with out any service) 2. Create shared network using this offering. Give ip range and vlan same as your dhcp range while creating netw

Re: problem using own shared network offering

2015-01-11 Thread Jayapal Reddy Uradi
Hi Stephan, Can you try the same creating shared network using the API Thanks, Jayapal On 12-Jan-2015, at 10:58 AM, Sanjeev Neelarapu wrote: > Hi Stephan, > > ACS 4.4.2 does not support external DHCP server. > > -Sanjeev > > -Original Message- > From: Stephan Seitz [mailto:s.se...@

Re: DNS amplification attack to CloudStack VR running dnsmasq

2014-12-15 Thread Jayapal Reddy Uradi
Please refer the following ticket, It will help https://issues.apache.org/jira/browse/CLOUDSTACK-5494 Thanks, jayapal On 15-Dec-2014, at 5:52 PM, Andrija Panic wrote: > Indra, did you observe this on Shared Network - I had same issue with > Shared Network (public IPs) in Advanced Zone. > > I

Re: unable to test Network Throttling.

2014-12-10 Thread Jayapal Reddy Uradi
Hi Rajashekar, > i'm unable to test the network bandwidth rate. Can you please explain what is the issue you are facing while testing. Is it not working as the value configured ? Network throttling is for egress traffic. In configuration it is Mbits/s but in hypervisor it is configured as MB

Re: ACS 4.4.1 XenServer 6.2 - VMs lost connection in "Isolated" network

2014-12-09 Thread Jayapal Reddy Uradi
HI Motty, First make sure there are no issue in the VM like ip addr, route, firewall etc. Second When you send traffic from the VM, capture the it in each place to figure where exactly the traffic is blocking. Is it reached to hypervisor, router etc ? This way you can find who is culprit. Thank

Re: ok, so I followed the instructions (noob question)

2014-12-09 Thread Jayapal Reddy Uradi
Hi Andrew, >From your email I understand that you are using basic zone. If you want to access the vm you need to configure the ingress rules in security groups. Thanks, Jayapal On 10-Dec-2014, at 9:49 AM, Abhinandan Prateek wrote: > There are iptables and ebtables running on the host provid

Re: Load Balancing in cloudstack

2014-12-08 Thread Jayapal Reddy Uradi
Hi Vadim, What you are saying is Internal LB, it is there only in the VPC. Thanks, Jayapal On 08-Dec-2014, at 12:52 PM, Vadim Kimlaychuk wrote: > As far as I know -- network offer with LB is only available for VPC and you > must expicitly select it for specific subnet. For shared network it

Re: Load Balancing in cloudstack

2014-12-07 Thread Jayapal Reddy Uradi
Hi Tilak, Create advanced zone network. Create network offering with LB service, In deployvm wizard select this offering for the network section. In this network you can find public ip addresses and you can configure LB rules. Thanks, Jayapal On 08-Dec-2014, at 4:03 AM, Erik Weber wrote: >

Re: Port forwarding on nic2

2014-12-05 Thread Jayapal Reddy Uradi
Hi, I have tried configuring the static for nic2 from the UI. UI is not showing the VM nic2 ip addresses, it is showing primary/default nic2. API is working fine. So I will file UI bug. Thanks, Jayapal On 03-Dec-2014, at 10:41 AM, Vadim Kimlaychuk wrote: > Hi Alessandro, > > I think

Re: Cannot create a Scoped Guest Network

2014-12-05 Thread Jayapal Reddy Uradi
Hi Lee, When you create network with scope did you see API call in the log. If not then it is UI issue. Can you try the same thing with API or cloud monkey. Thanks, Jayapal On 05-Dec-2014, at 5:59 PM, Lee Webb wrote: > Hi List! > > I've got a 4.4.1 CS system up & running however I'm having

Re: CS SystemVM with with running apache web server

2014-12-03 Thread Jayapal Reddy Uradi
For VR web server (port 80) is used when user data service is enabled. For ssvm it used for required for template/iso download. Thanks, Jayapal On 03-Dec-2014, at 6:00 PM, Rafael Weingartner wrote: > I was looking at the VR and SSVM. > > On Wed, Dec 3, 2014 at 10:27 AM, Andrija Panic > wrote

Re: Port forwarding on nic2

2014-12-02 Thread Jayapal Reddy Uradi
Hi Alessandro, Can you please try configuring PF on the nic2 using the API ? The drop down supposed to show the VM NIC2 ip address because you are on the network2. The drop down first show the primary ip of the nic then nic secondary ip addresses. Thanks, Jayapal On 03-Dec-2014, at 5:49 AM,

Re: Unable to download CentOS 5.5 nogui (KVM)

2014-12-01 Thread Jayapal Reddy Uradi
Hi, Please check the routing table on the SSVM. Check the reachability of the storage network from the SSVM. Thanks, Jayapal On 02-Dec-2014, at 10:55 AM, Satya Narayana wrote: > I am not getting Download Complete status after clicking on CentOS5.5(64 > bit) no GUI (KVM) link in Templates page

Re: Template/ISO register issue: SSVM java error

2014-11-27 Thread Jayapal Reddy Uradi
Hi Tejas, Please run the following command in the ssvm. /usr/local/cloud/systemvm/ssvm-check.sh For more troubleshooting of ssvm follow the below link. https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondary+storage+troubleshooting Thanks, Jayapal On 27-Nov-2014, at 9:0

Re: security group and xenserver query

2014-11-27 Thread Jayapal Reddy Uradi
d0ab-9074-f56daefd2f70', 'cloud-b25f990a-a1fc-459b-87d5-faedf0335031'] 2. Nov 27 16:18:16 cloud-host1 SM: [4394] pread SUCCESS 3. Nov 27 16:18:17 cloud-host1 SM: [4457] ['bash', '/opt/cloud/bin/kill_copy_process.sh', ''] Thanks, Jayapl On

Re: security group and xenserver query

2014-11-27 Thread Jayapal Reddy Uradi
astebin.com > > http://pastebin.com/rzcmSbGJ > > > Thanks and regards, > Tejas > > On Thu, Nov 27, 2014 at 4:31 PM, Jayapal Reddy Uradi < > jayapalreddy.ur...@citrix.com> wrote: > >> Hi Tejas, >> >> Can also please send the corresponding

Re: security group and xenserver query

2014-11-27 Thread Jayapal Reddy Uradi
ttp://pastebin.com/VAgcfN05 > > Thanks. > Tejas > > On Thu, Nov 27, 2014 at 12:24 PM, Jayapal Reddy Uradi < > jayapalreddy.ur...@citrix.com> wrote: > >> Please share full length of logs in pastebin.com to get the reason for >> failure of the systemvm. >>

Re: security group and xenserver query

2014-11-26 Thread Jayapal Reddy Uradi
ltiple Basic >>>> Networks, each on its own VLAN. You have the same features (or rather >> lack >>>> of) as you would with a Basic Zone, but you have multiple Guest >> Networks. >>>> >>>> Regards >>>> >>>> Geoff Higg

Re: security group and xenserver query

2014-11-26 Thread Jayapal Reddy Uradi
emplate/tmpl/1/1/', > '4436b39f-2d6b-d0ab-9074-f56daefd2f70', > 'cloud-63ae2d9b-23ce-49cc-8b25-b534a3cf0451'] > Nov 26 22:11:24 cloud-host1 SM: [4154] pread SUCCESS > Nov 26 22:11:25 cloud-host1 SM: [4186] ['bash', > '/opt/cloud/bin/kill_cop

Re: The specified pod is in avoid set, returning

2014-11-26 Thread Jayapal Reddy Uradi
Hi Veera, If you observe the management server logs above the below message will give reason for the failure. "Unable to start a VM due to insufficient capacity" Thanks, Jayapal On 26-Nov-2014, at 10:25 PM, Tejas Sheth wrote: > Try configuration following parameter in global config. > > ->

Re: security group and xenserver query

2014-11-26 Thread Jayapal Reddy Uradi
gt;> Tejas >>>> >>>> >>>> On Wed, Nov 26, 2014 at 3:28 PM, Geoff Higginbottom < >>>> geoff.higginbot...@shapeblue.com> wrote: >>>> >>>>> I like to think of Advanced Network with SG as simply multiple Basic &g

Re: security group and xenserver query

2014-11-26 Thread Jayapal Reddy Uradi
ration. only guest and > management is availabel. also internal CIDR ip configuration is also not > available. > i think it is cinverting to basic zone if we select security group and > xenserver as hypervisor. > > Thanks > Tejas > > On Tue, Nov 25, 2014 at 9:16 PM,

Re: security group and xenserver query

2014-11-25 Thread Jayapal Reddy Uradi
For 6.2 you no need to install CSP. My typo mistake in last mail. sysctl.conf is fine. Thanks, Jayapal On 25-Nov-2014, at 8:45 PM, Tejas Sheth wrote: > Thanks, > > So can i take it as confirmation and proceed with only following bridge > configuration in xenserver 6.2? > > # xe-switch-ne

Re: security group and xenserver query

2014-11-25 Thread Jayapal Reddy Uradi
Hi Tejas, The network mode set to 'bridge' mode. #xe-switch-network-backend bridge I think Xenserver 6.2 comes with the CSP package, so you need to install it explicitly. Thanks, Jayapal On 25-Nov-2014, at 4:47 PM, Tejas Sheth wrote: > Hello, > > We are configuring advanced zone in cl

Re: What happens when you remove a disconnected host?

2014-11-02 Thread Jayapal Reddy Uradi
Hi, If there is more than one host please check the vms host id. The vms might have migrated. If not removing the host, VMs in the host will not come back. primary storage for the host also needs to be added again. Thanks, Jayapal On 03-Nov-2014, at 12:03 AM, Brent Clark wrote: > Hello every

Re: running pre and/or post scripts after instance creation/destroy

2014-10-28 Thread Jayapal Reddy Uradi
Hi Yiping, Can you please elaborate more about your requirement. Where you want to run the script ? ... Inside the VM ? Thanks, Jayapal On 29-Oct-2014, at 12:31 AM, Yiping Zhang wrote: > Hi, all: > > Does anyone know if CloudStack provide any mechanism to run a pre/post > scripts after an ins

Re: cannot ping to cloudstack instance

2014-09-25 Thread Jayapal Reddy Uradi
t;> >>> That works. Thank you for your help. And thank you Jayapal for detailed >>> information. >>> >>> On Thu, Sep 25, 2014 at 1:55 PM, Jayapal Reddy Uradi < >>> jayapalreddy.ur...@citrix.com> wrote: >>> >>>> For pi

Re: cannot ping to cloudstack instance

2014-09-25 Thread Jayapal Reddy Uradi
For ping icmp is type 8 and code 0. Add icmp type, code -1,-1 to allow all icmp types and codes. -Jayapal On 25-Sep-2014, at 1:31 PM, Asanka sanjaya Herath wrote: > Hi GopalaKrishnan, > > Thank you for help. I added Egress and Ingress rules as follows. > > TCP: start port-80 endport-80 CIDR-0

Re: Cloudstack dont create instances

2014-09-18 Thread Jayapal Reddy Uradi
Hi, Please observe the logs starting from the deployvm api is called in logs. Also check wether the template is downloaded or not in UI see template details for status. If follow the below link for troubleshooting. https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondar

Re: Network change

2014-09-15 Thread Jayapal Reddy Uradi
Hi, You can use updateNetworkOffering API to change the offering of the network. By using this all the VMs in the network should be stopped. Also the router get recreated. Thanks, Jayapal On 16-Sep-2014, at 5:42 AM, Ivan Rodriguez wrote: > Hi Cloudstack users, > > Do you guys know if its pos

Re: Problems with firewall

2014-09-10 Thread Jayapal Reddy Uradi
Hi, iptables rules are configured on the host that means CSP is there. The setup is basic shared network with out security groups but there are SG rules configured for the VM in the host and there is no ingress/egress rules config option. Not sure about with out SG configuring rules for VM is a

Re: New error iptables

2014-08-18 Thread Jayapal Reddy Uradi
Hi Sandeep, upset for the vm i-2-3-VM is not found. Try ipset -L command on the host to check the ipset names. For help search ipset in http://jayapalu.blogspot.in/2013/09/security-groups-in-cloudstack.html Why do you want to restart the iptables on the host? When you reboot the host all the ru

Re: CS VR on VMware

2014-07-16 Thread Jayapal Reddy Uradi
Hi Eric, Did you created network with default network offering or customer network offering ? What is egress default policy value (true) in the network offering ? Can you please send iptables rules on VR, MS server log after VR start and network_offerings, network table output in pastebin.com

Re: InsufficientServerCapacityException - Unsure Why

2014-07-16 Thread Jayapal Reddy Uradi
; disable_rp_filter=true dns1=10.0.0.12 dns2= ip6dns1= ip6dns2= > > In that file, which includes the incorrect netmask. > > Elliot > > Jayapal Reddy Uradi wrote: >> Hi, >> >> Check the /var/cache/cloud/cmdline for eth0ip=10.1.1.1 eth0mask=255.255.255.0 >

Re: InsufficientServerCapacityException - Unsure Why

2014-07-16 Thread Jayapal Reddy Uradi
e appears > to be regenerated, as my change was undone. Does anyone know where the > information to generate that file comes from? > > iface eth0 inet static > address 10.4.2.6 > netmask 255.0.0.0. > > Thanks, > > Elliot > > Jayapal Reddy Uradi wrote: >&

Re: InsufficientServerCapacityException - Unsure Why

2014-07-16 Thread Jayapal Reddy Uradi
aiting for eth0 interface setup with ip >> timer=16 >> Mon Jul 14 16:01:23 UTC 2014 interface eth0 is not set up with ip... exiting >> >> As I say, I'm wondering whether this indicates a more general networking >> issue on the host, as I'd have expecte

Re: InsufficientServerCapacityException - Unsure Why

2014-07-14 Thread Jayapal Reddy Uradi
ating it again as that was only just > done. When you say the router logs, do you mean general logs on the virtual > router machine? If so, syslog/messages/kern.log/daemon.log are all empty? > > Elliot > > Jayapal Reddy Uradi wrote: >> Hi Elliot, >> >> Try re

Re: InsufficientServerCapacityException - Unsure Why

2014-07-11 Thread Jayapal Reddy Uradi
working config during setup? What I really wanted was >> hosts on 10.4.0.0-255 and guests on 10.4.1.0-255 (and beyond), as in the >> future I'd like it to co-exist with our existing infrastructure while we >> migrate things - but I kept being told about conflicts etc when I

Re: Assign Static IP to a guest VM

2014-07-09 Thread Jayapal Reddy Uradi
Hi Suneel, While deploying VM you can specify the ip address for the VM in API. If the vm is already deployed then you can acquire secondary ip to the nic and configure the ip in the VM using ip addr command. Thanks, Jayapal On 10-Jul-2014, at 12:00 PM, Venkata Suneel Babu Mallela wrote:

Re: InsufficientServerCapacityException - Unsure Why

2014-07-09 Thread Jayapal Reddy Uradi
Hi Elliot, Did you ssh to VR using the ssh key ? Ex: ssh -i /root/.ssh/id_rsa.cloud -p 3922 root@169.254.3.196 If it is failed to ssh, then there is issue with the ssh keys. Thanks, Jayapal On 09-Jul-2014, at 4:43 PM, Harikrishna Patnala wrote: > 1) Log into your KVM host. > 2) Use command

Re: Host in Alert state after upgrade

2014-07-02 Thread Jayapal Reddy Uradi
Hi Carlos, For the xen 5.6, 6.0 and 6.0.2 CSP packages are available. http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/citrix-xenserver-installation.html#xenserver-support-pkg-installation For xenserver 6.2, I think CSP comes by default. After installing CSP

Re: VPC's VR missing public NIC eth1

2014-05-27 Thread Jayapal Reddy Uradi
Hi, Can you please share management server and router logs in pastebin.com to understand the issue ? Thanks, Jayapal On 27-May-2014, at 6:21 PM, Andrija Panic wrote: > Hi, > > after the upgrade to ACS 4.3 (from 4.2.1) existing VRs for VPC lost their > eth1 which is public NIC. VR got eth0(co

Re: XenServer 6.2 blocks vm outgoing traffic

2014-05-20 Thread Jayapal Reddy Uradi
For user vms outgoing traffic to allow you need to add egress rules on network. Thanks, Jayapal On 20-May-2014, at 8:38 PM, Andrei Mikhailovsky wrote: > Hello guys, > > Having a bit of an issue with clean installs of ACS 4.2.1. The same issue is > present on ACS 4.3. Both of the system vms

Re: Public networking VR fails to start

2014-05-18 Thread Jayapal Reddy Uradi
Hi, Logs given below after resource allocation logs, we need to look at the more previous logs. Can you please put the logs in pastebin.com Thanks, Jayapal On 19-May-2014, at 4:13 AM, Jonathan Gowar wrote: > On Sat, 2014-05-17 at 04:03 +0000, Jayapal Reddy Uradi wrote: >

Re: Public networking VR fails to start

2014-05-16 Thread Jayapal Reddy Uradi
Hi, For com.cloud.exception.InsufficientServerCapacityException you need to observe the logs above this exception to get an idea about what is exactly failing. Also check the dashboard for resources. Thanks, Jayapal On 17-May-2014, at 7:06 AM, Jonathan Gowar wrote: > On Thu, 2014-05-15 at 00

Re: Thanks everyone who helped me for installing cloudstack

2014-05-04 Thread Jayapal Reddy Uradi
Hi Sandeep, Great to hear. I think you used ubuntu, please write blog with steps to save new users time. Thanks, Jayapal On 05-May-2014, at 11:40 AM, Rajesh Battala wrote: > Great to hear about your deployment is successful. > > -Original Message- > From: sandeep khandekar [mailto:c

Re: Failed to mount error in Agent log file - Fresh installation

2014-04-22 Thread Jayapal Reddy Uradi
GB) and secondary > storage is shows only 217MB. > some of the screen shots of my dash board do get better Idea > > http://imgur.com/a/cEHKP#10 > > http://imgur.com/a/cEHKP#11 > > > > On Mon, Apr 21, 2014 at 5:34 PM, Jayapal Reddy Uradi < > jayapalreddy.ur.

Re: Insufficient capacity exception

2014-04-22 Thread Jayapal Reddy Uradi
Hi, >From the below logs the hosts are in avoid set. VM created failed because of no suitable host found. Can you please check the MS logs for errors/exception while starting vm deployment ? (Job-Executor-51:ctx-4325fdf4 ctx-86395c69 FirstFitRoutingAllocator) Host name: host2, hostId: 4 is in

Re: Failed to mount error in Agent log file - Fresh installation

2014-04-21 Thread Jayapal Reddy Uradi
ly - > cloudstack-management-server. > > I revoked the mount which I have done it manually previously. > with the below command > sudo mount -t nfs 10.4.6.17:/export/secondary/template/tmpl/1/3/ > /mnt/53d355b8-a8c7-33a2-b9fd-e6d68ff7eec0/ > > Any guidance, how to solve?. &g

Re: Failed to mount error in Agent log file - Fresh installation

2014-04-21 Thread Jayapal Reddy Uradi
Hi Snadeep, In the log message it is showing secondary in the path. secondary:/export/secondary/template/tmpl/1/3 /mnt/53d355b8-a8c7-33a2-b9fd-e6d68ff7eec0 >From the management server, Is secondary is resolved ? In secondary storage configuration, did you mention secondary or 10.4.6.17 ? -Jaya

Re: change VM IP address basic zone setup

2014-04-13 Thread Jayapal Reddy Uradi
Hi, vm_instance and nics tables and updating in router /etc/dhcphosts.txt is enough. Thanks, Jayapal On 12-Apr-2014, at 8:18 PM, Rafael Weingartner wrote: > Hi all, > I have a VM that I would like to change its IP addresses, however there is > no way to do that using neither the UI nor the CS

Re: security_group.py closed unexpectedly

2014-04-07 Thread Jayapal Reddy Uradi
The error is specific to running with sudo. But this error is not related to security_group.py failure. Thanks, Jayapal On 07-Apr-2014, at 4:06 PM, Giri Prasad wrote: > Hi, > > Thanks for your reply. > > /usr/bin/python > /usr/share/cloudstack-common/scripts/vm/network/security_group.py >

Re: security_group.py closed unexpectedly

2014-04-07 Thread Jayapal Reddy Uradi
Hi, Can you please run the below script on the host and check for errors. > /usr/bin/pyton > /usr/share/cloudstack-common/scripts/vm/network/security_group.py > default_network_rules_systemvm --vmname s-5-VM --localbrname cloud iptables chain create should not cause issues. Thanks, Jayapal On

Re: firewall accept all

2014-04-04 Thread Jayapal Reddy Uradi
You can file bugs cloudstack at below url https://issues.apache.org/jira/secure/Dashboard.jspa Thanks, Jayapal On 04-Apr-2014, at 11:55 AM, Michael Phillips wrote: > Never having done it, where do I file the bug report? > >> From: jayapalreddy.ur...@citrix.com >> To: users@cloudstack.apache.or

Re: firewall accept all

2014-04-03 Thread Jayapal Reddy Uradi
This will be UI bug then. If API says the source cidr is optional, then same should be in UI as well. Michael can you please file UI bug this. Thanks, Jayapal On 04-Apr-2014, at 2:49 AM, Michael Phillips wrote: > That did itthanks for the info! > >> From: xbu...@lpsintegration.com >> To: u

Re: DHCP IP not getting assigned to the instances

2014-03-25 Thread Jayapal Reddy Uradi
Hi, Please find my comments inline. Thanks, Jayapal On 21-Mar-2014, at 9:09 PM, iliyas shirol wrote: > Greetings! > > We have a zone with 5 shared guest networks. We are facing the following > network issues post launching an instance in these networks. It behaves in > one of the below defined

Re: custom DNS entry for secondary IP address

2014-03-24 Thread Jayapal Reddy Uradi
Hi Ingo, You can make entry into /etc/hosts in VR for your secondary ip with your desired name. Thanks, Jayapal On 24-Mar-2014, at 8:57 PM, "Jochim, Ingo" wrote: > Hi all, > > is it possible to get a custom DNS entry for a secondary IP address of an > instance? > > I added a second IP addr

Re: help with VPC and public IPs change

2014-03-24 Thread Jayapal Reddy Uradi
Hi, check the nics table also. Also grep for old ups in db dumb. Try adding new firewall rule and see all the rules are restored. If the rules are not configured then check the management server logs. Thanks, Jayapal On 24-Mar-2014, at 7:53 PM, Andrei Mikhailovsky wrote: > Hello guys, > > I

Re: How to allow others systems on my network to access vms

2014-03-23 Thread Jayapal Reddy Uradi
Hi Sugandh, create ingress rules in security group to access the vms. Thanks, Jayapal On 24-Mar-2014, at 10:49 AM, Sugandh S wrote: > Hi > > I have set up CS 4.2 and I have done a basic install. I can create vm > instances and they can communicate with other systems on my network but other

Re: Windows Guest vm takes diff. IP

2014-03-05 Thread Jayapal Reddy Uradi
Hi Tejas, Is there any dhcp server running in your setup other than VR ? Is the ip really served by VR ? Thanks, Jayapal On 06-Mar-2014, at 9:35 AM, Tejas Gadaria wrote: > Hi, > > I have configured CS 4.0.2 with vmware in advance networking mode. > I am facing this problem with only Windows g

Re: Not able to ping to outside network from system VMs

2014-02-28 Thread Jayapal Reddy Uradi
> [network.router.VirtualNetworkApplianceManagerImpl] > (RouterStatusMonitor-1:null) Found 0 routers. > 2014-02-28 13:17:17,063 DEBUG [cloud.api.ApiServlet] (catalina-exec-20:null) > ===START=== 10.43.3.110 -- GET > command=listTemplates&response=json&sessionkey=Q%2FWjHAw

Re: Not able to ping to outside network from system VMs

2014-02-27 Thread Jayapal Reddy Uradi
Hi, Change the name server to your internal DNS server in systemvm (/etc/resolve.conf). I also observed that the google DNS server is pinging but not serving the dns requests. Thanks, Jayapal On 28-Feb-2014, at 11:02 AM, Jitendra Shelar wrote: > Hi Tejas, > > Thanks for your response. >

Re: [Doc] [4.3] Service Monitoring Tool for Virtual Router for Review [CLOUDSTACK-5292]

2014-01-28 Thread Jayapal Reddy Uradi
Hi Radhika, The configuration is from the global settings. Thanks, Jayapal On 29-Jan-2014, at 9:56 AM, Radhika Puthiyetath wrote: > We have the UI item coming up for this feature: > https://issues.apache.org/jira/browse/CLOUDSTACK-5966 > > > > -Original Message- > From: Sanjeev Nee

Re: Need help with advanced zone/2 nics

2014-01-27 Thread Jayapal Reddy Uradi
Check your VM IP, default gateway, Is gateway set to router ip ? If router is really blocking traffic, check the router iptables rules. Thanks, Jayapal On 25-Jan-2014, at 1:59 AM, Derek Cole wrote: > To update anyone following: > > I have verified that my switch ports are correct and that bot

Re:[SOLVED] Weird IP address allocation in 4.3

2014-01-23 Thread Jayapal Reddy Uradi
ote: >>>> >>>>> Hi Jayapal, >>>>> >>>>> That table has 8 rows and includes IP addresses from 192.168.128.23 to >>>>> 192.168.128.30 (which should be correct). >>>>> >>>>> Thanks >>>>>

Re: DHCP entry fails to apply on the latest master

2014-01-21 Thread Jayapal Reddy Uradi
+users When ever we see the error 'Unable to contact resource', I suggest to check the host agent logs (for xen /var/log/SMlog). It will give you idea of what is going wrong from the router. Most of times there could be script execution failures. Adding command to clean up tags on xenserver xe

Re: Change of guest IP address

2013-12-19 Thread Jayapal Reddy Uradi
the > cloudmonkey command? Or is it currently the only way? > > > - Original Message - > From: "Jayapal Reddy Uradi" > To: "" > Sent: Thursday, 19 December, 2013 9:25:05 AM > Subject: Re: Change of guest IP address > > Hi, > >

  1   2   >