Prepking 9L0-614 Exam Questions

Embed Size (px)

Citation preview

  • 8/6/2019 Prepking 9L0-614 Exam Questions

    1/11

    www.Prepking.com

    Exam : Apple 9L0-614

    Title : Mac OS X Server Command

    Line Install and Configuration

    v10.4

    Version : R6.1

  • 8/6/2019 Prepking 9L0-614 Exam Questions

    2/11

    www.Prepking.com

    Prepking - King of Computer Certification

    Important Information, Please Read Carefully

    Other Prepking products

    A) Offline Testing engine

    Use the offline Testing engine product to practice the questions in an exam environment.

    B) Study Guide (not available for all exams)

    Build a foundation of knowledge which will be useful also after passing the exam.

    Latest Version

    We are constantly reviewing our products. New material is added and old material is

    updated. Free updates are available for 90 days after the purchase. You should check yourmember zone at Prepking and update 3-4 days before the scheduled exam date.

    Here is the procedure to get the latest version:

    1.Go towww.Prepking.com

    2.Click on Member zone/Log in (right side)

    3. Then click My Account

    4.The latest versions of all purchased products are downloadable from here. Just click the

    links.

    For most updates,it is enough just to print the new questions at the end of the new version, not the whole

    document.

    Feedback

    If you spot a possible improvement then please let us know. We always interested in

    improving product quality.

    Feedback should be send to [email protected]. You should include the following:

    Exam number, version, page number, question number, and your login ID.

    Our experts will answer your mail promptly.

    Copyright

    Each PDF file contains a unique serial number associated with your particular name and

    contact information for security purposes. So if we find out that a particular PDF file is

    being distributed by you, Prepking reserves the right to take legal action against youaccording to the International Copyright Laws.

    Explanations

    This product does not include explanations at the moment. If you are interested in

    providing explanations for this exam, please contact [email protected].

  • 8/6/2019 Prepking 9L0-614 Exam Questions

    3/11

    www.Prepking.com

    1. A new Xserve is booted from the Mac OS X Server v10.4 installation disc. Which password will let you

    connect to the Xserve remotely?

    A. the sequence of characters, "PASSWORD"

    B. the first eight characters of the Xserve serial number

    C. the first eight characters of the Xserve Ethernet MAC address

    D. the first eight characters of the Mac OS X Server software serial number

    Answer: B

    2. Which command-line tool can help you identify the configuration file that is written to when you change

    an option from the graphical interface?

    A. ps

    B. otool

    C. tcpdump

    D. fs_usage

    E. netstat -a

    Answer: D

    3. Certain tools must be used to configure a Mac OS X Server computer from the command line. Other

    tools are optional. Which tool below is optional when configuring Mac OS X Server from the command line?

    A. ifconfig

    B. serversetup

    C. networksetup

    Answer:A

    4. You want to enable secure connections to your AFP service. Which command can you use to do so?

    A. sudo serveradmin settings afp:SSHTunnel = yes

    B. sudo serveradmin command afp:setSSHTunnel:yes

    C. sudo networksetup -CreateBond afp:SSHTunnel

    D. sudo networksetup settings -setappletalk "Built-in Ethernet" = SSH

    Answer:A

    5. Where are records for share points stored?

    A. in /etc/afpd.confB. in /etc/aftovertcp.cfg

    C. in the local NetInfo database

    D. in the LDAP database of the Open Directory Master

    Answer: C

    6. Server Admin typically sends commands to servermgrd using ________.

    A. SSH

  • 8/6/2019 Prepking 9L0-614 Exam Questions

    4/11

    www.Prepking.com

    B. SNMP

    C. XML over HTTPS

    D. an Apple-proprietary data stream over HTTP

    Answer: C

    7. Which statement is true of Server Admin's default SSL configuration?

    A. Each server has a unique, self-signed certificate.

    B. SSL is disabled because no valid certificates are pre-installed.

    C. Each server has a unique certificate signed by Apple's Certificate Authority.

    D. All servers use the identical, pre-installed certificate signed by Apple's Certificate Authority.

    Answer:A

    8. You are using the command-line installer to install PretendCoTools.pkg. You want to install it on a

    non-boot volume mounted on a server. Which command will help you determine whether the package

    supports installation on that volume?

    A. hdiutil verify PretendCoTools.pkg

    B. installer -volinfo -pkg PretendCoTools.pkg

    C. lsbom PretendCoTools.pkg/Contents/Archive.bom

    D. cat PretendCoTools.pkg/Contents/Resources/preflight

    Answer: B

    9. You want to use the built-in software RAID in Mac OS X Server to create a RAID 1 set across two disks in

    an Xserve. Which command will accomplish this goal?

    A. megaraid create R1 -drive 0 1 -stripesize 64

    B. diskutil createRAID mirror RAID_Volume HFS+ disk0 disk1

    C. diskutil createRAID stripe RAID_Volume HFS+ disk0 disk1

    D. diskutil createRAID stripe-distributed-parity RAID_Volume HFS+ disk0 disk1

    Answer: B

    10. You want to update the software on a headless Xserve over an SSH connection to the server, but one of

    the component installers has a graphical element that displays a splash screen. How can you prevent the

    installer from launching this graphical element?

    A. Run softwareupdate with the -headless option.B. Set the environment variable COMMAND_LINE_INSTALL to 1.

    C. Use SystemStarter to start the HeadlessStartup startup item.

    D. Download the updates with softwareupdate -d, then install them with installer -noGUI.

    Answer: B

    11. You are deploying several Macintosh servers on a Windows network. The Macintosh servers cannot

    establish a link to the Ethernet network, but the Windows machines can. Which of these steps is MOST

  • 8/6/2019 Prepking 9L0-614 Exam Questions

    5/11

    www.Prepking.com

    LIKELY to fix this issue?

    A. Turn off portfast on the switch.

    B. Turn off portfast on the Macintosh servers.

    C. Modify the duplex setting on the Macintosh servers.

    D. Use ifconfig to configure static IP addresses for the Macintosh servers.

    Answer: C

    12. Which TWO of these can you use as naming schemes to store an automatic configuration record in

    Open Directory? (Choose TWO.)

    A. Volume UUID

    B. DHCP Client ID

    C. AutoServerSetup.plist

    D. Hardware serial number

    E. FQDN (Fully Qualified Domain Name)

    Answer: DE

    13. You are creating a file to import users into your directory. Your file's format, including the types of data

    imported and the order of the data fields, is defined in ________.

    A. LDIFv3

    B. RFC2307

    C. the Server Admin Guide

    D. the first line of your file

    Answer: D

    14. What does the command below do?

    sharing -a /Users

    A. Makes the /Users directory a share point.

    B. Lists all share points in the /Users directory.

    C. Appends permissions to the Users share point.

    D. Shows all users currently connected to the Users share point.

    Answer:A

    15. You configured your Mac OS X Server computers with IPv6 turned off for security reasons. Now yourcompany is migrating its infrastructure to IPv6. Which command can you use to configure IPv6 on these

    Mac OS X Servers?

    A. pmset

    B. scutil

    C. systemsetup

    D. serversetup

  • 8/6/2019 Prepking 9L0-614 Exam Questions

    6/11

    www.Prepking.com

    E. networksetup

    Answer: E

    16. Over SSH you are modifying the IP address of a Mac OS X Server with a single active network interface.

    What happens when you execute the command below?

    /usr/sbin/networksetup -setmanual 'Built-in Ethernet' 192.168.1.10 255.255.255.0 192.168.1.1

    A. The server reboots.

    B. The SSH connection is terminated.

    C. servermgrd quits until a manual reboot occurs.

    D. The changeip tool is called to change the IP address of all services.

    Answer: B

    17. Below are three types of directory node:

    A. LDAP

    B. NetInfo

    C. CActive Directory

    Into which type(s) of directory node can you import account information using dsimport?

    A. A only

    B. B only

    C. C only

    D. A and B only

    E. B and C only

    F. A, B, and C

    Answer: F

    18. You want to partition a disk into two volumes using diskutil. Which of these parameters must you

    provide to diskutil to accomplish this goal?

    A. RAID level

    B. volume format

    C. disk geometry

    D. bus architecture

    Answer: B19. Which command-line tool can you use to enable automatic restart of the server?

    A. pmset

    B. scutil

    C. serversetup

    D. systemsetup

    E. networksetup

  • 8/6/2019 Prepking 9L0-614 Exam Questions

    7/11

    www.Prepking.com

    Answer:A

    20. How does fs_usage differ from lsof?

    A. Any user can run fs_usage. Only root can run lsof.

    B. fs_usage can show open network sockets and open files on disk. lsof only shows open files on disk.

    C. fs_usage can show files opened by system processes. lsof only shows files opened by user processes.

    D. fs_usage shows file-open events in real-time until the command is exited. lsof shows a snapshot of open

    files at a specific time.

    Answer: D

    21. Which tradeoff is a consideration when you use automatic server setup to configure multiple servers?

    A. You can auto-configure each server with unique settings, but doing so will require you to create more

    configuration files.

    B. Using automatic server setup decreases the time required to configure your servers, but requires that

    you include an Open Directory server on the network.

    C. You can auto-configure all of the settings that are configurable using Server Assistant, but your

    configuration file(s) will not be backward compatible with Mac OS X Server v10.3.

    D. You can auto-configure most of the settings that are configurable using Server Assistant, but not all; you

    will need to create additional scripts to configure all the same settings.

    Answer:A

    22. Which tool lets you change the group membership of a Service Access Control List?

    A. memberd

    B. netgroup

    C. SACL Manager

    D. Workgroup Manager

    Answer: D

    23. You want to install Mac OS X Server v10.4 on a remote Xserve. If the remote Xserve is booted from the

    installation disc, how can you connect to it?

    A. via SSH

    B. via SNMP

    C. via TELNETD. via a web browser

    Answer:A

    24. You want to automate the backup of the databases in an Open Directory Master. To do so, you have

    created the command file called "backupOD", shown below.

  • 8/6/2019 Prepking 9L0-614 Exam Questions

    8/11

    www.Prepking.com

    Which command will execute your command file?

    A. sudo servermgrd command | backupOD

    B. sudo serveradmin command | backupOD

    C. sudo serveradmin command < backupOD

    D. sudo serveradmin command -f backupOD

    Answer: C

    25. You want to write a script that will set up print queues. Your script will send commands via serveradmin.

    How can you discover which commands can be used with serveradmin?

    A. Review the serveradmin schema stored in /usr/lib/serveradmin.

    B. Use Server Admin's debug feature to identify appropriate commands.

    C. Enable verbose logging in servermgrd and review the commands in the log file.

    D. Run serveradmin help print to see the full list of available print server commands.

    Answer: B

    26. You are at your company's San Francisco office, with no access to a Mac. You need to reconfigure the

    AFP service on a company server in Chicago to allow standard authentication, in addition to Kerberos. The

    SSH daemon on the server in Chicago is disabled. The company's WAN does NOT have any firewalls. How

    can you reconfigure the Chicago server from your San Francisco office?

    A. Use an HTTPS client to access servermgrd and reconfigure AFP.

    B. telnet into the Chicago server and reconfigure AFP using Sharing.

    C. Use NetInfo's socket interface to enable sshd, then SSH into the Chicago server and reconfigure AFP

    using Sharing.

    D. Download the universal version of the Server Admin Tools from Apple's website and install it on a

    Windows computer, then use Server Admin to reconfigure AFP.

    Answer:A

    27. Identify a limitation of the diskutil command-line utility.

    A. diskutil CANNOT create FAT or UFS file systems.

    B. diskutil does NOT support volumes larger than 2 TB.

    C. diskutil will NOT run when the computer is booted from the installation DVD.

    D. diskutil CANNOT run in single-user mode without starting diskarbitration.Answer: D

    28. You are logged into a server over SSH, and want to configure the server to boot from a different disk.

    Which command-line tool can you use?

    A. pmset

    B. scutil

    C. serversetup

  • 8/6/2019 Prepking 9L0-614 Exam Questions

    9/11

    www.Prepking.com

    D. systemsetup

    E. networksetup

    Answer: D

    29. Which tool can you use to set a server's time zone?

    A. pmset

    B. scutil

    C. systemsetup

    D. networksetup

    Answer: C

    30. You updated your Xserve Mac OS X Server to version 10.4.8, but now you want to revert to version 10.4.

    You will reinstall the software from the installation disc that came with your Xserve. Which installation option

    is available on the Mac OS X Server installation disc to accomplish this?

    A. Revert

    B. Install

    C. Erase and Install

    D. Archive and Install

    Answer: C

    31. Which verb do you use with diskutil to create partitions on a disk?

    A. formatDisk

    B. partitionDisk

    C. createVolume

    D. createPartition

    Answer: B

    32. Which command will allow you to view all share points that are configured to allow guest access using

    the Windows file sharing protocol?

    A. sharing -l

    B. fstab -msdos

    C. netstat -p smb

    D. networksetup -showSMBStatusAnswer:A

    33. You have booted several Xserves from Mac OS X Server v10.4 installation discs. Now you want to

    connect to one of the Xserves over the network using command-line tools. If each of the Xserves has only a

    dynamic, link-local address, how can you identify the target Xserve?

    A. Use the command sa_srchr -id to light each Xserve's system identifier light.

    B. Use Terminal's "Connect to Server" command to find the target Xserve's IP address.

  • 8/6/2019 Prepking 9L0-614 Exam Questions

    10/11

    www.Prepking.com

    C. Use the command sa_srchr to display each Xserve's IP address and Ethernet MAC address.

    D. Use the command mdns to query for asipregistry service; active services will respond with an IP address

    and MAC address.

    Answer: C

    34. You are configuring a new Xserve, and have been given an encrypted auto server setup configuration

    file on a thumb drive. The key to the encrypted file has been given to you by phone. How do you use the

    key?

    A. Enter the key directly into the auto server setup file.

    B. Enter the password at the Auto Server Setup Password prompt.

    C. Enter the key into /System/Library/ServerSetup/Configuration/config.keys

    D. Enter the key into a text file with the filename extension, ".pass", and place that file in the same directory

    as the auto server setup file.

    Answer: D

    35. Which command-line tool can you use to disable AppleTalk on a server?

    A. scutil

    B. serversetup

    C. systemsetup

    D. networksetup

    Answer: D

    36. Which tool can you run on a Mac OS X client computer to remotely install software on a Mac OS X

    Server computer that has SSH disabled?

    A. Installer

    B. Server Admin

    C. softwareupdate

    D. System Preference's Update application

    Answer: B

    37. Which scenario might motivate you to install Mac OS X Server using command-line tools over an SSH

    connection rather than using Server Assistant remotely?

    A. You have disabled servermgrd on Mac OS X Server.B. You want to use the RS-232 serial port to install the server software.

    C. You want to install Mac OS X Server on several computers simultaneously.

    D. You are installing Mac OS X Server from a client that is not a Macintosh computer.

    Answer: D

    38. Identify an advantage of Fibre Channel cabling over SCSI cabling.

    A. Fibre Channel supports longer cable lengths than SCSI.

  • 8/6/2019 Prepking 9L0-614 Exam Questions

    11/11

    100% Pass Guaranteed or Full RefundWord to Word Real Exam Questions from Real Test

    Buy full version of exam from this link belowhttp://www.prepking.com/9L0-614.htm