Skip to content

Commit 396bc04

Browse files
Update steps_to_enable_OPSI_ExaCC.md
password placeholders and urls
1 parent cfef3dd commit 396bc04

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

manageability-and-operations/observability-and-manageability/operations-insights/LZ-addons/files/steps_to_enable_OPSI_ExaCC.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Download the agent from OCI Console Observability and Managment to each single b
2222

2323
<img src="./images/OPSI_ExaCC_1.png">
2424

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)
2626

2727
```
2828
sudo mkdir -p /devext/oracle/mgmt_agent
2929
cat<<EOF>/devext/oracle/mgmt_agent/input.rsp
3030
managementAgentInstallKey = 'key you created above'
31-
CredentialWalletPassword = 'password'
31+
CredentialWalletPassword = 'YOUR_PASSWORD'
3232
GatewayServerHost = <
3333
GatewayServerPort = 4480
3434
EOF
@@ -43,7 +43,7 @@ export OPT_ORACLE_SYMLINK=true
4343
usermod -a -G asmadmin mgmt_agent
4444
usermod -a -G oinstall mgmt_agent
4545
```
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.
4747

4848
<img src="./images/OPSI_ExaCC_2.png">
4949

@@ -63,11 +63,11 @@ Now you can see the agent check-in Observability and Management →Management Ag
6363
__Create the Monitor user__
6464

6565
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.
6767
```
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
6969
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
7171
```
7272
For each PDB/CDB
7373
```
@@ -95,12 +95,12 @@ GRANT EXECUTE ON DBMS_WORKLOAD_REPOSITORY to C##OCI_MON_USER;
9595
<td align="left">
9696

9797
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.
9999
100100
<img src="./images/OPSI_ExaCC_3.png">
101101
<img src="./images/OPSI_ExaCC_4.png">
102102

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.
104104
105105
<img src="./images/OPSI_ExaCC_5.png">
106106

@@ -115,7 +115,7 @@ Create a secret key for C##OCI_MON_USER password (No for Autonomous)
115115
<td align="left">
116116

117117
__Enable OpsInsight__
118-
>Go to Observability →OpsInsight→Administration → Exadata Fleet. Select Cloud Infrastructure, ExaDB-C@C
118+
>Go to Observability →OpsInsight→Administration → Exadata Fleet. Select Cloud Infrastructure, ExaDB-C@C.
119119
<img src="./images/OPSI_ExaCC_6.png">
120120
121121
Specify the same credentiols you use for Database management. OpsInsight will be enabled on all PDB of the specified CDB.
@@ -144,4 +144,4 @@ Copyright (c) 2025 Oracle and/or its affiliates.
144144

145145
Licensed under the Universal Permissive License (UPL), Version 1.0.
146146

147-
See [LICENSE](/LICENSE) for more details.
147+
See [LICENSE](/LICENSE) for more details.

0 commit comments

Comments
 (0)