search
top

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

Installing OCS Inventory NG Part 2

As we continue deploying OCS Inventory NG in our network we now must install the agents on our Windows and Linux systems. We at least need to get the agent installed on one Windows system to use the packaging system to deploy the packages. For this post we will just show how to install the agents. Let’s start with installation of a Windows agent. Download the Windows agent from here and unzip the file.... read more

top