The current situation is this:
1x ESXi 4.1 host with:
1x VM: main win2k8 server (hostname: fs01)
physical disk 1 (250GB) -> datastore 1 (200GB) -> vmdisk with OS of VM's
physical disk 2 (250GB) -> datastore 2 (200GB) -> vmdisk with files
physical disk 3 (500GB) -> datastore 3 (500GB) -> vmdisk with files
physical disk 4 ( 1TB) -> not configured yet
fs01 configuration:
datastore 1 -> C:\ ( 40GB) -> OS
datastore 2 -> D:\ (200GB) -> shares (\\fs01\users\public; \\fs01\users\%username%)
datastore 3 -> E:\ (500GB) -> shares (\\fs01\media)
fs01
has file shares on datastore 2
and datastore 3
.
What I wish is to have a fallback VM fs02
configured exactly like fs01
that uses the vmdisk images on datastore 2
and datastore 3
from fs01
. So that if fs01
crashes or fails to start fs02
will boot up and make the file shares available to me.
I don't even know if ESXi can check whether or not fs01
has booted properly, but I'm guessing it does have a way of checking if it's on or not. And if not have ESXi startup fs02
automatically.
My clients have mappings to the shared folders of fs01
, and I won't mind if the mappings aren't available because fs01
crashed. As long as I can have fs02
boot up automatically so the shared folders become available by directly addressing them. (like \\fs02\users\public
; \\fs02\media
)
So fs01
and fs02
share the disk images located in datastore 2
and datastore 3
.
Questions:
- Can ESXi check if
fs01
has started and if not startfs02
? - Can
fs01
andfs02
share the same disk images from the datastores?