System Continuity Flashcards
You are configuring the journal settings in an instance of InterSystems IRIS. You know the following information:
• there are 5 days between snapshot backups, and
• it takes 1-3 days to verify backups, including an integrity check.
How many days of journal files need to be retained to recover from a detected database degrade?
a. 1
b. 3
c. 5
d. 6
e. 9
f. 13
e. 9
8) You are asked to set-up a mirror that provides high availability through automatic failover in case of a power outage.
Which TWO of the following features are NOT required by InterSystems when setting up the described mirror?
a. Mirror service enabled
b. Two failover members
c. TLS configured
d. An arbiter
e. Virtual IP
f. ISCAgent
c. TLS configured
e. Virtual IP
You are planning on producing a zero-downtime external backup of a journaled database using an external snapshot utility.
Which of the following actions should be performed immediately before you take the snapshot?
a. Switch the journal file
b. Dismount the database
c. Freeze writes to the database
d. Disable journaling for the database
e. Perform a database integrity check on the database
c. Freeze writes to the database
Which command can be used to temporarily stop any processing on IRIS ?
a. STOP IRIS
b. set status = ##class(General.Backup).ExternalFreeze()
c. set status = ##class(Backup.General).ExternalFreeze()
d. zStopIRIS
c. set status = ##class(Backup.General).ExternalFreeze()
Which of the following routines allows you to monitor mirrors ?
a. ^MIRROR
b. ^MONITOR
c. ^MONITORMIRROR
d. ^SYSMONITOR
a. ^MIRROR
When planning a mirror, failover members MUST what ?
a. Use TLS
b. Have the same DNS Name as the Primary
c. Be on the same subnet as the VIP
d. Be on the same Port as the VIP
c. Be on the same subnet as the VIP
If an instance has journal encryption enabled and you make it the primary failover member of a mirror, what must you also do ?
a. Configure the mirror to use TLS
b. Decrypt the data to the failover members
c. Enable the TLS Monitor
d. Register the VIP with the TLS Monitor
a. Configure the mirror to use TLS
The backup InterSystems IRIS instance can automatically take over from the primary, only if it can ensure that which two conditions are met ?
a. The backup instance has received the latest journal data from the primary.
b. The arbiter is up and available.
c. The ISCAgent is on the same subnet as the Primary.
d. The primary instance is no longer operating as primary and cannot do so without manual intervention.
a. The backup instance has received the latest journal data from the primary.
d. The primary instance is no longer operating as primary and cannot do so without manual intervention.
What happens to the Mirror if the Arbiter shuts down or hangs ?
a. The Mirror starts an automatic restore.
b. The Primary fails over to the Backup.
c. The Mirror hangs.
d. It has no direct effect.
d. It has no direct effect.
By default, which database does not have journaling enabled ?
a. IRISTEMP
b. IRISSYS
c. IRISAUDIT
d. USER
a. IRISTEMP
Which are the 2 correct steps taken during a 2-phase write operation ?
a. IRIS freezes the current Database.
b. IRIS writes updates to the Journal file.
c. IRIS writes the updated blocks to the WIJ.
d. IRIS reads the updates from the Journal file.
e. IRIS writes the blocks in the WIJ to the database on disk.
c. IRIS writes the updated blocks to the WIJ.
e. IRIS writes the blocks in the WIJ to the database on disk.
What is the default setting for the WIJ file size ?
a. 0
b. 1MB
c. 10MB
d. 1GB
e. 5GB
a. 0
The default of zero allows the WIJ to grow as needed but does not reserve space for this; entering a non-zero value reserves the specified space on the storage device.
Which program can restore all datasets in an IRIS instance ?
a. wijresto
b. iriswijdm
c. iriswdimj
d. iriswijresto
c. iriswdimj
After a system crash, for how long will the WIJ blocks typically be checked against the corresponding database blocks, until the system startup continues normally ?
a. 5 secs
b. 10 secs
c. 30 secs
d. 60 secs
b. 10 secs
After a system crash, if WIJ blocks are compared to database blocks and do not match, which file are they written to ?
a. MISMATCH.WIJ
b. COMPARE.WIJ
c. WIJMATCH.DAT
d. MISMATCH.DAT
a. MISMATCH.WIJ