Database - RAC/Scalability (MOSC)

MOSC Banner

DNS client on RAC nodes not resolv SCAN IP from DNS server

edited Dec 29, 2013 1:52AM in Database - RAC/Scalability (MOSC) 5 commentsAnswered
 Hi all, I setup RAC two nodes using DSN server for SCAN ip, my pflatform is soalris 11.1 and RAC 11.2.0.4. My config is below, 

1/ At DNS server side config(hostname: coredns)
root@coredns:/srv/named/data# cat /etc/named.conf
options {
directory "/srv/named/data";
};
zone "sample.com" in {
        type master ;
        file "domain.sample.com";
};
zone "in-addr.arpa" in {
        type master ;
        file "rdomain.sample.com";
};

root@coredns:/srv/named/data# cat domain.sample.com
; Forward map for sample.com
$TTL 1h
@               in soa  coredns. root.coredns.sample.com.  (
                         20110925
                         43200                         
                         3600
                         604800
                         86400  )
                 in ns   coredns.
;                in ns   SLAVE.sample.com.
;                in mx 10        mail.sample.com.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center