











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
Deja's Fri 70-217 Question of the Day
|
Deja-vue
Challenge Everything M

Registered: Jul 2001 Location: Long Beach Country: United States State: Certifications: MCSA 2000 Working on: MCSE 2000,MCSE 2003
Total Posts: 3243
|
|
Deja's Fri 70-217 Question of the Day
Friday at last...
Some Question to chew on for the Weekend:
You are the administrator of a Windows 2000 domain. The domain has two domain controllers named Server1 and Server2. The volume that contains the Active Directory database file on Server1 is running out of disk space. You decide to move the database file to an empty volume on a different disk on Server1.
What should you do?
A. Restart Server1 in Directory Services restore mode. Use the NTDSUTIL utility to move the database file to the empty volume.
B. Use Windows Backup to create a backup of the System State data of Server1. Restart Server2 in Directory Services restore mode. Restore the system State data to the empty volume.
C. Use the Logical Disk Manager console to mount the empty volume in the folder that contains the Active Directory database file.
D. Stop the Netlogon service on Server1. Use Windows Explorer to move NTDS.DIT to the empty volume. Start the NetLogon service again. Force replication from Server2.
One possible Answer!
We'll see you on Monday!

__________________
My Home Theater
My DVD Collection
Report this post to a moderator
|
|
12-06-02 06:23 AM
|
|
dogzpaw
Member M
Registered: Jun 2002 Location: Cambridge UK Country: United Kingdom State: Certifications: BA(Hons) Design Degree, 70-210, 70-217, 70-216,70-215,70-219 working on SQL stuff Working on: MCDBA VB.NET
Total Posts: 63
|
|
|
12-06-02 08:33 AM
|
|
hlang
Member M

Registered: Oct 2002 Location: Copenhagen Country: Denmark State: Certifications: mcse ( 210 - 215 -216 - 217 - 218 - 219 224 ) Working on:
Total Posts: 83
|
|
|
12-06-02 10:42 AM
|
|
B4yaman3
Motivated! M

Registered: Feb 2002 Location: Country: Grenada State: Certifications: A+,Network+,MCSA2K, MCSE2K,MCSA2K:Sec, MCSE2K:Sec, Sec+ Working on: CCNA
Total Posts: 644
|
|
|
12-06-02 11:41 AM
|
|
aklab
Happiness is lab puppies.
Registered: Jun 2001 Location: Kodiak Country: United States State: Certifications: A+ N+ MCSA MCP 2000 (210, 215, 217, 219, 218, 270) Working on: MCSE and CCNA/CCNP
Total Posts: 147
|
|
|
12-06-02 03:37 PM
|
|
Slinky
Junior Member

Registered: Aug 2000 Location: 35° 24' N 97° 36' W Country: US of A State: Certifications: A+, N+, MCSA Working on: MCSE
Total Posts: 2009
|
|
|
12-06-02 04:38 PM
|
|
Riverwind6
Senior Member
Registered: Aug 2002 Location: Montreal Country: Canada State: Certifications: CCNA, MCP(210,215,217), 1/4 of CCNP (BSCI) Working on: CCNP, CCDA
Total Posts: 141
|
|
It's A for sure.
But I guess C would work also. It would not "move" the file to the other empty volume but it would give more free space.
But in this scenario, it is definately A.
Report this post to a moderator
|
|
12-06-02 08:49 PM
|
|
kopman
Thinking is dangerous
Registered: Feb 2002 Location: Peterborough Country: Canada State: Certifications: MCSE 2K/2K3 + Security & + Messaging, CCNA, CCA Working on: CCNP, ITIL
Total Posts: 46
|
|
|
12-09-02 01:45 AM
|
|
Deja-vue
Challenge Everything M

Registered: Jul 2001 Location: Long Beach Country: United States State: Certifications: MCSA 2000 Working on: MCSE 2000,MCSE 2003
Total Posts: 3243
|
|
Re: Deja's Fri 70-217 Question of the Day
quote: Originally posted by Deja-vue
Friday at last...
Some Question to chew on for the Weekend:
You are the administrator of a Windows 2000 domain. The domain has two domain controllers named Server1 and Server2. The volume that contains the Active Directory database file on Server1 is running out of disk space. You decide to move the database file to an empty volume on a different disk on Server1.
What should you do?
A. Restart Server1 in Directory Services restore mode. Use the NTDSUTIL utility to move the database file to the empty volume.
B. Use Windows Backup to create a backup of the System State data of Server1. Restart Server2 in Directory Services restore mode. Restore the system State data to the empty volume.
C. Use the Logical Disk Manager console to mount the empty volume in the folder that contains the Active Directory database file.
D. Stop the Netlogon service on Server1. Use Windows Explorer to move NTDS.DIT to the empty volume. Start the NetLogon service again. Force replication from Server2.
One possible Answer!
We'll see you on Monday!
Everyone liked A? it was correct!
The error you'll receive on the domain controller will be Lsass.exe - System Error, Directory Services could not start because of the following error: There is not enough space on the disk. Error Status: 0xc000007f. Please click OK to shutdown this system and reboot into Directory Service Restore Mode, check the event logs for more detailed information. There are two possible resolutions:
Resolution Method #1, clear space on the drive:
- Boot the domain controller into Directory Services Restore mode (Windows 2000 domain controllers only), and log on with the Directory Services Restore mode administrator account and password (this is the password you assigned during the Dcpromo process).
- Locate the drive containing the directory and log files (located in the NTDS folder on the root drive by default).
- Free some space on the drive, then reboot normally. If there is no space to free, use method 2.
Resolution Method #2, move the database or log files (correct answer to this question):
NTDSUTIL.EXE has an option for moving either the database file or the database log file. If all drives are at capacity, it may be necessary to install an additional hard disk in the computer.
- Boot the domain controller in Directory Services Restore mode and log on with the Directory Services Restore mode administrator account and password (this is the password you assigned during the Dcpromo process).
- At a command prompt, type NTDSUTIL.EXE, type "files" to receive the "file maintenance" prompt.
- Type info. Note the path of the database and log files.
- To move the database, type "Move DB" to %s (where %s is the target folder).
- To move the log files, type "Move Logs" to %s (where %s is the target folder).
- Type quit twice to return to the command prompt, reboot the computer normally.
__________________
My Home Theater
My DVD Collection
Report this post to a moderator
|
|
12-09-02 04:31 AM
|
|
|
Click here for list of 70-217
study guides and order yours now!
MCSE exam notes
70-217 exam details
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON. |
|
ExamNotes forum archive
|