Learn About IBM Lotus Notes Domino 8 Building the Infrastructure
BackBy Certification Magazine — 7 July 2008
These questions are based on 848: IBM Lotus Notes Domino 8 Building the Infrastructure
Self Test Software Practice Test
Objective: Domino and DB2 integration.
Sub-objective: Understand DB2 containers.
Multiple answer, multiple-choice
You are modifying certain values in the DB2 tab in a Server document on the Lotus Domino server for your organization. Which parameters are affected when you define a value for the Database field of the Lotus Domino databases? (Choose three.)
A. Buffer pool.
B. Schema.
C. Instance name.
D. Database directory.
E. Database name.
Answer:
A. Buffer pool.
B. Schema.
E. Database name.
Tutorial:
The following parameters are affected when you define a value for the Database field on the DB2 tab in the Server document:
- Database name.
- Buffer pool.
- Tablespaces.
- Schema.
These parameters use the value defined in the Database field as input. For example, the Schema parameter will use the same database name defined in the Database field. If you define the default name as Domino, the schema also will be named Domino. The default name for the DB2 database for the Notes databases is Domino. Changes in the Server document are applied to the DB2 tab that contains specific parameters that you configure by running the DB2 Server Enablement Tool.
The default instance name is DB2. You can, however, change the default instance name if required. This parameter is not affected by the value defined in the Database field.
You can specify the default database directory. This parameter is not affected by the value defined in the Database field. The default database directory stores DB2-enabled databases.
Reference:
Objective: Install and configure.
Sub-objective: Bind ports and Internet Services.
Single answer, multiple-choice
Where do you specify the default TCP port number binding for HTTP on a Lotus Domino server?
A. In the Notes.ini file.
B. In the Server document.
C. In the Configuration Settings document.
D. In the Global Web Settings document.
Answer:
B. In the Server document.
Tutorial:
You define the default TCP port number for the HTTP protocol in a Server document for a Lotus Domino server. You should note that the HTTP protocol is the only protocol defined in a Server document, whereas, the remaining protocols bind to their port numbers in the Notes.ini file. The default TCP port number for the HTTP protocol is 80.
The Notes.ini file contains parameters that relate to the Lotus Domino server configuration. Except for HTTP protocol bind information, all other protocol bind information is specified in the Notes.ini file.
A Configuration Settings document is used to configure LDAP, mail routing and MIME settings. It does not contain protocol bind information.
A Global Web Settings document is used to apply associated Web Site Rule documents to all Web Site documents on the specified Domino Web Server(s). It does not contain TCP port number binding for HTTP.
References:
Sub-objective: Configure private blacklists on the Domino server.
Single answer, multiple-choice
Which of the following represents the correct order for processing blacklist/whitelist filters for SMTP connections?
A. Processing begins with private blacklist filters, continues with private whitelist filters, then DNS whitelist filters and finally DNS blacklist filters.
B. Processing begins with private whitelist filters, continues with private blacklist filters, then DNS whitelist filters and finally DNS blacklist filters.
C. Processing begins with DNS whitelist filters, continues with DNS blacklist filters, then private whitelist filters and finally private blacklist filters.
D. Processing begins with private whitelist filters, continues with DNS whitelist filters, then private blacklist filters and finally DNS blacklist filters.
Answer:
B. Processing begins with private whitelist filters, continues with private blacklist filters, then DNS whitelist filters and finally DNS blacklist filters.
Tutorial:
The processing of blacklist/whitelist filters for SMTP connections begins with private whitelist filters, continues with private blacklist filters, then DNS whitelist filters and finally DNS blacklist filters. DNS whitelist filters, used for incoming SMTP mail, can be used to identify exceptions for connecting host names that would otherwise be blocked by DNS blacklist filters.
The first attempt to match the host name is made with the DNS whitelist. If the host name is found, then no further processing is done. However, if the host name is not found in the DNS whitelist, the DNS blacklist is used to match the host name. DNS whitelist filters can be used independently of DNS blacklist filters. Whitelist/blacklist filtering begins with private whitelist filters, continues with private blacklist filters, proceeds to DNS (public) whitelist filters and finally DNS (public) blacklist filters. So a private blacklist filter could block a connecting host before a DNS whitelist filter has a chance to process it.
Private blacklist filters are used to specify exceptions to private whitelist filters. Private blacklist filters, used for incoming SMTP mail, are used to specify hosts or domains that should be blocked from sending unwanted mail. Private blacklists are stored in the Domino Directory, which is the Names.nsf database. Private blacklist filters can be used independently of private whitelist filters. Private blacklist filtering is disabled by default.
Private whitelist filters can be used to identify exceptions for connecting host names that would otherwise be blocked by private blacklist filters. Whitelist/blacklist filtering begins with private whitelist filters. The private blacklist filters always are applied with a condition that the host name is not matched in the private whitelist. If the host name is not found in the private blacklist, then processing continues with the DNS whitelist, and if not successful, the processing is done with the DNS blacklist filters.
All the other options are incorrect because none of these options present the correct order of processing of blacklist/whitelist filters for SMTP connections.
Reference:
Objective: Manage and maintain.
Sub-objective: Understand directory services\search orders.
Multiple answer, multiple-choice
To improve performance issues in LDAP searches in Domino Directory, you create a full-text index. However, you notice the performance is still not as expected. Which three actions can you take to further improve the performance of LDAP searches? (Choose three.)
A. Delete the existing full-text index and re-create it.
B. Create a secondary directory and create a full-text index.
C. Limit the number of entries returned in the search.
D. Configure a time-out limit on the searches.
E. Specify a minimum number of characters in the search.
Answer:
C. Limit the number of entries returned in the search.
D. Configure a time-out limit on the searches.
E. Specify a minimum number of characters in the search.
Tutorial:
The following actions can be taken to increase the performance of LDAP searches:
- Limit the number of entries returned in the search.
- Configure a time-out limit on the searches.
- Specify a minimum number of characters in the search.
If there are performance issues in LDAP searches, you should first create a full-text index to increase the performance. However, if you create a full-text index and continue to notice performance issues in LDAP searches, you can modify some of the LDAP configuration fields to increase the performance of LDAP searches. These fields are: Maximum number of entries returned, Timeout and Minimum characters for wildcard search.
- The Maximum number of entries returned field defines the total number of search entries that should be returned as a result of the LDAP search. If there is no value defined, any number of search entries can be displayed as the result. To limit this, you should define the number of search entries to be displayed as the result.
- The Timeout field is used to define the amount of time, in seconds, that an LDAP search may take before timing out.
- The Minimum characters for wildcard search field defines the number of characters a user must enter before a wildcard. The default value for this field is 1. You should increase the value in this field to increase the performance of LDAP search.
You should not delete the existing full-text index and re-create it. The new full-text index may face the same performance issues as the current full-text index and therefore this option is not a valid solution in this scenario.
You should not create a secondary directory and create a full-text index because creating a secondary directory does not relate to LDAP searches. You will also have to create a full-text index for the secondary directory.
References:
Sub-objective: Certificate authority\configuring.
Single answer, multiple-choice
In the Tell ca activate <password> command, which password is being used?
A. A new password for the certifier.
B. An existing password for the certifier.
C. The Server ID password.
D. The certificate authority password.
Answer:
A. A new password for the certifier.
Tutorial:
In the Tell ca activate <password> command, you are defining a new password for the certifier. When the certifier is activated, it is activated with a new password. To activate the certifier, you need to issue the Tell ca activate <password> command and activate the certifier with a new password. All the other options are incorrect because none of these passwords are used in the Tell ca activate <password> command.
Reference:
Industry News
AOTMP Seeks Nominations for IT Industry Excellence Awards
AOTMP is seeking nominations for the first Industry Excellence Awards, recognizing enterprises and industry suppliers committed to IT and telecom management best practices. Nominations will be accepted July 1 through Nov. 14.
Read more http://www.certmag.com/read2.php?in=3028
Quotit Earns ISO 9001:2000 Certification
Quotit Corp., an expert in technology for the health insurance and employee benefits industry, announced its quality management system has been certified as compliant with the International Standard (ISO) 9001:2000.
Read more http://www.certmag.com/read2.php?in=3006
Customers, Partners Run Top Supercomputers on SUSE Linux Enterprise Server
Supercomputers around the world are running on SUSE Linux Enterprise Server from Novell. According to project TOP500, SUSE Linux Enterprise is the Linux of choice on the world's largest HPC supercomputers today.
Read more http://www.certmag.com/read2.php?in=3009




