I am setting up a server and only have access to the server through the command line. I have successfully(hopefully) installed VMWare Server on this Linux machine and am trying to start the Virtual Machine that I copied to the server. Does anyone have any ideas?
My config file
*************************
guest.commands.enabledonhost = “TRUE”
vmnet1.hostonlyaddress = “172.16.111.1”
authd.client.port = “902”
authd.proxy.nfc = “vmware-hostd:ha-nfc”
loop.fullpath = “/usr/bin/vmware-loop”
guest.commands.anonguestpasswordonhost = “”
product.buildnumber = “156745”
vmnet1.hostonlynetmask = “255.255.255.0”
authd.proxy.vim = “vmware-hostd:hostd-vmdb”
bindir = “/usr/bin”
dhcpd.fullpath = “/usr/bin/vmnet-dhcpd”
guest.commands.anonguestusernameonhost = “”
control.fullpath = “/usr/bin/vmware-cmd”
product.version = “2.0.1”
authd.fullpath = “/usr/sbin/vmware-authd”
guest.commands.allowanonrootguestcommandsonhost = “FALSE”
vmware.fullpath = “/usr/bin/vmware”
libdir = “/usr/lib/vmware”
guest.commands.allowanonguestcommandsonhost = “FALSE”
vmdir = “/var/lib/vmware/Virtual Machines”
authd.soapserver = “TRUE”
product.name = “VMware Server”
vix.libdir = “/usr/lib/vmware-vix/lib”
**************
Any help would be appreciated.
-Jeff