Mac-OS Agent Installation Guide
Describes the installation steps for Motadata Mac OS Agent.
System Requirements
Target Machine OS:
- macOS 10.15 and above
note
To install, the user must have root permissions.
Installation Links
Mac OS (64bit) (Intel/M1): Click Here
Installation Steps
Download the latest Mac agent file from the given link.
Open terminal and change directory to where the agent file is downloaded.
Check the permissions of the Mac Agent file whether it is executable. If not, run the following command.
sudo chmod 777 MotadataServiceOpsAgent
- Now run the Mac agent file using the following command:
sudo ./MotadataServiceOpsAgent
- The installation process will begin, and it will ask for the URL of the main server.
note
You can get the activation code from ServiceOps in Admin > Organization > Account > License Details tab.
- The installation process will complete after providing the URL.
Uninstall Mac Agent
Open Terminal and follow the below mentioned commands:
- Stop Agent Service:
sudo launchctl unload /Library/LaunchDaemons/com.motadataserviceops.agent.plist
- Remove Agent Service:
sudo rm /Library/LaunchDaemons/com.motadataserviceops.agent.plist
- Delete Agent dir:
sudo rm -rf /opt/Motadata