Issue
How do I check if the daemon is running on the macOS.
Environment
macOS
VMware Carbon Black Cloud
Resolution
You can check if the daemon is running by running the following command on the terminal.
$:-) % ps -ef | grep repmgr
Commands to restart the daemon.
% sudo launchctl unload /Library/LaunchDaemons/com.vmware.carbonblack.cloud.daemon.plist
% sudo launchctl load /Library/LaunchDaemons/com.vmware.carbonblack.cloud.daemon.plist
Comments
0 comments
Please sign in to leave a comment.