Auto-start VMs on host reboot

2024-04-03 Thread Fariborz Navidan
Hello guys, We are on 4.15.0.0. When a host reboots, some VMs which were in "Running" state before reboot, automatically run after reboot, but some others which were also in "Running" state before reboot, do not automatically run after reboot. Is there any way to ensure all running VMs start

Re: Checking traffic usage of a VM using cloudstack usage service

2024-03-05 Thread Fariborz Navidan
.max.retention.time* and > *vm.stats.interval* which are better explained in the CloudStack > documentation [2]. > > [1]: https://github.com/apache/cloudstack/pull/6401 > [2]: > > http://docs.cloudstack.apache.org/en/latest/adminguide/virtual_machines.html#instance-metrics &g

Checking traffic usage of a VM using cloudstack usage service

2024-03-05 Thread Fariborz Navidan
Hi, Does cloudstack usage service logs traffic usage of VMs? If so, how can we check traffic usage of VMs un a period? Thanks in advance. Regards.

Re: Issue with GRE Tunnel between a VM and outside server

2024-01-20 Thread Fariborz Navidan
Hi Wei, I highly appreciate your help. Your proposed solution worked for me. Thanks. On Sat, 20 Jan 2024, 16:36 Wei ZHOU, wrote: > Have you retried after adding security group rule with protocol number = > 47? > > -Wei > > > 在 2024年1月20日星期六,Fariborz Navidan 写道: >

Re: Issue with GRE Tunnel between a VM and outside server

2024-01-20 Thread Fariborz Navidan
roblem. > > On Sat, Jan 6, 2024 at 10:39 PM Fariborz Navidan > wrote: > > > > Hi Dear Experts, > > > > We are running Cs 4.15.0.0 with 2 KVM hosts having security groups > enabled > > zone. We have a VM which a GRE tunnel has been setup between it and a >

Fwd: GRE tunnel between user VM and a outside server not working after KVM host reboot

2024-01-17 Thread Fariborz Navidan
-- Forwarded message - From: Fariborz Navidan Date: Sun, 14 Jan 2024, 02:59 Subject: GRE tunnel between user VM and a outside server not working after KVM host reboot To: Hi Friends, We have a client who is running two VMs on our cloud. They are running GRE tunnel between

GRE tunnel between user VM and a outside server not working after KVM host reboot

2024-01-13 Thread Fariborz Navidan
Hi Friends, We have a client who is running two VMs on our cloud. They are running GRE tunnel between their VMs and a server outside our network. After last reboot of KVM hosts, their GRE tunnel stopped working. The GRE tunnel is established and private IPs are assigned to both peers buy peers

Re: Urgent - Cannot manage shared IP addresses in advanced zone

2024-01-12 Thread Fariborz Navidan
ring through the Zone and Physical > network), and define the IP range on the network creation. Once created you > can navigate to Networks -> Shared network -> IP ranges (at least this is > the behavior on latest versions, haven’t checked on 4.15) > > Regards, > Nicolas

Issue with GRE tunnel between a VM and an outside server

2024-01-11 Thread Fariborz Navidan
Hi All, We are running Cs 4.15.0.0 with 2 KVM hosts having security groups enabled zone. We have a VM which a GRE tunnel has been setup between it and a server outside our network. Both hosts had been rebooted a few days ago due to power interruption. Before the reboot happens, the GRE tunnel was

Re: Urgent - Cannot manage shared IP addresses in advanced zone

2024-01-11 Thread Fariborz Navidan
; From: Wei ZHOU > Sent: January 11, 2024 10:53 AM > To: users@cloudstack.apache.org > Subject: Re: Urgent - Cannot manage shared IP addresses in advanced zone > > Do you use old or new UI ? > > Do you use an advanced zone with or without security groups ? > > On Thu, 11 Jan 2

Urgent - Cannot manage shared IP addresses in advanced zone

2024-01-11 Thread Fariborz Navidan
Hello Friends, I have a very urgent problem with adding new shared IP address range (CIDR) in a advanced zone. We are running 4.15.0.0 and I had configured multiple shared IP address CIDRs in previous version 4.14. In 4.14, we could manage IP ranges by going to Zone -> Physical Network -> Guest

Issue with GRE Tunnel between a VM and outside server

2024-01-06 Thread Fariborz Navidan
Hi Dear Experts, We are running Cs 4.15.0.0 with 2 KVM hosts having security groups enabled zone. We have a VM which a GRE tunnel has been setup between it and a server outside our network. Both hosts had been rebooted a few days ago due to power interruption. Before the reboot happens, the GRE

