Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us

 Home

 Search

Latest Brain Dumps

 BrainDump List

 Certifications Dumps

 Microsoft

 CompTIA

 Oracle

  Cisco
  CIW
  Novell
  Linux
  Sun
  Certs Notes
  How-Tos & Practices 
  Free Online Demos
  Free Online Quizzes
  Free Study Guides
  Free Online Sims
  Material Submission
  Test Vouchers
  Users Submissions
  Site Links
  Submit Site

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Online Training Demos and Learning Tutorials for Windows XP, 2000, 2003.

 

 

 

 





Braindumps for "310-202" Exam

You can do it!!

 


Question 1.
Given the default coreadm settings in the local zone and the following configuration for the global zone:
# coreadm
global core file pattern: /var/core/core.%f.%p
global core file content: all
init core file pattern: core.%f.%p
init core file content: default
global core dumps: enabled
per-process core dumps: enabled
global setid core dumps: disabled
per-process setid core dumps: disabled
global core dump logging: enabled

This configuration will cause two core files to be generated and saved when a process in the local zone terminates abnormally.

Where are the two core files saved? (Choose two.)

A. in the process current working directory as core
B. in the local zone as core.%f.%p in /var/core
C. in the global zone as core.%f.%p in /var/core
D. in the process current working directory as core.%f.%p

Answer: A, C

Question 2.
Users have reported that an application critical to daily work frequently terminates abnormally.

Which command should you issue to determine the frequency of these failures?

A. coreadm -e all
B. coreadm -e log
C. coreadm -e init
D. coreadm -e globally

Answer: B

Question 3.
The Solaris 10 OS supports the sharing of remote file resources and presents them to users as if they were local files and directories. The primary distributed file system (DFS) type supported by Solaris 10 OS is NFS.

Which three statements are true about NFS as supported by Solaris 10 OS? (Choose three.)

A. The NFS server supported by Solaris 10 OS uses TCP exclusively.
B. An NFSv4-capable server can communicate with clients that use NFSv3 or earlier.
C. NFS uses the Remote Procedure Call (RPC) method of communication.
D. The NFS server supported by Solaris 10 OS can only communicate with clients using NFSv4.
E. The Solaris 10 OS uses NFSv4 by default when sharing a directory or accessing a named file.
F. The NFS server on Solaris 10 OS is started at boot up and is configured by modifying the
/etc/rc.local file.

Answer: B, C, E

Question 4.
A user's workstation is configured to mount /archive from a remote system through NFS using the following entry in /etc/vfstab:
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
speedy:/archive - /archive nfs - yes -
To improve performance, a second NFS server, named pokey, is being added to
serve out the identical file system.

You notice that the workstation is attempting to mount /archive read-write. The /archive file system contains old archived data and should not be modified. You decide that the user's workstation should mount /archive read-only instead.

Which two changes must you make to allow the workstation to use the NFS server pokey and speedy and to correct the read-write/read-only mounting issue? (Choose two.)

A. change the mount options field to ro
B. change the mount options field to ro=speedy,pokey
C. change the device to mount field to speedy,pokey:/archive
D. change the device to mount field to read pokey:/archive/speedy

Answer: A, C

Question 5.
A new system administrator edited the /etc/dfs/dfstab file and added two share commands. Previously, the /etc/dfs/dfstab file had no entries. The administrator assumed that the NFS shares would be immediately available when the edits were completed. This did not happen and the administrator has come to you for assistance.

Given a default system configuration, which command must be run to make the NFS shares available to clients, without rebooting the server?

A. /usr/bin/nfsd -t 6
B. svcadm enable nfs/server
C. svcadm enable nfs/client
D. /usr/bin/nfs.server start
E. /etc/rc3.d/S15nfs.server start

Answer: B

Question 6.
You edit the /etc/dfs/dfstab file and add two new lines on a system that is already functioning as an NFS server.

Which command causes these two new resources to be made available?

A. share
B. mount -a
C. mountall
D. shareall
E. show mount -a

Answer: D

