The ypbind daemon: (all that apply) A.) is activated at system startup time from the startup script /etc/init.d/rpc. B.) Establish a connection with another server if the connection is lost. C.) is located under /usr/lib/netsvc/yp/ D.) Binds to NIS server and stores binding information.
Answer: A B C D
Some custom JumpStart environment variables, which you use in begin and finish scripts, are set on demand. For example, information about which operating system is already installed on a system is only available (in SI_INSTALLED) after the installed rule keyword is used. In some situations, however, you might need to extract this same information in a begin or finish script for a purpose other than to match a system and run a profile. How do you deal to extract the information you
Answer: A
A configuration entry in the /etc/syslog.conf file consists of two tab-separated fields: A.) selector and action B.) selector and facility C.) hostname and action D.) selector and user_name E.) action and message file here is an example:SELECTOR ACTION *.err /var/adm/messages
Answer: A
When using the "-p" option, which is the correct way, if your system identification file lives in the "config" directory? (select one) A.) -p jumpstart_server:/export/jumpstart/config/sysidcfg B.) -p jumpstart_server:/export/jumpstart/config C.) -p jumpstart_server:/export/jumpstart/config/class_file D.) -p jumpstart_server:/export/jumpstart/config/rules.ok
Answer: B
The /etc/security/prof_attr does not defines profiles, lists the profiles assigned authorizations, nor identifies the associated help file. A.) False B.) True
Answer: A
If the -d or -D option is not specified, pfinstall may perform an actual installation on the system by using the specified profile, and the data on the system may be overwritten. A.) False B.) True
Answer: B
If you need to search for a hostname, first on the local host, then on the NIS database and finally on the DNS Server, which of the following line is the correct one? A.) hosts: files [NOTFOUND=continue] nis dns B.) hosts: dns [NOTFOUND=files] nis files C.) hosts: files [NOTFOUND=return] nis dns D.) copy the /etc/nsswitch.file onto /etc/nsswitch.conf E.) hosts: files [NOTFOUND=return] nis dns
Answer: A
When configuring a NIS Master you need to: (all that apply) A.) Copy the /etc/nsswitch.nis to /etc/nsswitch.conf and modify it if required. B.) Initialize the NIS Master Sever with the "ypinit -m" command and start the daemons (ypstart) C.) Set the domain name with the domainname command and create the /etc/defaultdomain file. D.) Create empty files in /etc: ethers, bootparams, locale, timezone, netgroup, netmasks.
Answer: A B C D
State the Solaris 8 command to update the system log: A.) logout B.) loggin -p C.) updt_syslog -f D.) logger
Answer: D
You have an Intel Based jumpstart client to be installed and it has 96 MB of RAM. If your rules.ok file has the following entry: ----------------------- memsize 32-96 && karch i86pc setup IA_prof done ----------------------- What of the following is true regarding this entry: A.) The system wont be installed because the rules file is missconfigure: the "&&" symbol has no meaning here. B.) The begin script for this case is: i86pc C.) The client will be installed
Answer: C E F