Adding solaris server in OpManager

Adding solaris server in OpManager

Hi,
 
Currently we are using OpManager build 8721 and want to add 6 of our solaris system in opmanager. After going through userguide I found ot the steps to configure SNMP in Solaris
 
Steps:
 
Download the latest version of SNMP using the following URL:
 
Extract the file using following command:

tar -zxvf ucd-snmp-4.2.6.tar.gz
 
To install SNMP, follow the steps given below:
   1. Login as root user.
   2. Execute the command to set the path of the C compiler:
      export PATH=<gcc path>:$PATH
   3. Execute the following four commands from the directory where you have extracted the ucd-snmp:
          * ./configure --prefix=<directory_name> --with-mib-modules="host"



            directory_name is the directory to install SNMP agent. Preferably choose a directory under /root. The directories /usr and /local might contain the files of an older version of SNMP and so do not choose these directories to ensure proper installation.
          * make
          * umask 022
          * make install


 
After executing these steps needs to configure SNMP agent as well.
 
I just wanted to confirm whether these steps are enough to add solaris system in Opmanager or need to add something in above steps.
Need your help to understand  why we are installing SNMP agents on these systems as mentioned in userguide.
 
Awaiting for your reply...
 
Jayesh

                  New to ADSelfService Plus?