1. 圣石小子粤语,别样幸福全集,箭在弦上大结局,我想打死你,星光灿烂猪八戒,菲律宾美人鱼50集国语,神探夏洛克 第四季,市委书记晚上不打招呼调研被拦

      IBM Lotus認(rèn)證試題

      時(shí)間:2024-09-10 04:33:43 IBM認(rèn)證

      IBM Lotus認(rèn)證試題

        QUESTION 1.

      IBM Lotus認(rèn)證試題

        Chris wishes to secure the Domino server console by setting a password. Which one of the following commands could he execute on the console to accomplish this, assuming the password he wishes to use is APPLE?

        A. Secure Console “APPLE”

        B. Secure Password APPLE

        C. Load Secure APPLE

        D. Set Secure APPLE

        Answer: D

        Explanation

        The administrator can secure the Domino server console by using the following command at the console: SET SECURE APPLE The console has now been password-protected using APPLE as the password. The servers console can no longer be used for such common tasks as issuing the following server console commands: Load, Tell, Exit, Quit, and Set Configuration. To disable console security, you must clear the current password by entering a second SET SECURE command with the same password.

        QUESTION 2.

        Jacob, the Domino administrator, wants to manage the setup policies assigned to each user. Which one of the following documents could he view to find this information?

        A. The user's Person document in the Domino Directory

        B. Desktop Setup Policy document

        C. Policy Member document

        D. Domino Server Setup document

        Answer: A

        Explanation

        A list of setup profiles for each user is available on the Administration tab of a user's Person document under “Policy Management”

        QUESTION 3.

        Which of the following is true of a partitioned server installation?

        A. Partitioned servers share the same Administration Request database [ADMIN4.NSF]

        B. Partitioned servers share the same Domino program directory

        C. Partitioned servers share the same notes.ini file

        D. Partitioned severs share the same Domino data directory

        Answer: B

        Explanation

        Domino server partitioning lets you run multiple Domino servers on a single computer. Using partitioned servers reduces hardware expenses and minimizes the number of computers that you have to administer. Each partitioned server has its own Domino data directory and NOTES.INI file, but all partitioned servers share the same Domino program directory.

        QUESTION 4.

        Jimmy has created a Lotus Script agent that is run from inside a Domino Web application. The agent needs to update multiple documents in a database. What can the Domino administrator do to ensure the Lotus Script agent can run properly?

        A. Allow the server to run as background agent in the agent manager section of the Server documents

        B. Add the group “Web User” to the ACL as author, then force the user to authenticate when accessing the

        server

        C. Add database replica ID to the ACL as editors

        D. Sign the agent using Server ID, then add server to ACL as editor

        Answer: D

        Explanation

        The administrator can sign database elements, such as Lotus Script agents, with an ID file that has access and the necessary rights to create, update, or delete documents in multiple databases.

        QUESTION 5.

        Which of the following is not true about Program documents?

        A. They can be used to run an OS/2 command file

        B. They can be used to run an UNIX shell script or program

        C. They are stored in the Admin4.NSF file

        D. They can be used to run task on a server at a regularly scheduled time or at server startup

        Answer: C

        Explanation

        Program documents are stored in the Domino Directory and can be used to: Run tasks on a server at a regularly scheduled time or at server startup Run an OS/2 command file Run an UNIX shell script or program

        QUESTION 6.

        What is the maximum number of Domino servers that can be members of a cluster?

        A. 8

        B. 2

        C. 4

        D. 6

        Answer: D

        Explanation

        A Domino cluster can contain two to six servers.

        QUESTION 7.

        Which one of the following is not true of the certifier ID file [CERT.ID] for the organization?

        A. The CERT.ID can not be moved from its original location

        B. The CERT.ID is used to certify servers

        C. The CERT.ID is used to certify users.

        D. The CERT.ID is typically located in the C:\LOTUS\DOMINO\DATA directory.

        Answer: A

        Explanation

        The CERT.ID is typically located in the C:\LOTUS\DOMINO\DATA directory and is used to certify servers and users. It can be moved from its original location.

        QUESTION 8.

        Which of the following is not stored in the Issued Certificate List [ICL]?

        A. A copy of each unexpired certificate that it has issued

        B. Certificate revocation lists

        C. CA Configuration documents

        D. History of modifications to the CA Configuration documents

        Answer: D

        Explanation

        Issued Certificate List (ICL) Each certifier has an Issued Certificate List (ICL) that is created when the certifier is created or migrated to the CA process. The ICL is a database that stores a copy of each unexpired certificate that it has issued, certificate revocation lists, and CA configuration documents. Configuration documents are generated when you create the certifier and sign it with the certifier's public key. After you create these documents, you cannot edit them. CA

        Configuration documents include: Certificate profiles, which contain information about certificates issued by the certifier. CA Configuration document, which contains information about the certifier itself. RA/CA association documents, which contain information about the RAs who are authorized to approve and deny certificate requests. There is one document for each RA. ID file storage document, which contains information about the certifier ID.

        QUESTION 9.

        Wendy needs to change some settings on a Security Settings Policy document. Which one of the following roles does she need to be able to modify the Security

        Settings policy documents?

        A. Policy Editor role

        B. Policy Creator role

        C. Policy Modifier role

        D. Policy author role

        Answer: C

        Explanation

        There are two ACL roles associated with policies. They are the Policy Creator role and the Policy Modifier role. The Policy Creator role is required to be able to create a policy document. The Policy Modifier role is required to modify a Policy document.

        QUESTION 10.

        Jerry, a Notes & Domino 6 user, has locked a document so others can't edit it. However, Jerry is on vacation and others need to edit the document. Which level of access is required to be able to unlock Jerry's documents?

        A. Manager

        B. Designer

        C. Editor

        D. Author

        Answer: A

        Explanation

        Document locks prevent any users from editing the document, including those with Manager access to the database. However, a user with manager access to a database can unlock a locked document.

        QUESTION 11.

        Rob would like to capture the list of all tasks running on the Domino server to a text file. Which of the following server console commands does he issue?

        A. C:\TASK.TXT

        B. SHOW TASKS >C:\TASKS.TXT

        C. SHOW ALL

        D. TELL SHOW TASK PRINT > C:\TASKS.TXT

        Answer: B

        Explanation

        Not only can you issue several console commands via a batch file but you can capture the results or output of the server commands to a file. To accomplish this you would type the server command and on the same line, enter a space and a > followed by the filename. For example to issue a SHOW TASKS command and capture the output to a file named TASKS.TXT you would issue the following:

        SHOW TASKS >TASKS.TXT The TASKS.TXT will be created in the Domino server's data directory. If this is not acceptable, you can provide a full path to have the file created elsewhere.

        QUESTION 12.

        Sandra, a Notes & Domino 6 user, wishes to lock a document in a discussion database. Which one of the following is the lowest level of access she can have and still be able to lock the document?

        A. Author access to the document

        B. Editor access to the document

        C. Manager access to the document

        D. Editor access to the document and designer access to the database

        Answer: A

        Explanation

        To lock a document in Notes & Domino 6 you must have author access or higher to a document. Additionally, document locking must be enabled for the database.

        To lock or unlock a document, choose “Actions - Lock Document” or choose “Actions - - Lock Document” or choose “Actions - Unlock Document” while viewing the document.

        QUESTION 13.

        Jeff should create which one of the following documents to connect the Lotus Notes workstation to the Domino server?

        A. A Connection document in the local NAMES.NSF

        B . An Account document in the local NAMES.NSF

        C. A location document in the local ADMIN4.NSF

        D. A Services document in the local NAMES.NSF

        Answer: A

        QUESTION 14.

        Which one of the following databases is not involved in the renaming of a user?

        A. ADMIN4.NSF

        B. NAMES.NSF

        C. CERTLOG.NSF

        D. DOMLOG.NSF

        Answer: D

        QUESTION 15.

        Which one of the following Domino server console commands can not be used to shut down the server?

        A. UIT

        B. STOP

        C. TELL SERVER QUIT

        D. EXIT

        Answer: B

        Explanation

        STOP is not a command available to shut down the Domino server.

        QUESTION 16.

        Cindy was installing Notes & Domino 6 in a test environment and received the following error during the server setup: An error occurred during the setup

        File already exists: C:\Lotus\Domino\Data\server.id 65 percent of the setup was complete Cindy confirmed that there was a leftover server.id from a pervious installation. Which one of the following options was Cindy presented with?

        A. Cancel the setup and correct the problem

        B. Go back and correct the problem then continue with setup

        C. Go back and correct the problem then continue with setup or Cancel

        D. Notes & Domino 6 will automatically erase the existing server.id and create a new one

        Answer: C

        Explanation

        The new Domino 6 server setup allows you to go back and correct any problems then continue with the setup or you can choose to cancel the setup.

        QUESTION 17.

        Sue is looking into implementing central directory architecture. Which one of the following best describes this structure?

        A. None of the answers apply

        B. A centralized directory structure is not supported

        C. A small number of Domino servers store full Domino Directories, while most servers store configuration information only

        D. A small number of Domino severs store configuration information only, while most servers store full Domino Directories

        Answer: C

        Explanation

        Notes & Domino 6 supports both a distributed directory architecture and a central directory architecture. In a distributed directory architecture in a Domino domain, in which all servers use the standard Domino Directory in a central directory architecture, some servers store configuration directories (contains configuration settings only) and then use the standard Domino Directories on remote servers for lookups.

        QUESTION 18.

        Which of the following commands must the Domino administrator use to start the Cluster Replicator task at the server console?

        A. START CLSTRREPL

        B. LOAD UPDALL

        C. LOAD CLREPL

        D. UPLOAD REPLICATOR

        Answer: C

        Explanation

        You can start the Cluster Replicator task manually by typing the following at the server console: LOAD CLREPL It is important to remember that you have only manually started that task. It will not start automatically the next time the server is started, unless it has been added to the TASKS= line of the servers NOTES.INI.

        QUESTION 19.

        Travis wishes to display a list of the current users connected to his Domino server. Which one of the following commands will accomplish this?

        A. Show Connected

        B. Show Tasks

        C. Show Users

        D. Show Connected Users

        Answer: C

        Explanation

        The “Show Users” console command displays a list of all users who have established sessions with the Domino server, regardless if the user is actively viewing databases or not. Additionally, the databases the user has opened and the elapsed time in minutes since the databases were last used are displayed.

        QUESTION 20.

        Mario has enabled fault recovery on his Notes & Domino 6 server running on Windows 2000. What will happen the next time his Domino server crashes?

        A. The server will shut itself down and will need to be manually restarted

        B. No recovery will likely occur for a crash without user intervention

        C. The server will shut itself down and then restart automatically

        D. The server will shut itself down and will be able to restarted through the Web Administrator client

        Answer: C

        Explanation

        When fault recovery has been enabled on the server and a crash occurs, the Domino server shuts itself down and then restarts automatically without any administrator intervention.

        QUESTION 21.

        A problem with a Connection document caused mail not to be delivered between Company server and product server. After resolving the problem how can you

        manually route the mail from product server to company server?

        A. Send mail product server

        B. Route Mail “Product Server”

        C. Send mail company server

        D. Route “Company Server”

        Answer: D

        Explanation

        The administrator can issue the ROUTE command to initiate mail routing with a specific server. For example the administrator can issue the following command on Server2 to route mail to Server1: Route Server1 Issuing the Route command will override any mail routing schedules that have been created using Connection

        documents in the Domino Directory. For server names that contain multiple words or spaces, enclose the entire name in quotes.

        QUESTION 22.

        Servers LasVegas/Nevada and Dallas/Texas are clustered. Jacob, the Domino administrator, has deleted a database from LasVegas/Nevada. What tool will allow

        him to delete the replica database on Dallas/Texas?

        A. The pending Delete command of the administration process

        B. The Domino 6 Administrator client

        C. Manual deletion using file system commands

        D. The Cluster Manager Administration tool

        Answer: B

        Explanation

        When the administrator needs to delete databases from a cluster server, you use the Domino Administrator. To delete databases on non-cluster servers, select the databases and delete them manually.

        QUESTION 23.

        Where are Person documents stored on the Domino 6 server?

        A. Log

        B. Server view

        C. Domino Directory

        D. Mail box

        Answer: C

        Explanation

        Person documents are stored in the Domino Directory. In previous releases, the Domino Directory was referred to as the Public Address Book or Name and Address Book.

        QUESTION 24.

        Jimmy, the Lotus Notes administrator, has completed rebooting Server A after an unexpected crash. He wants pull all documents that were created on Server B

        during the down time. Which one of the following server console commands can he issue?

        A. This cannot be done after a server crash.

        B. Pull Server B

        C. Push Server B

        D. Replicate Server A, Server B

        Answer: B

        Explanation

        Pull Syntax: Pull servername [database name] Description: Forces a one-way replication from the specified server to your server. You can also replicate a

        single database from the specified server to your server by including the database name on the command line. The initiating server receives data from the named server, but doesn't request that the other server pull data from it. This forces a server to replicate immediately with the initiating server, overriding any replication scheduled in the Domino Directory. Enter the server's full hierarchical name, if applicable. You can pull changes immediately if an important database, such as the Domino Directory, has changed or if a database on your server is corrupted or has been deleted.

        QUESTION 25.

        Robert just finished creating a group in the Domino Directory. However, he cannot find it listed in the Groups view in the Domino Directory. What type of group did he

        create?

        A. Mail Only

        B. Multi-Purpose

        C. User

        D. Deny Access

        Answer: D

        Explanation

        The Deny Access list denies access to users listed in the group. A Deny Access group usually contains former employees of companies where the user may still have their Notes ID file. The Deny Access group type doesn't display in the Groups view of the Domino Directory.

        QUESTION 26.

        Which one of the following is not an available Policy Settings document?

        A. Implied policies

        B. Organizational policies

        C. Explicit policies

        D. Exception polices

        Answer: A

        Explanation

        A policy is a collection of individual Policy Settings documents. There are three types of policies:

        organizational policies, explicit policies and exception policies.

        Organizational policies are applied automatically to users or groups based on the organizational structure.

        Explicit policies, like they sound, are assigned explicitly. They apply settings directly to a user, instead of through the organizational hierarchy. Exception policies allow users to control their own user settings.

        QUESTION 27.

        A user at ACME corporation ignored the warning that their ID file was about to expire. Now that the ID file is expired, what must happen before the user can use the ID file again?

        A. The ID file must be re-certified by an administrator.

        B. The ID file must be re-certified with a new certificate

        C. A new user account must be created for the user

        D. An administrator must extend the expiration date on the Notes ID

        Answer: A

        Explanation

        ID files contain expiration dates. To assign a new expiration date, you must recertify the ID file. You also recertify an ID file to add a new alternate name, or change the minimum password quality. Certifier IDs are used to recertify certifiers, servers, and users immediately below that certifier ID in the hierarchical name scheme. If the organization certifier is about to expire, it can be used to recertify itself.

        QUESTION 28.

        The Domino administrator has been given the following specifications: ServerA makes the application available only to Web browsers Server B makes the application available exclusively to Notes clients Replication occurs between Sever A and Server B at 6am daily Both client types refer to the application for the same information Data is added to the application by Notes Client users accessing Server B What are the minimum rights needed for Server A on Sever B?

        A. Reader

        B. Manager

        C. Author

        D. Editor

        Answer: A

        Explanation

        There is no teach information available for this item.

        QUESTION 29.

        Sarah wants to administer the Domino server via a Web browser. Which field on the Sever document must reference her name?

        A. Access server from a browser

        B. Calling server mgt administrator

        C. Web browser administrator

        D. Administer sever from a browser

        Answer: D

        Explanation

        By default the Domino server grants users listed in the “Administrators” field of the Server document in the Domino Directory the ability to administer the server from a browser when the Web Administrator database is created. However, if you need to add a new user and allow them to administer the server from a browser, you need to add their name to the “Administer server from a browser” field on the Security tab of the Server document, as well as add their name to the access control list

        (ACL) of the WEBADMIN.NSF database.

        QUESTION 30.

        Judy has enabled schedule replication between ServerA and ServerB. ServerA is configured to call at times from 05:00 to 16:00 with an interval of 60 min. what are

        the first and second times the servers will replicate, if it takes 12 minutes to replicate?

        A. 05:00, 11:12

        B. 05:00, 16:06

        C. 05:00, 06:00

        D. 05:00, 06:12

        Answer: D

        Explanation

        For example, suppose a Connection document schedules ServerA to call ServerB from 8AM until 5 PM with a repeat interval of 120 minutes. If ServerA calls and replicates successfully with ServerB at 8:30 AM, ServerA does not place the next call until 10:30AM.

        QUESTION 31.

        Which one of the following server console commands can a view-only administrator not issue?

        A. QUIT

        B. SHOW SEVER

        C. SHOW USER

        D. SHOW TASK

        Answer: A

        Explanation

        subset of commands.

        QUESTION 32.

        Which one of the following best describes why replication is failing, assuming the following:

        ServerB/ACME is the hub server in a hub and spoke topology for the ACME domain. ServerB/ACME is not receiving documents from ServerB/ACME ServerB/ACME is receiving documents from other severs in the ACME domain A Connection document exists from ServerA/ACME to ServerB/ACME for mail routing and pull-push replication every 4 hours A connection document exists from ServerB/ACME to Server/ACME for mail routing and pull-push replication every 4 hours

        A. In hub poke replication, the hub should call the spoke severs

        B. The length of time in the Connection document is too short

        C. There should be only one Connection document for replication between two severs

        D. The modem on Sever1/ACME's modem is down

        Answer: B

        QUESTION 33.

        Jevier has noticed a setting labeled “Make this site accessible to Web site search crawlers.” Which one of the following best describes what this does?

        A. Changes all URLs to use a question mark, instead of an exclamation point so they can be indexed by Web spiders

        B. Submits a request to network solutions for the Domino server to be indexed

        C. Change all URLs to use an exclamation point, instead of a question mark so they can be indexed by Web spiders

        D. Changes all URLs to use a HTML extension instead of a NSF extension

        Answer: C

        Explanation

        The “Make this site accessible to web site search crawlers” option on the server document can be set to either enabled or disabled. If enabled this tells the Domino Web server to use an ! (exclamation point) when generating URL commands. If the option is disabled, which is the default, it tells Domino to use a ? (question

        mark) when generating URL commands. This change is necessary if you wish to have your Domino server indexed by Web site search crawlers. Many of these programs ignore URLs containing ? (question marks)。 This setting does not affect Domino's ability to handle URL requests, it only affects how Domino generates pages and URLs. The server will process requests containing either exclamation points or question marks. The Domino Web server must be rebooted for this change to take effect. QUESTION 34. Where are Person documents stored on the Domino 6 server?

        E. Log

        F. Server view

        G. Domino Directory

        H. Mail box

        Answer: C

        Explanation

        Person documents are stored in the Domino Directory. In previous releases, the Domino Directory was referred to as the Public Address Book or Name and Address Book.

        QUESTION 35.

        Users in ACME Corporation are placed in either the Web Users group on Notes Users group, depending upon how they access the Domino server. The administrator has found that users in the Web Users group are unable to access the server, but Notes Users can access the server. The administrator has successfully verified that anonymous HTTP has been disabled on the Sever document. What is most likely the problem?

        A. Anonymous is set to no access, Web Users is set to no access

        B. Anonymous is set to reader, Notes Users is set to reader

        C. Anonymous is set to reader, Web Users is set to no access

        D. Anonymous is set to no access, Web Users is set to reader

        Answer: A

        QUESTION 36.

        When is mail routed between servers that are in the same Notes Named Network?

        A. Immediately

        B. When the replicate

        C. Default is every 30 minutes

        D. When 5 messages are pending

        Answer: A

        Explanation

        Mail is routed immediately by the router to servers in the same Notes Named Network. The messages are immediately routed from the MAIL.BOX file on the sender's server to the MAIL.BOX file on the recipient's server. Once the message is routed to the recipient's server, the router on the recipient's server delivers the

        message to the recipient's mail file. Since servers in a Notes Named Network share a common protocol and are always connected you do not need to create Connection documents for mail routing.

        QUESTION 37.

        Which one of the following databases can the server's administrator use to view detailed information about replication of databases?

        A. REPLICATOR.NSF

        B. MTSTORE.NSF

        C. DATABASE.NSF

        D. LOG.NSF

        Answer: D

        Explanation

        The Domino server log (LOG.NSF) is used to log all server activity, as well as information about databases and users on the server.

        QUESTION 38.

        Rachelle, the Domino administrator, is configuring her ND6 server to support the Smart Upgrade feature. She plans to create a new database using the Smart Upgrade Kits database template. Which one of the following

        best describes the filename of the Smart Upgrade Kits template?

        A. SMUPGRADE.NTF

        B. UPDATE.NTF

        C. SMUPDATE.NTF

        D. ND6UUPDATE.NTF

        Answer: A

        Explanation

        Smart Upgrade is configured inside the Smart Upgrade Kit database. This is created by an administrator from the Smart Upgrade Kits database template (SMUPGRADE.NTF) Smart Upgrade is implemented through the use of Policy and Setting documents. Administrators create and configure a Desktop Settings document for the Smart Upgrade feature; they then choose a Policy document to enforce or apply the Setting document at an organization level, or explicitly for a specific user. Explicit policies are listed in a user's Person document. For more information visit -->

        hannel=1&topicid=605

        QUESTION 39.

        Christian, the Notes administrator, has deleted a user from the directory using the “Remove User” button. What action must still be performed manually?

        A. Remove the user from ACLs

        B. Remove the user from groups

        C. Approve deletion of the user's mail file

        D. Nothing, AdminP takes care of all modification

        Answer: C

        Explanation

        If you choose to have the administration process delete the user's mail file when deleting a user, you must locate the “Approve File Deletion” request in the Pending Administrator's Approval view of the Administration Requests database. Place the document in edit mode and click “Approve File Deletion.” This will then delete the user's mail file; otherwise, you will have to manually delete from the database.

        QUESTION 40.

        Jack, the Notes & Domino 6 administrator, has been tasked with deploying a customized welcome page on users' desktops. He's been instructed to prevent users from changing the welcome page. How will Jack accomplish this?

        A. Startup Policy document in the Domino Directory

        B. Standards Policy document in the Domino Directory

        C. Desktop Policy Settings document in the Domino Directory

        D. Security Policy document in the Domino Directory

        Answer: C

        Explanation

        In Notes & Domino 6 you can create and automatically deploy customized welcome pages to users by use of a Desktop Policy document in the Domino Directory. The

        Desktop Policy document can also be used to prevent users from changing their Notes client welcome page.

        QUESTION 41.

        Which one of the followings is not true of the Domino Application Sever?

        A. Can host Active Server Pages [ASP] Web sites

        B. Can run on various platforms including NT, Linux, Solaris, and Unix

        C. Includes an integrated Web application server

        D. Hosts both Internet and Intranet Web sites

        Answer: A

        Explanation

        The Domino server includes an integrated Web application server that hosts both Internet and Intranet Web sites. The Domino server can run on various platforms

        including NT, Linux, Solaris, and Unix.

        QUESTION 42.

        Which one of the following statements regarding the synchronization of Notes ID file and Internet passwords is true?

        A. The Notes user can synchronize their passwords by clicking the “Apply password change to Internet” button in the Change Password dialog box in the Notes client

        B. The Notes user can synchronize their passwords by clicking the “Apply password change to Internet” button in the Security Preferences dialog box in the Notes client

        C. Notes & Internet passwords can be synchronized in Notes & Domino 6 if the Domino administrator has chosen to do so with a Security Sub Policy documents

        D. Notes & Internet passwords can not be synchronized in Notes & Domino 6

        Answer: C

        Explanation

        The Domino administrator can choose to synchronize the Internet password with Notes password. Thus giving the end-user the same password to log in to both Notes and the Internet.

        QUESTION 43.

        Which of the following databases are required by the Administration Process in

        order to process requests?

        A. CERTLOG.NSF

        B. ADMIN4.NSF

        C. CATALOG.NSF

        D. LOG.NSF

        Answer: B

        Explanation

        The Administration Requests database (ADMIN4.NSF) contains all requests associated with the Administration Process and is required for AdminP to function properly.

        QUESTION 44.

        Which one of the following is not true of Web site rule documents?

        A. Web site rules are defined in the Domino Directory

        B. Web site rules allow you to control the interpretation of incoming URLs

        C. Web site rules allow you to configure who has access to the Web site

        D. Web site rules allow you to move or reorganize files without breaking existing links

        Answer: C

        Explanation

        Web site rules are defined in the Domino Directory Web site rules allow you to control the interpretation of incoming URLs Web site rules allow you to create a user-friendly and consistent navigation scheme Web site rules allow you to move or reorganize files without breaking existing links For more information visit this link.

        10.lotus.com/ldd/today.nsf/8a6d147cf55a7fd385256658007aacf1/b86a878b9ae5ee0d85256ad8000813a6?Open Document

        QUESTION 45.

        Which of the following is not a valid level of administrative access to the Domino server?

        A. Domino administrators

        B. Restricted system administrators

        C. Full access administrators

        D. Database administrators

        Answer: A

        Explanation

        Notes & Domino 6 now allows for delegation of administrative rights. Domino administrators is not a valid option on the Server document. The valid options are:

        Full access administrators

        Administrators

        Database administrators

        Full remote console administrators

        System administrators

        Restricted system administrators

        Restricted system commands Administer the server from a browser (pre-Domino 6 servers only) To grant a user this level of access they are simply added to the field next to the access level.

        QUESTION 46.

        Which one of the following answers best describes the Notes & Domino 6 ODS format number?

        A. 41

        B. 43

        C. 45

        D. 39

        Answer: B

        Explanation

        The database format (On-Disk Structure or ODS) is represented by a number. This helps determine what format or version the database is. The Domino 6 database format is ODS43.

        QUESTION 47.

        David needs to ensure that mail is routed between servers in the same Notes Named Network. How many Connection documents will he need to create?

        A. 2

        B. 4

        C. 0

        D. 1

        Answer: C

        Explanation

        Mail is routed immediately by the router to servers in the same Notes Named Network. The messages are immediately routed from the MAIL.BOX file on the sender's server to the MAIL.BOX file on the recipient's server. Once the message is routed to the recipient server, the router on the recipient's server delivers the

        message to the recipient's mail file. Since servers in a Notes Named Network share a common protocol and are always connected, you do not need to create Connection documents for mail routing.

        QUESTION 48.

        Which one of the following is reason Jeff, the Domino 6 administrator, would choose to not enable network compression in Domino?

        A. Connections are over the local area network and have a fast connection

        B. Connections are over a wireless network and have a slow connection

        C. Connections are over a public area network and have a slow connection

        D. Connections are over the wide area network and have a slow connection

        Answer: A

        Explanation

        Choosing to compress network data decreases bandwidth. Administrators with a majority of clients connecting over a high-speed LAN should choose not to compress the network data. Compressing the network data causes an increase of memory and processor use on the Domino server. However, if the high speed network is experiencing congestion, the Domino administrator would have to weigh the pros and cons associated with compressing network data.

        QUESTION 49.

        Ted has created several server mail rules to filter mail content. Which one of the following best describes where they are stored?

        A. Domino 6 does not support server-based mail rules

        B. Server mail rules are stored on the Server document

        C. Server mail rules are stored on the Mail Configuration document

        D. Server mail rules are stored on the Sever Configuration document

        Answer: D

        Explanation

        Server mail rules are created and modified on the Domino server's Configuration document.

        QUESTION 50.

        Travis wishes to display a list of the current status of the active server tasks. Which one of the following commands will accomplish this?

        A. SHOW ALL

        B. SHOW CONNECTED TASKS

        C. SHOW TASKS

        D. SHOW RUNNING TASK

        Answer: C

        Explanation

        To see a list of active tasks on the Domino server issue the following command at the server console:

        SHOW TASKS

        The SHOW TASKS command displays the name of the Domino server, path of the Domino program directory, and the status of the active server tasks.

        QUESTION 51.

        Which one of the following is not a benefit of Domino clustering?

        A. Redundancy

        B. Load balancing

        C. Reduced hardware costs

        D. Failover

        Answer: C

        Explanation

        Domino clustering provides many benefits such as failover, redundancy and load balancing to name a few. Failover - when a server that is a member of a Domino cluster is unavailable the client is redirected to another cluster member to provide uninterrupted access to Domino. Redundancy - in a Domino cluster the database is contained on other servers that are a member of the cluster, therefore the database exists in more then one location and is updated in real time. Load balancing - requests for databases that exist on multiple members of a cluster to be distributed amongst the cluster, therefore removing the burden from one server and sharing it amongst the members of the cluster. Hardware costs are not reduced when using Domino clustering as you may have to purchase or use additional hardware to cluster servers.

        QUESTION 52.

        Which one of the following is used to automate the server setup program to allow an administrator to quickly configure a standard server?

        A. Domino server setup profile

        B. Domino server setup policy

        C. Domino server configuration file

        D. Domino server configuration script

        Answer: A

        Explanation

        The Domino server setup profile is a file that is used to automate the server setup program.

        QUESTION 53.

        Sandy, the Domino administrator, has noticed that his server has a large amount of mail being processed. Which one of the following tasks can she do to allow for faster mail delivery?

        A. Enable Multiple Mail Box databases

        B. Set Multiple Threads=true in the Notes.ini file for the Domino server

        C. Enable Multiple Mail.box routing on workstations

        D. Enable Multiple Router tasks

        Answer: A

        Explanation

        She can configure the Domino server to route mail using multiple MAIL.BOX databases. According to the Help database, you can see a substantial performance improvement by adding an additional MAIL.BOX database. However, with each additional MAIL.BOX database you create and configure, the benefit gained decreases slightly. To configure multiple MAIL.BOX databases on a server, use the ND6 Administration client and open the Server Configuration document for the server; click the Router/SMTP-Basics tab, and enter the number of MAIL.BOX databases in the Number of mailboxes field.

        QUESTION 54.

        Which one of the following is not an administrator type under the new Notes & Domino 6 administrator hierarchy?

        A. Administrator

        B. Database administrator

        C. System administrator

        D. Domain administrator

        Answer: D

        Explanation

        The following is a list of the new administrator types under the new Notes & Domino 6 administrator hierarchy:

        Full Access Administrator

        Administrator

        Database Administrator

        Full Remote Console Administrator

        System Administrator

        Restricted System Administrator

        QUESTION 55.

        Users are complaining that an application is constantly displaying replication conflicts. Which one of the following best describes what the Domino developer could do to minimize replication conflicts?

        A. Merge replication conflict DATABASE property

        B. Inherit value of select FORM document

        C. Inherit value of select DATABASE document

        D. Merge replication conflict FORM property

        Answer: D

        Explanation

        A Domino developer can select “Merge replication conflicts” on the Info tab of the form properties. This helps merge replication conflicts into a single document whenever possible. If two users edit different fields in the same document, they are saved to a single document. However, if two users edit the same field in the same

        document, one is saved as a main document, and the other as a response document marked as a replication conflict.

        QUESTION 56.

        Jason is restarting a server that is a member of a Domino cluster. He has modified following line in the server's NOTES.INI: Server_Availability_Threshold=n He set the value so that requesting clients would see the Domino sever as BUSY, causing requests to open databases to be redirected to another server, thus allowing the server to complete replication. Which one of the following values represents n?

        A. 10

        B. 50

        C. 100

        D. 0

        Answer: C

        Explanation

        The server availability threshold for a Domino server is set by adding the following line to the servers NOTES.INI: server_availability_threshold= The value is a number from 0 to 100. The higher the number the less work the server can handle before returning a BUSY state to requesting clients. Placing a value of 100 will

        cause the server to return a BUSY state at all times. It is common for an administrator to set the server_availability_threshold=100 on a server that has crashed or was unavailable for an extended period of time. This allows the server to replicate with other members of the cluster so all data is current and up-to-date.

        QUESTION 57.

        Which one of the following is not a Domino server task?

        A. Firewall

        B. Collect

        C. Event

        D. Report

        Answer: A

        QUESTION 58.

        Toby is creating a Web Site Rule document for his Domino Web site. He notices that Web site rules are response documents to the Web site they apply to. Which one of the following is not a valid Web Site rule?

        A. HTTP request header

        B. Redirection rules

        C. HTTP response header

        D. Substitution rules

        Answer: A

        Explanation

        The Web Site Rules document is created from within the corresponding Web Site document. The four types of Web Site Rules documents are:

        A Directory rules document is used to direct incoming URLs to a specific directory, and to assign an access level.

        A Redirection rules document is used to specify that designated incoming URL patterns be redirected to a specified URL.

        A Substitution rules document is used to replace a specified URL pattern with another specified URL pattern.

        A HTTP response header rules document is used to specify HTTP headers that are to be added to HTTP responses.

        QUESTION 59.

        Rachel plans to use the Folder tools in Domino Administrator to create a new replica of her application on a remote Domino server. Which one of the following best describes the rights she needs in order to accomplish this?

        A. Her name must be in the “Access this Server” field for the remote server

        B. Her name must be in the “Create new database” field for the remote server

        C. Her name must be in the “Create replica databases” filed for the remote server

        D. She must have manager access to the application, and be listed in the “Administrators” filed on the Remote Server document.

        Answer: C

        Explanation

        The “Create replica databases” field contains a list of users that are authorized to create new replica databases on the Domino server. If the field is blank, then no one can create replica databases. In order to create a replica database on a server, a user also has to be authorized to create a new database. However, given only the answers above, the ability to create a replica database is the best answer. This question makes the assumption that the user is either listed in the “Create new database” field on the Server document, or that the field is blank and all

        users on the server can create new databases.

        QUESTION 60.

        Which of the following database properties can be set to improve performance when viewing the server's log file [LOG.NSF]?

        A. Disable the database cache for LOG.NSF

        B. Enable the “Don't maintain unread marks” database property

        C. Disable the “Don't Allow Headline monitoring” database property

        D. Enable the “Maintain Last Accessed” database property

        Answer: B

        Explanation

        The Notes & Domino 6 administration help recommends enabling the “Don't maintain unread marks” database property on several reference databases such as the help databases, the Domino Directory, and the server's log file (LOG.NSF)。 To enable the “Don't maintain unread marks” database property, open the database properties tab and select the Last tab. The “Don't maintain unread marks” is the first item. After changing this option you must compact the database for the change to takes effect. During the compacting process, a temporary copy of the database is made.

        QUESTION 61.

        Sarah noticed the following entry in her server's Notes.ini file. She discovered that the key is use to control how many days entries are kept in the log file. Given the example below, how many days will entries be kept in her servers log file?

        LOG=LOG.NSF,1,0,7,40000

        A. 0

        B. 1

        C. 7

        D. 40000

        Answer: C

        Explanation

        The syntax for the LOG= key is as follows:

        LOG=LOGFILENAME, LOG_OPTION, NOT_USED, DAYS, SIZE logfilename - the log database file name, by default LOG.NSF log_option - log options:

        1 = Log to the console

        2 = Force database fixup when opening the log file

        4 = Full document scan

        not_used - always set to zero; this parameter is not currently used days - the number of days to retain log documents size - the size of log text in event documents In the given example

        LOG=LOG.NSF,1,5,20000

        The log file is named LOG.NSF and documents are deleted after five days and the log can contain up to 20,000

        words. All logging information is being sent to the server console.

        The default is:

        LOG=LOG.NSF,1,0,7,40000

        QUESTION 62.

        A user is assigned to a group with editor rights in the Sales.nsf. However,whenever she tries to create a document she is denied. What could be the problem?

        A. None of the above

        B. The user is listed in another group in the ACL with lower access

        C. The user is individually listed in the ACL with lower access

        D. The ACL has become corrupt and needs to be fixed up

        Answer: C

        Explanation

        A name is listed in an ACL individually and as a member of a group. The access level assigned to the individual name takes precedence over the access level for the group, even if the individual access level is lower than the group level.

        QUESTION 63.

        Which one of the following Domino server console commands can be used to send a message to all active Lotus Notes users?

        A. SEND “Enter your message here”

        B. NET ALERT “Enter your message here”

        C. MESSAGE “Enter your message here”

        D. BROADCAST “Enter your message here”

        Answer: D

        Explanation

        A Domino administrator can issue the following Domino server console command to send a message to all active Lotus Notes users: BROADCAST “Enter your message here”

        QUESTION 64.

        Which one of the following best describes the role of the full access administrator?

        A. Performs any administrative tasks; for emergency use

        B. Performs day-to-day database maintenance

        C. Performs user creation and deletion

        D. Performs database creation and deletion

        Answer: A

        Explanation

        Users with full administrator access have manager access to all databases on server regardless of the database ACL. They have all programmability rights, all passthru rights and they can issue OS-level commands. This administrative access level should be for emergency use.

        QUESTION 65.

        Eric has removed a user from the Domino Directory and the AdminP process has processed the request. Which one of the following tasks must sill be done manually?

        A. He must manually approve deletion of the user's mail files.

        B. Nothing must be done manually; Admin{ takes care of all modifications and deletions.

        C. He must manually run another agent to remove the user from ACLs

        D. He must manually remove the user from groups within the Domino Directory

        Answer: A

        Explanation

        Open the “Approve Deletion of Mail File” request for each source database that you deleted, click the “Edit Document” button, click the “Approve File Deletion” button, click “Yes”, and then click “Save and Close”. This will delete the mail file using the AdminP process.

        QUESTION 66.

        What can the Domino developer of an application do to minimize replication conflicts?

        A. Merge replication conflict FORM property

        B. Merge replication conflict DATABASE property

        C. Inherit value of select FORM document

        D. Inherit value of select DATABASE document

        Answer: A

        Explanation

        A Domino developer can select “Merge replication conflicts” on the Info tab of the form properties. This helps merge replication conflicts into a single document whenever possible. If two users edit different fields in the same document, they are saved to a single document. However, if two users edit the same field in the same

        document, one is saved as a main document and the other document as a response document marked as a replication conflict.

        QUESTION 67.

        Which one of the following is a Domino server task?

        A. Firewall

        B. IIS

        C. Chronos

        D. DNS

        Answer: C

        Explanation

        The Chronos server task updates full-text indexes that are marked to be updated hourly, daily, or weekly.

        QUESTION 68.

        Which one of the following best describes the steps required to enable compression for file attachments?

        A. Select “Use LZ1 compression for attachments” on the replication settings dialog box

        B. Select “Use LZ1compression for database attachments on the Sever document

        C. Select ”Use LZ1compression for attachments“ on the form properties dialog box

        D. Select ”Use LZ1compression for attachments“ on database properties dialog box

        Answer: D

        Explanation

        To enable LZ1 compression for attachments, open the Advanced Options tab of the database properties and select ”Use LZ1 compression for attachments.“ Doing this may increase the amount of I/O overhead. By default, Notes uses a compression method known as Huffman encoding when compressing file attachments. LZ1 (Lempzel/Ziv Level 1) compression replaces the current Huffman encoding compression algorithm used by R5. QUESTION 69. Using the Domino console, how can the administrator determine which servers have mail in their queues?

        A. Set Router Config

        B. Tell Router show Queues

        C. Tell Router exit

        D. Tel Router Queues

        Answer: B

        Explanation

        To display mail held in transfer queues to specific servers, the administrator would issue the following console command: Tell Router Show Queues. Additional router commands include: ”Tell Router Delivery Stats“ displays router delivery stats.

        The Tell Router Exit command stops the Router task on the server. The Tell Router Queues and Set Router Config are not valid console commands. Additional router commands include: ”Tell Router Compact“ compacts the servers MAIL.BOX, as well as cleans up open Router queues.

        QUESTION 70.

        Every morning Jerry issues a Show Users command on the Domino server console. He has just added it into his showusers.txt batch file. How would Jerry issued the command to launch his batch file?

        A. SHOW USERS < C:\FILES\SHOWUSERS.TXT

        B. TELL SHOW USERS PRINT C:\FILES\SHOWUSERS.TXT

        C.

        D. SHOW USERS> C:\FILES\SHOWUSERS.TXT

        Answer: C

        Explanation

        To run several console commands at once, you must create a batch file containing a list of the server commands you want to run. You must enter each command on a separate line inside the text file. Assuming you have created the file in the DATA directory of the Domino server and named it COMMANDS.TXT, you would simply issue the following command:

        COMMANDS.TXT

        However, if the file is located outside the Domino server's data directory, you must include the path to the file, including the file name.

        QUESTION 71.

        A replica of an application exists on six servers in the same Notes Named Network. However one of the replicas is not receiving changes. What is most likely the problem?

        A. None of these answers apply

        B. Documents had been encrypted and the hub server, of a hub-and-spoke topology, lacked the necessary encryption key

        C. The spoke server of a hub-and-spoke topology was not included in the reader name fields of documents within the database

        D. The hub server of a hub-and-spoke topology was not included in the reader name fields of documents within the database.

        Answer: C

        QUESTION 72.

        Which database stores information regarding naming and certification events?

        A. CERTLOG.NSF

        B. CERTLOG.NTF

        C. ADMIN5.NSF

        D. ADMIN4.NSF

        Answer: A

        Explanation

        The Certification Log (CERTLOG.NSF) database stores information regarding naming and certification events.

        QUESTION 73.

        Users are complaining to James, the Domino administrator that the download keeps timing out when they attempt to download a large file. What can he do to help prevent the time-out from occurring?

        A. Reduce idle thread timeout

        B. Maximize the CGI timeout

        C. Decrease the input timeout

        D. Increase the output timeout

        Answer: D

        Explanation

        The Output Timeout field is the number of minutes that Domino can take to send output to requesting Web clients. The default value for this is 20 minutes.

        QUESTION 74.

        Which one of the following best describes the template file name for the Domain Catalog?

        A. CATALOG.NTF

        B. DOMCAT.NTF

        C. DOMCATALOG.NTF

        D. SEACH.NTF

        Answer: A

        Explanation

        The Domain Catalog, a database that uses the CATALOG.NTF template, controls which databases and file systems get indexed for Domain Search. Even if your organization is not implementing Domain Search, the Domain Catalog is a useful administrative tool for such tasks as keeping track of the location of database

        replicas.

        QUESTION 75.

        Which one of the following answers best describes the Notes & Domino 6 ODS format number?

        E. 41

        F. 43

        G. 45

        H. 39

        Answer: B

        Explanation

        The database format (On-Disk Structure or ODS) is represented by a number. This helps determine what format or version the database is. The Domino 6 database format is ODS43. QUESTION 76. Hector is upgrading his Domino server so he can take advantage of policy-base administration. Which one of the following statements is true regarding Policy documents?

        A. Policy documents can be defined for users, groups, or servers

        B. Policy documents can be defined for organizational units

        C. Policy documents can be defined for users or servers

        D. Policy documents can be defined for organizations or servers

        Answer: B

        Explanation

        Policy documents can be defined for organizations or organizational units. An organizational policy is automatically applied at the organization level, and organizational unit policy is automatically applied to an organizational unit.

        QUESTION 77.

        Ron would like to force a one-way replication from Server2 to server1. assuming he's using the server console on server2, what command would he issue?

        A. Push server2

        B. Push server1

        C. Pull server1

        D. Pull server2

        Answer: B

        Explanation

        By issuing Push Server1 at the server console, the administrator forces a one-way replication from the server they are on, to the specified server in the command. There is an optional parameter that allows replication of a single database from the server you are on, to the specified server. For example: Push Server1 NAMES.NSF This command forces a one-way replication of NAMES.NSF from the server they are on, to the specified server in the command.

        QUESTION 78.

        Which one of the following best describes the mail servers that the ISpy task monitors by default?

        A. None. By default, mail servers cannot be monitored

        B. The local mail server only

        C. All mail servers

        D. All mail servers on the local area network only

        Answer: B

        Explanation

        The ISpy task by default monitors the local mail server on which it is running. However, you can monitor other Domino mail servers by creating Probe documents. To start the ISpy task, issue the following command on the

        Domino server console: Run Java ISpy.

        QUESTION 79.

        Which one of the following is not an option that is configurable via a registration policy?

        A. Mail template

        B. License type

        C. Registration server

        D. Password option

        Answer: B

        Explanation

        Registration policies allow an administrator to select a registration policy when creating users, and have common registration options applied, such as: registration server, password options, roaming user status, mail server, mail template, Internet address information, ID and certifier information, and groups to be added to .

      【IBM Lotus認(rèn)證試題】相關(guān)文章:

      2016年IBM Lotus認(rèn)證試題題庫(kù)(附答案)03-07

      IBM認(rèn)證試題及答案07-21

      2016年Lotus認(rèn)證試題及答案03-07

      Lotus認(rèn)證試題大全(附答案)03-07

      IBM認(rèn)證試題(附答案)10-23

      IBM認(rèn)證考試筆試題03-08

      2016年IBM AIX認(rèn)證試題03-07

      IBM公司認(rèn)證試題題庫(kù)(附答案)03-07

      IBM認(rèn)證的分類和獲得IBM認(rèn)證的好處03-16

      主站蜘蛛池模板: 空弹之森海外版在线观看| 爷傲奈短剧全集免费播放| 《性迷宫》吴雪雯在线| 庆余年2电视剧在线免费观看| 漫步云端 电影| 世上只有妈妈好电影免费完整版| 高清《除却巫山》未删减版邓家佳| 妻子8免费完整高清电视剧在线| 紫雨三国| 喜羊羊与灰太狼之飞马奇遇记| 欲望校园车永莉完整电影在线看视频 | 舞力对决国语| 法国护士长在线播放| 美食的俘虏134| 为什么来我家国语| 法国电影女超人满天星在线观看| 一出好戏免费观看高清| 权力的游戏前传龙之家族第二季| 机械师2:复活| 女人的选择韩剧在线看免费| 凯登克里斯版《壮志凌云》 | 不可饶恕 美国| 幸福触手可及在线观看| 霸道股评最新视频| 承欢记剧集| 电影云图| 盛唐风流在线观看免费版 | 余罪电视剧第二季| 塔日酒店在线观看完| 全网影视大全| 大姚县| 高清人生开门红| 《志愿军:浴血和平》| jjzz44| 合租屋交换做爰| 性解命| 饥饿站台2在线观看| 年经母年经3的中文| 人生之路电视剧全部免费观看| 《爱我几何》正版| 雅帕菲卡| 播放 - 女律师的堕落高清 - 剧情电影 - 蘑菇影视 | 哪吒1免费观看完整版大电影| 释放的激情| 西游记女儿国在线观看完整版高清| 甄嬛传第57集| 长武县| 台版《烈火女警花》| 男女一起愁愁愁电影全集播放免费观 | 黄家驹演唱会下载| 蒲松龄国语| 朵拉开车回家| 范建明李婧婧小说免费阅读在线| 姐姐的朋友1| 用我的指尖搅乱吧| 吞噬星空171| 全球风暴电影| 娼 韩国电影| 总是很可爱第一季免费观看| 没羞没臊| 天堂中文在线资源库用| 会唱歌的大姐姐第一季完整版| 灌南县| 无盐之月| 音乐老师水饺| 刘墉下南京豫剧| 《战狼6免费看》日韩| 夺命权限韩剧在线观看| 邻居姐姐| 我的女游泳教练| 日本军舰进行曲| 上海电视台节目预告 | 归去来剧情| 双世宠妃第三季免费观看高清在线| 陪部长出差的电影叫什么名字| 超级无敌唱衰你| 二好电影在线播放免费观看| 房奴试爱《高潮》| 黑暗的性家伙之工藤拉拉在线观看| 优酷 火影| 办公室刺激战场一共几集| 使徒行者1在线完整版免费观看| 华丽一族剧情| 欧式少女第16集完整版 | 激情五月天小说| 万妖女王| 台湾mm减肥法| 《维修人员的培训》| 哒哒哒在线观看播放免费| 漂亮的保姆中文字幕完整版| 成全观看免费完整观看动漫| 小妻太水嫩陆教授花式宠免费观看| 电影《偷香》完整版| 郝板栗| 小炫解说csol| 电影婚戒| 娃娃脸9姑娘9| 团鬼六修道女| 神犬奇兵| 欧式少女第16集全集剧情介绍视频 | 《前科搜研的主妇》| 情深深雨蒙蒙2| 战狼6大妈免费观看高清版| 斗破苍穹107集免费观看| 总裁动真心了:契约婚姻全集免费 | 烟袋斜街10号| 高清《慕尼黑》| 8090三个人的冬季恋歌| 恭喜发财歌曲原唱播放| 少年王卫斯理高清| 广场舞火火的姑娘云裳| 50岁大胸继拇5中文| 老爸的爱情全集在线观看| 江南1970| 日本按摩3-4Pommane| 男与女在线观看| 银河格斗3| 动感小玲| 《疯狂农场3》免费观看中文版| 孙颖莎1比3穆克吉| 插曲30集全集免费播放在线观看| 高压监狱3完整版在线看| 丰满的邻居2在线观看完整免费版| 保罗一家1-4在线观看| 高清《哺乳》电影完整观看免费 | 乌云之上电视剧全集剧情| 黑白配高清国语在线播放| 我不是潘金莲| 51吃瓜.world戴璐蘑菇| 疯狂试爱荷尔蒙6| 电视剧聊斋志异| 乱点鸳鸯谱| 私人航空电影免费观看完整版在线播放 | 电影女超人在线观看完整版| 翁虹电影全集| 年轻的母亲韩剧电视剧全集| 美国禁忌睫毛膏4完整版| 意大利电影爱情与秘密| 鹿晗脸上的疤| 植物学家的女儿们| 淫荡的贞操锁电影 | 情迷彼得堡| 牝教师在线免费观看| 致命女人第一季| 惜花芷电视剧| 瓜达卢佩的玫瑰电影在线| 乔布斯去世时间| 青梅竹马是消防员第一季未增删看| 斗罗大陆 免费完整版| 姐姐的朋友5有翻译怎样免费观看| 电视剧神隐在线观看| 木下凛凛子未删减版电影在线观看| 氪金玩家第一季免费播放| 越南女兵| 简言的夏冬在线观看| 二十一世纪爱情指南| 深夜航班 第二季电视剧| 年轻的朋友电影在线看| 半兽人的魔法世界| 特区爱奴百度影音| 绿岛电影海报堂| 吾乃皇太子免费阅读| 我唾弃你的坟墓2 豆瓣| 陈静仪喜爱夜蒲2| 惩罚女兵洗澡影院| 台湾mm减肥法| 范冰冰初恋| 妻子加班被丈夫上司欺负的后果| 极限挑战之皇家宝藏bt| 末日侵袭百度影音| 《《替夫还债3》HD中字》电影-高清完整版在线观看-JJ影院 | 西城大爷| 至尊红颜武媚娘| 龚玥菲新金平瓶梅全集| 地下室惊魂| 三国演义老版全集| 高清《左撇子艾伦》电视剧| 李丽珍爱的精灵| 侠探杰克2迅雷下载| 万物生长| 前嶋美纪| 金银1—5普通话国语| 森林里的熊先生冬眠中动漫完整版| 阿尔法特种部队| 男女一起愁愁愁免费全集观看| lieche| 辣妈星时尚| 白晶晶电影在线观看| xnxnxn美女19| 哈尔传奇| 私人医院的特殊待遇2| 电影《金悔瓶》高清完整版免费 | 孤注一掷电影完整版视频| 黑道大佬第一季免费观看国语版| 鬼吹灯之天星术国语版| 火影忍者9 剧场版| 蜜桃成熟时百度百科| 朴亚珍蓝色隐身帽2017| 满清十二帝| 血疫电影完整免费观看| 《总统》星克莱尔1997年满天星在| 余罪第三季在线观看免费高清全集| 有形的翅膀mv| 林伟健10部必看电影| 日本电影出差3| 特种兵之火凤| 亢奋第一季美剧| omoflow第一季全集在线播放| 豪哥哥改编歌曲| 护心电视剧免费观看完整版高清| 《马腾你别走》| 未来之星电影免费观看完整版高清| 摔跤玩鸟| 新娘新婚第一集| 真心英雄之现场| 神奇的眼镜韩国免费观看完整版 | 相反的你和我未删减| 爱情公寓3 19| 安斋拉拉在线| 初次见面4秒就合体| 身材最好的女明星| 年轻的护士长3| 和部长出差电影中字| 最美的安排| 最强反套路系统动漫在线观看| 塞伦意大利1997地爆天星| 雪恋电影在线观看| 偷偷藏不住之许你| 《高压监狱2》HD| 客家山歌五句板| 有钱了小品| 《八尺夫人》完整版免费看| 袖珍妈妈大结局| 爱情公寓3演员| 与君歌在线观看| 《混血儿摇篮曲》完整版| 妻子的叛乱国语版| 决杀令电视剧| 联合早报电影高清完整版需要爸爸播种子 | 老公万岁粤语| 男与女完整版电视剧| 砚山县| 大电站电影| 性生交大片免费看女人按摩| 战狼6高清在线观看大牛| 啄木鸟酒店实生2023| 迈向黎明| 蔡明悼念世间再无“马大姐夫”| 替夫还债的电影完整版中文字幕| 《妻子3》免费高清电视剧在线观看| 和男友打了一晚上扑克| 需要爸爸的种子在线观看 | 活在当下 电影| 脸红心跳的妖怪爱之战役| 售楼小姐日本| 新山かえで| 特殊保险中字5| 碧海逃生电影免费观看完整版 | 超神学院第7集| 五亿探长雷洛传2| 《需要爸爸播种子》在线观看播放_HD/无删减_免费高清电影 - 星辰影院 | 最美的安排| 我的漂亮妻子4星空| 欧美电影私人航空| 临江仙电视剧免费看| 有一种爱叫无法弥补| 需要爸爸播种子HD中字_午夜电影全集_完整版免费在线观看-天天影院 | 因法之名免费观看全集完整版| 僵尸之地国语| 超女麦乐迪在线观看视频| 舒克和贝塔| 刁蛮婆婆俏媳妇| 年轻的母亲第一季| 女战狼10国语原版高清 | 达科塔-范宁| 龙兄虎弟国语高清| 老湿影院放映黒人男子,。大屌猛播美女髙清视频免费看 | 不能错过的只有你电影免费观看完整| 同事三分亲国语全集| 厨缘电视剧| 坠入电影| 高清《大军阀》| 三年大片高清在线观看全集免费观看国语| 天网2013| 跳水世锦赛女子十米台决赛直播| 《需要爸爸种子》| 异星灾变第二季| 舞林争霸方俊| 通往你的地图| 孤注一掷2023电影完整 | 国风按摩院| 插曲视频在线观看中文| 神奇宝贝第一季在线观看免费全集 | 东西宫略 粤语| 临终老人要走的6个手势| 战火熔炉在线观看| 赤板栗《牙医姐妹》完整| 法国空乘4完整| 火热的部长妻子结局 | 福州 劫持人质| 龙海市| 夫妻这些事| 金装鬼打鬼| 50岁大胸继拇5中文| 完美世界全集免费| 特殊游泳教练在线| 大江大河第一部全集免费观看 | 安德鲁貂| 保姆的特别待遇免费| 《密爱》2002完整版| 《新员工入职秘书2》免费| 泰剧美人鱼| 明明不喜欢 在钱| 果宝特攻2全集| 检修工遇强奸犯 韩国电影| 骨肉相连麦片儿捞| 遍地书香| 麦乐迪女超人完整版在线播放| 电影美国禁忌| 铜铜钢铿锵锵锵锵锵锵免费观看高清 | 法国满天星《女飞行员》| 一夜新娘第二季全集免费观看| 炽热吸引网剧免费观看| 需要爸爸的种子2| 武媚娘秘史| 猎狼人电视剧全集| 双胞胎男主共享一女主小说宠文| 3d肉蒲团图片| 人猿泰山1995版电影简介 | 《乳头按摩》在线观看| 《还珠格格第一部》| 贪婪:欲望之岛 电影| 三年中国免费观看完整版 | 娃娃脸4美国版| 姐姐真漂亮5韩剧免费观看全集| 望夫成龙周星驰普通话版在线观看| 继拇献身义子| 指尖传出的真挚热情未增减第一季| 果冻三剑客2| 一女嫁三夫电视剧免费观看| 千王之王谢贤版| 老版霍元甲| 日本金银梅1-5普通话第二级| 聊斋花弄月在线观看| 门第31集在线观看| 酋长的女儿红辣椒| 1dldss00361当我打电话叫应召女郎时,我发现了一个高傲的大胸秘书......在办公 | 怪奇物语第三季免费观看完整版| 水浒笑传下载| 韩剧房产销售的电影| 女人的战争 卑劣的交易| 泰勒花花公子女郎| 非凡医生电视剧| 部长出差电影日剧有哪些| 无颜之月下载| 腹黑总裁:只对我温柔全集免费| 甜蜜惩罚全集在线观看| 性生活电影| 情欲公寓| 青春之旅电影| 电影《美容院的特殊待遇》纹身女演 | 真假学园第二部| 下水道的美人鱼百度影音| 女性| 爱我几何原版无删减版在线观看| 爱在空气中第四集| 斗罗大陆200集在线观看| 学生妈妈5| 星级争霸| 禁忌4美国禁忌3完整版中文| 电视剧心跳全集完整版免费观看| 美丽小蜜桃4:美丽人生| 偷情宝鉴| 无敌破坏王中文版免费版观看| 吉安市| 《牝教师4~被玷污的教坛~》完整版免费在线观看_手机看牝教师4~被玷污的教 | 高清《汉尼拔第一季》电视剧| 两个好媳妇中文版歌词的背景故事 | 桌球天王国语| 女版战狼6三真人版| 再向虎山行电视剧免费版| 影音先锋男人qq813| 将军在上| 水手服饲养1小时40分钟视频| 媳妇的美好时代2| 爱的人韩国电视剧免费| 红毯先生免费版完整在线观看| 牙医姐妹电影免费版在线看| 纵情欲海1| 偏偏喜欢你电视剧免费观看| 金银悔1-5免费观看高清| 塔日酒店无删减在线播放| 李时珍电影在线观看完整版中文 | 公下爱丽丝| 空蝉之森原版完整版网盘| 古剑奇谭电视剧全集| 乡村牧师| 栏杆模型| 《替夫还债妻子》大结局在线观看 | 电视剧原来爱上贼| 小猪佩奇爆笑版视频| 产品定位五步法| 红娘子大结局| 没女大翻身| 今野真菜| 法式鹅肝为什么那么大| 王朝的女人| 龙门镖局哪个台播| 义姐是不是良喂养1~2| 李采潭演热情的邻居免费观看| 《葡萄成熟时》短剧全集| 美容室:待遇服务7| 20世纪性格与X爱情免费| 酒店服务生动漫免费看| 双妻艳史| 美丽小蜜蜂3美国版| 天浴 下载| 恶魔的请柬| 蜡笔小新第6季动漫| 牝老师| 免费热门总裁短剧| 看见你的棒棒就想吃的歌手是谁| 老司机福利在线观看视频| 强壮公么驯服我2| 绅士品格全集| 异形:夺命舰 电影| 触手产卵魔法少女| 法国性瑜伽HD在线| 交换温柔| 上瘾第二季| 星辰影院免费观看爱情而已| 爱你几何 在线| 铁血少年| 爱是一场在劫难逃短剧免费观看| 日本幼女| 房奴试爱开头智恩| 名侦探柯南626| 《青年医生》全集观看| 撕裂人电影| 电影无憾坎贝奇完整版| 夫妻那些事免费播放完整版电视剧| 告诉我想要什么| 疯狂原始人迅雷下载| 麦乐迪版安娜和父亲哪里看| 电影太极张三丰| 龙珠国语版| 电影《财阀夫人》免费观看| 满天星1980在线观看| 吞噬星空71集免费观看| 星汉灿烂月升沧海在线观看| 吴京电影长津湖抢先版| 哇嘎影视大全在线观看| 时空悍将| 天堂有难| 爱情公寓3 21集| 禁忌3年转一代禁忌| 小樱桃影视| 王牌播音员| 美丽小蜜桃2免费观看完整版全集| 台版1987渔夫荒野史记在线看 | 王子变青蛙全集下载| 秀逗魔导士第四部| 潞城市| 风骚的邻居电影| 黄金传说| 《志愿军:浴血和平》| 玉浦团电影在线观看| 女超人法国无删减版麦乐迪| 太空娃娃全集在线观看| 青面修罗电影在线观看免费| 电影不忠结局在线观看免费高清| 电影《北越暴行》女民兵免费观看 | 欧式少女大16集全集更新进度| 以猫饲爱全集观看| 狮子王原版英文版免费观看| 色戒 电影 未删减在线观看| 白峰美羽教师的心酸在线观看| 宝贝别忍着喷出来| 安德鲁貂| 暖婚短剧全集免费观看 | 娼 韩国电影| 恰似你的温柔原唱| 开关女孩第二季| 保姆的特殊待遇2| 广西综艺频道| 驱魔人百度影音| 女子兼职假扮女友过年见家长| 高压监狱3未删减版在线观看| 新步步惊心电影| 公交车上六人轮换CH| 电视剧免费观看完整版高清| 青涩体现意大利| 洪金宝电影国语版| 西游降魔篇票价| 高清《误杀1》电影完整版带字幕| 美国睫毛膏3免费播放| 丛林肉搏国语| 密桃诚熟时1997| 密爱:我朋友的妈妈2 电影| 明媒正娶的妻子国语| 忍不住的继拇HD| 枪神传说| 春日狂热| 钢琴师电影| 哇嘎在线免费观看| 狂暴飞车144分钟完整免费版| 我是余欢水40集免费播放| 小仙之瑶动漫免费观看完整版| 《朋友夫妻:交换3》| 卖房子的女销售3无遮挡| 亲爱的热爱的| 农民伯伯2第二部国语版在线观看 木下檀檀子免费观看平台 | 顶级人生第一季电视剧| 牙医姐妹在线观看 | 超级飞侠第二季| 《女子护卫队满天星》全集免费观看| 《野花》电影| 《灯草和尚》| 《美国灭火宝贝2》导演是谁| 神断狄仁杰1| 男女一起愁愁愁电影全集在线| 花千骨什么时候播出| 中字HD丈夫的下属中字| 坎贝奇品味人生未删减版在线 | 男神爱上:暗恋成真全集免费| 特殊美容院| 1—5集普通话版免费下载| 国家公诉电视剧| 禁止的爱:善良的小姨子| 怒火重案| 《妻子6》在线观看免费版电视剧中文| 解放电影| 性与爱的电影在线观看| 电影野性的呼唤巴克犬完整版| 二阶堂完整版在线观看| 《鸿门宴》电影免费播放| 1—5集电视剧杨敏思免费看| 坏姐姐之拆婚联盟| 女超人免费完整版满天星| 《法国空乘2018》在线完整观看视频 | 动漫xlx| 官人我要之极乐宝鉴2| 《怦然与你》| 海底小精灵| 大胸年轻继拇5免费| 鸭王2迅雷下载| 我邻居的妻子| 守候我们的幸福在线观看| 《美丽女儿替父亲还债》剧情| 风水弃少:改运旺家完整版观看| 皇后的品格免费观看完整版 | 《检察官》全集观看| 郭晋安最新电视剧| 电影《需要爸爸播种美国》演员表 | 大胸的继拇| 动感之星妖精168集在线看| 洪熙官电视剧| 守候我们的幸福| 随唐英雄全集| 黛比浪漫女家教| 王牌大保镖 电影| 大唐荣耀在线观看| 森林狼vs火箭| 南安市| 牧教师4污染教坛全集免费看| 热血街头| 九九电视剧全集免费| 雾山五行第二季免费观看国漫| 年轻的部长夫人| 富婆爱上穷小子完整版| 上原瑞穗| 《东宫》电视剧免费观看西瓜影院| 湔雪的魔女| 隔壁的女邻居5| 天使在线| 旭日阳刚解散| 拿破仑电影| 斯巴达(大人版)满天星| 动感之星269集小玲 | 电影《庄园女仆满天星》在线看| 美容美发店里的特殊待遇中文字幕| 高清《犯罪现场 Zero》| q2002午夜我的老师| 儿子的妻子中字头| 137号案件未删减| 盗墓最新电视剧| 法国满天星《女飞行员》观看| 小欢喜电视剧1-50集免费观看| 进击的巨人大结局| 我女友的母亲ID中字| 东北旧事电影观看完整版高清 | 身为一个胖子免费观看| 杨贵妃秘史剧情| 韩国电影需要爸爸播种子| 还珠格格越南版| 铡美案免费| 水润女人电视剧在线播放免费| 鬼同你ot粤语版| 电视剧女特工风云| 巜交换上司的秘书2中文电影| 斗罗大陆第4部终极斗罗| 理论片午午伦夜理片影院| 房奴试爱截取的一段感情原声罗仲谦| 游戏风云春晚| 无处逢生| 九江县| 女警爱作战国语版| 感官吸引力4| 电视剧归路全集免费观看| 苍井苍空A免费井线在线观看| 你的欲梦裸身在线播放| 余罪第一季免费观看全集| 台湾版《棘手狂情》电影免费观看下| 一次邂逅| 安琪儿海底捞事件| 湿润的继拇HD中文泡泡| 职员到老板:打工人短剧全集 | 格斗之王2| 高清《谎言》在线观看| 女版战狼6三真人版| 古代的口香糖叫什么| 芈月传电视剧全集下载| 朋友的妈妈电影免费| 英国空姐在线观看完整免费高清原声满天星奔跑吧ep | 全职猎人108| 和部长一起出差旅电视剧在线观看| 酒后和朋友换娶妻中字| 人鱼小姐国语版在线观看免费全集| 电视剧如懿传| 姜恩惠《聚会的意义》| 电影情劫| 深夜姐妹会| 我的好朋友瘦子8| 掌中之物电影在线观看免费完整版| 第二十二条婚规大结局| 生万物电视剧第15集| 王嘉尔 papillon| 男女愁愁愁电视剧在线观看网页| 让子弹飞完整版电影| 熊出没之重返地球免费观看完整版 | 我和我的家乡电影免费播放完整版 | 台北过手无暝无日| 电视剧尖峰全集观看| 宦海奇官| 绿岛电影海报堂| 动感之星第199集妖精| 不要再来伤害我dj| 中原镖局之天地英豪| 选择全对:神级人生全集免费| 人猿泰山h版未删减| 《她被搬运工侵犯》在线| 无限动漫在线观看免费| 似火流年电视剧| 美国达人秀惊现神级表演 | 判处勇者刑未删减| 即兴爵士韩剧| 河南信阳的五大名菜分别是什么 | 破地狱粤语版| 红豆女之恋| 雪中悍刀行50集免费观看2季| 安达莉子| 歼灭天际线1—40| 满江红在线观看| 甄嬛传第71集| 南来北往电视剧剧情介绍| 女老板上司出差bd在线播| 日本混血女大学生精油按摩| 三生三世十里桃花电视| 高清《你好 李焕英》电影免费观看| 极乐宝鉴3d国语版普通话| 荣誉守则翻拍版成人版 | 我的父亲母亲大结局剧情介绍| 新包青天吕良伟版普通话| 妻子8在线观看高清电视剧| 邓超推销新电影被保安架走| 电波女与青春男第一季免费观看| 大峡谷遗宝| 侠客行不通免费观看| 美国版武则天惊艳版| 未删减版瓜达卢佩的玫瑰在线观看免费| 宿舍2大尺度挑战| 《我最喜欢妈妈》动漫最新一集| 赌侠2上海滩赌圣| 黑白配高清国语免费观看视频| 花与蛇之贵夫人| 叛逆者电视剧全集免费观看完整版| 《紧扣的星星》动漫免费播放| 直播逆袭短剧全集| 私人航空电影在线观看| 篠田优电梯被困086在线观看 | 高清异世界的安泰全看社畜未删减| 生化危机:战神再生| 出差遇到渣男前任完整版| 电影《霸王别姬》| 布莱泽奥特曼普通话2023| 固执的爱泰剧免费观看| 北越暴行女民兵免费版在线观看下载| 莉娜安德森在线| 周杰伦摩天轮演唱会官方完整版| 仙逆更新至96集在线| 道士电影| 欧式少女第16集全集电视剧剧情介绍| 电影《美容院的特殊待遇》5演员表免费观看| 华丽上班族 电影| 家和万事兴之兄弟姐妹| 维吾尔族美女| 大敌当前电影| 韩国美容院特殊服5| 妈妈母乳1-5H| 林肯公园的numb| 就是要你爱上我3| 《危险动物》| xl真人版| 《帕克》| 上瘾网络剧全集| 盗墓笔记电视剧吧| 国模 雅雅| 高密市| 黑白配HD1080高清免费下载 | 春节的拼音| 姐妹在线看免费观看| 棋魂国语版全集在线观看| 《丈夫邀部长来家吃饭》日剧部长看| 金刚狼电影| 淮水竹亭在线观看免费完整版| 国庆60年阅兵| 《父母爱情》全集在线| 男男一起愁愁电视剧免费播放| 日剧《多谢款待》| 人间中毒在线看无删| 贺军翔主演电视剧| 北化录取通知书能切西瓜不怕火烧| 木兰县| 日本伦理剧维修工的艳遇| 出包王女第二季| 棋士电视剧在线观看免费高清版| 花样少年少女全集观看| 初恋50次在线观看| 军事不当行为未删减完整版在线观看 | 重逢:丈夫的部下初恋未来遥香| 你比星光美丽1-40集免费观看| 湄公河行动西瓜影音| 大电影赛尔号| 电视剧棋士免费观看全集 | 在最终列车上开始的恋爱电视剧| 美国式禁忌4百度影音 | 太子妃武:武林高手短剧全集| 日本巜侵犯人妻人伦| 阿信的故事电视剧在线观看| 指环王2下载| 爱我几何电影完整版在线| 联合早报电影高清完整版需要爸爸播种子 | 小辣椒美国伦理| 金花瓶1999| 北京青年36集| 女大学生宿舍视频| 我的错误电影免费观看| 《越南暴行3》在线观看| 创世纪1国语在线观看| 迷人的保姆高清线观看| 大侦探福尔摩斯| 美味三姐妹电影| 美乃雀替夫还债的电影免费观看| 女朋友63中汉字三义角色关系 | 暴躁老妈86集全免费观| 中国机长在线观看| 肉蒲团 在线| 我的妹妹在线观看| 朋友的姐姐4线在完整中字| 维修工的艳遇4| 重庆娱乐频道直播| 王的女人谁敢动| 凝固的爱 试戏现场| 高清《肖申克的救赎》续集| 制服诱惑2 地下法庭| 我的女友妈妈韩字的ID是谁电影| 王岳伦陪王诗龄拍汉服写真| 慈禧电影| 金瓶艳史qvod| 周恩来免费| 私人航空在线观看| 动漫《家属》在线观看免费| 他们是在玩火1984禁忌| 高清年少有为未删减| 战机飞行员视角的祖国有多美| 熊出没动画片全集104| 新人类之毒医肥尸| 爆丸小子之圣石奇兵| 旖旎婚色短剧大结局免费观看全集| 《八尺夫人意大利满天星》完整版 | 4个少妇按摩| 美国保罗禁1_3集家电影| 妻子的日记| 电视短剧《正当时》全集播放| 清原| 国风按摩院 在线| 当着老公的面被搬运工在线| 微波武器| 电影《美容院的特殊待遇》纹身男演| 吴绮珊香醇绣感1999版哪里买| 一路向西韩版| 黑执事第一季| 铃音动漫| 曲江车展| 战狼6大牛电影免费观看高清完整版| 1980禁忌1980禁忌1芭芭拉全集 | 《哪吒1》免费观看完整版| 希特勒回来了| 爱我几何《莫妮卡》电影| 《牙医姊妹》完整版1986| 小猪佩奇中文| 电影花魁杜十娘| 三叉戟2在线观看| 反骗天下电视剧| 文山县| 赤子板《姐妹牙医》在线看| 性迷宫 电影 1999| 雪中悍刀行1-38全集| 大人物电影| 不扣纽扣的女人| 谁和她睡觉了剧情| 日本熟睡的继拇HD3| 斯托雅壮志凌云女版满天星法版| 花蜜花液汁水野战高H动漫| 皇后进宫电视剧| 嘉科米妮| 翁虹全部电影| 《部长来我家》| 《妽妽的丰满大胸》HD| 偷偷爱你电影| runningman在线观看全集| 唐璜的回忆| 新编西游记| 杀死比尔| 部长来家里吃饭2| 部长来家| 终结杉计划电视剧| 卡特教练| 黑暗侵袭1高清| 脑电波扫描仪| 保险公司的推销员8中文| 我是传奇2之末日重生| 在异世界迷宫开宫口樱花| 赶尸惊艳在线免费播放| 男子遭雷劈拥有超能力| 《塞伦三部曲》堕落男童| 高清白日提灯| 你好旧时光电视剧| 赘婿在线播放| 电视剧暴雪时分免费观看| 《花儿与少年》被曝重启|