You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manageability-and-operations/observability-and-manageability/operations-insights/LZ-addons/files/steps_to_enable_OPSI_ExaCC.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ Download the agent from OCI Console Observability and Managment to each single b
22
22
23
23
<imgsrc="./images/OPSI_ExaCC_1.png">
24
24
25
-
On the box install the agent Doc ID [3015115.1](https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=455266221038386&id=3015115.1&_afrWindowMode=0&_adf.ctrl-state=78xw71hh9_4)
25
+
On the box install the agent Doc ID [3015115.1](https://support.oracle.com/epmos/faces/DocumentDisplay?id=3015115.1)
26
26
27
27
```
28
28
sudo mkdir -p /devext/oracle/mgmt_agent
29
29
cat<<EOF>/devext/oracle/mgmt_agent/input.rsp
30
30
managementAgentInstallKey = 'key you created above'
31
-
CredentialWalletPassword = 'password'
31
+
CredentialWalletPassword = 'YOUR_PASSWORD'
32
32
GatewayServerHost = <
33
33
GatewayServerPort = 4480
34
34
EOF
@@ -43,7 +43,7 @@ export OPT_ORACLE_SYMLINK=true
43
43
usermod -a -G asmadmin mgmt_agent
44
44
usermod -a -G oinstall mgmt_agent
45
45
```
46
-
Now you can see the agent check-in Observability and Management →Management Agent. Click on the three dots and enable OpsInsight and Database management and Logging Analytics Plugin
46
+
Now you can see the agent check-in Observability and Management →Management Agent. Click on the three dots and enable OpsInsight and Database management and Logging Analytics Plugin.
47
47
48
48
<imgsrc="./images/OPSI_ExaCC_2.png">
49
49
@@ -63,11 +63,11 @@ Now you can see the agent check-in Observability and Management →Management Ag
63
63
__Create the Monitor user__
64
64
65
65
Creeate a user on each CDB
66
-
Download grantPrivileges.sql MOS Doc ID [2857604.1](https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=1dhr4uuluw_4&_afrLoop=105039164570647#BODYTEXT) and run on the Container Database
66
+
Download grantPrivileges.sql MOS Doc ID [2857604.1](https://support.oracle.com/epmos/faces/DocumentDisplay?id=2857604.1) and run on the Container Database.
67
67
```
68
-
sqlplus sys/<password>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>))) as sysdba @grantPrivileges.sql C##OCI_MON_USER <password> N Y N> grantPrivileges.log
68
+
sqlplus sys/<YOUR_PASSWORD>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>))) as sysdba @grantPrivileges.sql C##OCI_MON_USER <YOUR_PASSWORD> N Y N> grantPrivileges.log
69
69
sqlplus
70
-
sys/<password>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>))) as sysdba @grantPrivileges.sql C##OCI_MON_USER <password> Y Y N> grantPrivileges.log
70
+
sys/<YOUR_PASSWORD>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>))) as sysdba @grantPrivileges.sql C##OCI_MON_USER <YOUR_PASSWORD> Y Y N> grantPrivileges.log
71
71
```
72
72
For each PDB/CDB
73
73
```
@@ -95,12 +95,12 @@ GRANT EXECUTE ON DBMS_WORKLOAD_REPOSITORY to C##OCI_MON_USER;
95
95
<tdalign="left">
96
96
97
97
Create a secret key for C##OCI_MON_USER password (No for Autonomous)
98
-
>Go to Identity&Security → Key Management →Secret Management
98
+
>Go to Identity&Security → Key Management →Secret Management.
99
99
100
100
<imgsrc="./images/OPSI_ExaCC_3.png">
101
101
<imgsrc="./images/OPSI_ExaCC_4.png">
102
102
103
-
>Go to Identity&Security → Key Management & Secret Management → Create a key → Create a secret for C##OCI_MON_USER password
103
+
>Go to Identity&Security → Key Management & Secret Management → Create a key → Create a secret for C##OCI_MON_USER password.
104
104
105
105
<imgsrc="./images/OPSI_ExaCC_5.png">
106
106
@@ -115,7 +115,7 @@ Create a secret key for C##OCI_MON_USER password (No for Autonomous)
0 commit comments