Recent Articles

  • What is mccannta?

    mccannta is the nickname which I received while a student at Biola University. More precisely, it was my username...

    Everything You Would like to Know About 'Once'

    ...all the information on the movie 'Once,' the actors, whether they're dating, and what was said in Czech at the sea....

    Lyrics to the Songs in 'Once'

    Here are all the lyrics to this great music from Glen Hansard and Markéta Irglová from 'Once.'

    2007 Reading List

    What I read last year. What do you think? Any suggestions?

    Brothers Karamazov
    Character Summary

    ...This is a brief summary for the characters in Fyodor Dostoevsky's "The Brothers Karamazov." This list will assist readers in keeping straight on all the characters in Dostoevsky's masterpiece....

Feeds

  •      
     
     
     
     
     

« Mr No Foreign Policy Experience | Main

Thursday, 20 November 2008

VMWare Workstation 6.5 Clustering Config

Here is my customized lines added to the .vmx file that enables two SCSI disks for use in VM Workstation 6.5 for use in clustering. I used this custom configuration to setup 2 disks for use in two VMs for testing clustering in Windows 2003 Server. Here are the added lines...

scsi1.present = "TRUE"
scsi1.virtualDev="lsilogic"

scsi1:1.present = "TRUE"
scsi1:1.fileName = "M:\vmachines\clusterdisk\clusterdisk1.vmdk"
scsi1:1.mode = "independent-persistent"
scsi1:1.shared="TRUE"
scsi1:1.redo = ""

scsi1:2.present = "TRUE"
scsi1:2.fileName = "M:\vmachines\clusterdisk\quorumdisk.vmdk"
scsi1:2.mode = "independent-persistent"
scsi1:2.shared="TRUE"
scsi1:2.redo = ""

disk.locking = "false"
diskLib.dataCacheMaxSize = "0"
diskLib.dataCacheMaxReadAheadSize = "0"
diskLib.dataCacheMinReadAheadSize = "0"
diskLib.dataCachePageSize ="4096"
diskLib.maxUnsyncedWrites = "0"

I relied heavily on the following blogs to assemble this code:

 

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d834205f9c53ef0105360bffad970b

Listed below are links to weblogs that reference VMWare Workstation 6.5 Clustering Config:

Comments

In order to use w2k8 clustering you have to use SAS adapter

I gave up. Eventually just went to using StarWind and iSCSI which worked perfectly.
http://blog.baeke.info/blog/_archives/2005/5/6/657277.html

James, You fist need to create the extra disk(s) from the management console while the machine is off Make the disk sit on SCSI 1:1. Let's discuss in detail over email...

I've copy/pasted the code from this post (except the file paths) and the disks do appear in both W2K8 nodes. However, i get "No disks suitable for cluster disks were found" when i try to add storage. Validation test shows: Disk bus type does not support clustering." I am using bus type SCSI and LSI adapter. I thought they were compatible...?

My next test will involve downgrading the version to 6.0 upon installation and go from there. I will also perform the same tests using Windows 2003 Enterprise as I think this might be an issue with Windows 2008. Will post back after my next test. If anyone would like to email me directly... david@zertek.com

I have tried this with MANY configurations using Windows Server 2008 Enterprise without complete success. I was able to get the drive to mount to both servers just fine, but if you create a folder or anything on either server, the other server does not see it until you make the drive offline then back online again. I had the same results if I left it defaulted to lsisas1068 or when I created the servers with lsilogic.

I have a couple questions... the default settings when creating a VM in Workstation 6.5 are lsisas1068. You have shown here to use lsilogic wich you can select if you go through the CUSTOMIZE route. Is this a MUST or will it all still work using the lsisas1068 default setting? I also notice you don't state the shared bus line to say "virtual". Is this line not needed? Will these settings still work with Windows Server 2008 Enterprise? Since most people are now moving to 2008, this is VERY valuable to know.

Hi,

Few words to tell that even if Workstation (v6.5 build 118066)claims to be ignoring shared disks at the launching of the VM (Balloon saying Clustering is not supported for VMware Workstation. This setting will be ignored.) It DOES works inside the VM (Windows 2003 enterprise).

I was getting mad at this all this day :)

Thanks a lot for your "trick" so ;)

Hey, really appreciate.

I will check this next week.

Best Regards

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment