What does an NDB compute profile contain?
A. vCPUs, cores per vCPU, and the amount of memory for the database server VM.
B. Windows domain name (FQDN), domain user, and password.
C. VLAN that the new database server VM will use.
D. An image of the database and operating system generated from the registered database server VM.
Explanation:
An NDB compute profile defines the CPU and memory resources for the database server VMs that are
provisioned using NDB. It does not include any information about the network, domain, or software of the
database server VMs. Those are specified in separate profiles, such as network profile, domain profile, and
software profile.
An administrator needs the ability to clone a source database to a point in time. What is the lowest log frequency in minutes that can be configured in the Era IJI for log catchup operation?
A. 30
B. 60
C. 5
D. 15
Explanation:
The log frequency in the Era IJI for log catchup operation can be configured to as low as 5 minutes. This
allows the system to capture changes to the database at a high frequency, enabling more precise point-in-time
recovery options. However, it’s important to note that a higher frequency of log catchup operations can lead
to increased system load. Therefore, the optimal frequency may vary depending on the specific requirements
and capabilities of your system12. Please refer to the Nutanix Database Automation (NCP-DB) Learning
documents for more detailed information.
An administrator has a production PostgreSQL database cloned for development and testing purpose. A new
table is added to the source database.
What should the administrator do to publish the update leveraging the point in Time Era capability?
(C) 1. PeHorm a Log Catch-up using source database Time Mechine
2. Refresh the clone database
(C) l. Perform a Log Catch-up using source database Time Mechine
2. Refresh the source database
(C) l. update Log Catch-up interval from Tme Machine
2. Refresh the source database
C) 1. Update Log Catch-up interval from Tame Machine
2. Refresh the clone database
How is the size of a database time machine defined?
A. Only the size of all reclaimable snapshots maintained by Era
B. The size of all snapshots and/or transaction logs maintained by Era
C. Only the size of all transaction logs maintained by Era
D. The size of all snapshots and clones maintained by Era
Explanation:
The Nutanix Era platform provides a feature called Time Machine, which is designed to manage the lifecycle
of database copies and clones1. When a new table is added to the source database, the administrator should
perform a Log Catch-up using the source database’s Time Machine. This action ensures that the Time
Machine captures the latest state of the source database, including the newly added table1. After performing
the Log Catch-up, the administrator should refresh the clone database. The refresh operation updates the clone
with the latest state captured by the Time Machine, thereby publishing the new table to the clone1.
A request is received to refresh a database clone from a new manual snapshot. When the administrator attempts to create the new snapshot from the Time Machine, it is in a Frozen state. What causes a Time Machine to enter the Frozen state and what are the administrator's options to complete the request?
A. Cause: The Time Machine enters a Frozen state when the database is de-registered without removing
the Time Machine.
Resolution: The Time Machine must be paused, then the database re-registered with a new Time
Machine and a new clone created.
B. Cause: The Time Machine enters a Frozen state when the database is de-registered without removing
the Time Machine.
Resolution: To complete the request the database must be re-registered in NDB, create a new Time
Machine and create a new clone.
C. Cause: The Time Machine enters a Frozen state when the database is de-registered without removing
the Time Machine.
Resolution: To complete the request the database must be re-registered in NDB, this thaws the Time
Machine and it resumes operation so the clone can be refreshed.
D. Cause: The Time Machine enters a Frozen state after too many snapshot or log catchup
failures.
Resolution: Remediate the snapshot or log catchup failures, this thaws the Time Machine,
allowing normal operations to continue and the request can be completed.
Explanation:
A Time Machine is a core construct of the copy data management service in NDB that captures and manages
the data of a database to deliver a recovery point objective (RPO) SLA. A Time Machine can enter a Frozen
state for various reasons, such as database de-registration, snapshot or log catchup failures, or manual
intervention. When a Time Machine is in a Frozen state, it stops taking new snapshots and log backups, and
cannot perform any clone, refresh, or restore operations. To resume the normal operation of a Time Machine,
it must be thawed by resolving the root cause of the freeze. One of the common causes of a Time Machine
freeze is when the database is de-registered from NDB without removing the Time Machine. This can happen
when the administrator wants to move the database to a different NDB instance or cluster, or when the
database is accidentally de-registered. In this case, the Time Machine becomes orphaned and frozen, and
cannot be used for any operations. To complete the request to refresh a database clone from a new manual
snapshot, the administrator must first re-register the database in NDB using the same database name and ID as
before. This will automatically thaw the Time Machine and resume its operation. The administrator can then
create a new manual snapshot from the Time Machine and use it to refresh the database clone. The other
options are not correct, as they either require unnecessary steps or do not address the root cause of the
freeze.
When provisioning an PostgreSQL HA Instance, what are the minimum and maximum number of DB server VMs that can be deployed in a cluster?
A. Min 2, Max 6
B. Min 2, Max 4
C. Min 1. Max 3
D. Min 3, Max 5
Explanation:
When provisioning a PostgreSQL HA Instance using NDB, the minimum and maximum number of DB server
VMs that can be deployed in a cluster are 2 and 4, respectively. A PostgreSQL HA Instance is a database
instance that provides high availability and fault tolerance for PostgreSQL databases using the Patroni
framework. Patroni is a Python-based tool that manages PostgreSQL configuration and performs automatic
failover and switchover operations. Patroni relies on a distributed consensus store, such as etcd, Consul, or
ZooKeeper, to store and synchronize the cluster state and leader information. NDB supports etcd as the
consensus store for PostgreSQL HA Instances. NDB allows the administrator to provision PostgreSQL HA
Instances with different sizes and configurations, such as small, medium, large, or custom. The size of the
PostgreSQL HA Instance determines the number of DB server VMs, the number of etcd nodes, the CPU,
memory, and disk resources, and the replication factor of the database. The minimum number of DB server
VMs for a PostgreSQL HA Instance is 2, which corresponds to a small size instance. This configuration
provides one leader and one follower DB server VM, and one etcd node. The maximum number of DB server
VMs for a PostgreSQL HA Instance is 4, which corresponds to a large size instance. This configuration
provides one leader and three follower DB server VMs, and three etcd nodes. The other options are not valid
for a PostgreSQL HA Instance, as they either do not provide enough redundancy or exceed the supported limit
of DB server VMs.
Page 5 out of 30 Pages |
Previous |