KVM guests unique ID

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Virtualization and Cloud Computing KVM guests unique ID
# 1  
Old 07-28-2014
KVM guests unique ID

Hi,
I wanted to know if there was a way to get a unique UUID for KVM guest from the guest OS which isn't easily modifiable. I have a software that I would like to run inside a KVM guest and want to do some license protection on it using a unique UUID. Does KVM allow multiple VMs on the same machine with same UUID. I mean if someone edits the configuration file of the VM manually from the host, would it still bring up the VM if the uuid was duplicated ? Also how can I get the uuid of a guest VM from the guest ?

Also if someone could throw some light on guest host communication channel. Is there an equivalent of Xenstore or guest property store in KVM ? Some mechanism to share small messages between the guest and the host.

Thanks
Shivani
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Print unique lines without sort or unique

I would like to print unique lines without sort or unique. Unfortunately the server I am working on does not have sort or unique. I have not been able to contact the administrator of the server to ask him to add it for several weeks. (7 Replies)
Discussion started by: cokedude
7 Replies

2. Shell Programming and Scripting

Change unique file names into new unique filenames

I have 84 files with the following names splitseqs.1, spliseqs.2 etc. and I want to change the .number to a unique filename. E.g. change splitseqs.1 into splitseqs.7114_1#24 and change spliseqs.2 into splitseqs.7067_2#4 So all the current file names are unique, so are the new file names.... (1 Reply)
Discussion started by: avonm
1 Replies

3. HP-UX

HPVM Unable to create more guests due to lack of RAM

Hi All, There are few threads regarding this subject of being unable to create more guests due to lack of RAM. So I am aware how the sum works.. add 8.5% to whatever is allocated, be that the host or guest. But I'm not sure if I have a hardware issue with memory or what I see is correct as I am... (3 Replies)
Discussion started by: EricF
3 Replies

4. Virtualization and Cloud Computing

VirtualBox on Solaris -> no 64 bit guests

Hi, we try to export a Solaris installation from one laptop to another. I installed Solaris as 64 bit guest OS on my Mac in VirtualBox. After the transfer of the exported files to the other laptop (Dell Studio with T4300 Intel CPU) we try to start the guest in 64 bit mode but the guest only runs... (2 Replies)
Discussion started by: DukeNuke2
2 Replies

5. Shell Programming and Scripting

get part of file with unique & non-unique string

I have an archive file that holds a batch of statements. I would like to be able to extract a certain statement based on the unique customer # (ie. 123456). The end for each statement is noted by "ENDSTM". I can find the line number for the beginning of the statement section with sed. ... (5 Replies)
Discussion started by: andrewsc
5 Replies
Login or Register to Ask a Question
XEN-CREATE-NFS(8)					 Perl Programmers Reference Guide					 XEN-CREATE-NFS(8)

NAME
xen-create-nfs - Create a Xen configuration file for an NFS-root guest. SYNOPSIS
xen-create-nfs [options] Help Options: --help Show help information. --manual Read the manual for this script. --version Show the version information and exit. --verbose Show diagnostic output. Networking Options: --broadcast The broadcast address to use when configured with a static IP. --dhcp Configure the guest to use DHCP for IP allocation. --gateway The gateway address to use when configured with a static IP. --hostname The hostname to configure for the guest. --ip The IP address to use when configured with a static IP. --netmask The netmask to use when configured with a static IP. --nameserver The nameserver to use when configured with a static IP. General options: --admins Specify which users should be setup as xen-shell admins. --force Force the overwriting of an existing configuration file. --initrd Specify the initial ramdisk for the guest. --kernel Specify the kernel to use for the guest. --memory Specify the memory to allocate for this guest. --mac Specify the MAC address to use for the guest. --template Specify an alternative template file to use. NFS options: --nfs_server Specify the NFS server to mount the root partition from. --nfs_root Specify the path, upon the NFS server, to mount. OPTIONS
--help Show help information. --hostname Specify the hostname to delete. --manual Read the manual for this script. --version Show the version number and exit. DESCRIPTION
xen-create-nfs is a simple script which allows you to easily create a single configuration file for a Xen guest which will mount its remote filesystem over an NFS root. It doesn't create any images to use for local storage, and it doesn't support more than the minimal number of options to completement the existing xen-create-image script, however it is hopefully useful. REFERENCE
For more details on what you'll need to support NFS-root Xen guests the following article, written by the author, might be useful: http://www.debian-administration.org/articles/505 AUTHORS
Steve Kemp, http://www.steve.org.uk/ StA~Xphane Jourdois LICENSE
Copyright (c) 2005-2009 by Steve Kemp, (c) 2010 by The Xen-Tools Development Team. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license. 4.3.1 2012-06-30 XEN-CREATE-NFS(8)