Uninstalling a Replicate instance installed as a service
To uninstall an instance of Replicate, run the following command:
instancename uninstall[=soft]
Running the script will:
- Stop the instance instancename
- If run as root:
- Delete the start/stop links for instancename for run levels as specified in the script (chkconfig)
- Delete instancename symbolic link from the replicate bin directory
- Delete instancename from the service installation directory
- Delete the instancename record from the list of installed instances
Information noteThe script will not allow a non-root user to uninstall a service that was installed by root.