nerdexam
Oracle

1Z0-068 · Question #80

Which two types of IP address details are administered using the srvctl command for Oracle Clusterware 12c?

The correct answer is A. the Grid Naming Service (GNS) VIP D. Single Client Access Name (SCAN) VIPs. A: To convert a cluster that is not running GNS to a GNS server cluster, run the following command as root, providing a valid IP address and a domain: # srvctl add gns -vip IP_address -domain domain 1. Modify the VIP using a VIP name that resolves to IPv6 by running the…

Administer Oracle Clusterware

Question

Which two types of IP address details are administered using the srvctl command for Oracle Clusterware 12c?

Options

  • Athe Grid Naming Service (GNS) VIP
  • Bpublic IP addresses
  • CHigh Available VIP (HAIP) addresses
  • DSingle Client Access Name (SCAN) VIPs
  • EStorage Network IP addresses

How the community answered

(28 responses)
  • A
    82% (23)
  • B
    4% (1)
  • C
    4% (1)
  • E
    11% (3)

Explanation

A: To convert a cluster that is not running GNS to a GNS server cluster, run the following command as root, providing a valid IP address and a domain: # srvctl add gns -vip IP_address -domain domain 1. Modify the VIP using a VIP name that resolves to IPv6 by running the following command as # srvctl modify vip -node node_name -address vip_name -netnum network_number Do this once for each node. 2. 2. Modify the SCAN using a SCAN name that resolves to IPv6 by running the following $ srvctl modify scan -scanname scan_name Incorrect Answers: C: The oifcfg command is used configure HAIP addresses. For example: oifcfg setif -global eth3/172.16.2.0:cluster_interconnect https://docs.oracle.com/database/121/CWADD/admin.htm#CWADD92641

Topics

#srvctl#GNS VIP#SCAN VIP#network resources

Community Discussion

No community discussion yet for this question.

Full 1Z0-068 Practice