Posted on 05-30-2013 02:03 AM
hey all,
How can I uninstall JSS 8.4 from my Snow Leopard Server completely with no trace it ever lived there?
I want to repurpose a very useful Mac server and don't want to go through the whole reinstallation process, since the machine has many sharepoints, configs, users, etc.
thanks,
-pat
Solved! Go to Solution.
Posted on 05-30-2013 08:19 AM
Chris, I think he means the JSS, not the jamf (client) framework.
Pat, you'll want to remove mysql (or at least the jamf database), and delete /Library/JSS. I think that'll just about do it - unless you want to also remove any certificates you created (apart from the built-in) or disable any file shares you set up for distribution.
Posted on 05-30-2013 07:27 AM
a few commands
sudo rm -r /Applications/Self Service.app
sudo rm -r /Library/Preferences/com.apple.SoftwareUpdate.plist
sudo /usr/sbin/jamf -removeFramework
Posted on 05-30-2013 07:28 AM
Though, technically only the "sudo jamf -removeFramework" is necessary.
Posted on 05-30-2013 08:19 AM
Chris,
Does -removeFramework work on a JSS also to remove all the bits?
Posted on 05-30-2013 08:19 AM
Chris, I think he means the JSS, not the jamf (client) framework.
Pat, you'll want to remove mysql (or at least the jamf database), and delete /Library/JSS. I think that'll just about do it - unless you want to also remove any certificates you created (apart from the built-in) or disable any file shares you set up for distribution.
Posted on 05-30-2013 09:54 AM
Whoops... quite correct. Sorry, too much coffee this morning ;-)
Posted on 06-11-2013 03:03 AM
Hiya,
Yes, I meant the JSS off the Server and not the client.
I'll give what JPD a try!
thanks,
-pat