网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
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
参考答案
参考解析
解析:
暂无解析
更多 “单选题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,bindB Set the NSORDER environmental variable of the environment which invokes the process to: NSORDER=hosts=auth,nis,bindC 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?()A
To use ftp and telnetB
To perform NFS mountsC
To make /etc/hosts files unnecessaryD
To 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?()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
考题
单选题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
考题
单选题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?()A
nslookupB
hostnameC
/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?()A
Enable NISB
Purchase a larger serverC
Use /etc/hosts on all of the systemsD
Create 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?()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.
考题
单选题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?()A
viB
mkitabC
telinitD
startsrc
考题
单选题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
热门标签
最新试卷