nerdexam
SUN

310-202 · Question #282

SystemA has a file system named /library that contains a library of files to be shared to the entire company. Each remote system has read-only access to this file system through the /library mount…

The correct answer is B. Mount the file systems as follows:mount -F nfs -o ro systemA:/library,systemB:/library /library. See the full explanation below for the reasoning.

Question

SystemA has a file system named /library that contains a library of files to be shared to the entire company. Each remote system has read-only access to this file system through the /library mount point. Occasionally, serverA goes down for maintenance and users can no longer access the data in the library. Therefore, you have configured a second server, named systemB, that users can access when systemA goes down. They access the systemB server through the /library2 mount point. However, when systemA goes down, all the users need to be instructed that they are to use /library2 temporarily until systemA comes back up. Which answer describes a solution to this problem?

Options

  • AMount the file systems as follows:mount -F nfs systemA:/library,systemB:/library /library
  • BMount the file systems as follows:mount -F nfs -o ro systemA:/library,systemB:/library /library
  • CMount the file systems as follows:mount -F -o ro nfs systemA:/library systemB:/library /library
  • DUse AutoFS to maintain both mountpoints and have the users access either /net/systemA/library

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    76% (34)
  • C
    7% (3)
  • D
    16% (7)

Community Discussion

No community discussion yet for this question.

Full 310-202 Practice