Currently Browsing: Solaris
Dec 13, 2015
How to Upgrade Avamar Client on Solaris
Introduction This post explains how to upgrade an existing Avamar client installation on Solaris. It covers removal and installation of the client on Sparc and x86 for Solaris 8, 9 & 10. This shown using an older package version but the process is the same. Process Copy the updated package on the server in the /tmp directory on the target server. For Solaris 8 & 9 use the Solaris 8 package and... read more
Aug 6, 2014
How To Install SCOM 2012 R2 Agent on Solaris 10 x86
Recently our company has been deploying Microsoft SCOM 2012 R2 in our environment. Installation on Solaris 10 x86 proved to be an issue. This post Create the service account and group (opsmgrsvc is our service account) id and set the password. You can use an auto generated UID, For our purposes we choose 21053. # groupadd -g 21053 opsmgrsvc # useradd -u 21053 -g opsmgrsvc -c “SCOM Service... read more