Apple 9L0-614 Practice Exam, Download Latest Apple 9L0-614 Certification With High Quality

Where to find the new Apple 9L0-614 exam questions to pass the exam easily? Now,Flydumps has publised the new version of Apple 9L0-614 exam dumps with new added exam questions.Flydumps offer the latest Apple 9L0-614 PDF and VCE dumps with New Version VCE Player for free download, and the new Apple 9L0-614 practice tests ensure your exam 100% pass.

QUESTION 50
Which command will enable the Debug menu in Server Admin the next time Server Admin is launched?
A. sudo killall -USR1 serveradmin
B. sudo serveradmin -UseDebugMenu
C. defaults write com.apple.serveradmin UseDebugMenu YES
D. launchctl load /System/Library/LaunchDaemons/com.apple.serveradmind.plist debug=yes

Correct Answer: C QUESTION 51
Review the output from df below, then answer the question that follows.
Which command will create a software RAID mirror set named “Users” from the disks that contain / Volumes/Disk1 and /Volumes/Disk2?

A. megaraid createMirrorSet Users HFS+ disk1 disk2
B. diskutil makeRAID mirror Users HFS+ disk1 disk2
C. diskutil createRAID mirror Users HFS+ disk1 disk2
D. diskutil createRAID mirror Users HFS+ disk2 disk3
E. megaraid -create R1 -drive 2 3 -stripesize 64 -volume Users

Correct Answer: D
QUESTION 52
You have NetBooted your Xserve. Your NetBoot image includes a HeadlessStartup startup item. What does HeadlessStartup do?
A. HeadlessStartup starts the Apple Remote Desktop server.
B. HeadlessStartup configures the network ports for link-local addresses.
C. HeadlessStartup sets a temporary root password and temporary SSH key pairs.
D. HeadlessStartup redirects all SYSLOG entries to the Xserve’s RS-232 serial port.

Correct Answer: C
QUESTION 53
How can you display a list of the files that a package will install?
A. Use installer to get verbose info on the package.
B. Use lsbom to list the contents of the Archive.bom file.
C. Use Finder to list the contents of the package in /Library/Receipts.
D. Use the graphical installer to select the package, then choose Show Package Contents.

Correct Answer: B
QUESTION 54
Which tool can you use to connect to your Mac OS X Server over the network and query servermgrd for status?
A. apachectl
B. servermgrd
C. serveradmin
D. a web browser

Correct Answer: D
QUESTION 55
You are reviewing the status of the volumes of a Mac OS X Server using the Info module in Server Admin, shown below. Which command can you run to gather the same data?

A. sudo servermgrd status
B. sudo serveradmin status
C. sudo serveradmin settings showStatus
D. sudo serveradmin command info:command = “getHardwareInfo”

Correct Answer: D
QUESTION 56
With which TWO of these applications does servermgrd communicate? (Choose TWO.)
A. Server Monitor
B. NetInfo Manager
C. Directory Access
D. Workgroup Manager
E. Apple Remote Desktop
Correct Answer: AD
QUESTION 57
How can you send complex commands using serveradmin?
A. Put all command parameters on a single line in the shell and use %0A to delimit them.
B. Save the commands in a text file and use file redirection to have serveradmin read it.
C. Use serveradmin -f command.txt to send the commands from the file, “command.txt”.
D. Use serversetup to output the commands to a plist, and use a UNIX pipe to send the plist to the standard input of serveradmin.

Correct Answer: B
QUESTION 58
A user cannot log in to your Mac OS X Server from one Macintosh computer, but can log in from another. After troubleshooting the issue, you suspect that the affected computer is receiving malformed packets when trying to connect. What tool can you use to test your hypothesis?
A. lsof
B. netstat
C. tcpdump
D. traceroute

Correct Answer: C
QUESTION 59
You double-click an application icon on your server, and the application starts to launch, but then exits. You suspect the software may not have been properly installed. What command-line tool will identify essential application libraries?
A. grep
B. lsof
C. otool
D. strings

