User login

I am running my PERCEUS master in VMware and my nodes can't get provisioned

Chances are the VMNet you are using has VMware's DCHP server enabled by default.
To disable DHCP for a specific VMNet: (VMNet 1 in this example)

VMWare Server hosted on Linux
===============================

Edit the /etc/vmware/locations file and change the following lines
answer VNET_1_DHCP yes
to
answer VNET_1_DHCP no

VMWare Server hosted on Windows
==========================================

Stop the VMWare DHCP Service

VMWare Infrastructure (ESX, ESX3i)
==================================

You must configure a second vSwitch solely for the private use of the cluster. Name it "Private Cluster Network". Associate the second vNIC on the master and the primary vNICs on the nodes with it.

(c) Infiscale, Inc.