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
Define the Lightweight Directory Access Protocol Name Service. A.) Supports hierarchical naming structure, distributed administration, security authentication, and cross domain lookups. B.) Translate hostnames to their associated IP address. C.) Supports centralized databases to provide LAN resources, such as user accounts, IP address, mac address, hostnames, automount maps and other resources and services that would otherwise be duplicated on each host on the network. D.) Is a set of
Answer: D
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
The way rpc and rpcbind works: When an RPC service is started (e.g sprayd), it tells rpcbind the address at which it is lstening, and the RCP program numbers it is prepared to serve. When a client wishes to make an RPC call to a given program number, it first contacts rpcbind on the server machine to determine the address where RPC requests should be sent. A.) False B.) True
Answer: B
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