|
First of all i thank to all the dumpers who all sent their
braindumps to this site
and helped others. My suggestions
a)
read the book
b)
refer to the braindumps
c)
Use some good guide to confirm that you pass your exam. I like all
others recommend the sites www.exams.ws
and www.examcheets.com
Below is my contribution. Enjoy I think.
1. You are the administrator of a Windows 2000 Advanced Server
cluster. The cluster contains 1,200 file share resources for the
home directories of 1,200 users. The name of each file share is
the same as the name of the corresponding home folder. You notice
that the cluster service software constantly uses an unusually
high percentage of processing time. You want the cluster service
to use less processing time. What should you do?
A. Use the net.exe
command line utility to change each share to a hidden share.
B. Create a new file share resource, and share all of the home
folders as subdirectories.
C. Use the cluster.exe command line utility to run each file share
resource in a separate resource monitor.
D. Configure the "Is Alive" poll interval of the file
share resource type to be equal to the "Look Alive" poll
interval
Answer:- B - That many file shares just screams for a file share resource
where the subdirectories are
shared.
2. You are the administrator of a Windows 2000 Advanced Server
cluster. The cluster will run a critical, cluster-unaware
application. Both cluster nodes must support the application
during failover. You need to install the application to the
cluster. You also need to minimize maintenance downtime for the
application. What should you do?
A. Install the application and the application data on one cluster
disk.
B. Install the application on one cluster disk, and install the
application data on a separate cluster disk.
C. Install the application on each cluster node, and install the
application data on a single, shared cluster disk.
D. Install the application on each cluster node, and install the
application data on separate cluster disks for each node.
Answer:- C - If you're implementing a cluster unaware application, every
Microsoft source out there says: Install the application on each
node of the cluster. Then install the data from the application on
the shared drive. This makes sense because all changes you make
with the program are being performed on the shared drive which
will always be available to one node or the other.
3. You are the administrator of a Windows 2000 Advanced Server
cluster. The cluster nodes are two domain controllers that are
designated NodeA and NodeB. You want to create a new clustered Dfs
root resource on a clustered disk on drive X currently, neither
cluster node hosts a Dfs root.
You take the following actions:
*Create a new folder named Xdfsroot
*Create a new cluster group named Dfs group
*Create a new IP address resource in Dfs group
When you attempt to create a new Dfs root file share resource in
Dfs group, you receive an error message stating that it is not
possible to create the Dfs root File Share resource.
You need to create the Dfs root resource in Dfs group. What should
you do?
A. Demote the cluster nodes to member servers.
B. Create a network name resource in the Dfs group.
C. Create a normal file share resource for X:dfsroot in the Dfs
group.
D. Use the distributed file system console to create a stand-alone
Dfs root for X:dfsroot.
E. Use the distributed file system console to create a
fault-tolerant domain-based Dfs root for X:dfsroot.
Answer:- B - The only REQUIRED dependency of a DFS file share is the
network name resource.
4. You are the administrator of a Windows 2000 Advanced Server
cluster. The cluster provides file services to your company. You
add a print spooler resource to the cluster and configure NodeA to
be its preferred owner. During a scheduled maintenance procedure,
you move the printer resources group to NodeB. After you move the
resources group, users report that the Print Spooler resource is
no longer available. You need to ensure that the Print Spooler
resource is accessible from both nodes. What should you do?
A. Copy the printer driver to the shared disk.
B. Publish the printer to the Active Directory.
C. Install the printer driver to the virtual server on NodeB.
D. Configure the port on NodeB to match the port on NodeA.
Answer:- C,D - the printer driver must be installed on both nodes and the
port mappings need to be installed on both servers
|