cat /etc/hosts gives :
10.2.100.4 beijing.china.myfab.com beijing
::1 localhost6.localdomain6 localhost6
cat /etc/resolv.conf gives :
search china.myfab.com
nameserver 10.2.100.1
dig mydomain mx gives :
; <<>> DiG 9.3.4-P1 <<>> china.myfab.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18427
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;china.myfab.com. IN MX
;; AUTHORITY SECTION:
china.myfab.com. 38400 IN SOA shanghai. rbl.myfab.com. 1228994717 10800 3600 604800 38400
;; Query time: 0 msec
;; SERVER: 10.2.100.1#53(10.2.100.1)
;; WHEN: Mon Mar 2 16:10:35 2009
;; MSG SIZE rcvd: 81
dig mydomain any gives :
; <<>> DiG 9.3.4-P1 <<>> china.myfab.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19301
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;china.myfab.com. IN ANY
;; ANSWER SECTION:
china.myfab.com. 38400 IN SOA shanghai. rbl.myfab.com. 1228994717 10800 3600 604800 38400
china.myfab.com. 38400 IN NS shanghai.
;; Query time: 0 msec
;; SERVER: 10.2.100.1#53(10.2.100.1)
;; WHEN: Mon Mar 2 16:11:20 2009
;; MSG SIZE rcvd: 95
host `hostname` gives :
beijing.china.myfab.com has address 10.2.100.4
I just don't understand, why DNS configuration issues can block mysql to start, but any way... thanks for helping. |