I am supporting an ESX 3.0.1 image that I did not create.
The image is created by a linux group.
I use to be able to get these commands to work.
service sshd restart
reboot
But they are not working anymore.
The command that works instead are below.
/etc/init.d/sshd restart
shutdown -r now
Does anyone know if these are custom vmware commands? And like in the dos world, i have to include it in a path statement?
I'm trying to see why the commands do not work now.
Thanks.
The image is created by a linux group.
I use to be able to get these commands to work.
service sshd restart
reboot
But they are not working anymore.
The command that works instead are below.
/etc/init.d/sshd restart
shutdown -r now
Does anyone know if these are custom vmware commands? And like in the dos world, i have to include it in a path statement?
I'm trying to see why the commands do not work now.
Thanks.