DNS Bind Upgradation in Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris DNS Bind Upgradation in Solaris 10
# 1  
Old 02-06-2012
DNS Bind Upgradation in Solaris 10

Hi All ,

My current Bind version is BIND 9.6.1 and I want upgrade the same to BIND 9.8.1-P1 ,Can any one provide the steps to do the same ?

Solaris Version : 5.10 Generic_144488-11 sun4v sparc

Thanks ,
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Bind (DNS) error on EL 6.4

Gurus I have configured bind 9 on Red hat EL 6.4, it can resolve from hostname i.e from domain name (like cnn.com, bbc.com)but through IP its shows following error. Need your expert opinion to solve it. error 84.23.97.31 Server: 192.168.31.24 Address: 192.168.31.24#53 ** server can't... (1 Reply)
Discussion started by: smazshah
1 Replies

2. Solaris

BIND DNS Server issue on Solaris 10

Hi all, I have some sort of problem with BIND DNS server my environment as follows. bash-3.00# cat /etc/release Solaris 10 6/06 s10s_u2wos_09a SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to... (3 Replies)
Discussion started by: h@foorsa.biz
3 Replies

3. UNIX for Advanced & Expert Users

DNS server choice: Windows DNS vs Linux BIND

I'd like to get some opnions on choosing DNS server: Windows DNS vs Linux BIND comparrsion: 1) managment, easy of use 2) Security 3) features 4) peformance 5) ?? I personally prefer Windows DNS server for management, it supports GUI and command line. But I am not sure about security... (2 Replies)
Discussion started by: honglus
2 Replies

4. UNIX for Advanced & Expert Users

DNS Bind

Hello, I have a question about dns file zone. Every zone file begins like: @ 86400 IN SOA ns1.website.com. admin@website.com. ( It means that name server ns1 is responsible for this zone. At the ending I can add the records like mysite.com IN A 1.2.3.4 So it will... (2 Replies)
Discussion started by: mirusnet
2 Replies

5. Solaris

solaris - BIND / DNS

hi all forgive my ignorance, but when IVe set up DNS Ive put in the various server details in the /etc/resolv.conf and away I go. Suddenly Ive been reading about DNS, and I need to created a /etc/named.conf file. so, my question is this. DNS, what part does the /etc/resolv.conf play in... (3 Replies)
Discussion started by: sbk1972
3 Replies

6. Solaris

solaris upgradation from 8 to 10

Hi, Can anybody help me to upgrade my machinne from solaris 8 to solaris 10 Regards, ravich (1 Reply)
Discussion started by: ravich
1 Replies

7. UNIX for Dummies Questions & Answers

Dns/bind

Hi, Does anyone know anything about DNS/BIND? I need to tell my dns for every sub-domain foward on to my main domain.... so *.example.com gets sent to exmaple.com. Any ideas. I've looked at bind on my machine and theres about 10 files....i just don't know where to put the rule or exactly... (2 Replies)
Discussion started by: elduderino
2 Replies

8. Solaris

Whether the upgradation of oracle DB needs upgradation of sun solaris also?

Currently we are using Oracle9i Enterprise Edition Release 9.2.0.4.0 in sun solaris 5.9 server. We wnt to upgrade the oracle database to 10.2g. My doubt is that " what are the implications of this database upgradation in sun solaris server" "whether we need to upgrade the sunsolaris 5.9... (3 Replies)
Discussion started by: vamshikrishnab
3 Replies

9. UNIX for Dummies Questions & Answers

BIND DNS replication

I have a RedHat 7.1 box that we use for DNS in our System Engineering lab. We have a Windows 2000 box that handles DNS in our main office. The Microsoft Admin and I have been given the task of making both of our domains accessible to each other. I had originally made his domain my forwarder, so... (5 Replies)
Discussion started by: Jody
5 Replies
Login or Register to Ask a Question
mountd(8nfs)															      mountd(8nfs)

Name
       mountd - NFS mount request daemon

Syntax
       /etc/mountd [-i] [-d] [-s]

Description
       The daemon must be run on NFS servers to process NFS mount protocol requests.  It reads the file to determine which file systems and direc-
       tories are available to which machines and users, and makes this information available to the operating system.	The machine  names  listed
       in  the	file may optionally contain the local BIND domain name.  For more information on BIND, see the Guide to the BIND/Hesiod Service To
       see which clients have file systems or directories mounted, use the command.

Options
       -d If you are running the BIND/Hesiod service, after checking the Internet address, will verify that the host requesting a mount or unmount
	  is in the server's domain.

       -i Turns  on  verification  of the Internet address of the client against the server's database for mounts and unmounts.  The default is no
	  address verification.

       -s If you are running the BIND/Hesiod service, after checking the Internet address, will verify that the host requesting a mount or unmount
	  is in the server's subdomain.

See Also
       exports(5nfs), mount(8nfs), nfsd(8nfs), showmount(8nfs)
       Guide to the BIND/Hesiod Service

																      mountd(8nfs)