Child pages
  • Xen

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When creating Debian systems it uses debbootsrap (described above).

Required Debian packages

ntp is required.  Ref: http://xen.1045712.n5.nabble.com/keeping-time-in-sync-tp5725115p5725116.html

Controlling DomUs

Start a DomU

...

To shutdown the OS and destroy the DomU: xl shutdown <DomU config path><domain-id>

For example:

cd /etc/xen && xl list
xl shutdown <domain-id> 5

In case the DomU's OS has been stopped (or will not stop!): xl destroy <domain-id>

...

Detach from the console by Ctl+[ ] or, for putty, Ctl+5

 

Troubleshooting

...