1Z0-062 · Question #193
You install Oracle Grid Infrastructure standalone server and issue the following command: crsctl start has Which two existing components get automatically added to the Oracle Restart configuration?
The correct answer is A. Oracle CSSD services D. Oracle Healthcheck services. When Oracle Restart High Availability Services (HAS) is started with crsctl start has, Oracle CSSD and Oracle Healthcheck services are automatically added to the Oracle Restart configuration.
Question
You install Oracle Grid Infrastructure standalone server and issue the following command:
crsctl start has Which two existing components get automatically added to the Oracle Restart configuration?
Options
- AOracle CSSD services
- Bthe database whose instance is running
- COracle Notification services
- DOracle Healthcheck services
- EOracle Net Listener
How the community answered
(48 responses)- A90% (43)
- B2% (1)
- C6% (3)
- E2% (1)
Why each option
When Oracle Restart High Availability Services (HAS) is started with crsctl start has, Oracle CSSD and Oracle Healthcheck services are automatically added to the Oracle Restart configuration.
Oracle Cluster Synchronization Services Daemon (CSSD) is a core Grid Infrastructure component that is automatically registered and managed by Oracle Restart when HAS initializes.
Running database instances are not auto-discovered and added to Oracle Restart on HAS startup; they must be explicitly registered using the srvctl add database command.
Oracle Notification Services (ONS) are not automatically registered in a standalone Oracle Restart configuration when HAS starts.
Oracle Healthcheck services are an integral part of the OHAS stack and are automatically included in the Oracle Restart configuration to enable continuous component health monitoring.
Oracle Net Listener is not automatically added to Oracle Restart when HAS starts and must be manually registered with srvctl add listener.
Concept tested: Oracle Restart automatic component registration on HAS start
Source: https://docs.oracle.com/en/database/oracle/oracle-database/19/admin/configuring-automatic-restart-of-an-oracle-database.html
Topics
Community Discussion
No community discussion yet for this question.