Question 7.
Exhibit:
/etc/dfs/dfstab file
# Place share(1M) commands here for automatic execution
# on entering init state 3.
#
# Issue the command /etc/init.d/nfs.server start to run the NFS
# daemon processes and the share commands, after adding the very
# first entry to this file.
#
# share [-F fstype] [ -o options] [-d <text>] <pathname> [resource]
# .e.g,
# share -F nfs -o rw=engineering -d home dirs /export/home2
share -F nfs /usr/share/man
share -F nfs -o ro /export/share
share -F nfs /var/tmp

Which command makes the /export/share resource unavailable for clients to mount, without affecting any other shared resources?

A. unshareall
B. share /export/share
C. umount /export/share
D. unshare /export/share
E. unshare -F nfs /export

Answer: D

Question 8.
You want to allow the NFS server saturn to share the /var/tmp directory read-only with clients pluto and mars. You also want to allow pluto to have root access to this directory.

Which line should you add to the /etc/dfs/dfstab file for saturn?

A. share -F nfs -o ro,root=pluto /var/tmp
B. share -F nfs root_access pluto /var/tmp
C. share -F nfs -o,ro=mars:pluto,root=pluto /var/tmp
D. share -F nfs -o,root=pluto,ro=mars,pluto /var/tmp
E. share -F nfs ro,root=pluto /var/tmp client=mars:pluto

Answer: C

Question 9.
You are working on a system connected to the network. You attempt to access a directory, which you know is available to your system using NFS. You have NOT accessed this directory for some time. Your system displays the message:
stale NFS file handle

What is a possible cause of this problem?

A. The locked daemon on the local system is no longer running.
B. The mountd daemon on the local system has out-of-date configuration information.
C. The auto mountd daemon has NOT been informed of changes to the auto mount maps.
D. The file or directory has been removed on the NFS server without the client's knowledge.

Answer: D

Question 10.
You are working on a system connected to the network. You attempt to NFS mount a directory:
# mount host1:/usr/share/man /usr/share/man
Your system displays the following message:
nfs mount: host1: : RPC: Program not registered
nfs mount: retrying: /usr/share/man

What can you do to solve this problem?

A. ensure that nfsd is running on the local system
B. ensure that mountd is running on the NFS server
C. send a HUP signal to the rpcbind process the local system
D. use rpcinfo -p to ensure that the mount command is registered with rpcbind

Answer: B

Question 11.
You are working on a system connected to the network. You are attempting to access a currently mounted NFS directory. Your system displays the following message:
nfs mount: host1: : NFS: Service not responding
nfs mount: retrying: /usr/share/man

What can you do to solve this problem?

A. ensure that nfsd is running on the NFS server
B. ensure that mountd is running on the NFS server
C. send a HUP signal to the inetd process on the NFS server
D. send a HUP signal to the rpcbind process on the NFS server

Answer: A

Question 12.
While you attempt to NFS mount the /export/home directory from host potato onto mount point /data on host tomato, the following error appears:
# mount /data
nfs mount: potatoe: : RPC: Unknown host
The /etc/hosts file on tomato contains the following:
# Internet host table
#
127.0.0.1 local host
10.7.8.11 tomato
10.7.8.12 potato
10.7.8.13 lettuce
The /etc/vfstab on tomato contains the following (unrelated lines are omitted):
# device device mount FS fsck mount mount
# to mount to fsck point type pass at boot options
#
potatoe:/export/home - /data nfs - yes soft,bg

What three actions can be taken to mount the file system successfully? (Choose three.)

A. type the command:
# mount potato:/export/home
B. create an entry in /etc/aliases:
potato potatoe
C. comment out the entry in /etc/vfstab, and then execute
# mountall
D. change potatoe to potato in /etc/vfstab, and then execute
# mount /data
E. type the command:
# mount -F nfs -o soft, bg potato:/export/home /data
F. change potato to potatoe in the /etc/hosts file, and then execute
# mount /data

Answer: D, E, F

Question 13.
When you try to NFS mount a directory from the NFS server pepper to the NFS
client paprika, the following error occurs:
# mount -F nfs pepper:/export/home /data
NFS server pepper not responding, still trying

Which troubleshooting step is used to correct this error?

A. on the NFS server pepper, run the command: # dfmounts
B. on the NFS client paprika, ping the NFS server: # ping pepper
C. on the NFS client paprika, run the command: # dfshares paprika
D. on the NFS client paprika, run the command: # ps -ef |grep nfsd
E. on the NFS client paprika, run the command: # ps -ef |grep mountd

