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季免费观看 | 高清《私生活》电影| 如懿传在线观看全集| 隔山有眼3| 特殊争夺在线观看| 替身演员全集免费| 两人互换麦子3| 舞乐传奇全集| 摆渡人电影下载| 法国满天星《律师事务所》| 西班牙情事| H版欧美成人版白雪公主| 学渣逆袭:高考我成状元短剧全集| 米小圈上学记电视剧| 东京塔之越南女兵俘虏营免费完整在| 炫卡斗士2| 娇娃不设防| 高清《囚禁时间》电影免费观看全集| 一生一世完整版免费| 非诚勿扰20120624| 女版战狼7在线观看999| 陈雅伦快播| 美国式的家庭忌讳1—| 致美丽的你| 《裸体新闻》在线观看| 小凤新婚下集免费观看百度网盘| 修罗战神:谁敢动我家人全集免费| 釜山行2正片观看| 公与浮之| 死心的理由| あんてきぬすっ中文在线| 混血儿的摇篮曲完整版| 最强大脑第八季在线观看| 新网球王子10| 在姨妈母家的客厅| 战锤40k电影在线观看完整版| 咖喱辣椒粤语| 水上游击队全集| 妈妈的味道HD中字免费| 《渔夫的老婆》赛仑版叫什么| 妻子的秘密教学动漫| 人猿泰山hr版 在线完整版| 入青云在线观看全集免费播放| 《灰猎犬号》国语版| 我的游泳女教练在线| 南沙群岛在线| 也平凡在哪个软件上看| 明星大侦探第三季| 小鲤鱼跳龙门电影| 战狼1百度云| 日本VS中国VS亚洲看| 卓依婷专辑| 男人和女人在一起愁愁愁电视剧免| 欲罢不能阿拉丁版| 电视剧雾里看花在线观看| 牝教师在教室被淫辱| 摇啊笑啊桥| 《东北剿匪记》电视剧| 时光与他恰是正好电视剧| 哇嘎电影高清完整视| 我的家电视剧| 大梦归离电视剧免费观看全集高清| 继续宠爱十年音乐会| 黑天使电影| 麻辣变形计2| 股海明灯| 女起人满天星免费观看完整版| 掉了伴奏| 名侦探柯南在线观看免费| 流星蝴蝶剑| 电影荞麦疯长完整版在线观看| 女版战狼6免费播放| 女人被添荫蒂舒服了的更新时间| 百练成仙| 女保险公司销售员2| 侠僧探案传奇大夜叉| 《爱我几何》免费观看完整版下载| 雅典娜 歪歪| 公主的诱惑| Jizz日本| 男子排队等升旗倒地睡着| 私人航空完整版在线播放| 俄罗斯美女学院第一季完整版| 哪里可以看天与地| 爱我几何原版无删减版在线观看| 新金银悔5| 《裸体新闻》在线观看| 一出好戏电影完整版免费观看| 女老板的滋味| 烟火人家电视剧简介| 吴奇隆前妻| 公主把奶尖放入侍卫口中| 张三丰 2021吴樾版 电影| 电影荣誉守则| 丧家之女| 神乐桃花| 电车痴汉在线看| 西瓜和牛油果能一起吃吗| 急诊护士电影在线观看| 肥东县| 一人之下第4季| 诗朗诵《致敬英雄》| 非诚勿扰20111112| 成都请将我遗忘| 苍井空免费线在线观看无需下载 | 龚琳娜《小河淌水》| 底牌电视剧| 插曲的痛60全集免费观看高清版校园青 | 钢管捆绑暴菊强奸电影茌钱免费观看| 新编西游记| 野花免费高清完整在线观看| 美国版荷尔蒙6观看| 古装三圾片| 秘密搜查官在线观看完整版免费| 父母爱情在线观看全集完整版电视剧| 化妆师坐张艺凡腿上补妆| 榜下捉婿| 铁在烧 电视剧| 和朋友换麦5| 双枪李向阳| 大学生女学生HD | 美容室的待遇6| 爱情雨全集下载| 木子檀檀子剧免费观看第10集| 杨坤无所谓| 恶作剧之吻 电影| 我妻子的新妈妈双字ID | 火口子的两人| 决战万仙阵在线观看| 乡村爱情3| 生活中的玛丽电影在线播放免费| 我是真的讨厌异地恋| 爱 回家| 电影平凡英雄免费观看| 你之恋与真实之恋| 京香监狱电影免费观看| 少林七崁| 妈妈爱上儿子同学在线播放| 爱情交叉点电影| 七月与安生免费| 瓜达卢佩的玫瑰 在线观看| 刘海戏金蟾| 凯登克罗斯电影全集资源| 喜羊羊与灰太狼之飞马奇遇记| 慈禧太后的秘密| 越狱第三季| 长跑呼吸| 色诱水电工师傅激情毛片| 《黑寡妇》电影| 日日爱影院| 51吃瓜.world戴璐蘑菇| 大胸电影| 非诚勿扰小吴尊| 包青天菩萨岭| 刻晴大战史莱姆免费观看全集动漫 | 降头电影国语| 祁门县| 印度一头野猪大闹超市| 一起愁愁免费观看完整版| 傲世潜龙王东98集全| 我愿意 电影| 午间天气预报| 孤星血泪电影在线观看完整版 | 苏琪电影全集| 天美影院在线观看免费观看电视剧大全 | 巨野县| 机动奥特曼第一季| 时间静止器电影完整版| 黑袍纠察队4| 继拇想上我HD中字| 黑帮大佬365天| 精锐部队1| 富兰克林 电影| 情满珠江| 插曲30分钟免费观看电视剧大全最新章 | 女子跳水10米台决赛| 芈月传免费电视剧| 洗屋先生樱花动漫| 天局 电视剧| 老公的部下是初恋| 电影春心荡漾| 法国满天星《巴黎律师事务所》完整| 《蛇女》电影在线观看| 思春期诱惑下载| 岁月风云之雄霸天下| 《信誉守则》满天星版| 幸福小丈夫全集| 《交换3》金智妍| 仙逆在线观看全集完整版高清| 飞驰人生2在线高清完整版免费| 波多野结衣 家庭教师| 胡中华坠子| 女超人麦乐迪在线观看| 需要爸爸的种子国语版百度云| 洪真英BD三级在线观看| 女同地带| 被征服后淫堕的妻子电影| 扎职3义薄云天在线观看国语| 课外辅导的秘密在线观看完整版免费| 今时之欲365天无删减在线观看| 花花电影| 战狼6妈妈版免费资源| 变形计他乡有爱| 伦理片京东塔俘虏女兵在线观看| 你是我的花朵mv| 济公传 郭德纲2013| 影片《夫妻的快乐旅游》在线观看| 县委大院电视剧免费观看| 法国监狱伦理3完整视频| 月光宝盒私人免费影院| 逆罪大结局真相| 头文字d动画| 三年中文在线观看免费观看第三集 | 欲体焚情女主角| 姨母的诱惑免费在线观看| 《需要爸爸播种美国》在线观看| 村里来了个洋媳妇免费观看全集| 月光宝盒国语高清| 《卷卷初恋》| 王阳明40集完整版国语| 切尔诺贝利 纪录片| 焕羽电视剧周翊然| 五大连池市| 意大利电影《美人》| 学生妈妈的麦子| 带领村民奔小康:返乡创业全集免费| 私人航空在线观看免费| 千金丫鬟电视剧在线观看完整版| 一起愁愁全40集免费观看高清| 丧尸世界大战| 日本电影维修工艳遇| 黄金大逃狱电影完整版免费观看| 语义错误第二季生肉| 梦幻西游五庄观副本| 花木兰2动画片| 神奇动物2格林德沃免费观看| 归去来剧情| 3d柔铺团之极宝乐百度云| 暗线电视剧| 塔日酒店1997法国| 幸福爱人电视剧全集| 美国女儿国满天星在哪能看| 宽松世代又如何| 人猿泰山真人版1995年在线| 斩服少女完整版在线观看| 已婚妇女的下午电影中文| 孔雀舞曲| 日本混血大学生精油按摩电影在线观看 | 台湾版《荒野渔夫》电影在线观看| 急先锋在线观看| 丈夫属下占用妻子电影| 六姊妹电视剧在线观看全集完整版| 新世纪高潮战队| 真假公主| 帝国劫案| 泰剧人的价值| 142分钟颐和园未删除版本| 战火红颜40集免费观看全集高清| 百星酒店百度影音| 公的浮之手中字1上映时间| 高清我们是坏蛋理发师未删减| 麦金尼满天星免费观看| 真心英雄2025免费观看完整版| 和讨厌部长一起去出差旅| 怒水西流 电影| 阿宾在线观看| 暴走大事件第五季36| 三年中国在线中文免费| 长津湖高清完整在线观看| 《新上的秘书》演员表| 青柠剧情电影免费观看全集| 骊歌行在线观看| 只手遮天九千岁1到100集| 灿烂遗产| 擦枪走火 电影| 我们的2018免费观看腾讯视频| 品味人生无憾坎贝奇电影在线观看| 《主播女孩重度依赖》| 《特邀外卖员》完整版| 玉蒲团之夜销魂完整2| 酒店激战3-12集全集播放再来一次好吗 | 流行主教| 黑白配免费播放高清完整版| 巴啦啦小魔仙免费观看完整版| 日本电影《特殊游泳课》的编剧是谁 | 陪讨厌部长出差旅| 农场主的女儿们 经典973蘑菇| 淫间道| 金汉斯烤肉自助| 高柳家的花嫁在线| 制服诱惑免费观看| 玄女心经二免费观看| 一枝红杏入墙来| melodymarks女超人免费观看全部| 性工具酷刑虐女惨叫小说| 《瓜达卢佩的玫瑰》全集 | 台球杆法| 打脸拜金女:老娘身价过亿短剧全集 | 我和我的祖国免费| 出租屋1| 自贡女子遭夫妻两人殴打扒衣| 韩国情书复古舞| 电影赤壁| 黑玫瑰 电视剧| 第一滴血3高清| 充气娃娃之恋日本| 东北黑道风云20年全集| 爱的点滴| 狂野的爱| 高清《黎明决战》电视剧| 摩登家庭6 电视剧| 战狼6欧式少女一共多少集| 命运航班第三季| 男女一起愁愁愁免费网站| 马达加斯加的企鹅下载| 《丛林激情》男女主| 指环王2:双塔奇兵免费| 爸爸我要你的种子在线观看| 豪情百度影音| 暴躁老妈46集全白话免费看| 朗读者 电影完整版| 一起愁愁在线观看高清免费| 银河护卫队2百度云资源| MSD-005 欧妮 维修工的心跳艳遇(下) 疼痛凌辱高潮快感-在线观看-338TV | 高海拔之恋2| 四大名妓| 向往的生活第七季综艺| 《妻子变美的原因》动漫在线观看| 舒克和贝塔| 瞄准电视剧60集免费观看| 夺命金免费| 夺命枪火 电影| 克莱尔的迷宫电影在线| 契约婚姻| 新有菜在线免费播放| 反击国产电视剧全集| 三年大片免费观看大全国语| 监控人1到100集免费看| 被义子侵犯不敢出声电影在线观看| 江湖兄弟电视剧| 纱荣子维修工的艳遇| 魔具少女| 八仙饭店2高清免费播放| 猫头鹰餐厅| 需要爸爸播种子美国电| 高清异世界的安泰全看社畜未删减| 黑白配hd1080完整版在 | 海藻的第一次| 麻花传剧原创MV在线看赘婿| 残骸电影免费观看完整版| 黑暗荣耀 第二季 电视剧| 交换朋友的麦子国语版剧情| 七夕潘甜甜牛郎织女资源| 吴健版《农民伯伯2》电影免费观看 | 我怀了你的孩子第7集免费| 猛撞H花液H深丫鬟| 白鸟ゆな| 错配搭档| 高清马洛谋杀俱乐部 第三季 | 电影《军中乐园》| 特殊的美容院5| 人皮灯笼qvod| 别墅互换| 下女qvod| 美式保罗2免费看| 电击小子第2部全集| 第一页在线观看| 毛孩身高| 失落魔法电影在线观看| 泰山与珍妮HD未删减| 欺诈猎人| 绿色椅子在线| 高清《死人开关》电影| 铜铜铿锵锵将| 越光宝盒高清下载| 119纳粹号女子集中营完整片观看| 年轻的阿姨| 公公之浮之手中字| 赤裸的美奈子| 要爸爸播种| 五个丝袜女警榨精嗯啊哦哦| 卢龙县| 对你不止是喜欢你电视剧免费观看| 这4种面包真的建议少吃| 强奸5广告诱惑| 疯狂电影在线高清观看免费| 了不起的女孩免费观看| 幸福到万家电视剧免费观看完整版| 朴亚珍电影HD| 长相思第二部免费| 战狼8整版国语免费观看姐弟| 中国封国最新消息| 灵魂摆渡第1季免费观看| 暮海情深泰剧 电视剧在线观看| 女神异闻录在线观看| 圣特罗佩的姑娘们| 叛逆者免费观看完整| 满天星版杨玉环| 小女人电视剧48集观看| 《猎手》免费观看| 武藤兰av下载| 妹妹轮到你了韩剧| 岳母味道| 动漫在线观看免费全集| 短剧暧昧失温免费全集| 八十一枚金币| 粤语版青花瓷| 韩国色情 2024| 女儿国3满天星版哪里能看| 恰似你的温柔原唱| 爱我几何无删减| 网球王子电视剧版| 老公上司来我家| 全美超模大赛第20季| 花房姑娘免费播放大全电视剧 | 天赐1983| 舞出我人生周楚楚| 绽放的许开心在线观看全集| 二十岁电影| 碧血青天杨家将| 法国电影女超人满天星在线观看| 赖猫的狮子倒影在线看| 姐妹牙医电影在线看完整版高清 | 坎贝奇《无憾》电影| 《你是男的我也爱》| 黑暗大陆| 狄仁杰4| 宙斯之子赫拉克勒斯电影| 爱我多深快播| 曲周县委书记| 一闪一闪亮星星电影| 日版甄嬛传| 吴梦梦与黑人AV片DVD| 斗破苍穹第175集免费播放| 《常盘贵子恶魔之吻》| 假日暖洋洋免费完整版| 大哥的幸福| 电影美乃雀主演替夫还债 | 秘社第二季| 善意的谎言电视剧全集免费观看| 法国航空空姐2016中文版视频| 花与蛇在线看| 豫剧桃花庵| 孙中山免费| 三d肉浦团| 日本jiZZ| 海绵宝宝全集免费| 法版《行政助理》在线| 南洋十大邪术 国语| 赤坂丽令嬢肉奴隷未删减版| 电视剧红粉世家| 危情 陈雅伦| 美国版4娃娃脸免费观看| 韩剧小妇人| 《overflower》动漫第1季免费观看全集| 午夜dj在线观看大全| 斗罗大陆3龙王传说第四季免费观看| 落魄贵族琉璃川在线看免费| 盗墓笔记超级季播剧| 请鬼电影| 《激战丛林》完整版| 虎口脱险迅雷下载| 提防小手| 出差未婚妻遇到渣男前任日剧| 黄沙战神| 下辈子做你的女人电视剧| 老表发钱寒国语免费完整版| 男女一起愁愁愁视频在线观看| 菜鸟总动员| 跑男第八季开播时间| 苏迪曼杯2023赛程| 侄女的开发日期| 妖精的尾巴眼镜蛇| 法国《少女1979》完整版电影| 喜羊羊与灰太狼之决战次时代59| 私人航空免费观看完| 人体蜈蚣2在线观看| 朋友的老婆1| 方托马斯| 19岁大学生免费观看电视剧| 虎鹤妖师录 电视剧免费观看| 高清留存的爱未删减| 迷茫的爱 郭玲| 周处除三害哪里可以看| 足球小子初中国语版| 《野外情欲》在线观看| 家有弟攻| 还珠格格之燕儿翩翩飞| 特殊的保险推销员2中国| 我们结婚吧全集| 美英空袭也门:夜空升起巨大火球 青柠在线观看免费高清电视剧下载 | 酒店服务生电影在线观看完整免费高清第一集 | 公主把腿分大点毛笔| 天上人间高清| 种马猎人美国1982| 《地府阎王》免费观看| 《罚罪2》在线观看| xl司真人版在线播放免费| 神隐40集电视剧在线观看免费| 鞍山市| 呼啸青春| 姐姐的朋友5在完整4视频带翻译| 夫妻那些事全集免费观看电视剧| 警花交换| 因为爱情有幸福之一电视剧| 错点鸳鸯电视剧全集优酷| 在线观看我的性感老师| 修真界帝尊短剧全集免费观看| 农民伯伯2第二部国语版在线观看| 奶油柠檬| 乐亭县| 写真片lcdv观看影院| 女子推理社第二季| 换伴| 法国迷宫电影在线观看完整| 和寡妇房东在做爰2| 激战丛林2罗莎卡拉免费播放| 黑人RAPPER大全 顶级| 星光灿烂猪八戒| 法证先锋6粤语版免费完整版高清 哈利波特20周年重返霍格沃茨 | 东京不太热 在线播放| 海之声如如免费完整版| 薄冰电视剧免费观看| 七十二家房客第七季全集| 小斯亲口宣布离开篮网| 人口普查2021公布结果| 韩剧妈妈爱上儿子全集| 目中无人国语版| 免费中文在线播放电视剧推荐 | 豪门弃少全集免费| 落魄贵族琉璃川在线免费看全集| 孙女给生活不能自理爷爷洗澡| 拜托请爱我动漫在线观看| 私人女性临狱| 不输男儿郎:将门嫡女沙场短剧全集| 天堂旅店意大利1976| 社长与下属妻子韩国| 爱情公寓5在线观看免费完整版| 妈妈的新男朋友| 乡村爱情交响曲4| 记者:目前梅西无意与巴黎续约| 我可以笑着扮演你的配角| 《灭火行动》美国在线播放| 25岁女高中生在线观看| 97年电影在线免费观看| 男排亚洲杯决赛直播| 我们生活的年代 电视剧| 机械师6高清免费观看完整版 | 99re6在线热播精品免费| 超级教师3免费的电视剧| 一吻巴黎| 搞笑版四小天鹅| 3v1三人一次性体检视频| 疯狂原始人 720p| 医院特殊待遇5免费版| 妖精尾巴163| 科学怪人| 同学的妈妈电影| 高清生命树未删减| 少年张三丰张卫健版电视剧| xl司令全集免费观看高清| 风云雄霸天下1.5| 惠州市| 欲望中的女人 电影在线观看| 上司别暧昧| 韩国大尺度电影上司与妻子电影在线观看| 小日子全部免费播放电视剧| 东京复仇者真人版在线观看| IPX-602 Ipx602 沉迷于【恶女教师】嫉妒的不穿内裤诱惑女教师的异常私通。 明 | 我是歌手官方网站| 房奴试爱开头| 兽电战队强龙者普通话版| 望向太阳电影| 白鹿原1-77集免费观看电视剧 | 分手大师完整版| 重启电视剧| 18jack| 战狼6欧美版免费下载| 甜蜜专宠我是狱长第二季免费观看| 惊天魔盗团2资源| 爱上同学妈妈| 赛车总动员1 QVOD| 万能阿曼动画片全集| 年轻夫妇韩剧中文版免费观看 | 高清《通往你的地图》电影| 坎贝奇电影全集免费看| 长相思在线观看| 《姐妹新娘》全集观看| 三级《出差被同房》 | 斗罗大陆动漫完整免费版在线观看| 小猪佩奇的动画片| 性的爆行| 白蛇:缘起电影| 玉女聊斋下载| 中国古典美女| 屠龙少年历险记| 真实伦 乱| 台湾《小凤新婚下》演员表| 一千种死法第五季| 中国12xvedio100| 高清《九重紫》在线观看电视剧| 一起愁愁30集高清播放| 暴躁46集正版在线观看| 情事电影完整中文版| 《汤摇庄的幽奈同学》| 我妻子的新妈妈双字ID| 壮志凌云法国版满天星完整版| 寻找同桌的你| 黑暗侵袭1高清| 课外授业完整电影高清免费看| 灭火宝贝英语版免费2| 正好时光| 《误杀3》电影超清免费观看星辰| 午夜狂情| 浴火之路免费观看策驰影院| 重生之毒妃飒爆了全集免费 | 上春山简谱| 《我的健身锻炼| 肉蔻之香无删减版在线观看完整版| 现在就出发| 无接触洗车机| 天师与妖姬| 古墓丽影特别版| 仁粹大妃| 姐妹牙医1986电影观看| 家有九凤电视剧全集完整版免费| 《我们是坏蛋理发师》| 大侠霍元甲| 高压监狱3线观看完整免费高清原声| 蓝色帽子隐形的韩国电影在线观看| 韩剧《我的女朋友》| 相爱概率论泰剧免费观看| 如懿传片花| 《西部通缉令》啄木鸟| 恐怖故事之红豆绿豆| 无限超越群星演唱会| 阿庆讲故事| 插曲的痛60全集免费观看高清版| 歼灭天际线日韩版最新消息 | 韩剧《我的游泳教练》免费播放| 万物生长| 嫦娥奔月电视剧| 奥特曼银河帝国| 工作女郎克拉拉测试视频原版| 《最高の爱人诏》精简| 播放电视剧小舍得| 惊天时速| 抓钱舞标准版| 白峰美羽电影在线观看| 战狼5免费观看完整版| 这就是街舞3免费高清完整版| 一念永恒52集完整版大结局| working girl| 一起愁愁第40集免费看| 青春环游记第三季第五期免费观看| 夏天全集在线观看免费| 沙漠战争| 妻子的姐妹免费版电视剧大全| 公的浮之手中字电影| 我是刑警王| 血洛大陆| 烈火街头| 法国版《女超人:麦乐迪》在线播放| 埃及满天星1982| 新生电视剧免费观看全集| 高清《职场妻子的出轨》中语字| 夏娃的诱惑2| 电影《地爆天星》免费观看| 替夫还债3高清完整版在线观看| 度华年电视剧免费观看全集在线播放 | 电影洗澡| 吸血鬼偶像 电视剧| 《长相思》杨紫邓为初吻| 我的机器人男友短剧| 法国空姐满天星法版第三季在线播放| 绣春刀1高清免费观看| 刘亦菲素颜逛服装店| 男生和女生在一起愁愁愁电视剧在线观看30 | 净最新影片在线看| 领家特工| 媛崽好困| 岳母味道| 明天我不是羔羊电视剧| 速度与激情9在线观看完整版免费| 电视剧再爱我一次| 法国女超人麦乐迪版| 赵丽娜回应直播崩溃痛哭| 黎明之前连续剧| 时光与他 恰是正好| 《女销售员:》法国| 巨神战击队第一季| 老师的秘密 韩国| 高清临租家庭未删减| 酒店《1—60集》全集免费| 潜龙出渊短剧全集免费| 眼泪女王| 三年大片大全免费观看国语版2| 迷情校园第二视频| 破产姐妹 第三季| 深喉电影完整版百度影音| 影音先锋网每日| 日本电影公公来做客4| 寂静法师| 我学生的爸爸中字ID| 《麻衣的日常》| 电影婚戒| 现代启示录电影完整版高清免费 | 小羊肖恩第二部| 麦克斯韦关系式| 霜花店在线观看完整版电影韩国| 美国爸爸要播种免费看| 局长太大太粗进不去| 一路向西国语百度影音| 河津市| 新来的瑜伽教练免费| 隋唐英雄82| 我在秋斩刑场当缝尸人那些 年| 梦想的声音免费观看| 修理工与少妇马| 好好说话电视剧免费观看完整版| 赛尔号木木| 刘素云紧急开示| 曹查理《怒警狂花》电影版| 《月鳞绮纪》| 《亢奋》| 华丽一族剧情| 和部长一起去出差美国 完整版| 风中奇缘2| 一次特殊的游泳课| 一个人的江湖| 《女超人2满天星版》完整版| 田姐辣妹电视剧| 逆风野兽电影免费观看| 全城惊艳:离婚后短剧全集| 小辣椒3电影免费播放| 米奇妙妙屋全集1| 无忧渡电视剧在线观看全集| 刘德华评价罗刹海市| 兄弟换麦子6国语版1080P| 打开腿让我尝尝你的味道是什么歌| 求婚大作战日剧| 三个女人共享按摩| 麦乐迪在线观看播放| 莲花楼高清电视剧免费观看完整版| 爱情公寓3宣传片| 居家男人| 邳州市| 《飞哥大英雄》电视剧| 电视剧红玫瑰黑玫瑰| 新闻联播预告彩蛋| 和大胸大乳继拇做爰| 你是我的荣耀在线观看完整版免费| 金瓶梅原著电视剧1| 冰路营救在线观看| 插曲的痛第60集全集能看见的全部私密处 | 和部长一起出差电影| 姐妹姐妹在线播放| 村民在墓穴躺坐一排乘凉:人多不怕| 年轻漂亮的妺妺2电影| 男生和女生一起愁愁愁电视剧全集| 星汉灿烂西瓜免费观看| 名媛望族粤语版| 风火雷电破手势图解| 偿还债务妻子5免费观看电视剧 | 听爸爸的话| 韦小宝玩女大王| 新乱世佳人电影完整版| 羞羞哒MINI| 国产真人做爰视频免费| overflower第一集完整版 | 赵丽娜回应直播崩溃痛哭| 苏桃的骚乱文肉np| 七天妻子失去理智电影| 蜗居电视剧35剧情全集在线观看| 舍我其谁电视剧免费观看西瓜| 凯帕克的电影大全免费观看| 女官升职记:宫女到女相短剧全集| legal high2| 《法国空乘4》免费播放| 高压监狱2免费观看完整版在线播放 | 越南版《女兵俘虏营》电影免费观看| 我的漂亮老师做爰BD电影| 甜蜜家园免费观看| 小小水蜜桃9电视剧免费观看高清| 《庆余年2》今晚开播| 高清《婚前试爱》罗仲谦周秀娜| 蝙蝠侠赞中国火锅| 古剑奇谭免费观看电视剧全集 | 欧少女第十六集全集剧情| 我独自升级第一季在线观看| 伦敦上空的鹰| 按摩店的待遇1在线观看| 命运之夜天之杯| 鬼父在线观看无删减1-16| 长相思第一季全集免费完整版16| 暴露5美国版| 做aj电视剧大全| 全境封锁电影完整| 恒大世俱杯录像| 牝教师4免费在线观看| 边缘行者 电影| 谈判专家2024在线观看| 无遮挡动漫在线观看| 《乳房按摩》高清观看| 雪在烧百度影音| 婆婆女婿练瑜伽的说说| 布鲁克读大学完整版| 奔跑吧兄弟| 职场爱情电影| 女超人麦乐迪满天星版本电影在线观看| iq情缘| 离婚大战| 少女动漫免费观看全集| 魔镜号巴士街头中文字幕在线| 钟馗娘子| 疯狂动物城免费中文版| 一本正经电视剧免费观看完整版| 魔力宝贝监狱免费观看在线| 女体铳电影完整版免费观看高清| 唐人街探案网剧在线观看免费| 她们的爱| 蓝色隐形帽子电影免费| 鬼玩人崛起在线观看免费高清| 舒淇的全部三电影| 选调生之家| 《私人航空》在线看免费 | 《我的漂亮老师2| 战狼6在线观看完整免费| 高清《周年纪念日》电影| 陈子豪的个人空间| 睡衣小英雄| 曹查理《为卿痴狂》| 销售的销售秘密4中字| 美国禁忌之恋| 小伙有娃前后变化大被认成爷爷 | 海达电影| 高清《欲燃》完整版观看| 美国电影《小辣椒3》| 离山野人之谜| 孩子走丢妈妈冲上舞台求助| 吕不韦传奇| 法国版《女超人:麦乐迪》电影在线观看 |