search for: vm_name

Displaying 20 results from an estimated 62 matches for "vm_name".

Did you mean: vg_name
2014 Dec 22
2
virt-v2v - Unable to authenticate to vCenter as DOMAIN\user
Hi, I am encountering an issue with virt-v2v where I need to authenticate to the vCenter as DOMAIN\user. I have tried the following with the resulting errors: 1. 'virt-v2v -v -x -ic 'vpx://vcenter/Datacenter/cluster_name/esx_server?no_verify=1' vm_name -o local -of raw -os /tmp' - prompted for username password - entered 'DOMAIN\User' as username - successfully retrieves libvirt xml - errors with 'virt-v2v: error: vcenter: incorrect username or password.' 2. virt-v2v -v -x -ic 'vpx://DOMAIN\user@vcenter/Datacenter/clu...
2015 Oct 20
2
Extlinux with guestfish
...ith guestfish as a bootloader for my guests and I always get this error: SYSLINUX 4.05 EDD 0x54f93f16 Copyright (C) 1994-2010 H. Peter Anvin et al ERROR: No configuration file found No default or UI configuration directive found! boot: _ *This is how I create the virtual machines:* lvcreate -n vm_name -L 9G vm_volumes parted /dev/vm_volumes/vm_name mklabel msdos parted -a optimal /dev/vm_volumes/vm_name mkpart primary ext4 0% 100% parted /dev/vm_volumes/vm_name set 1 boot on kpartx -av /dev/vm_volumes/vm_name mkfs.ext4 /dev/mapper/loop0p1 mount /dev/mapper/loop0p1 /mnt/clone tar -zxf /ro...
2014 Apr 18
2
"virt-install" source location boot disk
Hi virt, im stumped... any help would be appreciated. I normally create my VMs like this: base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/" sudo virt-install --hvm --name $vm_name$i --ram 4000 \ --disk path=/VirtualMachines/$vm_name$i,size=30 \ --location $base -x "ks=http://xxx.os21.ks$kx" HOWEVER... I'm finding that my VMs dont boot after i restart the Host. My question is: Where is virt-install writing the boot disk to? I get a error message that the...
2015 Oct 20
0
Re: Extlinux with guestfish
...s get this error: > > SYSLINUX 4.05 EDD 0x54f93f16 Copyright (C) 1994-2010 H. Peter Anvin et al > ERROR: No configuration file found > No default or UI configuration directive found! > boot: _ > > > > *This is how I create the virtual machines:* > > lvcreate -n vm_name -L 9G vm_volumes > > parted /dev/vm_volumes/vm_name mklabel msdos > parted -a optimal /dev/vm_volumes/vm_name mkpart primary ext4 0% 100% > parted /dev/vm_volumes/vm_name set 1 boot on > > kpartx -av /dev/vm_volumes/vm_name > > mkfs.ext4 /dev/mapper/loop0p1 > >...
2014 Jan 31
1
Libvirt Error Creating VMs for Nimbus Cloud
...pace lease 2014-01-31 13:48:45,589 - ERROR - Problem creating the VM: An error occurred, but the cause is unknown Traceback (most recent call last): File "/opt/nimbus/src/python/workspacecontrol/main/wc_core_creation.py", line 137, in _common_withnetbootstrap _common_withnetsecurity(vm_name, nic_set, kernel, local_file_set, p, c, netsecurity, platform, justprint) File "/opt/nimbus/src/python/workspacecontrol/main/wc_core_creation.py", line 164, in _common_withnetsecurity raise e UnexpectedError: Problem creating the VM: An error occurred, but the cause is unknown 2014-...
2015 Sep 11
2
Backup a VM (using live external snapshot and blockcommit)
...the libvirt way. AFAIU, live backups using libvirt may be done thanks to blockcommit as explained here on the wiki [2]. -> Considering our use case, is this the recommended way? Assuming yes, here is the plan. I wrote a script that does # Create snapshot virsh snapshot-create-as --domain $VM_NAME snap --diskspec vda,file=$VM_DIR/"$VM_NAME"-snap.qcow2 --disk-only --atomic --no-metadata --quiesce # Copy frozen backing file cp $VM_DIR/"$VM_NAME".qcow2 $SNAP_FILEPATH # Blockcommit snapshot back into backing file virsh blockcommit $VM_NAME vda --active --pivot # Remove sna...
2015 Sep 11
0
Re: Backup a VM (using live external snapshot and blockcommit)
...> > -> Considering our use case, is this the recommended way? Yes, using active block-commit is the ideal way to perform a live backup. > > Assuming yes, here is the plan. > > I wrote a script that does > > # Create snapshot > virsh snapshot-create-as --domain $VM_NAME snap --diskspec > vda,file=$VM_DIR/"$VM_NAME"-snap.qcow2 --disk-only --atomic > --no-metadata --quiesce > > # Copy frozen backing file > cp $VM_DIR/"$VM_NAME".qcow2 $SNAP_FILEPATH > > # Blockcommit snapshot back into backing file > virsh blockcommit $VM...
2015 Jan 02
2
Secret incantations for virt-viewer?
...by name without also having to add a port # suffix, that is more difficult. Easiest way for you to do so is to create shell aliases for each one. For my own deployments, I have a wiki page which documents what VNC ports are used. There's also virsh commands to extract info. virsh dominfo <VM_name> virsh vncdisplay <VM_name> > > With virt-viewer I can name the domain on the command line. It is > unambiguous > - There is no doubt about which VM it will connect to. > > I found where the VNC port can be fixed in the XML file that defines each > VM. > However,...
2017 Feb 18
2
Voicemail notification by email is missing CallerID info
All; I am running Asterisk 11.6-cert16 and I have voicemail setup so voicemail messages are sent as email attachments. That works fine. However, the body of the email contains the CallerID(name), but is missing the CallerID(num). For example, the email body looks like this: Just wanted to let you know you were just left a 0:21 long message (number 13) in mailbox 101 from WIRELESS
2020 Jun 25
1
virsh edit does not work when <initiator> and <auth> is used in config
Hello, I am having problem when using: "virsh edit <vm_name>" my VM has network iscsi disk defined: <disk type='network' device='disk'> <driver name='qemu' type='raw'/> <source protocol='iscsi' name='iqn.1992-08.com.netapp:5481.60080e50001ff2000000000051aee24d/0'&gt...
2014 Aug 01
2
Live blockcopy onto storage pool that is an NFS mount?
Hello, I am running qemu-kvm 1.4.0 and libvirt 1.0.2 on Ubuntu 12.04. I have two NFS mountpoints configured as two separate pools in virsh: <pool type='dir'> <name>nfs1</name> <uuid>419d799c-2493-6ebc-6848-53b0919e7bad</uuid> <capacity unit='bytes'>6836057014272</capacity> <allocation unit='bytes'>0</allocation>
2014 Dec 22
0
Re: virt-v2v - Unable to authenticate to vCenter as DOMAIN\user
...ote: > Hi, > > I am encountering an issue with virt-v2v where I need to authenticate to the vCenter as DOMAIN\user. > > I have tried the following with the resulting errors: > > 1. 'virt-v2v -v -x -ic 'vpx://vcenter/Datacenter/cluster_name/esx_server?no_verify=1' vm_name -o local -of raw -os /tmp' > - prompted for username password > - entered 'DOMAIN\User' as username > - successfully retrieves libvirt xml > - errors with 'virt-v2v: error: vcenter: incorrect username or password.' > > 2. virt-v2v -v -x -ic 'vpx://DOMA...
2014 Apr 22
0
Re: "virt-install" source location boot disk
Jay Vyas <jayunit100@gmail.com> writes: > Hi virt, im stumped... any help would be appreciated. > > I normally create my VMs like this: > > base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/" > > sudo virt-install --hvm --name $vm_name$i --ram 4000 \ > --disk path=/VirtualMachines/$vm_name$i,size=30 \ > --location $base -x "ks=http://xxx.os21.ks$kx" > > HOWEVER... I'm finding that my VMs dont boot after i restart the Host. > > My question is: Where is virt-install writing the boot disk to? I...
2014 Dec 23
1
Re: virt-v2v - Unable to authenticate to vCenter as DOMAIN\user
...>> I am encountering an issue with virt-v2v where I need to authenticate to the vCenter as DOMAIN\user. >> >> I have tried the following with the resulting errors: >> >> 1. 'virt-v2v -v -x -ic 'vpx://vcenter/Datacenter/cluster_name/esx_server?no_verify=1' vm_name -o local -of raw -os /tmp' >> - prompted for username password >> - entered 'DOMAIN\User' as username >> - successfully retrieves libvirt xml >> - errors with 'virt-v2v: error: vcenter: incorrect username or password.' >> >> 2. vi...
2014 Jan 22
0
How to change virtfs/9p/v9fs umask
...bin 1.2.0-2 amd64 programs for the libvirt library ii libvirt0 1.2.0-2 amd64 library for interfacing with different virtualization systems ii python-libvirt 1.2.0-2 amd64 libvirt Python bindings $ ps ax | grep vm_name 23307 ? Sl 0:40 qemu-system-x86_64 -enable-kvm -name vm_name -S -machine pc-1.1,accel=kvm,usb=off -cpu core2duo,+lahf_lm,+pdcm,+xtpr,+cx16,+tm2,+est,+smx,+vmx,+ds_cpl,+dtes64,+pbe,+tm,+ht,+ss,+acpi,+ds -m 1024 -realtime mlock=off -smp 2,sockets=2,cores=1,threads=1 -uuid 2387f160-ffa2-346...
2012 Mar 02
3
xm domstate command not found
hi alll.. i want to find the xen domain''s state using xm domstate command, domstate command works fine inside virish but when i try with xm like [xm domestate VM_NAME] its giving an error saying subcomand domestate not found. i just want to shutoff the xen virtual domains using a scrip to take backup. so i just want to make sure that the domain are shutdown successfully after the xm shutdown command. can anyone help me pls. thanks in Advance.
2006 Feb 22
1
SV: Re: SV: Re: SV: Re: Fromstring when sending e-mailonrecievedvoicemail
...s ("FromLineOverride=YES") line was commented out. Removing that comment did the trick :) > > Now I only need to change the e-mail's title. Is that possible? > Same way. In voicemail.conf: emailsubject and emailbody ; Change the from, body and/or subject, variables: ; VM_NAME, VM_DUR, VM_MSGNUM, VM_MAILBOX, VM_CALLERID, VM_CIDNUM, ; VM_CIDNAME, VM_DATE ; ; Note: The emailbody config row can only be up to 512 characters due to a ; limitation in the Asterisk configuration subsystem. ;emailsubject=[PBX]: New message ${VM_MSGNUM} in mailbox ${VM_MAILBOX} ; The fol...
2014 Apr 22
2
Re: "virt-install" source location boot disk
...mail.com> writes: > > > Hi virt, im stumped... any help would be appreciated. > > > > I normally create my VMs like this: > > > > base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/" > > > > sudo virt-install --hvm --name $vm_name$i --ram 4000 \ > > --disk path=/VirtualMachines/$vm_name$i,size=30 \ > > --location $base -x "ks=http://xxx.os21.ks$kx" > > > > HOWEVER... I'm finding that my VMs dont boot after i restart the Host. > > > > My question is: Where is virt-install wr...
2003 Sep 19
1
VoiceMail fromstring?
...silencethreshold=128 ; Max number of failed login attempts maxlogins=3 ; Skip the "[PBX]:" string from the message title ;pbxskip=yes ; Change the From: string fromstring=VoiceMail System ; Whats wrong??? (this comment isn't here in the real file) ; Change the email body, variables: VM_NAME, VM_DUR, VM_MSGNUM, VM_MAILBOX, VM_CALLERID, VM_DATE ;emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you were just left a ${VM_DUR} long message (number ${VM_MSGNUM})\nin mailbox ${VM_MAILBOX} from ${VM_CALLERID}, on ${VM_DATE} so you might\nwant to check it when you get a chance....
2013 Mar 15
2
strange phenomenon on CPU affinity
Hello, My testing machine has 2 quad-core CPU (It supports hyperthreading, but i disable it in BIOS). I uses Xen 4.0.1 as the hypervisor. When I use 8 VMs to conduct a test, CPU affinity of the VMs is very strange. Like this: vm_name vcpu_num cpu_affinity Domain-0 8 any VM1 4 1,3,5,7 VM2 4 1,3,5,7 VM3 4 1,3,5,7 VM4 4 1,3,5,7 VM5 4 1,3,5,7 VM6 4 0,2,4,6 VM7 4 0,2,4,6 VM8 4 0,2,4,6 I do not se...