You installed ASR Manager on a stand-alone server and configured Auto Service Request (ASR)
for your Database machine and its assets.
Which three statements are true about this configuration?
A.
When a component fault occurs, fault telemetry is securely transmitted to Oracle via Simple
Network Management Protocol (SNMP).
B.
Simple Network Management Protocol (SNMP) traps are used to send notifications from
storage servers to ASR Manager.
C.
When a component fault occurs, fault telemetry is securely transmitted to Oracle via HTTPS.
D.
Simple networkManagement Protocol(SNMP) traps are used to send notification from
Enterprise manager to ASR Manager.
E.
Simple Network Management Protocol (SNMP) traps are used to send notifications from
database servers to ASR Manager.
F.
Simple Network Management Protocol (SNMP) traps received by ASR Manager are forwarded
to Enterprise Manager.
Explanation:
A (not C).
To configure fault telemetry, choose one of the following three options:
Add SNMP Trap Destinations Using OneCommand (recommended for new installations)
Add SNMP Trap Destinations for Multiple Servers Using the dcli Utility
Add SNMP Trap Destinations for a Single Server
E (not B): As per question: “…configured Auto Service Request (ASR) for your Database machine
and its assets.”
F (not D).
B is correct. CellCLI> alter cell snmpsubscriber = ((host=”, port=162, community=public, type=ASR))
F is incorrect. ASR does not forward anything to OEM.
Correct answer is A, B, and E. SNMP traps are sent from both database servers and storage servers to ASR.
B, C & E
B,C and E are the Correct answers. Database machine has two parts (Database servers and Storage servers), so B and E are correct. A is wrong, it needs HTTPS to snmp traps from ASR server to Oracle.
B, C, E
b c e
B,C,E for me too
C is wrong .ASR machine needs HTTPS to connect to oracle and create an SR .Not for sending the SNMP traps to ASR
So ABE are the correct answers
A is wrong. ASR uses HTTPS to send telemetry to oracle
B is right. Cell registered to ASR manager with SNMP
C is right. ASR uses HTTPS to send telemetry to oracle
D is wrong. No such connection between OEM and ASR
E is right. compute node registered to ASR manager with SNMP
F is wrong. No such connection between OEM and ASR
So B.C.E. are correct.
ASR Manager Network Connection Requirements
The ASR Manager System must have an internet connection – either a direct connection or through a proxy. If you access the internet through a proxy, check with your network administrator to collect information needed to configure the ASR Manager system. You will need to know:
Proxy server name
Proxy port number
Proxy user name
Proxy password
NTLM Domain Name (if applicable)
NTLM Host Name (if applicable)
SASM Host Information (if applicable)
Check and make note of the ASR Manager IP address:
ifconfig -a
To test the connection to Oracle, in a browser, go to:
https://transport.oracle.com:443
You can also test your connection in a terminal window:
telnet transport.oracle.com 443
/usr/sfw/bin/wget https://transport.oracle.com
If you receive a “connected” message, the connectivity is successful.