053第484题

484.Which steps are mandatory to enable Direct NFS?

1. Mount all required file systems using the kernel NFS driver.

2. Create an oranfstab file containing the attributes for each NFS server to be accessed using Direct NFS.

3. Replace the ODM library libodm11.so_stub with libodm11.so.

A. 2 and 3

B. 1 and 3

C. 1 and 2

D. 1, 2 and 3

Answer: B

原答案选B,个人认为选A

To enable Direct NFS Client, you must add an oranfstab file
to Oracle_home\dbs.
When oranfstab is placed in this directory, the entries in this
file are specific to one particular database. Direct NFS Client searches for the mount point entries as they appear in oranfstab.
Direct NFS Client uses the first matched entry as the mount point.

Complete the following procedure to enable Direct NFS Client:

  1. Create an oranfstab file
    with the following attributes for each NFS server accessed by Direct NFS Client:

    • server: The NFS server name.
    • path: Up to four network paths to the NFS server, specified either
      by internet protocol (IP) address, or by name, as displayed using the ifconfigcommand
      on the NFS server.
    • local: Up to 4 network interfaces on the database host, specified
      by IP address, or by name, as displayed using the ipconfig command
      on the database host.
    • export: The exported path from the NFS server. Use a UNIX-style
      path.
    • mount: The corresponding local mount point for the exported volume.
      Use Windows-style path.
    • mnt_timeout: (Optional) Specifies the time (in seconds) for which
      Direct NFS Client should wait for a successful mount before timing out. The default timeout is 10 minutes (600).
    • management: Enables Direct NFS Client to use the management interface
      for SNMP queries. You can use this parameter if SNMP is running on separate management interfaces on the NFS server. The default value is the server parameter
      value.
    • community: Specifies the community string for use in SNMP queries.
      Default value is public.
    • uid: (Optional) The UNIX user ID to be used by Direct NFS Client
      to access all NFS servers listed in oranfstab. The default value
      is uid:65534, which corresponds to user:nobody on
      the NFS server.
    • gid: (Optional) The UNIX group ID to be used by Direct NFS Client
      to access all NFS servers listed in oranfstab. The default value
      is gid:65534, which corresponds to group:nogroup on
      the NFS server.

    The mount point specified in the oranfstab file represents the
    local path where the database files would reside normally, as if Direct NFS Client was not used. For example, if the location for the data files if the database did not use Direct NFS Client would be C:\app\oracle\oradata\orcl directory,
    then you specify C:\app\oracle\oradata\orcl for the NFS virtual
    mount point in the corresponding oranfstab file.

    Example 3-1 and Example
    3-2
     provide examples of how Direct NFS Client attributes can be used in an oranfstab file.

    Note:

    • Direct NFS Client ignores a uid or gid value
      of 0.
    • The exported path from the NFS server must be accessible for read/write/execute by
      the user with the uidgid specified
      inoranfstab. If neither uid nor gid is
      listed, then the exported path must be accessible by the user with uid:65534 and gid:65534.
  2. Replace the standard Oracle Disk Manager (ODM) library, oraodm11.dll,
    with the ODM NFS library
    .

    Oracle Database uses the ODM library, oranfsodm11.dll, to enable
    Direct NFS Client. To replace the ODM library, complete the following steps:

    1. Change directory to Oracle_home\bin.
    2. Shut down the Oracle Database instance on a node using the Server Control Utility (SRVCTL).
    3. Enter the following commands:
      copy oraodm11.dll oraodm11.dll.orig
      copy /Y oranfsodm11.dll oraodm11.dll
      
    4. Restart the Oracle Database instance using SRVCTL.
    5. Repeat Step a to Step d for each node in the cluster.

版权声明:本文为博主原创文章,未经博主允许不得转载。

时间: 2024-10-11 12:16:30

053第484题的相关文章

053第383题

383.At the request of a user, you issue the following command to restore a dropped table: flashback table "BIN$F2JFfMq8Q5unbC0ceE9eJg==$0" to before drop; Later, the user notifies you that the data in the table seems to be very old and out of da

053第246题

246.The OPTIMIZER_USE_PLAN_BASELINES parameter is set to TRUE. The optimizer generates a plan for a SQL statement but does not find a matching plan in the SQL plan baseline. Which two operations are performed by the optimizer in this scenario? (Choos

053第256题

256.Sales details are being stored on a daily basis in the SALES_2007 table. A large amount of data is added to the table daily. To save disk space, you issued the following command: ALTER TABLE sales_2007 COMPRESS FOR ALL OPERATIONS; What would be t

053第170题

170.ASM supports all but which of the following file types? (Choose all that apply.) A. Database files B. Spfiles C. Redo-log files D. Archived log files E. RMAN backup sets F. Password files G. init.ora files Answer: FG Files that are stored in Orac

053第455题

455.When a job exceeds the date specified in its END_DATE attribute, which of the following will happen? (Choose all that apply.) A. The job will be dropped automatically if the value of the AUTO_DROP attribute is TRUE. B. The job will only be disabl

053第502题

502.A database is running In ARCHIVBXXMS mode. It has two online redo log groups and each group has one member. A LGWR Input/output (I/O) fells due to permanent media failure that has resulted In the loss of redo log file and the LWGR terminates caus

053第423题

423.Which of the following describes how a distributed resumable transaction behaves? A. The resumable setting on the initiating session determines the resumable conditions for the entire distributed transaction. B. The resumable setting for the init

053第85题

85.You executed the following command to drop a user: DROP USER scott CASCADE; Which two statements regarding the above command are correct? (Choose two.) A. All the objects of scott are moved to the Recycle Bin. B. Any objects in the Recycle Bin bel

053 第561题

561.If you issue the command shutdown abort prior to trying to put the database in ARCHIVELOG mode, what will be the result when you issue the command alter database archivelog? A. The alter database archivelog command will fail. B. The alter databas