Answer: B

Question 14.
You try to mount an NFS file system, /datadir, on host fusion from the remote NFS server gravity using the NFSv4 protocol. The following message appears:
# mount -F nfs gravity:/datadir /datadir
nfs mount: gravity:/datadir: No such file or directory

What can cause the error?

A. The directory is spelled incorrectly in /etc/vfstab.
B. The directory /datadir does NOT exist on the NFS client fusion.
C. The NFS share /datadir does NOT exist on NFS server gravity.
D. The host fusion is NOT allowed to access /datadir on NFS server gravity.
E. The permissions on the directory /datadir on NFS server gravity are too restrictive.

Answer: C

Question 15.
A machine running Solaris 10 OS displays the following message during boot:
mount: mount-point /opt/local does not exist
The system stops in single-user mode while waiting for the root password.

Which two are valid troubleshooting procedures for this problem? (Choose two.)

A. restart the NFS client using
# svcadm restart svc:/network/nfs/client
B. boot the machine into single user mode, run fsck on the root file system, and then reboot
C. boot the machine into single-user mode, comment the line from the /etc/vfstab file, and reboot
D. boot the machine into single-user mode, then check that /opt/local exists and that the
/etc/vfstab entry is spelled correctly
E. verify that the NFS server software is running on the server, and that the directory specified in
the client's /etc/vfstab file is properly exported using # showmount -e

Answer: C, D

Question 16.
During boot up, your x86-based laptop that is running the Solaris 10 OS displays the message:
NFS server arizona not responding, still trying

Which two are valid troubleshooting procedures for this problem? (Choose two.)

A. restart the NFS client-side daemons
B. verify that the nfsd daemon is running on your laptop
C. verify that your laptop is connected to the correct network
D. verify that the server arizona is up and that its network interface is up.
E. verify that the NFS client entry in /etc/inetd.conf is correct, then get inetd to reread the
/etc/inetd.conf

Answer: C, D

Question 17.
What are four types of Auto FS maps? (Choose four.)

A. Slave
B. Direct
C. Binary
D. Master
E. Indirect
F. Sparse
G. Special
H. Cannonical

Answer: B, D, E, G

Question 18.
Under which two conditions will the auto mounter automatically mount resources listed in an Auto FS direct map? (Choose two.)

A. only if the mount point has first been created
B. only if the resources are to be mounted read-only
C. only if an entry for the direct map has been added to the master map
D. only if the reference used in the direct map uses relative path names
E. only if the reference used in the direct map uses absolute path names

Answer: C, E

Question 19.
You are creating a new direct map to allow a new application that has been installed on an application server to become available.

Which two commands activate the new map? (Choose two.)

A. /usr/sbin/mountall
B. /usr/sbin/automount
C. /usr/bin/pkill -HUP inetd
D. /usr/sadm/bin/smreg add -d /etc/auto_master
E. /usr/sbin/svcadm restart svc:/system/fileystem/autofs

Answer: B, E

Question 20.
The system administrator places several entries in the direct map of a Solaris 10 OS machine that is configured to use local files.

Which three statements are true about direct maps? (Choose three.)

A. Direct maps can always be browsed.
B. Direct maps specify relative paths only.
C. Direct maps specify the absolute path of the mount point.
D. A /- entry in the master map defines a mount point for direct maps.
E. A master map that is a local file can only have one direct map entry.
F. The directory specified in the map entry can be mounted from a comma-separated list of
servers.

Answer: C, D, F

Question 21.
A system is configured to use auto mounted home directories and has the following /etc/auto_master file:
# Master map for auto mounter
#
/net -hosts -nosuid,nobrowse
/home auto_home -nobrowse
The system also has the following /etc/auto_home file:
# Home directory map for auto mounter
#
larry stooge1:/export/home/larry
curly stooge2:/export/home/curly
moe stooge3:/export/home/moe

How should the home directory for curly be specified in the password database?

A. /curly
B. /home/curly
C. /net/stooge2/curly
D. /export/home/curly
E. /net/stooge2/export/home/curly

Answer: B

