vaughnemiller.com - Nuts and Bolts | Some things I've learned along the way…

Example domain paragraphs

Good news! As of SPSS 27 IBM is finally shipping an Apple installer package for macOS instead of their Java based silent installer. Looking at the installer, it has a few minor issues but is for the most part sane. The package can be imported into Munki without much fuss.

As in the past, activation will need to be scripted post install to license SPSS. The format of the path to the application has changed a bit, my postinstall script now looks like :

#!/bin/sh SERVERPATH="server.myorg.org" ACTIVATIONPATH="/Applications/IBM SPSS Statistics 27/Resources/Activation" cd "$ACTIVATIONPATH" ./licenseactivator LSHOST=$SERVERPATH COMMUTE_MAX_LIFE=7 Posted in Mac OS | Tagged MacOS , Munki , SPSS | 2 Replies Enabling and Disabling SSH using Munki Posted on February 27, 2018 by vaughn Reply I recently needed to be able to test connectivity from client systems in a number of locations to some new infrastructure. Obviously being able to remotely login to these system