Skip to content
Home » Oracle » Cloud Control 12c (3/5) - Adding Hosts

Cloud Control 12c (3/5) - Adding Hosts

Cloud Control 12c (2/5) - Setup and Download Software

Before you can add targets, you must take the following actions in the target hosts for allowing CC to install agent software.

Configure the hostname in DNS or /etc/hosts. Since our target hosts are the oracle cluster server, so we do it in two hosts.

[root@primary01 ~]# vi /etc/hosts
...
192.168.0.50    cloudcontrol.example.com    cloudcontrol
....
[root@primary02 ~]# vi /etc/hosts
...
192.168.0.50    cloudcontrol.example.com    cloudcontrol
....

Make empty directories in both server for CC to install agent software.

[oracle@primary01 ~]$ mkdir /u01/app/oracle/product/agent
...
[oracle@primary02 ~]$ mkdir /u01/app/oracle/product/agent
...

The followings are the steps to add targets in CC.

  1. Find Setup > Add Target > Add Target Manually, then click.
  2. Cloud Control 12c - Adding Hosts - 01
    Cloud Control 12c - Adding Hosts - 01
  3. We choose the first option, then click [Add Host].
  4. Cloud Control 12c - Adding Hosts - 02
    Cloud Control 12c - Adding Hosts - 02
  5. Provide hosts information and choose the proper platform. In this case, we enter "primary01" and "primary02" as hosts and "Linux x86-64" as platform.
  6. Cloud Control 12c - Adding Hosts - 03
    Cloud Control 12c - Adding Hosts - 03
  7. Click [+] and then provide OS credentials. Click [OK].
  8. Cloud Control 12c - Adding Hosts - 04
    Cloud Control 12c - Adding Hosts - 04
  9. Empty the field "Privileged Delegation Setting" and click [Next].
  10. Cloud Control 12c - Adding Hosts - 05
    Cloud Control 12c - Adding Hosts - 05
  11. Review the information before installing agents. Click [Deploy Agent].
  12. Cloud Control 12c - Adding Hosts - 06
    Cloud Control 12c - Adding Hosts - 06
  13. Deploy Agent in progress.
  14. Cloud Control 12c - Adding Hosts - 07
    Cloud Control 12c - Adding Hosts - 07
  15. Deploy Agent is done. Click [Done].
  16. Cloud Control 12c - Adding Hosts - 08
    Cloud Control 12c - Adding Hosts - 08
  17. Find Targets > Hosts, then click to review the results.
  18. Cloud Control 12c - Adding Hosts - 09
    Cloud Control 12c - Adding Hosts - 09
  19. The host primary01 and primary02 are all up.
  20. Cloud Control 12c - Adding Hosts - 10
    Cloud Control 12c - Adding Hosts - 10
  21. You can watch the performance of the host primary01.
  22. Cloud Control 12c - Adding Hosts - 11
    Cloud Control 12c - Adding Hosts - 11
  23. Run root.sh on all nodes.
  24. [root@primary01 ~]# /u01/app/oracle/product/agent/core/12.1.0.2.0/root.sh
    Finished product-specific root actions.
    /etc exist

    Creating /etc/oragchomelist file...
    Finished product-specific root actions.
Cloud Control 12c (4/5) - Adding Cluster

Leave a Reply

Your email address will not be published. Required fields are marked *