FOG Services Ubuntu16.04_64Bit LTS (Server Edition)
-
I have successfully installed FOG 1.3.0 RC7 on Ubuntu16.04_64 bit LTS (Server Edition)
Now I want to start or stop some of the FOG services such as
FOGImageReplicator FOGPingHosts FOGSnapinReplicator
FOGMulticastManager FOGSchedulernot able to find in /etc/init.d/…
-
sudo service stop FOGImageReplicator
for instance
-
root@fogch01:/home/satheesh# sudo service stop FOGImageReplicator
stop: unrecognized serviceor
root@fogch01:/home/lsathya# service stop FOGImageReplicator
stop: unrecognized serviceBoth not working…
-
@Satheesh Sorry, you have to put the servicename first like
sudo service FOGImageReplicator status
-
Thank you above command working…And i got the loaction of the files