I am wondering about a certain scenario.
User on some machine runs a command. This unpacks XEN and boots up domain 0. Domain 0 boots up 3 other domains that are setup in this way.
- One is a "client" domain
- One is an apache / php server
- One is a database server (MySQL)
When the servers are up, the client machine runs a script that does some benchmarking on the performance of the webserver.
When the benchmarking is done, the results are output and the XEN cleans up after himself (as if he was never there)
What I am wondering if this is possible and what gotchas I need to keep in mind about the XEN setup?