单选题In a cluster using /etc/hosts for name resolution, which of the following describes the minimum requirementsfor the /etc/hosts file?()AIP address and IP label of each service and boot interface in the clusterBIP address and IP label of each service and boot interface in the cluster, loopback interface, and the hostname of the nodeCIP address and IP label of each service and boot interface in the cluster, the loopbackinterface, and the cluster gatewayDIP address and IP label of each service and boot interface in the cluster, the loopbackinterface, the cluster gateway, and the subnet network addresses

单选题
In a cluster using /etc/hosts for name resolution, which of the following describes the minimum requirementsfor the /etc/hosts file?()
A

IP address and IP label of each service and boot interface in the cluster

B

IP address and IP label of each service and boot interface in the cluster, loopback interface, and the hostname of the node

C

IP address and IP label of each service and boot interface in the cluster, the loopbackinterface, and the cluster gateway

D

IP address and IP label of each service and boot interface in the cluster, the loopbackinterface, the cluster gateway, and the subnet network addresses


参考解析

解析: 暂无解析

相关考题:

Which UNIX command creates a symbolic link named myfile in the current directory to the file/etc/hosts?A.In -s/etc/hosts myfileB.In -s myfile/etc/hostsC.link -s/etc/hosts myfileD.link -s myfile/etc/hosts

A user cannot ping any other hostnames from an AIX machine. The error received is "host name earth NOT FOUND". Which of the following files is most likely configured incorrectly?()A、/etc/resolv.confB、/etc/rc.tcpipC、/etc/aliasesD、/etc/hosts.equiv

NFS is experiencing name service resolution difficulties.  Which command reports the LEAST useful information in trouble-shooting this problem?()A、nfsstat -sB、lssrc -s namedC、ls -l /etc/resolv.confD、nslookup hostname

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

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

An administrator has written a script to check that the contents of an application configuration file are identicalon all cluster nodes. The script has also been associated with a user defined custom verification method. Theadministrator would like the contents of this file to be checked and verified automatically on a daily basis.How can this be achieved?()A、By using a job scheduler such as cronB、By enabling automatic cluster verificationC、By including the script name in the file /usr/es/sbin/cluster/etc/clverify.rcD、By including the custom method name in the file /usr/es/sbin/cluster/etc/rc.authomethods

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

Which of the following has NO effect on controlling the access permissions needed to run the "date" command on the remote machine "Earth" using the following syntax?rsh Earth date()。A、The local file: /etc/.netrcB、The remote file: ~/ .rhostsC、The securetcpip commandD、The remote file: /etc/hosts.equiv

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

In a cluster using /etc/hosts for name resolution, which of the following describes the minimum requirementsfor the /etc/hosts file?()A、IP address and IP label of each service and boot interface in the clusterB、IP address and IP label of each service and boot interface in the cluster, loopback interface, and the hostname of the nodeC、IP address and IP label of each service and boot interface in the cluster, the loopbackinterface, and the cluster gatewayD、IP address and IP label of each service and boot interface in the cluster, the loopbackinterface, the cluster gateway, and the subnet network addresses

Which of the following local files is used to run the date command on the remote machine "Earth" using the following rexec command without request for a password? rexec Earth date()。A、~/ .rhostsB、$HOME/.netrcC、/etc/hosts.equivD、/etc/security/user

A host is to be part of a very small private network, which will never be connected to any other networks.  Which of the following name resolution schemes would be the easiest to implement?()A、DNSB、NISC、DHCPD、etc/hosts file

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

Which files can be used together to allow remote command execution on a server?()  A、/etc/.rhosts and $HOME/hosts.equivB、/etc/hosts.equiv and $HOME/.rhostsC、/etc/rhosts.equiv and $HOST/.rhostsD、/etc/hosts.equiv and $HOME/.hosts.equiv

单选题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

单选题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

单选题Which of the following local files is used to run the date command on the remote machine "Earth" using the following rexec command without request for a password? rexec Earth date()。A~/ .rhostsB$HOME/.netrcC/etc/hosts.equivD/etc/security/user

单选题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.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

单选题Which files can be used together to allow remote command execution on a server?()A/etc/.rhosts and $HOME/hosts.equivB/etc/hosts.equiv and $HOME/.rhostsC/etc/rhosts.equiv and $HOST/.rhostsD/etc/hosts.equiv and $HOME/.hosts.equiv

单选题A user cannot ping any other hostnames from an AIX machine. The error received is "host name earth NOT FOUND". Which of the following files is most likely configured incorrectly?()A/etc/resolv.confB/etc/rc.tcpipC/etc/aliasesD/etc/hosts.equiv

单选题A host is to be part of a very small private network, which will never be connected to any other networks.  Which of the following name resolution schemes would be the easiest to implement?()ADNSBNISCDHCPDetc/hosts file

单选题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

单选题An administrator has written a script to check that the contents of an application configuration file are identicalon all cluster nodes. The script has also been associated with a user defined custom verification method. Theadministrator would like the contents of this file to be checked and verified automatically on a daily basis.How can this be achieved?()ABy using a job scheduler such as cronBBy enabling automatic cluster verificationCBy including the script name in the file /usr/es/sbin/cluster/etc/clverify.rcDBy including the custom method name in the file /usr/es/sbin/cluster/etc/rc.authomethods

单选题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