Installing Kali Linux (kali-linux-2022.4-installer-amd64.iso) using KVM virt-install tool

2023-02-07 Thread Kaushal Shriyan
Hi, I am trying to install kali-linux-2022.4-installer-amd64.iso ( https://www.kali.org/downloads/) using KVM virt-install tool #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 --os-type=linux --os-variant=d

Re: Backup KVM Guest VM in OVA or VMDK format

2022-09-22 Thread Kaushal Shriyan
l On Wed, Sep 21, 2022 at 3:56 PM Martin Kletzander wrote: > On Mon, Sep 19, 2022 at 09:13:37PM +0530, Kaushal Shriyan wrote: > >On Wed, Sep 14, 2022 at 7:38 PM Kaushal Shriyan > > >wrote: > > > >> > >> > >> On Sat, Sep 3, 2022 at 12

Re: Backup KVM Guest VM in OVA or VMDK format

2022-09-19 Thread Kaushal Shriyan
On Wed, Sep 14, 2022 at 7:38 PM Kaushal Shriyan wrote: > > > On Sat, Sep 3, 2022 at 12:28 AM Kaushal Shriyan > wrote: > >> >> >> On Thu, Sep 1, 2022 at 9:39 PM Kaushal Shriyan >> wrote: >> >>> Hi, >>> >>> Is there a way t

Re: Backup KVM Guest VM in OVA or VMDK format

2022-09-14 Thread Kaushal Shriyan
On Sat, Sep 3, 2022 at 12:28 AM Kaushal Shriyan wrote: > > > On Thu, Sep 1, 2022 at 9:39 PM Kaushal Shriyan > wrote: > >> Hi, >> >> Is there a way to backup KVM Guest VM in kvmguestosimage.ova or >> kvmguestosimage.vmdk format as I am trying to res

Re: Backup KVM Guest VM in OVA or VMDK format

2022-09-02 Thread Kaushal Shriyan
On Thu, Sep 1, 2022 at 9:39 PM Kaushal Shriyan wrote: > Hi, > > Is there a way to backup KVM Guest VM in kvmguestosimage.ova or > kvmguestosimage.vmdk format as I am trying to restore it in AWS by > referring to https://aws.amazon.com/ec2/vm-import/ article as per the > be

Backup KVM Guest VM in OVA or VMDK format

2022-09-01 Thread Kaushal Shriyan
Hi, Is there a way to backup KVM Guest VM in kvmguestosimage.ova or kvmguestosimage.vmdk format as I am trying to restore it in AWS by referring to https://aws.amazon.com/ec2/vm-import/ article as per the below supported file format. [1] Open Virtualization Archive (OVA) [2] Virtual Machine Disk

Re: virsh domifaddr domain does not show static IP

2021-09-09 Thread Kaushal Shriyan
On Fri, Sep 10, 2021 at 12:08 AM Laine Stump wrote: > > > On 9/9/21 2:11 PM, Kaushal Shriyan wrote: > > Hi, > > > > I have assigned static IP for all the below KVM Guest VM's. Is there a > > way to find out the IP of the below VM's from virsh utilit

virsh domifaddr domain does not show static IP

2021-09-09 Thread Kaushal Shriyan
Hi, I have assigned static IP for all the below KVM Guest VM's. Is there a way to find out the IP of the below VM's from virsh utility or any other utility? virsh domifaddr testdobssbahrainms does not show the static IP. # virsh list --all Id Name State ---

Re: ERROR Couldn't find hvm kernel for Ubuntu tree.

2021-08-05 Thread Kaushal Shriyan
Thu, Aug 5, 2021 at 2:56 PM Michal Prívozník wrote: > > On 8/4/21 5:21 PM, Kaushal Shriyan wrote: > > Hi, > > > > #cat /etc/redhat-release > > CentOS Linux release 7.8.2003 (Core) > > #virt-install --version > > 1.5.0 > > #virt-install -n snipeitasset

Re: ERROR Couldn't find hvm kernel for Ubuntu tree.

2021-08-04 Thread Kaushal Shriyan
On Thu, Jul 29, 2021 at 8:19 PM Kaushal Shriyan wrote: > Hi, > > I am running the below command to spawn Ubuntu 18.04 based Virtual Machine > using KVM based technology. > > #virt-install --version > 1.5.0 > # > > virt-install --name=snipeitassetmanagement

ERROR Couldn't find hvm kernel for Ubuntu tree.

2021-07-29 Thread Kaushal Shriyan
Hi, I am running the below command to spawn Ubuntu 18.04 based Virtual Machine using KVM based technology. #virt-install --version 1.5.0 # virt-install --name=snipeitassetmanagement > --file=/linuxkvmguestosdisk/snipeitassetmanagement.img --file-size=40 > --nonsparse --vcpus=2 --ram=8096 --netwo

Re: Installing Kali Linux as Guest OS in KVM Hypervisor

2020-12-04 Thread Kaushal Shriyan
On Thu, Dec 3, 2020 at 8:54 PM Erik Skultety wrote: > On Tue, Dec 01, 2020 at 06:15:55PM +0100, Michal Privoznik wrote: > > On 12/1/20 5:28 PM, Kaushal Shriyan wrote: > > > Hi, > > > > > > I have run the below command to install Kali Linux using > > >

Installing Kali Linux as Guest OS in KVM Hypervisor

2020-12-01 Thread Kaushal Shriyan
Hi, I have run the below command to install Kali Linux using linux-2020.4-installer-amd64.iso from https://www.kali.org/downloads/ #virt-install --name kalilinux --memory 4096 --vcpus=2 --location=/linuxkvmaddgbdisk/kali-linux-2020.4-installer-amd64.iso,kernel=install.amd/gtk/vmlinuz,initrd=insta

KVM guest VM IP address

2020-08-18 Thread Kaushal Shriyan
Hi, I am trying to find out the IP address of the KVM guest virtual machine. #virsh dumpxml newsoftlinedrupalpoc | grep "mac address" | awk -F\' '{ print $2}' 52:54:00:2c:7e:ff [root@baseserver1 ~]# arp -an | grep 52:54:00:2c:7e:ff [root@baseserver1 ~]# virsh domifaddr newsoftlinedrupalpoc Name

Re: Installing Kali Linux using KVM virt-install tool

2020-08-07 Thread Kaushal Shriyan
ring from you. Please let me know if you need any additional details. Thanks in Advance. Best Regards, Kaushal On Fri, Aug 7, 2020 at 5:44 PM Pavel Hrdina wrote: > On Fri, Aug 07, 2020 at 05:05:48PM +0530, Kaushal Shriyan wrote: > > On Fri, Aug 7, 2020 at 1:10 PM Erik Skultety >

Re: Installing Kali Linux using KVM virt-install tool

2020-08-07 Thread Kaushal Shriyan
On Fri, Aug 7, 2020 at 1:10 PM Erik Skultety wrote: > On Wed, Aug 05, 2020 at 10:13:57PM +0530, Kaushal Shriyan wrote: > > On Wed, Aug 5, 2020 at 1:32 PM Pavel Hrdina wrote: > > > > > On Wed, Aug 05, 2020 at 06:57:11AM +0530, Kaushal Shriyan wrote: > > > >

Re: Installing Kali Linux using KVM virt-install tool

2020-08-06 Thread Kaushal Shriyan
On Wed, Aug 5, 2020 at 10:13 PM Kaushal Shriyan wrote: > > > On Wed, Aug 5, 2020 at 1:32 PM Pavel Hrdina wrote: > >> On Wed, Aug 05, 2020 at 06:57:11AM +0530, Kaushal Shriyan wrote: >> > Hi, >> > >> > I am trying to install kali-linux-2020.2-in

Re: Installing Kali Linux using KVM virt-install tool

2020-08-05 Thread Kaushal Shriyan
On Wed, Aug 5, 2020 at 1:32 PM Pavel Hrdina wrote: > On Wed, Aug 05, 2020 at 06:57:11AM +0530, Kaushal Shriyan wrote: > > Hi, > > > > I am trying to install kali-linux-2020.2-installer-amd64.iso ( > > https://www.kali.org/downloads/) using KVM virt-install tool &

Installing Kali Linux using KVM virt-install tool

2020-08-04 Thread Kaushal Shriyan
Hi, I am trying to install kali-linux-2020.2-installer-amd64.iso ( https://www.kali.org/downloads/) using KVM virt-install tool #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 --os-type=linux --os-variant=d

ERROR Could not find an installable distribution at ....

2020-02-13 Thread Kaushal Shriyan
Hi, I am trying to set up alpine Linux Guest OS using the below command #virt-install --name=mfecdrupalalphine --file=/linuxkvmguestosdisk/var/lib/libvirt/images/mfecdrupalalphine.img --file-size=100 --nonsparse --vcpus=2 --ram=6096 --network=bridge:br0 --os-type=linux --os-variant=alpinelinux3.8

Re: [libvirt-users] Error validating install location: Distro 'rhel8' does not exist in our dictionary

2019-10-05 Thread Kaushal Shriyan
On Sat, Oct 5, 2019 at 7:27 PM Oliver Dzombic wrote: > Hi, > > if you run on a shell the command: > > osinfo-query os > > you will see that its: > > rhl8.0 | Red Hat Linux 8.0 > | 8.0 | http://redhat.com/rhl/8.0 > > > so instead of rhel8, i suggest you to try rhl8.0 > > Good

[libvirt-users] Error validating install location: Distro 'rhel8' does not exist in our dictionary

2019-10-05 Thread Kaushal Shriyan
Hi, I am running the below command to spawn CentOS8 based Virtual Machines using KVM based technology virt-install --name=centos8 > --file=/linuxkvmguestosdisk/var/lib/libvirt/images/centos8 --file-size=100 > --nonsparse --vcpus=2 --ram=8096 --network=bridge:br0 --os-type=linux > --os-variant=rhe

Re: [libvirt-users] CPU and Memory requirements for host OS ( CentOS 7.6) on Dell Poweredge R630 server

2019-08-27 Thread Kaushal Shriyan
On Tue, Aug 27, 2019 at 1:05 PM Sven Schwedas wrote: > That depends on what you plan on doing with the host. IIRC live VM > migrations use host CPU time, and depending on transport can use quite a > bit of CPU (for encryption/compression). Same with storage, if you have > a ZFS/btrfs/LVM2/RAID/en

[libvirt-users] CPU and Memory requirements for host OS ( CentOS 7.6) on Dell Poweredge R630 server

2019-08-26 Thread Kaushal Shriyan
Hi, I am running Dell R630 Poweredge 1U with 32 cores vCPU's and 96 GB RAM. What should be the minimum numbers of CPU cores and memory that should be reserved for host OS (CentOS 7.6) and the remaining CPU cores and memory resources to be allocated for Guest OS? I look forward to hearing from you

[libvirt-users] virsh command to list CPU,Memory and Storage

2019-07-29 Thread Kaushal Shriyan
Hi, Is there a way to find out total CPU's, Memory and Storage using virsh command? For example virsh list --all list out all VM's 11dockerregistry01 running 12gitlab running Any help will be highly appreciated. Thanks in Advance. Best Regards, Kaushal __