GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Certification  >  Sun  >  310-015
Go To First  |  Previous Question  |  Next Question 
 310-015  |  Question 7 of 390    Print  
With regard to the JumpStart services available with the Solaris Operating Environment, which server provides
an image of the Solaris Operating Environment that the JumpStart client uses as its source of data?
A. The web server.
B. The boot server.
C. The install server.
D. The configuration server.
Ans: C



  
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

You have configured an NIS domain within your organization which includes 1 master server, 3 slave servers, and 30 client systems. Which two are daemons which run only on the master server? (Choose two) A. ypserv B. rpc.ypupdated C. rpc.yppassword D. ypxfr_1perday
Ans: B, C  

Given that the /etc/hostname.hme0 file exists during the boot process, which run control script would run the ifconfig command to configure the hme0 interface? A. S69inet B. S20sysetup C. S71sysid.sys D. S30sysid.net E. S30network.sh
Ans: E  

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  

With regard to the JumpStart services available with the Solaris Operating Environment, which server provides an image of the Solaris Operating Environment that the JumpStart client uses as its source of data? A. The web server. B. The boot server. C. The install server. D. The configuration server.
Ans: C  

You are creating a Flash archive of your existing system which is to be used to install other systems on the network in your configuration. Which two are required by the flarcreate command? (Choose two) A. The files to include in the archive. B. The file in which to create the archive. C. The name used to identify the archive. D. The name of the user creating the archive. E. The systems to be installed using the archive.
Ans: B, C  

Your NFS server log configuration file contains the entry: applog defaultdir=/var/nfs buffer=/var/tmp/buffer fhtable=fhtable log=applog Which two are correct statements about this entry? (Choose two) A. The transaction buffer file is /var/tmp/buffer. B. The human-readable log file is /var/tmp/applog. C. The human-readable log file is /var/nfs/applog. D. This entry will be applied to all NFS shares by default. E. The file handle mapping table is /var/tmp/fhtable. F. This entry
Ans: A, 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  

Which three name services provide, or can be customized to provide, locale information as used in /etc/locale? (Choose three) A. NIS B. NIS+ C. UNS D. DNS E. NFS F. LDAP
Ans: A, B, F  

You are monitoring a Solaris system named host1 as it boots, and the boot sequence proceeds as far as the line: Setting default IPv4 interface for multicast: add net 224.0/4: gateway host1 The system then stops and waits. Which is a possible solution to this problem? A. Edit the /etc/vfstab file so that all boot time NFS mounts use the bg mount option. B. Wait for the login prompt, supply the root password, and edit the /ect/nodename file. C. Boot the system to single user mode
Ans: A  

What is a benefit of mounting resources using the automounter? A. Resources are mounted in demand. B. The server controls the mounting of the client resource. C. The NFS resources stay mounted permanently on the client. D. The automount utility updates the client /etc/vfstab file automatically.
Ans: A  


 Sponsored Links

 
Related Articles

Linux Thin Client Networks Design and Deployment Review

Linux Thin Client Networks Design and Deployment Review Introduction This book is written by David Richards a veteran Linux thin client network designer Designed for System Administrators Linux Thin Client Networks Design and Deployment goes over the concepts which are related to thin client network
 

Breaking up XML into Relational Data

Breaking up XML into Relational Data While the preceding example shows how to construct an XML representation over relational data the example in this section illustrates how you can shred XML data back into relational data This reverse operation can be useful if your application works with relation
 

Querying Data with Oracle XQuery

Querying Data with Oracle XQuery Starting with Oracle Database 10g Release 2 you can take advantage of a full featured native XQuery engine integrated with the database With Oracle XQuery you can accomplish various tasks involved in developing PHP Oracle XML applications operating on any kind of dat
 

Retrieving XML Data

Retrieving XML DataTo retrieve XML data from an XMLType table you can use a SELECT SQL statement just as you would if you had to query a relational table For example to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section you might issue the
 

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
 

ODP.NET - Techniques to Improve Performance while Retrieving Data

ODP NET Techniques to Improve Performance while Retrieving Data Performance tuning is a great subject in Oracle Volumes of books would not be enough to cover every aspect of performance tuning in Oracle However in this section we will only discuss the fundamental performance techniques while working
 

ODP.NET - Populating a Dataset with a Single Data Table

ODP NET Populating a Dataset with a Single Data Table A dataset is simply a group of data tables These data tables can be identified with their own unique names within a dataset You can also add relations between data tables available in a dataset mosgoogle The following code gives you the details o
 

ODP.NET - Retrieving Typed Data

ODP NET Retrieving Typed Data While retrieving values from OracleDataReader we can extract information available in individual columns of a particular row either by using column ordinal position values or column names mosgoogle Retrieving Typed Data Using Ordinals ODP NET provides data specific enum
 

ODP.NET - Retrieving Data Using OracleDataReader

ODP NET Retrieving Data Using OracleDataReader OracleDataReader is simply a read only and forward only result set It works only if the database connection is open and it makes sure that the connection is open while you are retrieving data As the data that it retrieves is read only it is a bit faster
 

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