Import old talks from 2010 and 2011 (Boston).
[libguestfs-talks.git] / 2010 / 0100-disk-image.html
1 <link rel="stylesheet" href="style.css" type="text/css"/>
2 <script src="code.js" type="text/javascript"></script>
3
4 <h1>Disk image ops</h1>
5
6 <img align="right" src="diskimg.png">
7
8 <ul>
9 <li> Clone the machine and change the hostname <small>&c</small>
10
11 <li> What licensed software is installed? <i>(auditing)</i>
12
13 <li> Is it running out of disk space? <i>(monitoring)</i>
14
15 <li> Resize it <i>(admin)</i>
16
17 <li> Take a back-up, or copy bits in or out
18
19 <li> VM doesn't boot &rarr; edit <code>grub.conf</code>
20
21 <li> Make a new one from scratch
22 </ul>