Correct Answer: C
QUESTION 60
You have an unconfigured server and want it to retrieve automatic setup information from a specific Open Directory domain. How can you make this happen?
A. No preparation is necessary: setup information will be auto-configured on the subnet via MDNS.
B. Create a DNS alias for the directory server called “autosetup.local”; the unconfigured server will locate it on the network.
C. Configure DHCP to give out the Open Directory domain; the unconfigured server will retrieve its setup information from the domain server.
D. SSH into the unconfigured server and run the command below, then reboot: dsconfigldap -a <directory domain url> -u <admin> -p <password> The unconfigured server will retrieve its setup information from the Open Directory domain.

Correct Answer: C
QUESTION 61
You are installing Mac OS X Server remotely. Why might you choose to install from the command line rather than using Server Assistant?
A. Remote command-line installation is more secure than remote Server Assistant installation.
B. Remote command-line installation lets you perform multiple simultaneous installations; remote Server Assistant installation does not.
C. Remote command-line installation allows you to create both software and hardware RAIDs; remote Server Assistant installation does not.
D. Using the command line reduces installation time because copying files via the command line takes less time than copying files via Server Assistant.
Correct Answer: C
QUESTION 62
You want to configure your Xserve to log to its RS-232 serial port. Which file should you edit?
A. /etc/hostconfig
B. /etc/launchd.conf
C. /System/Library/ServerSetup/serial.conf
D. /System/Library/StartupItems/SerialTerminalSupport/SerialTerminalSupport

Correct Answer: D
QUESTION 63
You run the command-line utility, ktrace, which outputs to a file. Which tool will present the output in a human-readable format?
A. kdump
B. TextEdit
C. ktrace -f
D. system_profiler

Correct Answer: A
QUESTION 64
You run serversetup several times on a Mac OS X Server, but each time you get this message:-bash: serversetup: command not foundWhat is the MOST LIKELY cause?
A. You are not authenticated as the root user.
B. /System/Library/ServerSetup is not in your PATH variable.
C. The Server Administration Tools package has not been installed.
D. The command has been removed from the system for security reasons.

Correct Answer: B
QUESTION 65
Why are UUIDs preferred over device nodes when creating custom fstab files?
A. Device nodes can change, but the UUID is permanent.
B. UUIDs ensure compatibility with UFS volumes that may not support device nodes.
C. UUIDs ensure compatibility with older fstab files that do not support device nodes.
D. diskutil populates the fstab file with UUIDs automatically, so there is less chance of error when editing the file.

Correct Answer: A
QUESTION 66
You want your server to be automatically configured. Where must the file with the server configuration settings reside?
A. in /Volumes/Auto Server Setup/
B. in /Library/Server Setup/Auto Server Setup/
C. in a folder titled “Auto Server Setup” located on any mounted volume
D. in a folder titled “Auto Server Setup” located at the root level of the startup volume
Correct Answer: C
QUESTION 67
Which command-line tool can you use to set a server’s Bonjour name?
A. pmset
B. ifconfig
C. serversetup
D. networksetup

Correct Answer: C
QUESTION 68
With which TWO processes does Workgroup Manager communicate? (Choose TWO.)
A. slapd
B. hwmond
C. netinfod
D. servermgrd
E. DirectoryService

Correct Answer: DE
QUESTION 69
You have NetBooted your Xserve. Your NetBoot image includes a HeadlessStartup startup item. What does HeadlessStartup do?
A. HeadlessStartup starts the Apple Remote Desktop server.
B. HeadlessStartup configures the network ports for link-local addresses.
C. HeadlessStartup sets a temporary root password and temporary SSH key pairs.
D. HeadlessStartup redirects all SYSLOG entries to the Xserve’s RS-232 serial port.
Correct Answer: C
QUESTION 70
How can you send complex commands using serveradmin?
A. Put all command parameters on a single line in the shell and use %0A to delimit them.
B. Save the commands in a text file and use file redirection to have serveradmin read it.
C. Use serveradmin -f command.txt to send the commands from the file, “command.txt”.
D. Use serversetup to output the commands to a plist, and use a UNIX pipe to send the plist to the standard input of serveradmin.
Correct Answer: B

We provide Apple 9L0-614 exam help and information on a wide range of issues. Apple 9L0-614 is professional and confidential and your issues will be replied within 12 hous. Apple 9L0-614 exam free to send us any questions and we always try our best to keeping our Customers Satisfied.

 

You may also like...