Description
I want to stop and/or start the Portfolio 2.x services on Mac OS.
Solution
You can stop the services that make up Portfolio 2.x from the Terminal application.
Stopping Portfolio 2.x from the Terminal application
Open the Terminal application. In the Terminal window, enter the following commands one at a time, pressing Enter between each command.
sudo launchctl unload /Library/LaunchDaemons/com.extensis.dam-server.web.admin.launchd.plist
sudo launchctl unload /Library/LaunchDaemons/com.extensis.portfolio.server.media.delegate.plist
sudo launchctl unload /Library/LaunchDaemons/com.extensis.portfolio.server.elasticsearch.plist
sudo launchctl unload /Library/LaunchDaemons/com.extensis.portfolio.mongod.plist
sudo launchctl unload /Library/LaunchDaemons/com.edb.launchd.portfoliodb.plist
Starting Portfolio 2.x from the Terminal application
In the Terminal window, enter the following commands one at a time, pressing Enter between each command.
touch /Applications/Extensis/Portfolio Server/applications/tomcat/servers/admin/autostart
sudo launchctl load /Library/LaunchDaemons/com.extensis.portfolio.mongod.plist
sudo launchctl load /Library/LaunchDaemons/com.edb.launchd.portfoliodb.plist
sudo launchctl load /Library/LaunchDaemons/com.extensis.portfolio.server.elasticsearch.plist
sudo launchctl load /Library/LaunchDaemons/com.extensis.portfolio.server.media.delegate.plist
sudo launchctl load -F /Library/LaunchDaemons/com.extensis.dam-server.web.admin.launchd.plist