Re: View free shared network IP addresses

2024-01-05 Thread Fariborz Navidan
Thanks for information. Where to see free IP addresses in new UI? Regards. On Fri, 5 Jan 2024, 12:33 Wei ZHOU, wrote: > Hi, > > It is already supported in the new primate UI. Please upgrade to 4.15.1.0 > or later. > > -Wei > > On Fri, 5 Jan 2024 at 09:16, Fariborz Navid

Re: View free shared network IP addresses

2024-01-05 Thread Fariborz Navidan
ager - Cloud & DevOps > > TechOps | Indiqus Technologies > + 91 7503460090 <++91+7503460090> > vivek.ku...@indiqus.com > www.indiqus.com > > > > On Fri, Jan 5, 2024 at 2:42 AM Fariborz Navidan > wrote: > > > Hello, > > > > In

View free shared network IP addresses

2024-01-04 Thread Fariborz Navidan
Hello, In CS 4.15, is there any way to view free public/shared IP addresses? Regards.

Re: Allowing all ingress traffic except specific protocols or CIDRs in security groups

2023-11-28 Thread Fariborz Navidan
reating-an-acl-rule > > Can you create a github issue for the improvement ? > > -Wei > > > On Mon, 27 Nov 2023 at 23:20, Fariborz Navidan > wrote: > > > Hello, > > > > As of CS 4.15, in security groups all inbound traffic is blocked by > > default. A

Allowing all ingress traffic except specific protocols or CIDRs in security groups

2023-11-27 Thread Fariborz Navidan
Hello, As of CS 4.15, in security groups all inbound traffic is blocked by default. As a result to allow all incoming traffic to VMs, we need to add an ingress rule with the protocol specified as "All" and CIDR specified as " 0.0.0.0/0". Is it possible to allow all incoming traffic except

Re: Live Instance Backup

2023-10-30 Thread Fariborz Navidan
rently, only NFS supports live snaps, > as KVM stores the memory in a QCOW2 image. > > There's a global option to enable this feature in CloudStack. > > -Si > > On Sun, Oct 29, 2023, 6:02 AM Fariborz Navidan > wrote: > > > Hi CS community, > > > > We're r

Live Instance Backup

2023-10-29 Thread Fariborz Navidan
Hi CS community, We're running CS 4.15.0.0 and KVM hypervisor. It doesn't support live instance backups. Does the latest version of CS and KVM/QEMU have this feature in place? TIA Cheers.

Adding L2 network in a security group enabled zone

