Sun Identity Manager on Mac OS X and Tomcat or Application Server Earlier I blogged about installling OpenDS on Mac OS X. Installing Sun Identity Manager 8 is just as easy with a minor tweak. The "lh" script that sets up an environment for subsequent Java commands, is only aware of Unix, Linux and Windows. A minor edit, in green font below, is required for the lh script to recognize the Macintosh Operating System 'Darwin' OS=`uname -s` if [ "$OS" = " Darwin " ]; then ARCH=linux ARCH_DIR=linux elif [ "$OS" = "SunOS" ]; then SPECIFIC_OS=`arch` if [ "$SPECIFIC_OS" = "i86pc" ]; then ARCH=solaris/x86 ARCH_DIR=solaris/x86 else ARCH=solaris/sparc ARCH_DIR=solaris/sparc fi elif [ "$OS" = "AIX" ]; then ARCH=aix ARCH_DIR=aix elif [ "$OS" = "HP-UX" ]; then ARCH=hpux ARCH_DIR=hpux else ARCH=winnt ARCH_DIR=win fi Thus, the standard procedure to in