To extend a disk in vmware, can be done with the following command:
vmware-vdiskmanager -x <final size> “<name of virtual disk that you want extend.vmdk>”
Example:
vmware-vdiskmanager -x 10GB “CentOS Enterprise Linux 4.vmdk”
After this you have extended your disk, and need to extend in your SO guest.