nerdexam
Oracle

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.

Managing the Database Instance

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)
  • A
    90% (43)
  • B
    2% (1)
  • C
    6% (3)
  • E
    2% (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.

AOracle CSSD servicesCorrect

Oracle Cluster Synchronization Services Daemon (CSSD) is a core Grid Infrastructure component that is automatically registered and managed by Oracle Restart when HAS initializes.

Bthe database whose instance is running

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.

COracle Notification services

Oracle Notification Services (ONS) are not automatically registered in a standalone Oracle Restart configuration when HAS starts.

DOracle Healthcheck servicesCorrect

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.

EOracle Net Listener

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

#Oracle Restart#Grid Infrastructure#crsctl#component management

Community Discussion

No community discussion yet for this question.

Full 1Z0-062 Practice