单选题On AIX systems, where DNS resolution takes precedence over NIS, a particular process needs to resolve names using /etc/hosts first. Which of the following processes is the best way to accomplish this without affecting the rest of the system’s name resolution?()ASet the NSORDER environmental variable of the environment which invokes the process to:NSORDER=local,nis,bindBSet the NSORDER environmental variable of the environment which invokes the process to: NSORDER=hosts=auth,nis,bindCEdit /etc/netsvc.conf to add a line similar to the following: process /full/path/of/process {hosts=local,nis,dns}DUnset NSORDER environment variable of the environment which invokes the process
单选题
On AIX systems, where DNS resolution takes precedence over NIS, a particular process needs to resolve names using /etc/hosts first. Which of the following processes is the best way to accomplish this without affecting the rest of the system’s name resolution?()
A
Set the NSORDER environmental variable of the environment which invokes the process to:NSORDER=local,nis,bind
B
Set the NSORDER environmental variable of the environment which invokes the process to: NSORDER=hosts=auth,nis,bind
C
Edit /etc/netsvc.conf to add a line similar to the following: process /full/path/of/process {hosts=local,nis,dns}
D
Unset NSORDER environment variable of the environment which invokes the process
参考解析
解析:
暂无解析
相关考题:
OnAIXsystems,whereDNSresolutiontakesprecedenceoverNIS,aparticularprocessneedstoresolvenamesusing/etc/hostsfirst.Whichofthefollowingprocessesisthebestwaytoaccomplishthiswithoutaffectingtherestofthesystem’snameresolution?()A.SettheNSORDERenvironmentalvariableoftheenvironmentwhichinvokestheprocessto:NSORDER=local,nis,bindB.SettheNSORDERenvironmentalvariableoftheenvironmentwhichinvokestheprocessto:NSORDER=hosts=auth,nis,bindC.Edit/etc/netsvc.conftoaddalinesimilartothefollowing:process/full/path/of/process{hosts=local,nis,dns}D.UnsetNSORDERenvironmentvariableoftheenvironmentwhichinvokestheprocess
WhichofthefollowingproceduresbestexplainshowtoenabletheNISnameresolutiontotakeprecedenceoverDNSonasystem-widebasis?() A.Addthefollowinglineto/etc/netsvc.conf:hosts=nis,bind,localB.edit/etc/netsvc.conftoaddthefollowing:process/full/path/of/process\{hosts=local,nis,dns}C.InanNISandDNSenvironment,NIStakesprecedenceoverDNSinthisenvironmentresultinginnochangeD.ChangetheNSORDERenvironmentvariable
The order of name resolution can be controlled. The default is: 1.BIND 2.NIS 3./etc/hosts To change the order of the above name resolutions, which of the following should be used?()A、nslookupB、hostnameC、/etc/netsvc.confD、/etc/host.equiv
On AIX systems, where DNS resolution takes precedence over NIS, a particular process needs to resolve names using /etc/hosts first. Which of the following processes is the best way to accomplish this without affecting the rest of the system’s name resolution?()A、Set the NSORDER environmental variable of the environment which invokes the process to:NSORDER="local,nis,bind"B、Set the NSORDER environmental variable of the environment which invokes the process to: NSORDER="hosts=auth,nis,bind"C、Edit /etc/netsvc.conf to add a line similar to the following: process /full/path/of/process {hosts=local,nis,dns}D、Unset NSORDER environment variable of the environment which invokes the process
The order of name resolution can be controlled. The default is: 1.DNS/BIND 2.NIS 3./etc/hosts To change the order of the above name resolutions, which of the following should be used?()A、nslookupB、hostnameC、/etc/host.equivD、environment variable NSORDER
On a system wide basis, which of the following procedures is best to make NIS name resolution take precedence over DNS?()A、Remove the /etc/resolv.conf fileB、Unset the NSORDER environment variableC、Add the following line to /etc/netsvc.conf: hosts=nis,bind,localD、In a NIS and DNS environment, NIS takes precedence so there is nothing to change
A system is experiencing name resolution issues. The administrator has verified that /etc/resolv.conf is suitably configured using correct syntax. However, processes run by non-root users are failing to resolve any hostnames to IP addresses with the error 'No response from server'. Which tool will help trace the nslookup command in an attempt to investigate the problem?()A、kdbB、dbxC、traceD、truss
Which of the following procedures best explains how to enable the NIS name resolution to take precedence over DNS on a system-wide basis?()A、 Add the following line to /etc/netsvc.conf: hosts = nis,bind,local B、 edit /etc/netsvc.conf to add the following: process /full/path/of/process /{ hosts = local,nis,dns} C、 In an NIS and DNS environment, NIS takes precedence over DNS in this environment resulting in no change D、 Change the NSORDER environment variable
Which of the following options best justifies why a DNS server should be run in a large network system?()A、To use ftp and telnetB、To perform NFS mountsC、To make /etc/hosts files unnecessaryD、To reduce network traffic and save bandwidth
New AIX systems arrive without a CDROM drive. All systems do not have the system hardware configuration. Which of the following options is the most appropriate way to install AIX on the systems?()A、Install CDROM drives or tape drives on the systems because that is the only way to install AIX.B、Install one system. Take a mksysb from the first system and resotre the mksysb to the remaining systems.C、Install one system. Mirror rootvg onto a disk from each of the remaining systems.D、Setup and NIM master and resources.
A new application has been added to a system which needs to automatically be started at system startup. The system administrator has decided to accomplish this by using the /etc/inittab file. Which command would be used to accomplish this in a supported manner?()A、viB、mkitabC、telinitD、startsrc
A DNS server for a large network is experiencing performance problems. Which of the following options is the best solution to fix the problem?()A、Enable NISB、Purchase a larger serverC、Use /etc/hosts on all of the systemsD、Create secondary name servers throughout the network
Which of the following files contains the settings for the system’s DNS domain name and DNS servers?()A、/etc/hostsB、/etc/resolv.confC、/etc/netsvc.confD、/etc/named.boot
Given the following on a system that is not a name server, which will be the first area searched to resolve a host name to an IP address?() #cat /etc/resolv.conf domain abc.century.com nameserver 192.9.201.1 nameserver 192.9.201.2 #cat /etc/netsvc.conf hosts = bind,nis,local #echo $NSORDER local,bind A、 /etc/hosts on server 192.9.201.2B、 /etc/hosts on the local systemC、 /etc/named.rev on 192.9.201.1D、 /etc/netsvc.conf on the NIS server
You are designing a strategy to enable the ATC application to successfully resolve computer names. Which name resolution method should you use?()A、DNSB、WINSC、Hosts fileD、Lmhosts file
单选题Which of the following procedures best explains how to enable the NIS name resolution to take precedence over DNS on a system-wide basis?()A Add the following line to /etc/netsvc.conf: hosts = nis,bind,local B edit /etc/netsvc.conf to add the following: process /full/path/of/process /{ hosts = local,nis,dns} C In an NIS and DNS environment, NIS takes precedence over DNS in this environment resulting in no change D Change the NSORDER environment variable
单选题Which of the following files contains the settings for the system’s DNS domain name and DNS servers?()A/etc/hostsB/etc/resolv.confC/etc/netsvc.confD/etc/named.boot
单选题Which of the following options best justifies why a DNS server should be run in a large network system?()ATo use ftp and telnetBTo perform NFS mountsCTo make /etc/hosts files unnecessaryDTo reduce network traffic and save bandwidth
单选题On a system wide basis, which of the following procedures is best to make NIS name resolution take precedence over DNS?()ARemove the /etc/resolv.conf fileBUnset the NSORDER environment variableCAdd the following line to /etc/netsvc.conf: hosts=nis,bind,localDIn a NIS and DNS environment, NIS takes precedence so there is nothing to change
单选题The order of name resolution can be controlled. The default is: 1.DNS/BIND 2.NIS 3./etc/hosts To change the order of the above name resolutions, which of the following should be used?()AnslookupBhostnameC/etc/host.equivDenvironment variable NSORDER
单选题You are designing a strategy to enable the ATC application to successfully resolve computer names. Which name resolution method should you use?()A DNSB WINSC Hosts fileD Lmhosts file
单选题The order of name resolution can be controlled. The default is: 1.BIND 2.NIS 3./etc/hosts To change the order of the above name resolutions, which of the following should be used?()AnslookupBhostnameC/etc/netsvc.confD/etc/host.equiv
单选题A DNS server for a large network is experiencing performance problems. Which of the following options is the best solution to fix the problem?()AEnable NISBPurchase a larger serverCUse /etc/hosts on all of the systemsDCreate secondary name servers throughout the network
单选题New AIX systems arrive without a CDROM drive. All systems do not have the system hardware configuration. Which of the following options is the most appropriate way to install AIX on the systems?()AInstall CDROM drives or tape drives on the systems because that is the only way to install AIX.BInstall one system. Take a mksysb from the first system and resotre the mksysb to the remaining systems.CInstall one system. Mirror rootvg onto a disk from each of the remaining systems.DSetup and NIM master and resources.
单选题Given the following on a system that is not a name server, which will be the first area searched to resolve a host name to an IP address?() #cat /etc/resolv.conf domain abc.century.com nameserver 192.9.201.1 nameserver 192.9.201.2 #cat /etc/netsvc.conf hosts = bind,nis,local #echo $NSORDER local,bindA /etc/hosts on server 192.9.201.2B /etc/hosts on the local systemC /etc/named.rev on 192.9.201.1D /etc/netsvc.conf on the NIS server
单选题A new application has been added to a system which needs to automatically be started at system startup. The system administrator has decided to accomplish this by using the /etc/inittab file. Which command would be used to accomplish this in a supported manner?()AviBmkitabCtelinitDstartsrc
单选题A system is experiencing name resolution issues. The administrator has verified that /etc/resolv.conf is suitably configured using correct syntax. However, processes run by non-root users are failing to resolve any hostnames to IP addresses with the error ’No response from server’. Which tool will help trace the nslookup command in an attempt to investigate the problem?()AkdbBdbxCtraceDtruss