Posts

Showing posts with the label 13C

Setup of EMAIL/Script Notification Alerts from OMS

Image
In order to get the alert from the OMS/OEM, DBA need to enable alert notification. In this blog, we will discuss steps to perform the same. => Create the Notification Method           =>  Click on the “Setup” à “Notifications” à “Notification Method” => Click on “Go”. We are using the shell scripts to generate an email notification     => Enter these details and Click on the “ok” => Create the Rules to get the EMAIL Alerts          =>   Click on the Setup à Incidents à Incident Rules => Click on “ Create Rule Set ” => Give a name to this Rule Click on the Target tab and Radio button “ All Targets of types ” and select the  targets => Click on the tab - Rules     =>Click on “ Create ”   =      => Select the Radio button “ All new incidents and updated incidents ” and Click “ Next ”     =>  Click on the “ Add ”      ...

Manual Method of Installation of OEM Agent 12C

Image
  DBAs need to install OEM agent on daily basic in order to promote/discover target server or related targets.       (1)     Login to the OEM 12C server and follow the below steps -      (A) Setup the “.profile_oms” it will setup the environment variables for the OEM 12C      (B) Login to the sysman account with the “emcli” utility      (C) Synchronized the OMS 12C       (D) Verify the Supported Versions in our OMS 12C.We can configure other Agents as well like Hp UNIX etc but in our Cummins environment, we are only using the Solaris, LINUX, AIX and Windows. With this reason, these Agents are configured on the OMS 12C.            (1)   To install the OEM 12C, we have to download the software from the OEM 12C console with the help of “emcli” utility              (2)   SCP this file “ 12.1.0.2.0_AgentCore_23.z...

GUI Method of OEM Agent 12C Deployment

Image
DBAs need to install OEM agent on daily basic in order to promote/discover target server or related targets.  Prerequisites for Installing OEM 12c Agent: A)     Login to OMS Server, Check the Telnet on port 1849 to <Target Server> B)       Login to OEMAGENT@ <Target Server> and Check the Telnet on port 4900 to <OMS>   C)    File System /u01 should have at least 10 GB of free space D)     Create a directory for the Inventory location for OEM 12c Agents        mkdir -p /u01/app/oraInventory_agent12c E)     Modify the file - /var/opt/oracle/oraInst.loc        $ cat  oraInst.loc         inventory_loc=/u01/app/oraInventory_agent12c        inst_group=dba GUI Method of OEM Agent 12C Deployment 1) Login to OEM console  Click Setup à Add Target à Add Targets Manually 2)  Click on “Add Host Targ...