Specifications

Table Of Contents
VMware Server Administration Guide
170 VMware, Inc.
Machine”).!Follow!the!Custom!path.!Choose!the!settings!you!want!(for!example,!
the!size!of!the!virtual!disk!or!the!amount!of!memory),!but!make!sure!you!specify
! Windows!2000!Advanced!Server!or!Windows!Server!2003!Enterprise!Edition!
as!the!guest!operating!system.
! SQL1!as!the!virtual!machine!name.
! The!virtual!machine!directory!as!d:\cluster\SQL1!(on!a!Windows!host)!or!
/home/cluster/SQL1!(on!a!Linux!host).
! Bridged!networking!for!the!virtual!machine.
! SQL1!as!the!disk!filename.
3Open!the!virtual!machine!settings!editor.!Choose!VM!>!Settings.
4Add!a!new!network!adapter!that!uses!either!another!external!adapter!or!the!
VMnet1!hostonly!adapter.!(For!complete!isolation!from!the!host,!you!can!also!use!
any!unused!virtual!Ethernet!switch,!typically!VMnet2!through!VMnet7.)!
For!
information,!see!“A d d i ng !and!Modifying!Virtual!Network!Adapters”.
This!adapter!is!used!as!the!virtual!private!Ethernet!connection!for!heartbeat!
monitoring.
5Add!the!two!virtual!disks!that!are!to!be!shared:
! A!shared!data!disk!(call!it!data.vmdk,!for!example)
! A!shared!quorum!disk!(call!it!quorum.vmdk,!for!example)!to!store!transactions!
before!they!are!committed!to!the!data!disk!
For!information,!see!“A d d i ng !Virtual!Disks!to!a!Virtual!Machine”.
6Click!OK!to!save!your!changes!and!close!the!virtual!machine!settings!editor.
7Using!a!text!editor,!manually!edit!the!configuration
!file!
d:\cluster\SQL1\SQL1.vmx!(on!a!Windows!host)!or!/home/cluster/SQL1/SQL1.vmx!
(on!a!Linux!host).
8Add!the!following!lines!to!the!configuration!file:
scsi1.sharedBus = virtual
disk.locking = "false"
This!enables!SCSI!reservation,!which!is!described!in!more!detail!in!the!section!
“Using!SCSI!Reservation!to!Share!SCSI!Disks!with!Virtual!Machines”!on!page 161.
You!are!finished!creating!the!virtual!
machine!for!the!first!node!in!your!cluster.!The!next!
step!is!to!install!a!guest!operating!system!in!the!virtual!machine.