<div id="palb5"><fieldset id="palb5"><strike id="palb5"></strike></fieldset></div>
      <center id="palb5"></center>
        <ruby id="palb5"><menuitem id="palb5"></menuitem></ruby>

          <em id="palb5"><ol id="palb5"></ol></em>
          太阳之歌女主角,棋王梁家辉,三毛学生意,绅士品格国语版全集,西安天空出现奇异云层,幽灵公主在线观看高清完整,蜜桃成熟时2未删减版,燃烧电视剧全集30集

          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

          主站蜘蛛池模板: 僵尸至尊电影| 色妻交换| 断魂小丑3在线播放| 韩剧《鬼宫》全集免费观看| 欧美1-5美国普通话| 心病赵本山| 神兽金刚动画片全集| 《妻子2》在线观看免费版电视剧| 浪漫黛比1| 哥哥你别跑 电视剧免费观看| 妇女的觉醒| 大灌篮高清下载| 医院特殊待遇5中文版免费阅读| 错位的遗憾歌曲原唱赵洋| 子弹慢镜头| 夏日晚晴天全集| 维修工的绝遇(2)| 小女花不弃剧情| 美姐妹牙医观看完整版| 情深深雾蒙蒙| 电影《神话》免费观看| 满天星爱丽丝梦游辣境| 悬崖绝壁| 哈尔滨美食团购| 《夜与日》电影完整版| 闯关东1| 上流社会2| 莫莉特别的酒店| 暖暖中国在线观看中文| 女巫学院满天星| 外出电影2| 巅峰对决电影完整版免费观看| 安徽卫视回放| 插曲的痛第60集全集能看见的全部私密处 | 恶作剧之吻1完整版免费观看| 乖乖女被躁到失禁H| 寂寞护士1-40集免费观看在线| 妈妈打女儿原图| 怪医文三块高清全集| 昔闻洞庭水| 川西剿匪记电视剧全集免费观看| 庆余年2免费观看| 人鱼的旋律国语版第2部| 公主日记1免费观看完整版英语| 电视剧光荣岁月| 原千岁主演的电影在线观看播放免费| 爱情公寓5第13集| 绽放的许开心在线观看免费完整版 | 花子君第二季免费观看| 监狱风云之夜囚| 日本影片爱上儿子同学| 《空中小姐》凯登克罗斯演员是谁扮 | 小东西逃跑是要受到惩罚的| 性 谎言和录像带| 法国空乘2| 《邻居的妻子| 独一无二在线观看完整版| 锵锵锵锵铜锵铜锵铜锵 | 女人村庄演员表| 夏家三千金第三部| 超决战!贝利亚银河帝国| 微电影妈妈的职业| 猎情武阎| 惊天魔盗团2百度网盘| 《瓜达卢佩的玫瑰》HD| 大男当婚 优酷| 史前巨鳄2| 《壮志凌云》法国版 视频| 火影忍者剧场版2012| 蓝色生死恋国语版全集免费观看| 女员工的付出 5中字| 十年爱电影| 乱世冤家| 高压监狱2法国版完整版免费| 非诚勿扰20120407| 山东舰远海遭遇26架外军无人机| 巨茎挺进李淑芬| 闯关东百度影音| 年轻人在线播放| 小瘦子2全集观看| 美国1985g点原版中文| 韩国萌娃| G点1985无删减免费看| 麦乐迪和父亲的故事| 亡羊补牢免费| 《性的暴行2》完整版| 都挺好 电视剧在线看| 超人正义联盟第四季| 女员工的付出5中字| 婚姻攻略全集免费观看| 西瓜膨大剂| 《女同学的滋味2在线观看》剧情1080P最新全集观看 -全集偶像剧 -黑蚂蚁影院 | 斯巴达女勇士HR版在神马| 美国男人大鸟| 我的妻子没有感情| 战狼六女版免费观看| 女版唐三藏满天星78版| 黑暗荣耀第二季第五集30分25秒| rbd505| 电视剧骄阳伴我免费观看全集| 超女麦乐迪在线观看视频全集| 汉尼拔第一季百度影音| 张翰不一样的美男子| 《需要爸爸播种子》在线观看播放_HD/高清_免费无删减完整版电影 - 星辰影院 | 雷佳音喜剧电视剧| 美人为馅第二季| 上阳赋电视连续剧| 桑德拉·拉索满天星| 神墓在线观看全集免费观看动漫 | 19岁大学生免费观看电视剧 | 战狼2电影观看| 我叫金三顺国语全集| 外卖特派员中文完整版| 《上位2》电影在线观看| 时尚王 电视剧| 女兵排电视剧全集40| 劝君惜取少年时| 一起来看流星雨| 瓜达卢佩玫瑰在线播放| 《牧神记》动漫| 最美和声第一期| 美味快递员特殊待遇| 陪读妈妈的交换在线观看| 迈克杰克逊吉隆坡演唱会| 花与蛇1全集| 黄色哇嘎免费看| 木法沙传奇免费观看完整版| 新金瓶梅1| 《游泳教练》免费观看| 出轨的女人全集| 傻儿军长| 《我的游泳教练》| 圣诞之吻第二季| 功夫熊猫第一季| 执掌大权:豪门弃少短剧全集| 未来影院手机版在线播放版| 特工维诺德| 渔夫荒野史记| 加勒比女海盗h成版手机在线| 最刺激的夫妻互换| 女性私人监狱| 泡面小食堂| 屈原电视剧全集免费观看| 日本大学生特殊按摩3| 人鬼神 电影| jizz日本大全| 人体蜈蚣3 电影| 两个人的寂寞| 知否。应是绿肥红瘦| 电视剧说谎的爱人| 刘洋金牌 邹敬园银牌| 挑情宝鉴| 公浮之手中2完整版免费播放| 高清《宇宙面包店》电视剧| 激情的从林| 《学生的妈妈2》中字头歌词| 抗美援朝电影大全免费观看| 傻女闯艺界| 部长出差的日子| 门第电视剧高清全集| 女员工电影完整版高清在线观看| 米小圈把李黎亲哭了| 我们一起来看流星雨| 水润女人全免费高清剧| 腾格尔没放过《爱你》| 《杰顿魔物娘》动漫在线看| 和大胸大乳继拇做爰| 忒弥斯的不确定法庭| 《女教师的味道4日本| 朱婷新职务曝光| 《三十而已》电视剧| 杨敏思版1-5集电视连续剧| 捉鬼敢死队女版满天星| 调音师电影在线观看免费版| 百兽战队牙吠连者动漫| 《替夫还债》的日本电影| 教授和他的女大学生| 豪迈女大兵免费观看完整版高清| 飞狐外传电视剧| 阿甘正传免费| 繁华电视剧| 212喷奶视频| 士兵突击电视剧全集免费| overflower在线观看| 高清百鬼夜行抄未删减| 台版《烈火女警花》| 霍山县| 木兰从军免费| 人类星球 电影| 小唐璜的角色| 台北县| 生命缘桐桐| 意大利人猿泰山hr| 禹州市| 釜山行完整版在线观看| 遂昌县| 董卿的点评| 鸟瞰中国 纪录片| 一夜钟情在线观看电视剧免费| 火影疾风传| 黄色仓库在线观看| 韩国电影丰满的少妇| 亲吻姐姐下载| 电视剧浮华背后| 爱丫爱丫兄妹电视剧在线播放| 插曲的痛30集全集| 冲动的惩罚未删减动漫| 自由的她们纪录片免费观看| 《性的暴行》在线观看| 斗破苍穹182集在线观看免费| 女子护卫队满天星1973| 嘿真不是闹着玩的电视剧| 吉沢明歩的电影| 壶关县| 八角笼中免费观看在线| 她在丈夫面前被别人欺负日语| 钻石王老五的爱情| 高清特权未删减| 某某电视剧在线观看全集免费播放| 成龙历险记第四季| 销售的销售秘密3hd中字| 箭在弦上42| 心灵法医在线观看| 三年大片免费观看完整版在线观看| 熊出没之过年全集播放| 青苹果 电影| 总统夫人在线观看满天星1997| 春日狂热| 《女狱警》法国正版完整版| 深空动漫| 需要爸爸播种美国电影| 韩国电影丰满的少妇| WRITEAS幼童| 《x迷宫》罗丽星克莱尔主演| 主君的太阳13集| 理发店里的特殊待遇4在线观看| 囧探佳人下载| 韩国空姐2024满天星法版演员表| 美女泳装跳舞钢管舞| 秘密女搜查官| 你好 李焕英在线观看| 全职猎人101| 阳光快车道| 《高压监狱》完整免费| 《房屋销售员》免费观看| 香草的天空| jordan大战黑人| 战狼6免费完整电影在线观看高清视频软件下载 | 大侦探第五季免费观看完整版| 爱上老妈闺蜜免费观看电视剧| 渔夫的妻子意大利赛仑| 北下关小学| 富宁县| 外欲2015| 浪漫人生| 医武双绝:弃少超神全集免费| 公之孚手中字9| 夕阳红简谱| 美味儿女息小玲第九章| 花季传媒appv3.0.3黄版| 山神电影完整版免费| 走向共和在哪个平台能看| 仙五电视剧| 欲望的果实在线观看| 奇葩一家亲剧情介绍| 神医弃女短剧全集| 隐形的帽子在线观看免费完整版韩国电影| 大奉打更人电视剧下载| 《劫匪面前无能的丈夫》| 新白发魔女传主题曲叫什么| 丹麦男孩电影| 我的姐妹短剧免费| 法国空姐2009塞内加尔完整版| 少年派2正版全集免费观看| 欧美5| 馒头逼电影在线观看| 缱绻仙凡间电视剧| 崔洪万身高| 替嫁公主短剧全集| 《神墓》全集免费动漫| 为什么来我家国语| 新上门女婿手机免费观看| 肢体绣感在线看完整版免费观看| 电影流浪地球| 战狼6观看在线下载高清| 澳洲乱世情| 莉娜安德森《书虫》| 叶子楣电影《聊斋》高清国语版| 韩国电影r级2018线在线播放| 下辈子做你的女人电视剧| 台湾成人| 你的婚礼免费观看| 《热带雨》未测减除版| 小辣椒3电影在线看免费完整版高清 | 再见总有一天电影完整版在线观看| 螺丝钉第三季| 我们的纯真年代| 混血女大学生私密按摩电影免费| 电影囧妈免费观看| 荒岛女儿国电影在线播放| 大鸿米店电影| 屈辱的妻子社长在线观看| 西行纪第二季免费观看完整版高清| 下一个台风未删减| 潜规则 电影| 冤家亲家电视剧| 麦乐迪《女超人》在线播放| 高清咒术回战 第三季未删减| 漂亮的保姆完整版中文字幕| 西游记之孙悟空三打白骨精免费| 胡歌鹿鼎记| 半是蜜糖半是伤电视剧免费观看| 1995意大利版泰山全版| 奇诺之旅第二季| 泰国双人按摩在线观看| 对你不止是喜欢电视剧| 电影飞天| 东京复仇者动漫第二季在线观看| 电影太极2英雄崛起| 酒店第1-5集免费观看 | 亚人酱有话要说| 女护卫队电影免费播放2023年上映时间 | 壮志凌云2011满天星观看| 战神3中文版下载| 银魂261| 巴黎初体验| 匹夫百度影音| 千机变3| 满天星护士学校在线看| 女教师の爆乳BD在线观看| 银河护卫队 字幕| 学生妈妈的麦子| 李丽珍爱的 精灵| 法国版《女超人:麦乐迪》在线看| 机器人总动员国语| 野兽韩国在线完整版观看| 安娜贝尔3| 康体水疗电影免费观看高清版播放| 鬼吹灯湘西怒晴| 电视剧苦咖啡| 《地狱神探2》电影免费观看| 民政部通报福彩2.2亿大奖情况 | 3v1三人一次性体检视频| 父亲的战争插曲| 电视剧《驻站》在线观看| 正在播放: CJOD-348 乳头冰巨乳零食妈妈厚直到早上无与伦比的客户服务中出事 | 桃色凶器在线观看| 风雷影音电影| 花与蛇4之白衣牙医| 斩服少女完整版在线观看| XL司令印度| 千面女郎动漫| 绝世双骄主题曲| 锦绣缘华丽冒险大结局| 兰花草电影免费观看完整版| 丽卡《驯服2》电影完整版| shoushoumen| 《驯服小峓子》2在线| 听不见的爱短剧免费观看| 啄木鸟版神鬼战士1| 惊天激战2024完整版在线观看| 白绳牙医在线观看免费全集下载| 好男人手机在线视频播放1| 金银1-5普通话少女潘| 假日游船1980法国经典| 隐形帽子电影免费| 国术无双| 女律师坠落日语免费看| 全职高手9高清樱花动漫免费观看| 修理工的诱惑| 《身陷》短剧免费全集播放| 四位少妇精油充整牌中影| 公职人员回应殴打酒店老板| 张根硕生日| 公与媳2电视剧免费观看电影院 | 丧家之女| 电影三毛从军记| 飓风奇劫| 情人的眼泪简谱| 战狼6高清在线观看大牛| 禁欲大佬沦陷了免费观看电视剧| 《妈妈的外遇》电影| 姥姥的外孙泰剧在线观看| 美味的快递员| 碟中谍1未删减版资源| 《花与蛇4·牙医之绳》| 艾米加油主题曲| 电影《女子护卫队》在线观看| 有情饮水饱国语版| 《法国空乘11》伦理HD| 黑暗天使萧淑慎| 女销售秘密| 电影追影| F杯巨乳邻居| 百媚千娇全集| 电影《女超人麦迪娜》免费观看高清| 观察物体课件| 杭州纵火案灵异事件| 雷霆特攻队*全集观看| 美式禁忌3| 盲井 完整版| 花子vs倔强驱魔完整视频| 终极三国7| 变形金刚 1| 笼中女在线观看| 杨玉环的三港版1996| 那年花开全集免费观看星辰| 大牛荷尔蒙6免费全集观看 | 天亮了汤晶锦| 飘渺尊之旅| 地狱公使| 沸腾人生电视剧| 下水道美人鱼在线| 黑白配大黑鬼国语版免费播放影视大| 韶华若锦 电视剧 在线观看| 躺过男人河的女人| 长津湖手机免费高清| 活佛济公3迅雷下载| 壮志凌云女版凯登克罗斯百度网盘| 我是幸运儿| 凯登·克劳丝-Kayden壮志凌云| 郝蕾郭晓冬电影《颐和》是真的吗 | 借枪电视剧在线观看| xl司令| 印度电影最毒美人心| 家产争夺:我是继承人全集免费| 锅匠 裁缝 士兵 间谍电影| 卢旺达的玫瑰免费版| 波巴费特之书| 《新人类之毒医肥尸》| 好妈妈5韩国电影西瓜影音| 公主她不装了:摊牌是大佬短剧全集 | 泛而不精的我被逐出勇者队伍| 战狼6正版在线观看平台| 56集电视剧全部免费| 我想进你的花园第三季| 电影《女校长》完整版| 天娇电视剧| 法国少女农埸电影在线观看| 怪异在线观看| 侯玉洁牧师讲道的全部视频| 龙胆虎威4下载| 厨房的激情| 电视剧西安事变| 双城之战在线观看免费完整版| 大胸电影| 翠兰的爱情 电视剧| 日韩入室强奸,免费观看| 我的世界十大恐怖事件| 黛比浪漫女家教国语全集 | 战狼9欧美版免费观看完整版国语电影| 小776| 孤单又灿烂的神-鬼怪 百度云| 高达00第二季下载| 独闯无底洞84版在线播放| 炸天小姐1980免费观看| 达达印刷人才网| 银瓶梅电视剧第5集电视剧在线观看下| 我在情人截取了一段小视频| 高清《一千零一夜》电影免费观看| 白娘子影院免费高清观看电视剧 | 伊拉伯病毒2电影完整版| 赌圣周星驰国语高清| 三年大片大全免费观看国语版全集 | 坏家伙们电影| 圣特罗佩姑娘们完整版| 梦中犯人| 《倔强的驱魔师》1-4集完整版| 地震发生前有哪些预兆| 邪恶护士1| 淘宝公布2023年度丑东西| 《牧教师4》动漫全集免费观看5-6集| 变形金刚4| 疯狂啦啦队完整版| 特种兵之霹雳火剧情介绍| 男女一起愁愁愁免费观看全集高清| 玉莆团在线观看| 新宿事件国语高清| 电影《打黑》上线| 斗罗大陆2绝世唐门39集免费观看 骄阳似我赵今麦电视剧第7集 | 我的大胸继母| 熊出没伴我熊芯完整版免费观看| 还珠格格| 斗罗大陆2绝世唐门第一季| 中国家庭电视剧全集| 少年歌行电视剧在线观看免费全集| 幻想之爱| 嘉南传免费观看全集完整版在线观看| 烈火军校电视剧免费播放全集| 冰河世纪1国语版全集| 爷爷为我打月饼歌谱| 玄女心经2国语版免费观看| 贼王 任达华| 《驯服小峓子2》| 咒怨1日版| 高清忒弥斯的不确定法庭未删减| 日月神剑电视剧| 帝皇侠电影| 牙医姐妹完整版免费 在线观看| 生死劫杀1946| 排球少年免费观看| 雪中悍刀行第二部免费观看完整版| 柯南国语版爱奇艺| 新上甘岭24集在线观看| 红尘情歌简谱| 月鳞绮纪全集免费播放电视剧最新 | 百万日元的女人们| 幸存者1937在线观看| 一二三电影| 我的老婆是学生会长第一季| 香瓜七兄弟| 办公室女王| 充气娃娃之恋日本| 玩偶游戏第二部| 霍元甲电影| 追凶者也 电影| 一不小心捡到爱在线观看全集| 乡村爱情14 电视剧| 大海啸鲨口逃生国语| 天下足球音乐| 午夜福利在线观看6080| 星际迷航1百度影音| 至尊兵王:市井隐藏短剧全集| 中华丈夫电影| 傻女闯艺界| 报告老板之豪言壮旅6| 《通房丫鬟》结局电影| 男男在洗澡时互添gay| 满目星回又思卿短剧免费观看 | 我和我们在一起免费看| 师姐也疯狂| 恶灵骑士1免费观看完整版在线观看| 亚人酱有话要说| 奇怪的美发乌龙沙| 人民的名义42| 怀旧空吟闻笛赋| 我有时候也想成为a片主人公| 一年恋一天| 少年男仆库洛下载| 东北警察故事2谢苗| 麦乐迪和爸爸的电影| 漂亮儿媳妇结局| 《女兵俘虏营》完整版免费观看| 电影韩国太太的告白| 美发屋特别待遇2| 不磨灭的番号| 牙医姐妹在线| 新世界电影| 男人女人愁愁在线观看电视剧 | 星河至尊| 《落魄贵族琉璃川》在线观看中文 | 电影《私人女性监狱》HD在线观看,高清完整版美国伦理片,伦理_OK电影天堂 | 杰西卡德里克满天星| 金蝉脱壳在线观看| 黑帮少爷爱上我第10集在线观看| 四少妇按摩记电影| 儿女传奇之闹婚记| 儿媳妇的味道l| 泰森ko集锦| 釜山行2资源| 日韩一级伦理强奸电影在线观看| 棋士电视剧免费观看| 渔夫荒野史完整版免费观看高清| 电影《需要爸爸播种子》在线看| 读你原唱| 木下子檀檩子电影免费播放| 电影青春期1高清完整在线观看| 《开始推理吧2》免费观看| 命悬一枪全集观看| 战争与音乐电影完整版免费观看| 特殊保险公司推销员中文| 超星萌宠| 电视剧陷入我们的热恋 | 《爱我几何》在哪里看| 妈咪直播打扑克| 我的游泳女教练在线观看| 爸爸在这儿| 张文慈三级| 色戒完整版| 我们都是好朋友电视剧| 柏原崇电视剧| 十七岁高清完整版在线观看视频| 幸福到万家在线观看全集| 电影安斋拉拉中文字幕| bastard!!暗黑破坏神| 法国电影《农场保卫战》在线观看| 爱的旅馆| 沙漠伏击电影免费观看| 郭广昌称癌症是可以治愈的| 杜拉拉之似水年华歌曲| 去上司家拜访电影免费观看 | 火线三兄弟高清全集| 极度召唤未删减| 用你的手来打扰我吧第二季在线观看 | 《女子护卫队满天星》全集免费观看 | 绝地枪王2免费观看高清| 需要爸爸播种子HD中字_午夜电影全集_完整版免费在线观看-天天影院 | 小丑回魂 电影| 谭艳版《梁祝》全集播放| 三毛从军记| 《替夫还债妻子》大结局在线观看| 倒放熊出没| 逆光飞翔 电影| 马戏小子| 春咲梓美| 窥情在线观看| 妻子的新世界电视剧免费观看高清| 电影灯草和尚高清免费普通话版| 爱死亡与机器人| 决战次时代| 狙击之王免费完整版在线观看| 龙珠:进化| 少年包青天三| 忧郁的蓝色手机论坛| 警察故事续集电影| 壮志凌云女版伦理片| 《为爱痴狂》 在线观看| 入室暴行3被蹂躏在线观看| 国语版A片年轻的母亲| 满天星护士学校在线看| playboy杂志在线看| 美国荷尔蒙2高清免费看| 班长尝尝吗王老师来点稀的| 闪婚谁怕谁| 死侍字幕| 3对1| 仁光受难记| 《绝对恋爱命令》动漫| 冰湖重生| 国语译制片| 那年花开月正圆免费| 走打鬼子去全集在线观看| 正在播放: JUL-975 没有我丈夫的五天,我被命令禁欲到第一个晚上,我的性岳父对 | 插曲的痛30分免费播放| 外星奇缘| 绥芬河市| 潮汕笑剧| 无颜之月免费观看完整版影视| 九重紫电视连续剧免费播放| 快播成电影人网站se| 借种 在线观看| 最后的维京人| 高压监狱2线观看完整免费高清原声 | 王牌逗王牌电影| 木下凛凛子视频在线免费观看| 下一个奇迹百度影音| 拳击手2罗莎版完整版| 解剖尸体| 瓜达卢佩的玫瑰| 霍元甲郑伊健| 掌心电视剧免费观看完整版| 狄仁杰之通天帝国快播| 天空战记国语| 桃色凶器在线播放| 电影《法国空姐2》 | 商丘新闻| 妈妈的味道完整手机版| 瓜达卢佩的玫瑰哪里能免费看| 鬼父1-16全集在线观看| 特殊保险中字5| 饥饿难耐| 落魄贵族琉璃川免费全集| 捉奸趣事| 植敬雯《丛林女超人满天星版》 | 高清《错爱2》短剧汪语琴免费观看| 电视剧十九层| 斗破苍穹年番完整免费版在线观看 | 2008新金银5国语版全集演员表| 少女大人在线观看免费韩剧| 啄木鸟影片| 折腰电视剧免费观看| 女人公敌电影| 拜登与特朗普通话| 丧尸之地| 三年电影免费观看国语版播放| 以你的心诠释我的爱第二季电视剧| 奔跑吧生态篇| 南游记之闹三界| 亮剑李幼斌版百度影音| 麦乐迪版本女超人| 征服人妻第1-52集资源请求| 黑白配1080完整版免费观看 | 八戒满十八全集免费看| 婆婆来了26| 铿铿铿锵锵锵高清在线观看| 黄金大劫案下载| 美国的忌讳4中字| xxxx.69| 奥特曼大电影超银河传说第二部 | 头号公敌| 唐朝豪放女免费观看完整版电视剧| A片特邀外卖员| 大奉打更人电视剧免费高清版| 《美丽屋景1| 《九歌》电影完整版| 足球少女| 日本丰满大胸的继拇3| 李世民传奇| 利剑电视剧| 观看徐锦江《陆判官》| 地火电视剧40全集播放| 江湖故事完整版全集| 售楼员的秘密韩剧免费观看| 釜山行2在线观看完整版免费| 南斗六圣拳| 美女黑人大炮在线观看| 中国玉米市场网| 播放泰罗奥特曼| 30分钟插曲视频大全免费播放国语 | 妻子给社长当秘书| 维修工的艳遇韩国| 高清《机械师1》高清完整版| 杨敏思1-5集免费观看电视剧西瓜视频| 欢乐颂5| 周弘版《村枝》高清版| 傲骨贤妻在线观看免费完整版| 大唐重案组2025免费观看| 俄罗斯伦理电影爸爷需要博种| 儿媳3中字免费完整在线| 美脚迷路| 《出轨同学会2》| 相爱十年 电视剧| 歼灭天际线1-50集91| 守护丽人大结局| 《特殊的旅行》韩剧| 威尼斯恋人国语版全集| 情牵百子柜| 21世纪,爱惜指南| 与恶魔有约百科| 我的阿勒泰结局| 原千岁主演的全部电影| 暮光之城女主克里斯汀| 古堡女仆满天星版哪里可以看| 新福尔摩斯 第二季| 不忠截取的一段感情| 甲种公牛免费看| 电影陷阱完整版观看高清韩国| 万惠文妻子孙丹丹简历| 女战狼6妈妈最美片段| 黄金小子| 周弘的《村枝》1994| 魔界之龙珠下载| 快17电影网| 教室欲爱| 水浒传25| 底线 电视剧| 台湾版,小凤新婚| 一仆二主百度影音| 工地现超级大蟒蛇| 《法国空乘2018法版》观看 | 爱我几何电视剧全集| 《轮回的花瓣》| 丰满的女人电影在线观看| 屋内有人电影| 怎么办才好| 加勒比女海盗1免费版| 西游降魔篇 影音| 父女2免费观看完整版中文版| 慢摇现场| 青瓶梅电视剧正版观看平台| 起床了小澈| 萌宝寻爹:妈咪快跑全集免费| 高清死人开关未删减| 好妈妈3高清迅雷在线观看| 超能查派字幕下载| 蓝色隐形帽子电影免费| 我的罪恶人生电影免费观看经典| 美国式的忌讳愈演愈烈完整版| 建议取消强制自动续费| 在线观看免费版高清短剧| 美女死尸| 了不起的埃莉诺电影| 伊波拉病毒有第二部吗| 邱淑贞三圾片大全| 奥斯维辛没有什么新闻 教案| 大学生第一季| 马克达蒙| 隔壁的邻居免费完整版电视剧| 希望爸爸播种在线观看| 庆余年2免费高清观看西瓜| 真正年轻妈妈3| 日本电影混血精油按摩| 我儿子是奇葩全集| 韩剧巨人60集免费观看| 貌似高手| 骑骑上司妻在线观看| 战狼16欧式少女版资源百度云链接| 怒江之战全集免费播放| 徐孺子年九岁 尝月下戏| 360天大佬爱上第二季| 《美丽小蜜桃》1| 阜康市| 判处勇者刑全集观看| 祥仔更多大片访问| 无颜之月1~5集无删减观看策驰 | 善良的嫂子星辰| 侯门嫡女:宅斗冠军是我短剧全集| 足疗技师输出学校| 壮志凌云2011满天星观看| 不扣的女孩| 女人是男人的未来免费观看| 中国春节 bbc 记录片| 高压监狱1分56分免费播放| 史上最窝囊丈夫| 地心游记3| 开端 在线| 姐妹牙医 在线| 斗罗大陆2绝世唐门免费观看49| 大秦赋全集在线观看免费| 白夜追凶21| 人猿泰山hr版 在线播| 娇妻两根一起进3p视频| 泰剧麻绳| 金牌销售的秘密2中字更新时间| 夏晚晴天电视剧| 龙器电视剧在线看免费观看| 耶伦抵京 中美双方握手近20秒| 公孚之手中字9| 天地争霸美猴王全集高清| 朋友的朋友韩国| 法国版《女超人:麦乐迪》在线观看http| 人民的名义全集免费观看| 国乒女单无缘亚锦赛四强| 捍卫者联盟| 徒弟爱上师母是什么电影| 绝密卧底全集完整版| 女帝夺江山:拥美男入怀全集免费| 爆操老妈第46集完整版| 星际迷航11百度影音| 黄贯中我终于失去了你| 龙卷风优化| 《爸爸种子2》英文翻译| 韩国电影姐妹牙医完整版| 大奉打更人电视剧上映时间| 阿娇张开双腿实干十三分钟| 会宁县| 三位大学位按摩记| 重口味英剧| 惊天营救3免费观看完整| 我们的秘密泰剧在线观看全集| 罗丽星克莱尔不卡中文字幕| 封神榜第一部朝歌风云| 法国农场全新正版| 小宝和老财| 《交通费》电影| 凯登克罗斯电影| 韩剧 拜托小姐| 左宗棠电视剧20集全集免费观看| .奇怪的美容院2| 天使情人| 《好好的时代》免费观看高清|