I did something close to that: virt-win-reg $diskimage 'HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\ComputerName\ComputerName' ComputerName
guestfish --ro -a $diskimage -i cat /etc/sysconfig/network | grep HOSTNAME= | cut -d\= -f2 Same results though. I'm only running RHEL and Windows guests, so the above worked fine for me. I just recently started following your blog, I should look over your older posts. -Kenny On Thu, Nov 4, 2010 at 11:39 AM, Richard W.M. Jones <[email protected]> wrote: > On Thu, Nov 04, 2010 at 08:25:04AM -0400, Kenneth Armstrong wrote: >> Actually, after I posted that message, I found in the man page the bit >> about CurrentControlSet. I did finally get a script together that >> works out well digging into either a Windows VM or a RHEL VM and >> finding the hostname on my RHEV export storage. This way I am able to >> make a backup of my exported VM's and rename them to what the VM is >> actually called, rather than the 32 character GUID that RHEV creates >> when exporting the VM. > > Did you see this too? > > https://rwmj.wordpress.com/2010/10/01/tip-get-the-hostname-of-a-guest/ > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones > virt-top is 'top' for virtual machines. Tiny program with many > powerful monitoring features, net stats, disk stats, logging, etc. > http://et.redhat.com/~rjones/virt-top > _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
