Table of Contents

My Xen solution

This is the way I setup my servers running Xen. I'm working with IBM San DS4700 and IBM Bladecenter HS21.

+------+   +------+   +--------+     +--------+   +------+   +------+
| dom1 |   | dom2 |   | dom3   |     | dom4   |   | dom5 |   | dom6 |
|      |   |      |   |  ------|     |  ------|   |      |   |      |       [.... more domX ....]
|      |   |      |   |  |ocfs2|     |  |ocfs2|   |      |   |      |
+----|-+   +----|-+   +----|---+     +----|---+   +-|----+   +---|--+
  V  |       V  |       V  |           V  |        V|          V |
  |  |       |  |       |  |           |  |        ||          | |
  +==¦=======+==:=======+  |           +==:========+:==========+ |
  |  |          |          |           |  |         |            |
  |  +--------+++----------+           |  +--------+++-----------+
  |           |||                      |           |||
+-|-----------|||--------------+     +-|-----------|||--------------+
| OCFS2 | Xen HW |             |     | OCFS2 | Xen HW |             |
|-|-----------|||-             |     |-|-----------|||-             |       [.... more dom0 ....]
| |  dom0 (1) |||              |     | |  dom0 (2) |||              | 
+-|-----------|||--------------+     +-|-----------|||--------------+
  |           |||                      |   +-------¦+|
  +===========:::======================+   |       | |
  |           |||                          |       | |
  |           ||+==========================+===+===+ |
  |           |+---------------+      +----+   |     |
  |           +--------+       |      |        |     +--+
+-|--------------------|-------|------|--------|--------|-----------+
| SAN os_img_pool | Data1 | Data2 | Data3 | Data4   | Data5 |       |
|    (ocfs2)      | (xfs) | (xfs) | (xfs) | (ocfs2) | (xfs) |       |
|------------------------------------------------------------       |
| DS 4700 SAN                                                       |
+-------------------------------------------------------------------+

Pros

Cons