Install IRIS Flashcards
Which of the following can be used to script implementation files for iCM (InterSystems Cloud Manager) ?
a. XML
b. JavaScript
c. JSON
d. Python
c. JSON
Which of the following does iCM use to create the defined resources?
a. NodeJS
b. Terraform
c. XML
d. IRIS Build Manager
b. Terraform
Which command will create all of the defined cloud resources ?
a. icm provision
b. iris build
c. icm define
d. iris provision
a. icm provision
What are the minimum disk space requirements for installing IRIS?
a. 1.0 GB
b. 1.5 GB
c. 10.5 GB
d. 15 GB
b. 1.5 GB
What is the default Shared Memory limit on Linux systems, and is it sufficient for IRIS ?
a. 16 MB, insufficient
b. 16 MB, sufficient
c. 32 MB, insufficient
d. 32 MB, sufficient
c. 32 MB, insufficient
This needs to be increased prior to IRIS installation.
During an unattended installation of IRS, which variable do you use to specify a progress bar ?
a. /qb
b. /pb
c. /bar
d. /qp
a. /qb
During an unattended installation of IRS, which variable do you use to specify a completely silent install ?
a. /qb
b. /pn
c. /si
d. /qn
d. /qn
What is the default value for the SuperServerPort ?
a. 50773
b. 1972
c. 52773
d. 404
b. 1972
If it’s not available, then 51773.
What is the default value for the WebServerPort ?
a. 51733
b. 1972
c. 5750
d. 52773
d. 52773
How can the IRIS WebServer be disabled ?
a. Turn it OFF.
b. Block it in the Browser.
c. Set the WebServer Port to 0 (zero).
d. Block the WebServer Port.
c. Set the WebServer Port to 0 (zero).
Which of the following is NOT a valid way to change the WebServerPort ?
a. Use the %System.ChangeWebServerPort utility
b. In the Management Portal (System Admin>Config>AddSettings>Startup)
c. In the Config.Startup class
d. Edit the CPF file
a. Use the %System.ChangeWebServerPort utility (it does not exist).
When IRIS is first installed, how much total physical memory is allocated for the database cache (global buffers) ?
a. 10%
b. 25%
c. 50%
d. 75%
b. 25%
Which 2 Namespaces come predefined with IRIS ?
a. USER and TEMP
b. %SYS and USER
c. %SYS and TEMP
d. USER and ENSLIB
b. %SYS and USER