GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Certification  >  Sun  >  310-015
Go To First  |  Previous Question  |  Next Question 
 310-015  |  Question 13 of 390    Print  
Given:
# metadb
flags first blk block count
a u 16 8192 /dev/dsk/c1t1d0s0
Which statement correctly describes this output?
A. The state database replica is 4 MBytes in size.
B. It indicates that the first volume is 8192 blocks in size. C. Thus site has followed the Sun guideline for replicas.
D. It indicates that the slice c1t1d0s0 has 8192 disk blocks of free space.
Ans: A



  
Total Answers and Comments: 0 Last Update: N/A   
  
 Sponsored Links

 

No answers are posted for this question yet.
Be the first to answer it!


 Related Questions

Given: Lo0: flags=100849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 hme0: flags=1000863 mtu 1500 index 2 inet 192.200.200.9 netmask ffffff00 broadcast 192.200.200.255 ether 8:0:20:8a:74:e0 What is the MAC address?
Ans: 8:0:20:8a:74:e0  

Your syslog configuration file contains the line: mail.debug ifdef(’LOGHOST’, /var/log/syslog, @loghost) Which two are correct statements about this entry? (Choose two) A. The ifdef statement is interpreted by the syslogd daemon. B. If the loghost alias is set to be the local host, messages are sent to the /var/log/syslog file. C. If the loghost alias is not set to the local host, messages are sent to the host defined as the loghost. D. If the loghost alias is set to
Ans: B, C  

A user on an NIS client is trying to search for a specific host in the NIS database. The user sees the following error message when running the ypmatch command. $ ypmatch 194.168.85.121 hosts Can’t match key 194.168.85.121 in map hosts.byname. Reason: no such key in map. The ypcat hosts command on the client reveals the entry 194.168.85.121 hostA. What is the reason the user can NOT search and find the host 194.168.85.121? A. The ypbind daemon was NOT running on the client.
Ans: C  

Given: # metadb flags first blk block count a u 16 8192 /dev/dsk/c1t1d0s0 Which statement correctly describes this output? A. The state database replica is 4 MBytes in size. B. It indicates that the first volume is 8192 blocks in size. C. Thus site has followed the Sun guideline for replicas. D. It indicates that the slice c1t1d0s0 has 8192 disk blocks of free space.
Ans: A  

Which command is used to display available swap space? A. swap -a B. swap -d C. swap -l D. swap -v
Ans: C  

You have a large number of systems in your organization which are currently running either Solaris 2.6 or Solaris 7. You have been tasked with ensuring that all of these systems are running Solaris 9, and you are considering using the Flash installation feature to achieve this. What is a requirement for using the Flash installation feature? A. You must be performing an initial installation. B. You must be performing an upgrade installation. C. You must make the Flash archive available
Ans: A Explanation You CANNOT do an upgrade with flash.  

Which statement about RAID levels is true? A. RAID 5 uses distributed parity B. RAID 0+1 provides no advantage over RAID 1. C. RAID 0 refers to striping but NOT to concatenation. D. RAID 1 is the only RAID level providing redundancy.
Ans: A  

Your company has 18 different staff groupings who use a lot of disk space. You have a 36- GBytes disk and wish to divide it into 18 separate sections to stop any one groups overuse from impacting the others. Which statement is true? A. You can configure 18 disk slices to achieve this. B. This sort of disk sectioning cannot be achieved. C. You can use Solaris Volume Manager soft partitions to achieve this. D. You must use a third-party volume management product to achieve this.
Ans: C  

What is the advantage of configuring a series of disks into a striped virtual disk? A. Automatic failover. B. Reduced disk space take up. C. Increased I/O performance. D. Data duplication for redundancy.
Ans: C  

Solaris Volume Manager uses a state database. What are two functions of a state database? (Choose two) A. A state database is a location for the storage of volume definitions. B. A state database is a location for the storage of RAID 5 volume parity. C. A state database is a location for the storage file system metadata, facilitating fsck. D. A state database is a location in which state information for each volume is maintained.
Ans: A, D  
Tags : Metadata


 Sponsored Links

 
Related Articles

Using XMLType for Handling XML Data in the Database

Using XMLType for Handling XML Data in the Database Being an object type XMLType can not only be used to store XML data in the database but also to operate on that data via its built in methods Regardless of the storage model you choose XMLType provides a set of XML specific methods to operate on XM
 

Using Oracle Database for Storing, Modifying, and Retrieving XML Data

Using Oracle Database for Storing Modifying and Retrieving XML Data With Oracle XML DB you have various XML storage and XML processing options allowing you to achieve the required level of performance and scalability One of the most interesting things about Oracle XML DB is that it allows you to per
 

Performing XSLT Transformations inside the Database

Performing XSLT Transformations inside the Database Now that you have the employees XSL stylesheet stored in the database and the xmlusr schema is permitted to access the hr employees table you can create a script that will instruct the database to build an HTML page based on the data stored in hr e
 

Moving All the XML Processing into the Database

Moving All the XML Processing into the Database In the preceding example the database server performs only a part of the XML processing while the rest is still performed by the PHP engine Specifically the database server generates an employees XML document based on the records from the hr employees
 

Performing XML Processing inside the Database

Performing XML Processing inside the Database When building XML enabled applications on top of Oracle there are many advantages to performing the XML processing inside the database when compared to performing it on the client The key advantages to perform XML processing inside the database are as fo
 

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
 

C++ Standard Input Output Stream

C Standard Input Output Stream In this C tutorial you will learn about standard input stream and standard output stream explained along with syntax and examples C programming language uses the concept of streams to perform input and output operations using the keyboard and to display information on
 

What is Operational Database

Operational Database is the database-of-record, consisting of system-specific reference data and event data belonging to a transaction-update system. It may also contain system control data such as indicators, flags, and counters. The operational database is the source of data for the data warehouse
 

Evolution of database systems

The Evolution of Database systems File Management System Hierarchical database System  Network Database System  Relational Database System File Management System: The file management system also called as FMS in short is one in which all data is stored on a singl
 

What is the use of COUNT with DISTINCT option

COUNT is a group function returns result by summarizing multiple rows. All group by value function will have the usage of DISTINCT or ALL option and so is the COUNT which uses the DISTINCT option. DISTINCT option is used to enforce uniqueness and  if combined with COUNT is used to
 

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