I am running GSX v3.0.0. build-7592 and am having trouble installing Oracle 10g RAC using two Windows 2003 server VMs and a shared disk.
I have run through the steps as specified by Oracle, and
the Oracle 10g install goes OK until it tries to start the OracleCSService (in the config step), which hangs and eventually gives the errors:
vtabjva5 service OracleCSService in improper PENDING state, err(997)
vtabjva6 service OracleCSService in improper PENDING state, err(997)
My last attempt resulted in the Windows 2003 VMs hanging on startup.
The VMX files for both VMs look like this:
\-----
config.version = "6"
virtualHW.version = 2
localConsole = TRUE
displayName = "VTABJVA5 - W2K3 - Oracle10g RAC 01"
draw = "gdi"
guestOS = "winNetStandard"
ide0:0.present = TRUE
ide0:0.fileName = "Windows Server 2003, Standard Edition.vmdk"
ide1:0.present = TRUE
ide1:0.deviceType = "cdrom-image"
ide1:0.fileName = "Shared_Disk\Oracle10g_v10.1.0.2_DVD.iso"
memsize = "256"
ethernet0.present = TRUE
ide0:1.present = TRUE
ide0:1.fileName = "Windows Server 2003, Standard Edition (2).vmdk"
ide1:0.startConnected = "FALSE"
RemoteDisplay.bpp = 24
RemoteDisplay.depth = 24
uuid.location = "56 ... a5"
tools.syncTime = FALSE
uuid.bios = "56 ... a5"
ethernet0.connectionType = "bridged"
floppy0.fileName = "A:"
priority.grabbed = "normal"
priority.ungrabbed = "normal"
redoLogDir = "."
Ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:d5:8a:a5"
ethernet0.generatedAddressOffset = "0"
floppy0.startConnected = "FALSE"
undopoint.action = "keep"
Ethernet1.present = "TRUE"
Ethernet1.addressType = "generated"
ethernet1.generatedAddress = "00:0c:29:d5:8a:af"
ethernet1.generatedAddressOffset = "10"
gui.exitOnCLIHLT = "FALSE"
disk.locking = "false"
diskLib.dataCacheMaxSize = "0"
scsi0.present = "TRUE"
scsi0.sharedBus = "virtual"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "Shared_Disk\Oracle10g_RAC_shared_Disk_01.vmdk"
scsi0:0.sharedBus = "virtual"
scsi0:0.shared="true"
scsi0:0.deviceType = "scsi-hardDisk"
scsi0:1.present = "TRUE"
scsi0:1.fileName = "Shared_Disk\Oracle10g_RAC_shared_Disk_02.vmdk"
scsi0:1.sharedBus = "virtual"
scsi0:1.shared="true"
scsi0:1.deviceType = "scsi-hardDisk"
\-----
Can anybody see any problems with ths scsi0:x settings?
Any help would be appreciated.