Sponsored Content
Operating Systems Linux Red Hat Problems with DHCP_HOSTNAME for RHEL5 and RHEL6 Post 302605608 by umar.shaikh on Thursday 8th of March 2012 02:12:36 AM
Old 03-08-2012
Nope.
It has only a 'search domain.com' and other nameserver lines within it.
 

10 More Discussions You Might Find Interesting

1. Red Hat

whats new in rhel6

hi everyone please tell me what is new in rhel 6 version,than rhel 5 or rhel 5.5? (1 Reply)
Discussion started by: dipanjan123
1 Replies

2. Red Hat

3D effects on RHEL6 OC

Hello, I just installed RHEL6 OC on my T61p. It's great! Just for fun I'd like to use some fancy cool Desktop effects. I tried to enable 3D Desktop effects from OC Welcome Center but it gave me error message: Accelerated 3D graphics is not available. Desktop effects require hardware 3D support.... (7 Replies)
Discussion started by: susja
7 Replies

3. Red Hat

3d effects in rhel6

I installed rhel 6.0 in my laptop but it is not upporting 3d graphics of rhel6 and i am getting an error message "Accelerated 3d graphics not available Desktop effects require hardware 3D support." my laptop is dll studio 1558 and my graphic card is ATI Radeon 5470 with 1 gb dedicated ram. (6 Replies)
Discussion started by: nileshgupta
6 Replies

4. Red Hat

Installation of java on RHEL6

HI all, I am trying to install java on RHEL 6 in a vm. Can any one Help me How to install Java on RHEL6. (1 Reply)
Discussion started by: saisrinivas99
1 Replies

5. Red Hat

Facing problems installing KVM on RHEL6

I am running RHEL 6 on VirualBox/VMWare VM and on that VM i am trying to create a KVM virtual machine. Issue is that command "egrep 'vmx|svm' /proc/cpuinfo doesn't show my any results, so that lets me think if my processor doesn't support Virtualization technology. But it does and i have... (5 Replies)
Discussion started by: Rohit Bhanot
5 Replies

6. Red Hat

dual boot RHEL5 and RHEL6

have a server pre-installed with RHEL5, with 12 SCSI disks being /dev/sda with RHEL5, and managed to put RHEL6 into /dev/sdc /dev/sda is the first bootable disk on the SCSI chain.. editing /etc/grub.conf would not allow me to boot RHEL6 , the entries seem to be right.. any advices,... (0 Replies)
Discussion started by: ppchu99
0 Replies

7. Red Hat

Mount problem in RHEL6

Hi Folks, I am trying to mount an AIX server in Linux 6, I am able to mount the path under the mount point of /mnt and also can view on df -h. But, under the /mnt there is no content ... its empty. (6 Replies)
Discussion started by: gsiva
6 Replies

8. Red Hat

Start problem rhel6

what can i do now??? please help me.... (12 Replies)
Discussion started by: shakilbd
12 Replies

9. Red Hat

Chroot DNS RHEL6

Hi, Just installed BIND on rhel6 as a primary new DNS server and all went well, digging and resolving as it should. However, all zone files are listed in the /var/named dir as well as the /var/named/chroot/var/named. Although no dynamic links are shown, they are. This doesn't seem secure to me,... (2 Replies)
Discussion started by: Duffs22
2 Replies

10. Red Hat

Prod runs RHEL6 but pprod uses RHEL5??

Hi, I am currently building out a new production environment. Our current prod env uses RHEL5.8 but I am thinking of building out a RHEL6 environment since a complete end-to-end testing will need to take place prior to go-live anyway. Plus it is an ideal time to upgrade the OS across the... (4 Replies)
Discussion started by: Duffs22
4 Replies
resolver(4)						     Kernel Interfaces Manual						       resolver(4)

NAME
resolver - resolver configuration file SYNOPSIS
/etc/resolv.conf DESCRIPTION
The resolver is a set of routines in the C library that provide access to the Internet Domain Name System. The resolver configuration file (resolv.conf) contains information that is read by the resolver routines the first time they are invoked by a process. The file is designed to be read by humans and contains a list of keywords with values that provide various types of resolver information. The different configuration options are: Internet address (in dot notation) of a name server that the resolver should query. Up to MAXNS (currently 3) name servers may be listed, one per keyword. If there are multiple servers, the resolver library queries them in the order listed. If no nameserver entries are present, the default is to use the name server on the local machine. (The algorithm used is to try a name server, and if the query times out, try the next, until out of name servers, then repeat trying all the name servers until a maximum number of retries are made). Local domain name. Most queries for names within this domain can use short names relative to the local domain. If no domain entry is present, the domain is determined from the local host name returned by gethostname(); the domain part is taken to be everything after the first dot (.). Finally, if the host name does not contain a domain part, the root domain is assumed. Search list for host name lookup. By default, the search list consists of the local domain name. You can change this system wide by speci- fying search keyword followed by a list of domain names separated by spaces or tabs, or on a per-process basis by specifying the LOCALDO- MAIN environment variable followed by a list of domain names separated by spaces or tabs. Most resolver queries will be attempted using each component of the search path in turn until a match is found. This process might be slow and generate a lot of network traffic, if the servers for the listed domains are not local, and that queries will time out if no server is available for one of the domains. The search list is currently limited to six domains with a total of 256 characters. Enables the sorting of addresses returned by gethostname. A sortlist comprises pairs of IP addresses and optional netmasks; each IP address and optional netmask are separated by a slash character (/). The netmask is optional, and defaults to the current network netmask. You can specify up to 10 pairs. For example: sortlist 130.155.160.0/255.255.240.0 130.155.0.0 Option for host name lookup. By default, when a host name contains one or more dots (.), resolver looks up the name as given before applying the search list. The n specifies the minimum number of dots a name must contain in order to be looked up as given before applying the search list. The range is from 0 to 15. You can change the resolver options system wide by specifying options keyword followed a list of resolver options separated by spa- ces, or on a per-process basis by specifying the RES_OPTIONS environment variable followed by a list of resolver options separated by spaces. The domain and search keywords are mutually exclusive. If more than one instance of these keywords is present, the last instance will override. The keyword and value must appear on a single line, and the keyword (for example, nameserver) must start the line. The value follows the keyword, separated by white space. FILES
/etc/resolv.conf RELATED INFORMATION
Functions: dn_comp(3), dn_expand(3), gethostbyname(3), res_init(3), res_mkquery(3), res_query(3), res_search(3), res_send(3). Files: hostname(5). Commands: named(8). delim off resolver(4)
All times are GMT -4. The time now is 02:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy