Pages

Wednesday, February 1, 2017

Fresh Agent Install & Clone Agent Install Method

Document for Fresh Agent Install & Clone Agent Install Method



Below are the servers which we have installed the agent with above two methods.


Method 1:

Steps for Fresh Agent Install:

Pre-Checks: (Need to perform all the nodes if it is multiple OMS)

1.  Verify the following commands from agent server:

$nslookup <OMS hostname>     


$ping <OMS hostname>


$telnet <OMS hostname> <upload port number> ( port# is agent upload port) ex: 3872

$wget --no-check-certificate https:// <OMS hostname>:4900/empbs/upload


2.  Verify the following commands from OMS server:

$nslookup <Agent hostname>


$ping <Agent hostname>


$telnet <Agent hostname> port 22


If any of the above commands fail then this is most likely a network issue and needs network or sysadmin to troubleshoot.

Agent Deployment Steps Below:

3.  In Cloud Control, from the Setup menu, select Add Target, and then click Add Target Manually


4.  On Next Window select Add Host Target and click Add Host.



5.  On Next Window Add the Hostname and add the platform name where u are going to install the agent. And click Next



6.  Create the Directory for Agent Base in the server level.



7.  On Next Window give inputs for the installation base directory, installation directory, credentials and leave the sudo and port details as it is (default value) and click Next.



8.  On Next Window review the details which we have entered and proceed for the Deploy agent.




9.  On Next Window you can see the Installation Progress and pre-checks



10.         On Next Window you can see the further steps on the agent installation.



11.         On Next Window click the continue for all hosts as highlighted and ignore the root.sh warnings it need to take care by manually.


12.         On Next Window We can see the Agent Deployment completed successfully and click done and run the root.sh script manually in the server.

13.         We have to run the root.sh script as root user as below to complete the agent installation.




14.         We can cross check the agent through OEM and server level as per below screen shots.





15.         Add the oratab entry for the agent with oracle home



Method 2:

Steps for Clone Agent Install:

Complete the Pre-Checks as same as method 1:


 Agent Deployment Steps Below:

1.  In Cloud Control, from the Setup menu, select Add Target, and then click Add Target Manually


2.  On Next Window select Add Host Target and click Add Host.




3.  On Next Window Add the Hostname and add the platform name where u are going to install the agent. And click Next


4.  Create the Directory for Agent Base in the server level.




5.  On Next Window select the Deployment type as Clone existing agent and select the existing agent in the select target box and inputs for the installation base directory, installation directory, credentials and leave the sudo and port details as it is (default value) and click Next.

Basically this clone agent install method is used when we need to install the agent home in new server with patches were need to apply as same as different server, and also if agent s/w is not available in repository, At that time also we can use this method to deploy the fresh agent.


6.  On Next Window review the details and click the Deploy Agent button.



7.  On Next Window you can see the copy of agent software image from source to target server, it will copy the agent home from the source to target with patches where it is applied in the source home too.



8.  On Next Window you can see the Installation Progress and pre-checks


9.  On Next Window click the continue button for all hosts as highlighted and ignore the root.sh warnings it need to take care by manually.


10.         On Next Window We can see the Agent Deployment completed successfully and click done and run the root.sh script manually in the server.




11.         We have to run the root.sh script as root user as below to complete the agent installation.



12.         We can cross check the agent through OEM and server level as per below screen shots.




13.         And also add oratab entry for the agent.



No comments:

Post a Comment

Uninstalling OEM agent via CLI Mode

Below Steps to needs to done on OMS Server:: [oracle@sivaOMS001 bin]$ ./emcli sync Synchronized successfully [oracle@sivaOMS001 bin]$ ....