Client-server

Hi,
I have installed the vmware server on my debian os and has several clients connected to it. Is there any script that enable the server to restart the client automatically??

Can anyone help.

Thanks in advance

Assuming you are talking about starting a VM automatically

vmrun start <path to vmxfile>

I already have my vmware server running on 1 pc and have several client connected to it from different ones. I'm wandering about how the server machine can shutdown/restart a specific client machine. Each client has different IPs.

OK, thanks I understood now. :slight_smile: I am now writing a shell script and a C program. And in the shell script I want to execute this vmrun command.. Is that possible??