2023-08-23 Thread Fariborz Navidan
Hello CS Ex[erts, We're running CS 4.15. Our infrastructure consists of one security group enabled zone. We want to have a L2 network with promiscuous mode enabled in addition to the currently configured shared guest network. However, CS tellls that only shared guest network is allowed in a

Re: Enabling AVX support for guests CPUs

2023-05-15 Thread Fariborz Navidan
eason for this problem? Best Regards. On Mon, May 15, 2023 at 2:05 AM Wei ZHOU wrote: > Hi, > > Please refer to > > https://docs.cloudstack.apache.org/en/4.18.0.0/installguide/hypervisor/kvm.html#configure-cpu-model-for-kvm-guest-optional > > Kind regards, > Wei > &g

Enabling AVX support for guests CPUs

2023-05-14 Thread Fariborz Navidan
Hello Community, We are runningACS 4.14 in one of our locations. We need to enable AVX support on guests CPUs. The CPU model which is used for guests is QEMU virtual CPU. I'm wondering if it possible to enable the AVX CPU flag for virtual CPU on which gh guests are running. Also, please share

Forcing IP allocation from new range

2023-03-30 Thread Fariborz Navidan
Hi All, We are going to add a new IP range to provision our new users. We would like to force new IP allocation to be only done from new range and avoid any allocation from existing IP ranges. Is it possible to force cloudstack to assign IPs to guests only from the new IP range or make existing

Ports 80 and 8080 are not permanently open on virtual router

2022-09-19 Thread Fariborz Navidan
Hello, I am running ACS 4.15. I have noticed that ports 80 and 8080 which are used to get password and user data by VMs, are not permanently open on the virtual router. As a result if the VR is rebooted, VMs will no longer be able to get password and user data. So I need to manually open these

Re: Running a Kubernetes cluster on top of VMs

2022-09-12 Thread Fariborz Navidan
you talking about about the container > migrating within the cluster? > > On Mon, Sep 12, 2022 at 8:46 AM Fariborz Navidan > wrote: > > > Hi ACS Experts, > > > > Is it possible to run a Kubernetes cluster on top of VMs running on KVM > > hosts? If so, will secur

Running a Kubernetes cluster on top of VMs

2022-09-12 Thread Fariborz Navidan
Hi ACS Experts, Is it possible to run a Kubernetes cluster on top of VMs running on KVM hosts? If so, will security groups prevent IP addresses to float between VMs. Thanks in advance. Regards

Blocking specific outgoing (egress) port on specific public IPs

2022-09-06 Thread Fariborz Navidan
Hello Community, Is it possible to block some ports such as port 25 on some public IP addresses (not for the whole account or a security group) through CloudStack? We require this for spam control. Thank you. Regards

Re: Adding L2 Network

2022-06-14 Thread Fariborz Navidan
vlan=true > (2) create a L2 network from the offering ? > > I have never tested it. If it does not work, it would be good to create a > github issue. > Most cloudstack users use advanced zone (without SG), some features only > work in advanced zone. > > -Wei > > On

Adding L2 Network

2022-06-14 Thread Fariborz Navidan
Hi ACS Experts, Is it still impossible to add a L2 Network in an a SG enabled advanced zone in CS 4.17? If not, is there anyway to add IP addresses that can be freely floated across VMs in the same zone? Regards.

Re: Cludstack vm backup

2022-05-27 Thread Fariborz Navidan
Hlello, Wbat about KVM? Regards. On Fri, May 27, 2022, 12:54 PM Slavka Peleva wrote: > Hi Mariusz, > > The dummy backup plugin is only for tests. Only the Veeam backup provider > is supported for now by CS, which works with VMware HW. > > Best regards, > Slavka > > On Fri, May 27, 2022 at

All VM domains in KVM suddenly terminated and VMs cannot start

2021-09-04 Thread Fariborz Navidan
Hello, All VM domains in KVM suddenly terminated but CloudStack was thinking they are running as states were not updated in the database. I just forcefully stopped them and now they cannot start due to insufficient capacity. Below is the agent log. i tried restarting systemd-machind, libvirtd and

Re: Delete IP range

2021-05-21 Thread Fariborz Navidan
I found 1 IP was used as secondary IP. I just removed it but still one IP is left which I cannot determine where is use. On Fri, May 21, 2021 at 4:18 PM Fariborz Navidan wrote: > Hello, > There are 2 IPs from that range in user_ip+address table but vm_id for all > records is null.

Re: Delete IP range

2021-05-21 Thread Fariborz Navidan
by updating the 'allocated' field of the 'user_ip_address' table as > null. Once this is done, you should be able to delete the Ip range. > > I'm not sure if there is a way to do the same via the UI. > > Thanks, > Pearl > ____ > From: Fariborz

Re: Delete IP range

2021-05-21 Thread Fariborz Navidan
Zone is disabled and no system VM and router exists but still the same error. On Fri, May 21, 2021 at 3:12 PM Fariborz Navidan wrote: > I have done the same. Still get this error message. > > Please help > > On Fri, May 21, 2021 at 11:55 AM Andrija Panic > wrote: >

Re: Delete IP range

2021-05-21 Thread Fariborz Navidan
the Zone again. > > Otherwise, you can check the table in DB user_ip_address (or similar) and > try to read which IP is used atm - but probably it's just the SSVM and CPVM > which have been recreated. > > On Fri, 21 May 2021 at 08:44, Fariborz Navidan > wrote: > > > Hel

Delete IP range

2021-05-21 Thread Fariborz Navidan
Hello, We have migrated our server and public IPs has been changed. I need to migrate all IP ranges to the new one. I have added a new IP range and changed IP of all VMs. I need to force system VMS to use new IP range. I'm trying delete the old IP range so that cloudstack assign IPs from the new

Re: Change host IP

2021-05-20 Thread Fariborz Navidan
Is it safe to force remove the host? On Thu, May 20, 2021 at 4:12 PM Fariborz Navidan wrote: > All VMs show as stopped but "virsh list" show dp,aoms rimmomh > > > On Thu, May 20, 2021 at 1:20 PM Yordan Kostov > wrote: > >> Hello Fariborz, >> >&g

Re: Change host IP

2021-05-20 Thread Fariborz Navidan
u force-remove it and add it again? > > Regards, > Jordan > > -----Original Message- > From: Fariborz Navidan > Sent: Thursday, May 20, 2021 11:23 AM > To: users@cloudstack.apache.org > Subject: Re: Change host IP > > > [X] This message came from outside your

Re: Change host IP

2021-05-20 Thread Fariborz Navidan
When I restart agent the old IP gets back to agent.properties Please help[ me/ On Thu, May 20, 2021 at 2:42 AM Fariborz Navidan wrote: > I use cloudstack 4.14.0 > > Please help me > > On Thu, May 20, 2021 at 2:34 AM Fariborz Navidan > wrote: > >> Hello, >&g

Re: I need help. Host is in Alert state

2021-05-20 Thread Fariborz Navidan
Force reconnect says: Unable to disconnect host because it is not connected to this server: 1 On Thu, May 20, 2021 at 11:51 AM Fariborz Navidan wrote: > Hi, > Agent is trying to connect to old IP. Where should I change the IP. I have > modified agent.properties > > 2021-05-20 00

Re: I need help. Host is in Alert state

2021-05-20 Thread Fariborz Navidan
to connect to remote: is there a server running on port 8250 On Thu, May 20, 2021 at 11:29 AM Fariborz Navidan wrote: > Hello, > > The public IP of KVM host has been changed. I have modified host IP in > agnt.properties and in host table on management server. Management server

I need help. Host is in Alert state

2021-05-20 Thread Fariborz Navidan
Hello, The public IP of KVM host has been changed. I have modified host IP in agnt.properties and in host table on management server. Management server and agent are running on a single server. Port 8250 is also open. I use v4.14 Please help me

Re: Change host IP

2021-05-19 Thread Fariborz Navidan
I use cloudstack 4.14.0 Please help me On Thu, May 20, 2021 at 2:34 AM Fariborz Navidan wrote: > Hello, > > We have migrated our server and as a result, we need to change the IP > address. I have modified agent.properties and all ip address fields of host > record to match the

Change host IP

2021-05-19 Thread Fariborz Navidan
Hello, We have migrated our server and as a result, we need to change the IP address. I have modified agent.properties and all ip address fields of host record to match the new IP address. But unfortunately, management server is unable to connect to it. I forced the host to go for maintenance

Re: Failed System VM

2021-05-12 Thread Fariborz Navidan
Hello Mike It is likely that the agent cannot communicate with libvirt. Please check the agent log. Also check to see if the libvirt service is active. On Wed, May 12, 2021, 10:59 PM Corey, Mike wrote: > Hi again, > > > > When I enable the zone my system vms just continue to cycle through a >

Unable to start VM due to insufficient capacity

2021-05-09 Thread Fariborz Navidan
Hello, I just stopped two VMs residing on one of primary storages and they just failed to start. VMs residing on a different primary storage are starting well. The NFS storage is mounted on the host (1 host available) and has access to it. The volume is ready and the file exists on the storage.

Re: Template is not being downloaded

2021-05-07 Thread Fariborz Navidan
from outside your organization > > > Hi Fariborz, > > Can you try to destroy/recreate the SSVM? If then the issue persist please > check and share the /var/log/cloud.log file in the SSVM which may indicate > the error. > > > Regards, > > Nicolas Vazquez > >

Template is not being downloaded

2021-05-07 Thread Fariborz Navidan
Hello, CloudstAck does not download templates from a given URL. The status of the template keeps to be Active but it does not start downloading. I have already ran SSVM check script on SSVM and all tests are good. How do I resolve it? Thanks

Re: Cannot start VMs due to Libvirt exception in agent

2021-04-22 Thread Fariborz Navidan
/index.php?tid=14450 Thanks On Thu, Apr 22, 2021 at 9:35 PM Fariborz Navidan wrote: > Hello, > > I'm running 4.15.0.0 > > On Thu, Apr 22, 2021 at 9:05 PM Gabriel Bräscher > wrote: > >> Hi Fariborz, >> >> What version of CloudStack are you running? >

Re: Cannot start stopped VMs

2021-04-22 Thread Fariborz Navidan
/index.php?tid=14450 Thanks On Thu, Apr 22, 2021 at 9:57 PM Fariborz Navidan wrote: > Hi Nicolas, > > I just updated the SSL certificate for the hostname of the host with a > valid Let's Encrypt cert but the host is still in Unsecure state. I think > it is something to do with the

Re: Cannot start stopped VMs

2021-04-22 Thread Fariborz Navidan
gt; Regards, > Nicolas Vazquez > ________ > From: Fariborz Navidan > Sent: Thursday, April 22, 2021 9:12 AM > To: users@cloudstack.apache.org > Subject: Re: Cannot start stopped VMs > > Anyone can help me? > > On Wed, Apr 21, 2021 at 7:4

Re: Cannot start VMs due to Libvirt exception in agent

2021-04-22 Thread Fariborz Navidan
Hello, I'm running 4.15.0.0 On Thu, Apr 22, 2021 at 9:05 PM Gabriel Bräscher wrote: > Hi Fariborz, > > What version of CloudStack are you running? > > Em qui., 22 de abr. de 2021 às 13:14, Fariborz Navidan < > mdvlinqu...@gmail.com> escreveu: > > > Hello All, &

Cannot start VMs due to Libvirt exception in agent

2021-04-22 Thread Fariborz Navidan
Hello All, I am not able to start any stopped VM. Agent and Libvirtd are both running. However, I see the following exception in agent.log: This is the exception I found in the agent.log: 2021-04-22 12:21:29,045 WARN [kvm.resource.LibvirtKvmAgentHook] (agentRequest-Handler-1:null)

Re: Cannot start stopped VMs

2021-04-22 Thread Fariborz Navidan
Anyone can help me? On Wed, Apr 21, 2021 at 7:46 PM Fariborz Navidan wrote: > Any chance to identify the reason? > > Thanks > > On Wed, Apr 21, 2021 at 1:54 AM Fariborz Navidan > wrote: > >> Hi. >> \Now there is no "Connection Closed" error in agent

Re: Cannot start stopped VMs

2021-04-22 Thread Fariborz Navidan
? Thanks On Thu, Apr 22, 2021 at 4:42 PM Fariborz Navidan wrote: > Anyone can help me? > > On Wed, Apr 21, 2021 at 7:46 PM Fariborz Navidan > wrote: > >> Any chance to identify the reason? >> >> Thanks >> >> On Wed, Apr 21, 2021 at 1:54 AM Fa

Re: Cannot start stopped VMs

2021-04-21 Thread Fariborz Navidan
Any chance to identify the reason? Thanks On Wed, Apr 21, 2021 at 1:54 AM Fariborz Navidan wrote: > Hi. > \Now there is no "Connection Closed" error in agent.log nut it is still > unable to start VMs. I have replaced agent.log with new one at > https://r9host.com/lo

Re: Cannot start stopped VMs

2021-04-20 Thread Fariborz Navidan
Hi. \Now there is no "Connection Closed" error in agent.log nut it is still unable to start VMs. I have replaced agent.log with new one at https://r9host.com/log/agent.log Kindly please check it for me Thanks On Tue, Apr 20, 2021 at 8:01 PM Fariborz Navidan wrote: > Hi, > >

Re: Cannot start stopped VMs

2021-04-20 Thread Fariborz Navidan
> do a quick KVM agent restart and see if it works "systemctl restart > cloudstack-agent" > > Regards, > Harikrishna > > From: Fariborz Navidan > Sent: Tuesday, April 20, 2021 12:22 AM > To: users@cloudstack.apache.org > Su

Cannot start stopped VMs

2021-04-19 Thread Fariborz Navidan
Hello, Today, I just updated SSL certificate and it failed re-deploying system VMs. Also, when I try to start a VM that is stopped, it fails with message: Unable to create deployment due to insufficient capacity. I couldn't find the reason from logs. I have uploaded partial management server and

Re: Enabling nested virtualization

2021-04-18 Thread Fariborz Navidan
grep i-2-XXX-VM) - > you will need to stop/start just the wanted VMs. > > Otherwise, after agent.properties change, it is required to restart the > agent, for obvious reasons. > > Best, > > On Sun, 18 Apr 2021 at 13:22, Fariborz Navidan > wrote: > > > Hi, > &

Re: Enabling nested virtualization

2021-04-18 Thread Fariborz Navidan
model, or use some > CPU model + some more CPU flags (i.e. VTX) > Never tested, but is supposed to work that way. > > Best, > > On Sat, 17 Apr 2021 at 21:58, Fariborz Navidan > wrote: > > > Hi All, > > > > How can I enable nested virtualization on KVM hyperviso

Enabling nested virtualization

2021-04-17 Thread Fariborz Navidan
Hi All, How can I enable nested virtualization on KVM hypervisor so that a guest VM supports nested Intel-VTX? TIA

UI issue when launching new VM using custom offering

2021-04-17 Thread Fariborz Navidan
Hi All, I have a custom compute offering on ACS 4.15. In the new UI, when I choose my custom compute offering, it only shows CPU Cores and Memory settings and does not show CPU Speed setting. So I cannot enter CPU Speed and as a result, when I click on the Launch button, it gives me an error

Volume could not be found after KVM host update

2021-04-02 Thread Fariborz Navidan
Hello, One of my primary storages is a local directory on KVM host exposed via NFS. Just after updating system packages, one of instances which was running crashed and now cannot be started. I tried creating a template from it's root volume and re-deploy the VM but I get following exception:

Re: VM cannot to virtual router to get password

2021-02-23 Thread Fariborz Navidan
Also, other system VMs are able to connect to port 8080 of VR but not guest VMs. I guess this is an issue with security groups. On Tue, Feb 23, 2021 at 5:28 PM Fariborz Navidan wrote: > Hello, > > I can connect to port 8080 of VR from the KVM host but not from VMs. I > think thi

Re: VM cannot to virtual router to get password

2021-02-23 Thread Fariborz Navidan
packets and see if a request for a > password is coming to VR or not. > > On Wed, Feb 17, 2021 at 9:41 PM Fariborz Navidan > wrote: > > > Hi, > > > > Thanks for the reply. I can ping the VR from VM but curl and wget fail to > > connect to VR on port 8080. The c

Re: VM cannot to virtual router to get password

2021-02-17 Thread Fariborz Navidan
VM has a connection to > VR (ICMP), to IP of VR, to port 8080. > > On Tue, 16 Feb 2021 at 21:40, Fariborz Navidan > wrote: > > > Hello, > > > > When I request password reset at the next time the VM starts, it cannot > > connect to the virtual rou

VM cannot to virtual router to get password

2021-02-16 Thread Fariborz Navidan
Hello, When I request password reset at the next time the VM starts, it cannot connect to the virtual router on port 8080. The connection times out with no response. I am using ACS 4.15 and VR version 4.15 Please advise. TIA.

Public IP range without security groups

2021-02-07 Thread Fariborz Navidan
Hi, I'm using advanced zone on cloudstack 4.15. Is it possible to have public network without security groups but have the private guest network with the security group enabled? Thanks

Re: Switching to public IP

2021-01-29 Thread Fariborz Navidan
Dio security groups are also apply for public IP networking? On Fri, Jan 29, 2021 at 5:33 PM Hean Seng wrote: > You can deliver this via Advance zone . This available earlier then 4.15. > > On Fri, Jan 29, 2021 at 8:38 PM Fariborz Navidan > wrote: > > > Hi All, > &

Switching to public IP

2021-01-29 Thread Fariborz Navidan
Hi All, I am using security group enabled guest network Ips as public IP to provide internet connectivity for VM. I have now upgraded to 4.15 and I see public IP provisioning has been added to UI, Can I convert guest IPs to public IPs and use Guest network to provide private network between VMs

Switch back to old UI

2021-01-14 Thread Fariborz Navidan
Hi, I have upgraded to 4.15. It seems to have much more improved. However, the UI makes my eyes so boring because the fonts used are very thin. Is it possible to switch back to the old UI? Regards.

Re: Paid assitance with cloudstack deployment needed

2020-12-06 Thread Fariborz Navidan
Hi We have developed a cloudstack server nodule for wmcs for our own use. However, we may be able to provide it to you as a paid module. Please contact us i...@r9host.com to discuss on it in details. Regards On Sun, Dec 6, 2020, 12:55 PM Hean Seng wrote: > I did not see whmcs has integration

Re: libvirtd fails to start after installing OVMF package

2020-11-06 Thread Fariborz Navidan
ovmf package, but still the UEFI support is showing as No. Cloudstack Virgin is 4.14 Thanks On Thu, Nov 5, 2020, 6:11 PM Andrija Panic wrote: > Is that question really suitable for this ML? > > On Tue, 27 Oct 2020 at 13:43, Fariborz Navidan > wrote: > > > Hi > > >

Re: libvirtd fails to start after installing OVMF package

2020-10-27 Thread Fariborz Navidan
Hi Where are the live libvirt logs located on the host? On Mon, Oct 26, 2020, 6:56 PM Simon Weller wrote: > Can you post the libvirtd log? Any other logs of interest? > > From: Fariborz Navidan > Sent: Monday, October 26, 2020 9:34 AM

libvirtd fails to start after installing OVMF package

2020-10-26 Thread Fariborz Navidan
Hi All, I have a VM with 5TB GPT formatted disk which needs UEFI support. I just installed OVMF package on the host to enable UEFI support. However afterward libvirtd fails to start, Removing the package did not restore the libvirtd. Host OS is CentOS 7 Thanks for helps in advance.

Re: Unable to shrink a data disk

2020-07-12 Thread Fariborz Navidan
; > Regards, > > Nicolas Vazquez > > ________ > From: Fariborz Navidan > Sent: Thursday, July 9, 2020 6:47 AM > To: users@cloudstack.apache.org > Subject: Unable to shrink a data disk > > Hi, > > I'm unable to shrink a data disk on KVM

Unable to shrink a data disk

2020-07-09 Thread Fariborz Navidan
Hi, I'm unable to shrink a data disk on KVM. MS log reports "Unable to shrink volume of type QCOW2". I'm using CS 4.14.0.0. Doesn't QCOW2 format support shrinking? Regards.

Re: Agent is unable to apply SG rules on new VMs.

2020-06-14 Thread Fariborz Navidan
I'm now sure how it was happening. However. rebooting the KVM host had put it to work but I think it can happen again in future. On Sun, Jun 14, 2020 at 1:51 AM Andrija Panic wrote: > https://github.com/apache/cloudstack/pull/4124 > > On Sat, 13 Jun 2020, 18:25 Fariborz Navidan,

Re: Agent is unable to apply SG rules on new VMs.

2020-06-13 Thread Fariborz Navidan
Any idea how to fix? On Sat, Jun 13, 2020 at 7:07 PM Fariborz Navidan wrote: > Hello, > > I'm running CS 4.14 with KVM hypervisor. I have noticed that default SG > rules are not applied on the new VMs. I found errors in agent log which > state that it cannot apply defaul

Agent is unable to apply SG rules on new VMs.

2020-06-13 Thread Fariborz Navidan
Hello, I'm running CS 4.14 with KVM hypervisor. I have noticed that default SG rules are not applied on the new VMs. I found errors in agent log which state that it cannot apply default network rules on the for the VM instance. Bellow what I have in agent log while creating new VM. Sorry for

Re: Virtual Router suddenly stopped working

2020-06-13 Thread Fariborz Navidan
I checked iptables rules and noticed when new VM is created, no iptables chain is created for it on the host. SGs don't work. Please assist me. On Sat, Jun 13, 2020 at 6:12 PM Fariborz Navidan wrote: > Hello, > I found out the issue is with security groups. Some SGs are blocking DHCP >

Re: Virtual Router suddenly stopped working

2020-06-13 Thread Fariborz Navidan
Hello, I found out the issue is with security groups. Some SGs are blocking DHCP traffic. I already have ingress rules in place on the default SG. It works for old VMs but it seems existing ingress rules do not apply on new VMs. Please guide me. On Sat, Jun 13, 2020 at 4:56 PM Fariborz Navidan

Re: Virtual Router suddenly stopped working

2020-06-13 Thread Fariborz Navidan
Any idea? On Sat, Jun 13, 2020 at 1:16 AM Fariborz Navidan wrote: > Yes, it can ping the VR if I configure the allocated IP on the VM manually. > > On Sat, Jun 13, 2020 at 12:57 AM Andrija Panic > wrote: > >> If you configure the IP (from that network range) manually o

Re: Virtual Router suddenly stopped working

2020-06-12 Thread Fariborz Navidan
ween a VM and it's VR? > > > > On Fri, 12 Jun 2020 at 19:29, Fariborz Navidan > wrote: > > > DHCP entry for assigned IP exists on the VR inside file > > /etc/cloudstack/dhcpentry.json and /etc/dhcphosts.txt > > > > On Fri, Jun 12, 2020 at 6:59 PM Fariborz Na

Re: Virtual Router suddenly stopped working

2020-06-12 Thread Fariborz Navidan
DHCP entry for assigned IP exists on the VR inside file /etc/cloudstack/dhcpentry.json and /etc/dhcphosts.txt On Fri, Jun 12, 2020 at 6:59 PM Fariborz Navidan wrote: > Hi, There is no 'Unable' message in management server log. > > Thanks > > On Fri, Jun 12, 2020 at 9:28 AM Vivek

Re: Virtual Router suddenly stopped working

2020-06-12 Thread Fariborz Navidan
immediately. Although IndiQus attempts to sweep > e-mail and attachments for viruses, it does not guarantee that both are > virus-free and accepts no liability for any damage sustained as a result of > viruses. > > > On 11-Jun-2020, at 10:02 PM, Fariborz Navidan > wrote: > > &g

Re: Virtual Router suddenly stopped working

2020-06-11 Thread Fariborz Navidan
CS and VR are both 4.14 On Thu, Jun 11, 2020 at 9:02 PM Fariborz Navidan wrote: > Hello, > Suddenly the VR stopped offering IP config to VMs via DHCP. I have tried > restarting network, removing VR and performing fresh health check. Health > check does not report any failure. >

Virtual Router suddenly stopped working

2020-06-11 Thread Fariborz Navidan
Hello, Suddenly the VR stopped offering IP config to VMs via DHCP. I have tried restarting network, removing VR and performing fresh health check. Health check does not report any failure. Please advise. TIA

Re: Downloading template

2020-06-08 Thread Fariborz Navidan
n under the details tab > > Thanks, > David > > david.jum...@shapeblue.com > www.shapeblue.com > @shapeblue > > > > -- > *From:* Fariborz Navidan > *Sent:* Sunday, June 7, 2020 4:57 PM > *To:* users@cloudstack.apache.org &g

CS 4.14 does not have template download function

2020-06-07 Thread Fariborz Navidan
Hello, I'm wondering why CS 4.14 does not have template downloading function. How can we download an existing template? It was helpful to copy templates to new CS installations. Thanks

Downloading template

2020-06-07 Thread Fariborz Navidan
Hello, Where download template button in 4.14? It was previously possible to get download link under "zones" tab of a template in 4.13

Converting an existing management server to a region

2020-06-07 Thread Fariborz Navidan
Hello, I have two stand-alone running management servers. I would like to add them to each other as regions. Can I set region ID on an existing management server or I will to reinstall them Thanks

Error 503 Service Unavailable

2020-06-04 Thread Fariborz Navidan
Hello, I'm get Error 503 on management server. Following error is logged: "Failed to configure ClusterManagerImpl" Link local IP 169.254.0.1 is assigned on the same machine. CS version 4.14 Any idea?

Re: Unable to start agent: Failed to get private nic name

2020-06-03 Thread Fariborz Navidan
Hello, This happens when bridges are not configured on the host and there is no private ip assigned to your nic. Please check your bridge config as mentions in installation documentation here: http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.6/hypervisor/kvm.html On Thu,

Using public IP range for shared guest network in advanced zone

2020-06-03 Thread Fariborz Navidan
Hello, I am running CS 4.14. I have created an advanced zone without security groups enabled. It forced me to create public IP range which is the only available IP block in this rack assigned by datacenter. Now I'm not able to create shared guest network with that IP range. Is it somehow possible

Unable to mount secondary storage inside SSVM

2020-06-02 Thread Fariborz Navidan
Hello, SSVM is unable to mount the secondary storage. If I tryt to mount manually, I get following error. All ports for nfs are open and nfs is configured as per mentioned in the documentation. mount.nfs: mount to NFS server '192.168.1.1:/home/primary' failed: RPC Error: Unable to receive Also

Re: Dynamic Scaling on KVM

2020-05-30 Thread Fariborz Navidan
I hope we have it in 4.14.1 or 4.15 Thanks On Sat, May 30, 2020 at 11:06 PM Andrija Panic wrote: > not yet. > > On Sat, 30 May 2020 at 16:52, Fariborz Navidan > wrote: > > > Hello, > > > > Does 4.14 supports dynamic scaling on KVM hypervisor? > > > > Thanks > > > > > -- > > Andrija Panić >

Dynamic Scaling on KVM

2020-05-30 Thread Fariborz Navidan
Hello, Does 4.14 supports dynamic scaling on KVM hypervisor? Thanks

Feeback on new Console Proxy 4.14

2020-05-26 Thread Fariborz Navidan
Hello, I was excited to upgrade my ACS to 4.14 because I was waiting for changes was proposed to be made on console proxy v, such as switching to nVNC which provides better user experience and screen image quality. A contributor was supposed to commit it to 4.14 a dew months ago but I don't see

  1   2   3   4   >