Chinese(T) | English
contact me
User Login
Username:
Password :

Mao OS X Server Command Line Install and Configuration v10.4

Index >> Apple >> ACSA >> "9L0-614"Exam

VUE/Prometric Code:9L0-614

Exam Name:Mao OS X Server Command Line Install and Configuration v10.4
Questions and Answers:67 Q&As
Price:$99
Updated:2008-11-12
Mao OS X Server Command Line Install and Configuration v10.4
Test Q&A Updated Price
9L0-614 67 Q&A 2008-11-12 $99

please download in PDF format Demo: 9L0-614

killtest 9L0-614 Exam Features

High quality and Value for the 9L0-614 Exam.
Killtest Practice Exams for Mao OS X Server Command Line Install and Configuration v10.4 9L0-614 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.

100% Guarantee to Pass Your ACSA exam and get your ACSA Certification.
We guarantee your success in the first attempt. If you do not pass the 9L0-614 (Mao OS X Server Command Line Install and Configuration v10.4) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.

killtest 9L0-614 Downloadable.
Printable Exams (in PDF format) Our Exam 9L0-614 Preparation Material provides you everything you will need to take your ACSA exam. The ACSA Certification details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get ACSA exam questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first ACSA exam try, but also save your valuable time .

  • Comprehensive questions with complete details about 9L0-614 exam.
  • 9L0-614 exam questions accompanied by exhibits.
  • Verified Answers Researched by Industry Experts and almost 100% correct.
  • Drag and Drop questions as experienced in the Real ACSA exam.
  • 9L0-614 exam questions updated on regular basis.
  • Like actual ACSA Certification exams, 9L0-614 exam preparation is in multiple-choice questions (MCQs).
  • Tested by many real ACSA exams before publishing.
  • Try free ACSA exam demo before you decide to buy it in http://www.Killtest.com.

High quality and Value for the 9L0-614 Exam:100% Guarantee to Pass Your ACSA exam and get your ACSA Certification.

http://www.Killtest.com The safer.easier way to get ACSA Certification.

We offer Demo version of Q&A, Q&A are as follows (not to provide picture):

9L0-614:please download 9L0-614 in PDF format Demo 9L0-614

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
Correct: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
Correct: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
Correct: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
Correct:A
5.Where are records for share points stored?
A.in /etc/afpd.conf
B.in /etc/aftovertcp.cfg
C.in the local NetInfo database
D.in the LDAP database of the Open Directory Master
Correct:C
6.Server Admin typically sends commands to servermgrd using ________.
A.SSH
B.SNMP
C.XML over HTTPS
D.an Apple-proprietary data stream over HTTP
Correct: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.
Correct: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
Correct: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
Correct: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.
Correct: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 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.
Correct: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)
Correct:D E
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
Correct: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.
Correct:A
15.You configured your Mac OS X Server computers with IPv6 turned off for security reasons. Now your company 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
E.networksetup
Correct: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.
Correct: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
Correct: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
Correct:B
19.Which command-line tool can you use to enable automatic restart of the server?
A.pmset
B.scutil
C.serversetup
D.systemsetup
E.networksetup
Correct: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.
Correct: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.
Correct: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
Correct: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 TELNET
D.via a web browser
Correct:A
24.Which diagram best depicts the flow of data when you use Server Admin to change a Service ACL setting?

A.C
Correct:A
25.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.

A.sudo servermgrd command | backupOD
B.sudo serveradmin command | backupOD
C.sudo serveradmin command < backupOD
D.sudo serveradmin command -f backupOD
Correct:C
26.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.
Correct:B
27.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.
Correct:A
28.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.
Correct:D
29.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
D.systemsetup
E.networksetup
Correct:D
30.Which tool can you use to set a server's time zone?
A.pmset
B.scutil
C.systemsetup
D.networksetup
Correct:C