Question 22.
A
system called renegade is configured to access a CAD application and the man pages using automount. The system has the following /etc/auto_master file:
# Master map for auto mounter
#
/home auto_home -nobrowse
/- auto_direct -ro
The renegade system also has the following /etc/auto_direct file:
# Super user-created direct map for auto mounter
#
/tools/cad -ro,soft cadserver:/export/cad,v2
/usr/share/man -ro,soft docserver1,docserver2:/usr/share/man

Which two statements are true about the renegade system? (Choose two.)

A. To access the CAD application, the user can type # cd /tools/cad.
B. Before trying to access the man pages, the user must first run the # automount command.
C. If the mount of /tools/cad fails for any reason, the system continues to retry until cad server
responds.
D. The /usr/share/man directory is mounted from docserver1 or docserver2, depending upon
availability.
E. To access the CAD application, the user must type the full path as follows: # cd
/net/cadserver/export/cad,v2.

Answer: A, D



Google
 
Web www.certsbraindumps.com


Braindumps: Dumps for 646-363 Exam Brain Dump

Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us





Braindumps for "646-363" Exam

Cisco Express Foundation for Account Managers

 Question 1.
Which service is provided by Cisco SMARTnet?

A. investment protection with upgrade discounts
B. around-the-clock access to Cisco Technical Access Center
C. Cisco Learning Credits for IT staff development
D. service level agreements to ensure uptime requirements are met

Answer: B

Question 2.
Which service component within the prepare phase recommends the appropriate technology strategy to address a business requirement of the customer?

A. identifying what a customer requires from a proposed solution
B. analyzes the customers business requirements and recommends the appropnate Cisco 
    technologies to meet Business requirements
C. determining what end-user training a customer requires
D. addressing a customer's physical requirements

Answer: B

Question 3.
What best explains why the banking industry is ready to take advantage of an integrated network infrastructure?

A. Many banks are still connecting via dial-up.
B. Many banks need to consolidate departments and resources.
C. Many banks find themselves with an obsolete branch infrastructure
D. Many banks need back-office process streamlining.

Answer: C

Question 4.
A new client of yours is experiencing a growth spurt. The client's IT staff is making network changes manually and as a consequence, is extremely overworked. 

You suggest the client implement a network management system, citing which important business benefit?

A. potential for outsourcing the IT staff
B. provision of an out-of-band management architecture
C. threat mitigation
D. reduction in network downtime

Answer: D

Question 5.
Which three of these service components are in the design phase? (Choose three.)

A. Account Qualification and Planning
B. Detailed Design Development
C. Staff Training
D. Systems Acceptance Test Plan Development
E. Staging Plan Development
F. Site Readiness Assessment

Answer: B, D, E

Question 6.
Which three business requirements development activities are performed in the prepare phase before creating a technology strategy? (Choose three.)

A. identifying and assessing customer business requirements
B. documenting and categorizing customer business requirements in terms of performance, 
    availability, capacity and security.
C. producing a documented technology strategy
D. creating a bill of materials
E. presenting documented business requirements to a Customer and having the customer 
    validate them
F. completing a site survey

Answer: A, B, E

Question 7.
What is a Cisco industry initiative that uses the network infrastructure to enforce security policy compliance on all devices that are seeking to access the network?

A. Cisco Adaptive Threat Defense
B. Cisco Secure Access Control
C. Cisco Network Admission Control
D. Cisco Threat Defense System

Answer: C

Question 8.
Cisco Catalyst 4500 Series switches are attractive to medium-size campuses with growth opportunities due to the switches' enhanced security and which two other features? (Choose two.)

A. enhanced multilayer software image
B. connectivity to multiple types of WAN connections
C. Cisco Unified Communications Manager
D. QoS for converged networks
E. modular, customizable components

Answer: D, E

Question 9.
The Cisco UC520 provides integrated WLAN connectivity to mobile clients for which technology?

A. voice only
B. data only
C. Data and voice

Answer: C

Question 10.
Which three features does the Cisco UC520 support? (Choose three.)

A. Cisco unity Express
B. distributed routing
C. Storage Area Networks
D. analog devices
E. Telepresence
F- security firewall and VPN

Answer: A, D, F


Google
 
Web www.certsbraindumps.com


Study Guides and Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA





              Privacy Policy                   Disclaimer                    Feedback                    Term & Conditions

www.helpline4IT.com

ITCertKeys.com

Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.