GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Certification  >  Sun  >  310-014
Go To First  |  Previous Question  |  Next Question 
 310-014  |  Question 174 of 175    Print  
You have a system that has SCSI tape drives attached. You want to prevent these SCSI tape drives from being used.
Which line should you add to the /etc/system file to prevent their use?
A. exclude drv/st
B. set drv/st=off
C. forceload drv/st
D. set drv/st=exclude
Answer: A


  
Total Answers and Comments: 1 Last Update: May 23, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 23, 2008 01:38:27   #1  
nirmalrajece Member Since: May 2008   Contribution: 2    

RE: You have a system that has SCSI tape drives attached. You want to prevent these SCSI tape drives from being used. Which line should you add to the /etc/system file to prevent their use? A. exclude drv/st B. set drv/st=off C. forceload drv/st
Correct answers is A
 
Is this answer useful? Yes | No

 Related Questions

Which two describe /dev/rmt0? (Choose two) A. The first instance of a tape drive. B. The physical device name for the default tape drive. C. The logical device name with hardware compression activated. D. The default tape device name as indicated in the /kernel/drv/st.conf file. E. The default tape device name that indicates the tape should not be rewound when the current operation completes.
Answer: A and D  

You have only a limited number of tapes available, and need to use them to hold as much data as possible. Which tape device allows you to save the most data on a single tape? A. /dev/rmt/oz B. /dev/rmt/01 C. /dev/rmt0m D. /dev/rmt/0h
Answer: D 

With the system powered off, you physically connect a new SCSI disk intro the existing SCSI chain. You boot the system using the boot –r command. In which four locations can you find the new device names for the new SCSI disk? (Choose four) A. /devices B. /dev/dsk C. /dev/rdsk D. /kernel/drv E. /etc/path_to_inst F. /etc/name_to_major G. /platform/sun4u/kernel/drv
Answer: A, B, C and F 

The SUNWman package has been spooled into the /export/host1/packages directory. Your current directory is /etc. You want to obtain detailed information about this package before installing it into the Solaris Operating Environment on your system. Which command displays the information you want to see? A. pkginfo –dl . SUNWman B. pkginfo –dl /export/host1/packages SUNWman C. pkginfo –d /export/host1/packages –l SUNWman D. pkginfo –d SUNWman /export/hist1/packages
Answer: C  

You have shut down your system to run level 0, and you are at the ok prompt. You want to display a list of disk device paths and choose one to use it a customized device alias. Which OBP command allows you to select a device path and later insert it into the command line that creates the new device alias? A. devalias B. show-devs C. show-disks D. find-device
Answer: C  

An fsck has just been run on an unmounted file system that exists on /dev/rdsk/c0t3d0s7. Which command can you use to mount this file system as /export/eng_data? A. mount /dev/dsk/c0t3d0s7 /export/eng_data B. mount /export/eng_date /dev/dsk/c0t3d0s7 C. mount /dev/rdsk/c0t3d0s7 /export/eng_data D. mount /export/eng_data /dev/rdsk/c0t3d0s7
Answer: A  

Which command displays the list of alternate superblocks for a UFS file system on c0t0d0s0? A. fsck /dev/rdsk/c0t0d0s0 B. format /dev/dsk/c0t0d0s0 C. prtvtoc /dev/dsk/c0t0d0s0 D. newfs –N /dev/rdsk/c0t0d0s0
Answer: D  

Which two are reasons to select Custom JumpStart installation over Web Start Flash installation? (Choose two) A. JumpStart uses a master system to serve the installations. B. JumpStart installation is faster than a Web Start Flash installation. C. JumpStart uses profiles that can be customized for different types of systems. D. JumpStart allows you to incorporate scripts to perform pre-installation and postinstallation tasks.
Answer: C and D  

You successfully installed the recommended patch cluster for the Solaris release installed on your system. A specific hardware component you want to attach requires a patch that is not found in the patch cluster. What should you do to check if the new patch is incompatible with any of those patches already installed? A. Install the patch and see if it works. B. Read the README file associated with the new patch. C. Read the README file associated with the patch cluster. D. No action
Answer: B  

On may 11, at 9:30 A.M., an administrator accidentally removes several critical files from /etc. Analysis of the /etc/dumpdates file reveals the following: /dev/rdsk/c0t0d0s0 0 Fri May 10 10:15:38 2002 /dev/rdsk/c0t0d0s5 0 Fri May 10 10:46:06 2002 /dev/rdsk/c0t0d0s7 0 Fri May 10 10:54:56 2002 /dev/rdsk/c0t0d0s7 0 Fri May 10 10:59:02 2002 /dev/rdsk/c0t0d0s0 2 Sat May 11 10:15:03 2002 /dev/rdsk/c0t0d0s7 2 Sat May 11 10:25:23 2002 /dev/rdsk/c0t0d0s0 3 Sun May 12 10:15:14 2002 /dev/rdsk/c0t0d0s7
Answer: B  


 Sponsored Links

 
Related Articles

SOA Definitions and Certification

SOA Definitions and Certification Service Oriented Architecture is a design that enables Business and computational resources to be linked together on demand as a means of achieving the results desired for service consumers which may be end users or other services Service Oriented Architecture has
 

What is Data File

In a logical data model, the conceptual data model which is based on the business semantic is being defined. Thus, entities and relationships and corresponding table and column design, object oriented classes, and XML tags, among other things are being laid regardless of the database will be physica
 

On-Line Transaction Processing

On-Line Transaction Processing On-Line Transaction Processing is a processing that supports the daily business operations. Also know as operational processing and OLTP.  An OLTP is a database which must typically allow the real-time processing of SQL transactions to support traditional reta
 

On-Line Analytical Processing

On-Line Analytical Processing On-Line Analytical Processing is a processing that supports the analysis of business trends and projections. It is also known as decision support processing and OLAP.  An OLAP software enables companies to have real-time analysis of data stored in a database. A
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

How to define command line arguments

The main functions can have arguments passed which are called as command line arguments. There are two command line arguments: Argument count denoted by argc and Argument vector denoted by argv The argc is an integer variable which denotes the number of parameters passed and argv is pointer to a
 

System Implementation

In the previous articles relating to SDLC Stages we discussed about Project Planning and Feasibility Study moved on to System Analysis and Requirements which lead to Systems Design. Systems Design will naturally lead to another stage where it becomes closer to the actual deployment of the p
 

System Analysis and Requirements

In the previous chapter, we’ve discussed about project planning and feasibility study. That stage was important because it tries to establish a problem in our highly technological world. As our understanding on what we can do in computers evolve and so are the things that we need to make t
 

Tips for Oracle Certification

Getting an Oracle certification is reliable credential recognized by industries that can accelerate professional development and their productivity. So this article provides some tips for getting this oracle certification.  First one must plan well to allocate their time for prepari
 

Oracle Certification and its Importance

Oracle certifications are valid credential recognized by industry that can help one to succeed in their IT career. Oracle is the largest enterprise software company and to get the oracle certification from this company is really a great credit to career.  The Oracle Certification Progr
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape